You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/06 16:45:09 UTC

svn commit: r634313 - in /maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages: messages.properties messages_en.properties

Author: vsiveton
Date: Thu Mar  6 07:45:08 2008
New Revision: 634313

URL: http://svn.apache.org/viewvc?rev=634313&view=rev
Log:
o merged from r634311 (MNG-3442: Add explicit resource bundle for English)

Added:
    maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages/messages.properties
      - copied unchanged from r619229, maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties
Modified:
    maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties

Modified: maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties?rev=634313&r1=634312&r2=634313&view=diff
==============================================================================
--- maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties (original)
+++ maven/components/trunk/maven-core/src/main/resources/org/apache/maven/messages/messages_en.properties Thu Mar  6 07:45:08 2008
@@ -15,20 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# --------------------------------------------------------------------------
-# Project Verifier
-# --------------------------------------------------------------------------
-failed.download.warning=WARNING: Failed to download {0}.
-remote.repository.disabled.warning=The use of the remote repository has been disabled.
-directory.nonexistant.warning=Directory {0} does not exist. Attempting to create.
-not.directory.warning={0} is not a directory.
-not.writable.warning={0} is not writable.
-cannot.create.directory.warning=Unable to create directory {0}
-maven.repo.local.unset.warning=maven.repo.local is not set.
-single.unsatisfied.dependency.error=The build cannot continue because of the following unsatisfied dependency:
-multiple.unsatisfied.dependency.error=The build cannot continue because of the following unsatisfied dependencies:
-offline.snapshot.warning=You are working offline so the build will continue, but {0} may be out of date!
-download.message=Attempting to download {0}.
-plugin.loading.error=The plugin {0} could not be loaded.
-empty.descriptor.error=The file {0} you specified has zero length.
-checksum.verification.error=The follow artifact is corrupt: {0}.
+# NOTE:
+# This bundle is intentionally empty because English strings are provided by the base bundle via the parent chain. It
+# must be provided nevertheless such that a request for locale "en" will not errorneously pick up the bundle for the
+# JVM's default locale (which need not be "en"). See the method javadoc about
+#   ResourceBundle.getBundle(String, Locale, ClassLoader)
+# for a full description of the lookup strategy.