summaryrefslogtreecommitdiff
path: root/resource
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2007-03-01 00:26:07 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2007-03-01 00:26:07 +0000
commit7a510c3e2531682ca47fc78d068e55114abd371d (patch)
tree4547df71274328e9afc9460f1769c820b37bed6a /resource
parenta8e912b79b9a5d21248fb8964f1263eb6fdaa4f4 (diff)
downloadclasspath-7a510c3e2531682ca47fc78d068e55114abd371d.tar.gz
2007-02-28 Thomas Fitzsimmons <fitzsim@redhat.com>
* INSTALL: Document --with-ecj-jar configure option and ecj jar requirement for com.sun.tools.javac support. * configure.ac: Add --with-ecj-jar configure option. * gnu/classpath/Configuration.java.in (ECJ_JAR): New field. * tools/Makefile.am: Build decendents of com and sun directories. * resource/com/sun/tools/javac/messages.properties, resource/sun/rmi/rmic/messages.properties, tools/com/sun/javadoc/ClassDoc.java, tools/com/sun/javadoc/ConstructorDoc.java, tools/com/sun/javadoc/Doc.java, tools/com/sun/javadoc/DocErrorReporter.java, tools/com/sun/javadoc/Doclet.java, tools/com/sun/javadoc/ExecutableMemberDoc.java, tools/com/sun/javadoc/FieldDoc.java, tools/com/sun/javadoc/MemberDoc.java, tools/com/sun/javadoc/MethodDoc.java, tools/com/sun/javadoc/PackageDoc.java, tools/com/sun/javadoc/ParamTag.java, tools/com/sun/javadoc/Parameter.java, tools/com/sun/javadoc/ProgramElementDoc.java, tools/com/sun/javadoc/RootDoc.java, tools/com/sun/javadoc/SeeTag.java, tools/com/sun/javadoc/SerialFieldTag.java, tools/com/sun/javadoc/SourcePosition.java, tools/com/sun/javadoc/Tag.java, tools/com/sun/javadoc/ThrowsTag.java, tools/com/sun/javadoc/Type.java, tools/com/sun/javadoc/TypeVariable.java, tools/com/sun/tools/doclets/Taglet.java, tools/com/sun/tools/javac/Main.java, tools/com/sun/tools/javac/Messages.java, tools/sun/rmi/rmic/Main.java, tools/sun/rmi/rmic/Messages.java: New files.
Diffstat (limited to 'resource')
-rw-r--r--resource/com/sun/tools/javac/messages.properties42
-rw-r--r--resource/sun/rmi/rmic/messages.properties38
2 files changed, 80 insertions, 0 deletions
diff --git a/resource/com/sun/tools/javac/messages.properties b/resource/com/sun/tools/javac/messages.properties
new file mode 100644
index 000000000..58ba926f0
--- /dev/null
+++ b/resource/com/sun/tools/javac/messages.properties
@@ -0,0 +1,42 @@
+# messages.properties -- English language messages
+# Copyright (C) 2007 Free Software Foundation, Inc.
+#
+# This file is part of GNU Classpath.
+#
+# GNU Classpath is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GNU Classpath is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Classpath; see the file COPYING. If not, write to the
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
+#
+# Linking this library statically or dynamically with other modules is
+# making a combined work based on this library. Thus, the terms and
+# conditions of the GNU General Public License cover the whole
+# combination.
+#
+# As a special exception, the copyright holders of this library give you
+# permission to link this library with independent modules to produce an
+# executable, regardless of the license terms of these independent
+# modules, and to copy and distribute the resulting executable under
+# terms of your choice, provided that you also meet, for each linked
+# independent module, the terms and conditions of the license of that
+# module. An independent module is a module which is not derived from
+# or based on this library. If you modify this library, you may extend
+# this exception to your version of the library, but you are not
+# 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.FailedConstructor:failed to find ecj constructor
+Main.FailedCompile:failed to find ecj compile method
diff --git a/resource/sun/rmi/rmic/messages.properties b/resource/sun/rmi/rmic/messages.properties
new file mode 100644
index 000000000..4c897fd5e
--- /dev/null
+++ b/resource/sun/rmi/rmic/messages.properties
@@ -0,0 +1,38 @@
+# messages.properties -- English language messages
+# Copyright (C) 2007 Free Software Foundation, Inc.
+#
+# This file is part of GNU Classpath.
+#
+# GNU Classpath is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GNU Classpath is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Classpath; see the file COPYING. If not, write to the
+# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
+#
+# Linking this library statically or dynamically with other modules is
+# making a combined work based on this library. Thus, the terms and
+# conditions of the GNU General Public License cover the whole
+# combination.
+#
+# As a special exception, the copyright holders of this library give you
+# permission to link this library with independent modules to produce an
+# executable, regardless of the license terms of these independent
+# modules, and to copy and distribute the resulting executable under
+# terms of your choice, provided that you also meet, for each linked
+# independent module, the terms and conditions of the license of that
+# module. An independent module is a module which is not derived from
+# or based on this library. If you modify this library, you may extend
+# this exception to your version of the library, but you are not
+# obligated to do so. If you do not wish to do so, delete this
+# exception statement from your version.
+
+Main.InternalError:sun.rmi.rmic: failed to run rmic main method