rpms/eclipse/devel eclipse-ecj-gcj.patch, 1.7, 1.8 eclipse.spec, 1.455, 1.456

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Thu Jul 26 22:18:51 UTC 2007


Author: bkonrath

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14529

Modified Files:
	eclipse-ecj-gcj.patch eclipse.spec 
Log Message:
* Thu Jul 26 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-4
- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch.


eclipse-ecj-gcj.patch:

Index: eclipse-ecj-gcj.patch
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse-ecj-gcj.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- eclipse-ecj-gcj.patch	27 Jun 2007 15:56:56 -0000	1.7
+++ eclipse-ecj-gcj.patch	26 Jul 2007 22:18:47 -0000	1.8
@@ -367,7 +367,7 @@
 +						this.bind("configure.duplicateOutputPath", errorMessage.toString())); //$NON-NLS-1$
 +				}
 +				this.destinationPath = arg;
-+				//this.generatePackagesStructure = true;
++				this.generatePackagesStructure = true;
 +			} else if (currentArg.startsWith("-fbootclasspath=")) { //$NON-NLS-1$
 +				classpath = getArgument(currentArg);
 +			} else if (currentArg.equals("-fzip-target")) { //$NON-NLS-1$


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- eclipse.spec	19 Jul 2007 14:45:48 -0000	1.455
+++ eclipse.spec	26 Jul 2007 22:18:47 -0000	1.456
@@ -1625,6 +1625,9 @@
 %{_libdir}/%{name}/plugins/org.eclipse.sdk_*
 
 %changelog
+* Thu Jul 26 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-4
+- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch.
+
 * Wed Jul 18 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-3
 - Add links for lucene and lucene.analysis.
 - Remove icu4j symlink from /usr/share/eclipse/plugins.




More information about the fedora-extras-commits mailing list