From f8f9d6c058a51dd5b4974db830b33b44895895d0 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Feb 26 2007 18:40:52 +0000 Subject: - Add gcc messages to ecj-gcj patch. --- diff --git a/eclipse-ecj-gcj.patch b/eclipse-ecj-gcj.patch index c7cae7e..e3919ed 100644 --- a/eclipse-ecj-gcj.patch +++ b/eclipse-ecj-gcj.patch @@ -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 diff --git a/eclipse.spec b/eclipse.spec index 18e6ab4..62f78fa 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: 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 3.2.2-2 +- Add gcc messages to ecj-gcj patch. + * Wed Feb 21 2007 Ben Konrath 3.2.2-1 - 3.2.2. - Remove patch that disables Java 5 code.