You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by me...@apache.org on 2001/01/15 21:56:57 UTC

cvs commit: jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources buildFileWizzard.properties

metasim     01/01/15 12:56:57

  Modified:    src/antidote/org/apache/tools/ant/gui/resources
                        buildFileWizzard.properties
  Log:
  Wizzard tweaks.
  
  Revision  Changes    Path
  1.2       +33 -2     jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/buildFileWizzard.properties
  
  Index: buildFileWizzard.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/buildFileWizzard.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- buildFileWizzard.properties	2001/01/15 19:47:29	1.1
  +++ buildFileWizzard.properties	2001/01/15 20:56:57	1.2
  @@ -1,18 +1,49 @@
   # Property file for the wizzard used to create a new build file.
   
  -steps=start, finish
  -
  +###########################################################
  +# Define required properties for wizzard.
  +###########################################################
   next=Next >>
   back=<< Back
   cancel=Cancel
   finish=Finish
  +progress=Progress
  +help=Help
  +
  +###########################################################
  +# Define the steps the comprise the wizzard.
  +###########################################################
  +steps=start, setup, finish
   
  +###########################################################
  +# Step 1
  +###########################################################
   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.
   
  +start.instructions=Welcome to the Ant build file wizzard!\n\
  +You will be asked a series of questions about the project you wish to create\
  +and the types of build options you want included.\n\n\
  +Click "Next >>" to proceed.
  +
  +###########################################################
  +# Step 2
  +###########################################################
  +
  +setup.editor=org.apache.tools.ant.gui.wizzard.build.ProjectSetupStep
  +setup.title=Setup project
  +setup.description=Give the project a name, and select the features you \
  +wish to be included in the project file, such as JavaDoc and JAR creation.
  +setup.nameLabel=Project Name:
  +setup.optionsLabel=Options
   
  +###########################################################
  +# Last step
  +###########################################################
   finish.editor=org.apache.tools.ant.gui.wizzard.InstructionStep
   finish.title=Complete build file
   finish.description=Click "Finish" to save your build file definition.
  +finish.instructions=You are done!\n\nClick "Finish" to complete your new\
  +build file.