Browse Source

Forgot to move the messages across.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272287 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
e06736172f
2 changed files with 7 additions and 8 deletions
  1. +0
    -8
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/Resources.properties
  2. +7
    -0
      proposal/myrmidon/src/java/org/apache/myrmidon/framework/nativelib/Resources.properties

+ 0
- 8
proposal/myrmidon/src/java/org/apache/myrmidon/framework/Resources.properties View File

@@ -18,11 +18,3 @@ type.no-id.error=Id must be specified.
unknown-family=Don't know how to detect os family "{0}" 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}". 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}.

+ 7
- 0
proposal/myrmidon/src/java/org/apache/myrmidon/framework/nativelib/Resources.properties View File

@@ -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}.

Loading…
Cancel
Save