From 61f5d5588fd2499350ba2de4d99df2bbd40c195e Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Jul 26 2007 22:18:47 +0000 Subject: - Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch. --- diff --git a/eclipse-ecj-gcj.patch b/eclipse-ecj-gcj.patch index 79d8949..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 a445f03..b9801b3 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1625,6 +1625,9 @@ fi %{_libdir}/%{name}/plugins/org.eclipse.sdk_* %changelog +* Thu Jul 26 2007 Ben Konrath 3.3.0-4 +- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch. + * Wed Jul 18 2007 Ben Konrath 3.3.0-3 - Add links for lucene and lucene.analysis. - Remove icu4j symlink from /usr/share/eclipse/plugins.