metasim 01/01/15 11:47:29
Added: src/antidote/org/apache/tools/ant/gui/resources
args.properties buildFileWizzard.properties
Log:
Initial framework for a build-file wizzard.
Revision Changes Path
1.1
jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/args.properties
Index: args.properties
===================================================================
# Property file for the command-line strings used by the Args class.
usage=usage: antidote [-help] [-wizzard] [-debug] [build-file]\n\
\nReport bugs to http://jakarta.apache.org/site/bugs.html\n\
Copyright (C) 2001 Apache Software Foundation. All rights reserved.
invalidArg=Unrecognized argument: "{0}"
1.1
jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/buildFileWizzard.properties
Index: buildFileWizzard.properties
===================================================================
# Property file for the wizzard used to create a new build file.
steps=start, finish
next=Next >>
back=<< Back
cancel=Cancel
finish=Finish
start.editor=org.apache.tools.ant.gui.wizzard.InstructionStep
start.title=Create new build file
start.description=This wizzard will step you through the process of creating \
a basic Ant build file for your project.
finish.editor=org.apache.tools.ant.gui.wizzard.InstructionStep
finish.title=Complete build file
finish.description=Click "Finish" to save your build file definition.