From e06736172f4319d8d75ef9c4cd2fd6322ab44b4e Mon Sep 17 00:00:00 2001 From: adammurdoch Date: Mon, 8 Apr 2002 10:11:10 +0000 Subject: [PATCH] Forgot to move the messages across. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272287 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/myrmidon/framework/Resources.properties | 8 -------- .../myrmidon/framework/nativelib/Resources.properties | 7 +++++++ 2 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 proposal/myrmidon/src/java/org/apache/myrmidon/framework/nativelib/Resources.properties diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Resources.properties b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Resources.properties index fd7cc1ee6..dbd764ede 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Resources.properties +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Resources.properties @@ -18,11 +18,3 @@ type.no-id.error=Id must be specified. unknown-family=Don't know how to detect os family "{0}" facade.missing-impl.error=Unable to determine the name of implementation for facade task "{0}". - -execute.no-executable.error=No executable specified. -execute.dir-noexist.error=The specified working directory "{0}" does not exist. -execute.dir-notdir.error=The specified working directory "{0}" is not a directory. -execute.failed.error=Command "{0}" failed. -execute.bad-resultcode.error=Command "{0}" returned unexpected exit code {1}. -execute.command.notice=Executing: {0} -execute.env-vars.notice=Using environment: {0}. diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/nativelib/Resources.properties b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/nativelib/Resources.properties new file mode 100644 index 000000000..e30a04d15 --- /dev/null +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/nativelib/Resources.properties @@ -0,0 +1,7 @@ +execute.no-executable.error=No executable specified. +execute.dir-noexist.error=The specified working directory "{0}" does not exist. +execute.dir-notdir.error=The specified working directory "{0}" is not a directory. +execute.failed.error=Command "{0}" failed. +execute.bad-resultcode.error=Command "{0}" returned unexpected exit code {1}. +execute.command.notice=Executing: {0} +execute.env-vars.notice=Using environment: {0}.