- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch.

This commit is contained in:
Ben Konrath 2007-07-26 22:18:47 +00:00
parent 86b428fc86
commit 61f5d5588f
2 changed files with 4 additions and 1 deletions

View File

@ -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$

View File

@ -1625,6 +1625,9 @@ fi
%{_libdir}/%{name}/plugins/org.eclipse.sdk_*
%changelog
* Thu Jul 26 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-4
- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch.
* Wed Jul 18 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-3
- Add links for lucene and lucene.analysis.
- Remove icu4j symlink from /usr/share/eclipse/plugins.