From 30792b577b25c2484d32d58b831c3fc17873e6c4 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Mar 03 2007 02:39:41 +0000 Subject: - Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch. --- diff --git a/eclipse-ecj-gcj.patch b/eclipse-ecj-gcj.patch index e3919ed..3e17284 100644 --- a/eclipse-ecj-gcj.patch +++ b/eclipse-ecj-gcj.patch @@ -367,7 +367,7 @@ diff -N batch/org/eclipse/jdt/internal/compiler/batch/GCCMain.java + 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$ diff --git a/eclipse.spec b/eclipse.spec index 62f78fa..154cd71 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -19,7 +19,7 @@ Epoch: 1 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 @@ fi %{_libdir}/%{name}/plugins/org.eclipse.sdk_* %changelog +* Fri Mar 02 2007 Ben Konrath 3.2.2-3 +- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch. + * Mon Feb 26 2007 Ben Konrath 3.2.2-2 - Add gcc messages to ecj-gcj patch.