Browse Source

Add cvspass resources

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272000 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
7c5d46d55f
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      proposal/myrmidon/src/java/org/apache/antlib/cvslib/Resources.properties

+ 8
- 1
proposal/myrmidon/src/java/org/apache/antlib/cvslib/Resources.properties View File

@@ -1,2 +1,9 @@
changelog.nodisplayname.error=Displayname attribute must be set for userID "{0}".
changelog.nouserid.error=Username attribute must be set.
changelog.nouserid.error=Username attribute must be set.

cvspass.nopassword.error=Password is required.
cvspass.noroot.error=Cvsroot is required.
cvspass.root.notice=cvsRoot: {0}
cvspass.password.notice=password: {0}
cvspass.passFile.notice=passFile: {0}
cvspass.write.notice=Writing -> {0}

Loading…
Cancel
Save