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/16 19:35:23 UTC

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

metasim     01/01/16 10:35:23

  Added:       src/antidote/org/apache/tools/ant/gui/resources
                        buildFileWizard.properties
  Removed:     src/antidote/org/apache/tools/ant/gui/resources
                        buildFileWizzard.properties
  Log:
  Successfully managed to expose myself to public embarassssment by mispellln'
  "wizzzerd" all over the place. :-(
  
  Revision  Changes    Path
  1.1                  jakarta-ant/src/antidote/org/apache/tools/ant/gui/resources/buildFileWizard.properties
  
  Index: buildFileWizard.properties
  ===================================================================
  # Property file for the wizard used to create a new build file.
  
  ###########################################################
  # Define required properties for wizard.
  ###########################################################
  next=Next >>
  back=<< Back
  cancel=Cancel
  finish=Finish
  progress=Progress
  help=Help
  
  ###########################################################
  # Define the steps the comprise the wizard.
  ###########################################################
  steps=start, setup, finish
  
  ###########################################################
  # Step 1
  ###########################################################
  start.editor=org.apache.tools.ant.gui.wizard.InstructionStep
  start.title=Create new build file
  start.description=This wizard will step you through the process of creating \
  a basic Ant build file for your project.
  
  start.instructions=Welcome to the Ant build file wizard!\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.wizard.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.wizard.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.