diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-12 20:57:34 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-12 20:57:34 +0000 |
commit | 0b58b565266663e040ffd90e99b2a4d5c17c3f7e (patch) | |
tree | 7d32762a3eee782d325a8f02ba552a75be07d94a | |
parent | 888bb931f48ebb4c68e68a106432367ae1b3dbf4 (diff) |
Fix the message file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726115 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties b/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties index 11de16d7a8..30a0ba5142 100644 --- a/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties +++ b/java/sca/tools/maven/maven-bundle-plugin/src/main/resources/org/apache/tuscany/sca/maven/plugin/eclipse/messages.properties @@ -45,14 +45,14 @@ Rad6LibCopier.cantdeletefile=Failed to delete file: {0} MyEclipseSpringBeansWriter.springVersionNotFound=Spring must be declared in the project's dependencies to generate .springBeans file. -AbstractIdeSupportMojo.sourcesnotavailable=\n Sources for some artifacts are not available.\n List of artifacts without a source archive: -AbstractIdeSupportMojo.sourcesnotdownloaded=\n Sources for some artifacts are not available.\n Please run the same goal with the -DdownloadSources=true parameter in order to check remote repositories for sources.\n List of artifacts without a source archive: -AbstractIdeSupportMojo.sourcesmissingitem=\n o {0} -AbstractIdeSupportMojo.javadocnotavailable=\n Javadoc for some artifacts is not available.\n List of artifacts without a javadoc archive: -AbstractIdeSupportMojo.javadocnotdownloaded=\n Javadoc for some artifacts is not available.\n Please run the same goal with the -DdownloadJavadocs=true parameter in order to check remote repositories for javadoc.\n List of artifacts without a javadoc archive: -AbstractIdeSupportMojo.javadocmissingitem=\n o {0} -AbstractIdeSupportMojo.errorresolving=Error resolving {0} artifact. Artifact id: {1} (Message: {2}) -AbstractIdeSupportMojo.artifactresolution=An error occurred during dependency resolution of the following artifact:\n {0}:{1}:{2}\nCaused by: {3} -AbstractIdeSupportMojo.artifactdownload=An error occurred during dependency resolution.\n Failed to retrieve {0}:{1}-{2}\nCaused by: {3} -AbstractIdeSupportMojo.cantcanonicalize=Can''t canonicalize system path: {0} -AbstractIdeSupportMojo.unabletoparseversion={0}: unable to parse version ''{1}'' for dependency ''{2}'': {3} +sourcesnotavailable=\n Sources for some artifacts are not available.\n List of artifacts without a source archive: +sourcesnotdownloaded=\n Sources for some artifacts are not available.\n Please run the same goal with the -DdownloadSources=true parameter in order to check remote repositories for sources.\n List of artifacts without a source archive: +sourcesmissingitem=\n o {0} +javadocnotavailable=\n Javadoc for some artifacts is not available.\n List of artifacts without a javadoc archive: +javadocnotdownloaded=\n Javadoc for some artifacts is not available.\n Please run the same goal with the -DdownloadJavadocs=true parameter in order to check remote repositories for javadoc.\n List of artifacts without a javadoc archive: +javadocmissingitem=\n o {0} +errorresolving=Error resolving {0} artifact. Artifact id: {1} (Message: {2}) +artifactresolution=An error occurred during dependency resolution of the following artifact:\n {0}:{1}:{2}\nCaused by: {3} +artifactdownload=An error occurred during dependency resolution.\n Failed to retrieve {0}:{1}-{2}\nCaused by: {3} +cantcanonicalize=Can''t canonicalize system path: {0} +unabletoparseversion={0}: unable to parse version ''{1}'' for dependency ''{2}'': {3} |