summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/resource/com
diff options
context:
space:
mode:
authorfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-17 05:36:18 +0000
committerfitzsim <fitzsim@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-17 05:36:18 +0000
commit23bf2a5fdeeaeb3fb5f4da81cb37f8c908146ccc (patch)
treedd9e50c038fabb9afb991777f0aeac5a875233dc /libjava/classpath/resource/com
parent2c9f7a46adf94991f2b8371c217c67d4316d9778 (diff)
downloadppe42-gcc-23bf2a5fdeeaeb3fb5f4da81cb37f8c908146ccc.tar.gz
ppe42-gcc-23bf2a5fdeeaeb3fb5f4da81cb37f8c908146ccc.zip
2007-03-17 Thomas Fitzsimmons <fitzsim@redhat.com>
* resource/com/sun/tools/javac/messages.properties (Main.FailedToRead, Main.MalformedURL, Main.FailedToLoad): Clarify messages for when --with-ecj-jar is not specified. * configure.ac (FOUND_ECJ_JAR): Remove conditional. * tools/Makefile.am: Build com.sun.tools.javac package unconditionally. * configure, doc/api/Makefile.in, doc/Makefile.in, examples/Makefile.in, external/jsr166/Makefile.in, external/Makefile.in, external/relaxngDatatype/Makefile.in, external/sax/Makefile.in, external/w3c_dom/Makefile.in, include/Makefile.in, lib/Makefile.in, Makefile.in, native/fdlibm/Makefile.in, native/jawt/Makefile.in, native/jni/classpath/Makefile.in, native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in, native/jni/Makefile.in, native/jni/midi-alsa/Makefile.in, native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in, native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in, native/Makefile.in, native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in, tools/Makefile.in: Regenerate. * tools/classes/com/sun/tools/javac: New directory. * tools/classes/com/sun/tools/javac/Main.class, tools/classes/com/sun/tools/javac/Messages.class: New files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123015 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/resource/com')
-rw-r--r--libjava/classpath/resource/com/sun/tools/javac/messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/resource/com/sun/tools/javac/messages.properties b/libjava/classpath/resource/com/sun/tools/javac/messages.properties
index 58ba926f089..995e871d9cf 100644
--- a/libjava/classpath/resource/com/sun/tools/javac/messages.properties
+++ b/libjava/classpath/resource/com/sun/tools/javac/messages.properties
@@ -35,8 +35,8 @@
# obligated to do so. If you do not wish to do so, delete this
# exception statement from your version.
-Main.FailedToRead:failed to read {0}
-Main.MalformedURL:malformed URL for {0}
-Main.FailedToLoad:failed to load {0} from {1}
+Main.FailedToRead:failed to read ecj.jar (reconfigure with --with-ecj-jar): {0}
+Main.MalformedURL:malformed URL for ecj.jar: {0}
+Main.FailedToLoad:failed to load {0} from ecj.jar: {1}
Main.FailedConstructor:failed to find ecj constructor
Main.FailedCompile:failed to find ecj compile method
OpenPOWER on IntegriCloud