- Add gcc messages to ecj-gcj patch.

This commit is contained in:
Ben Konrath 2007-02-26 18:40:52 +00:00
parent 4382774a36
commit d4e9e32d99
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,19 @@
Index: batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
===================================================================
RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties,v
retrieving revision 1.546.2.23
diff -u -r1.546.2.23 messages.properties
--- batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 8 Feb 2007 15:04:43 -0000 1.546.2.23
+++ batch/org/eclipse/jdt/internal/compiler/batch/messages.properties 26 Feb 2007 18:21:06 -0000
@@ -249,3 +249,8 @@
template.restrictedAccess.constructor = The constructor {0} is not accessible due to restriction on classpath entry {1}
template.restrictedAccess.field = The field {0} from the type {1} is not accessible due to restriction on classpath entry {2}
template.restrictedAccess.method = The method {0} from the type {1} is not accessible due to restriction on classpath entry {2}
+
+# GCCMain messages.
+gcc.zipArg=-fzip-target requires argument
+gcc.zipDepArg=-fzip-dependency requires argument
+gcc.noClasspath=no classpath specified
Index: batch/org/eclipse/jdt/internal/compiler/batch/GCCMain.java
===================================================================
RCS file: batch/org/eclipse/jdt/internal/compiler/batch/GCCMain.java

View File

@ -19,7 +19,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1%{?dist}
Release: 2%{?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
* Mon Feb 26 2007 Ben Konrath <bkonrath@redhat.com> 3.2.2-2
- Add gcc messages to ecj-gcj patch.
* Wed Feb 21 2007 Ben Konrath <bkonrath@redhat.com> 3.2.2-1
- 3.2.2.
- Remove patch that disables Java 5 code.