This is the mail archive of the rhdb-cvs@sources.redhat.com mailing list for the RHDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/rhdb/installer ChangeLog com/redhat/rhdb/i ...


CVSROOT:	/cvs/rhdb
Module name:	src
Changes by:	djee@sourceware.org	2003-12-11 19:15:03

Modified files:
	rhdb/installer : ChangeLog 
	rhdb/installer/com/redhat/rhdb/installer: Config.java 
	                                          CustomInstallPage.java 
	                                          InstallCompletePage.java 
	                                          PostInstallChoicePage.java 
	                                          PostInstallCompletePage.java 
	                                          PostInstallPage.java 
	                                          PostInstallProgressPage.java 
	                                          PostInstallResultsPage.java 
	                                          RegressionTestsPage.java 
	rhdb/installer/com/redhat/rhdb/installer/resources: 
	                                                    InstallerResources.java 
	                                                    Resources.java.in 
	rhdb/installer/com/redhat/rhdb/installer/util: RPM42Package.java 
	                                               Util.java 
	rhdb/installer/images: icon.jpg 
Added files:
	rhdb/installer : Makefile README cpl-v10.html 
	rhdb/installer/buildlib: Makefile setup.sh 
	rhdb/installer/buildlib/src: imagehandling.patch 
	                             loadlibrary.patch 
	                             make_gtk.mak.patch 
	                             preferencesdialog.patch 
	rhdb/installer/images: icon_large.jpg splash.jpg 
	rhdb/installer/wwwdocs: index.html 
Removed files:
	rhdb/installer : license.txt 

Log message:
	Import latest changes from internal repository.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/Makefile.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/README.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/cpl-v10.html.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/ChangeLog.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/license.txt.diff?cvsroot=rhdb&r1=1.1.1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/buildlib/Makefile.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/buildlib/setup.sh.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/buildlib/src/imagehandling.patch.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/buildlib/src/loadlibrary.patch.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/buildlib/src/make_gtk.mak.patch.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/buildlib/src/preferencesdialog.patch.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/Config.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/CustomInstallPage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/InstallCompletePage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallChoicePage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallCompletePage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallPage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallProgressPage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallResultsPage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/RegressionTestsPage.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/InstallerResources.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/Resources.java.in.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/RPM42Package.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/Util.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/images/icon_large.jpg.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/images/splash.jpg.diff?cvsroot=rhdb&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/images/icon.jpg.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/wwwdocs/index.html.diff?cvsroot=rhdb&r1=NONE&r2=1.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]