rpms/eclipse/devel eclipse-ecj-gcj.patch, 1.3, 1.4 eclipse.spec, 1.411, 1.412

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Mar 3 02:39:44 UTC 2007


Author: bkonrath

Update of /cvs/dist/rpms/eclipse/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12602

Modified Files:
	eclipse-ecj-gcj.patch eclipse.spec 
Log Message:
* Fri Mar 02 2007 Ben Konrath <bkonrath at redhat.com> 3.2.2-3
- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch.


eclipse-ecj-gcj.patch:
 GCCMain.java        |  495 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 messages.properties |    5 
 2 files changed, 500 insertions(+)

Index: eclipse-ecj-gcj.patch
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse-ecj-gcj.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eclipse-ecj-gcj.patch	26 Feb 2007 18:40:51 -0000	1.3
+++ eclipse-ecj-gcj.patch	3 Mar 2007 02:39:41 -0000	1.4
@@ -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/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -r1.411 -r1.412
--- eclipse.spec	26 Feb 2007 18:40:52 -0000	1.411
+++ eclipse.spec	3 Mar 2007 02:39:41 -0000	1.412
@@ -19,7 +19,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        2%{?dist} 
+Release:        3%{?dist} 
 License:        Eclipse Public License
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -1739,6 +1739,9 @@
 %{_libdir}/%{name}/plugins/org.eclipse.sdk_*
 
 %changelog
+* Fri Mar 02 2007 Ben Konrath <bkonrath at redhat.com> 3.2.2-3
+- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch.
+
 * Mon Feb 26 2007 Ben Konrath <bkonrath at redhat.com> 3.2.2-2
 - Add gcc messages to ecj-gcj patch.
 




More information about the fedora-cvs-commits mailing list