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

This commit is contained in:
Ben Konrath 2007-03-03 02:39:41 +00:00
parent d4e9e32d99
commit 30792b577b
2 changed files with 5 additions and 2 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

@ -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 <bkonrath@redhat.com> 3.2.2-3
- Uncomment 'this.generatePackagesStructure = true;' in ecj-gcj patch.
* Mon Feb 26 2007 Ben Konrath <bkonrath@redhat.com> 3.2.2-2
- Add gcc messages to ecj-gcj patch.