/plugins/AntFarm/tags/antfarm-1-5-2/AntFarm.props

# · MSBuild · 159 lines · 137 code · 22 blank · 0 comment · 0 complexity · 401bf7aa87a4367f3c774b6baf95a290 MD5 · raw file

  1. # Plugin properties
  2. plugin.antfarm.AntFarmPlugin.name=Ant Farm
  3. plugin.antfarm.AntFarmPlugin.author=Todd Papaioannou, James Wilson, Alan Ezust
  4. plugin.antfarm.AntFarmPlugin.version=1.5.2
  5. plugin.antfarm.AntFarmPlugin.docs=index.html
  6. plugin.antfarm.AntFarmPlugin.jars=ant.jar ant-nodeps.jar
  7. plugin.antfarm.AntFarmPlugin.depend.0=jedit 04.02.99.00
  8. plugin.antfarm.AntFarmPlugin.depend.1=plugin console.ConsolePlugin 4.2.5.2
  9. plugin.antfarm.AntFarmPlugin.depend.2=plugin errorlist.ErrorListPlugin 1.3.2
  10. plugin.antfarm.AntFarmPlugin.depend.3=plugin xml.XmlPlugin 0.13
  11. plugin.antfarm.AntFarmPlugin.depend.4=plugin CommonControlsPlugin 0.8.5
  12. plugin.antfarm.AntFarmPlugin.depend.5=optional plugin projectviewer.ProjectPlugin 2.1
  13. # requires 1.5 because Console does
  14. plugin.console.ConsolePlugin.depend.6=jdk 1.5
  15. plugin.antfarm.AntFarmPlugin.activate=defer
  16. antfarm-toggle.label=Ant Farm Toggle
  17. antfarm.title=Ant Farm
  18. antfarm.label=Ant Farm
  19. # Option Panes
  20. options.build.label=Build Options
  21. options.build.code=new antfarm.AntFarmOptionPane();
  22. options.properties.label=Properties
  23. options.properties.code=new antfarm.PropertiesOptionPane();
  24. plugin.antfarm.AntFarmPlugin.option-group=build properties
  25. # Ant shell properties
  26. antfarm.shell.msg.info=\nUse this shell to run Ant builds. \n\
  27. Watch out for the red ones, they bite.\n\n
  28. antfarm.shell.msg.non-selected=No build file selected.
  29. antfarm.shell.msg.invalid-usage=Invalid command, please check your usage.
  30. antfarm.shell.msg.usage=The Ant shell supports the following commands:\n\
  31. * "! [prop=value]*"\t\t\t-- runs the default target for the current build file\n\
  32. * "![target_name] [prop=value]*"\t-- runs the specified target for the current build file\n\
  33. * "?"\t\t\t\t-- lists the available build files and usage\n\
  34. * "=build_file_number"\t\t-- changes the current build file to the number identified by "?"\n\
  35. * "+[full_path_to_file]"\t\t-- load this build file into Ant Farm. Searches up the current\n\
  36. \t\t\t\t buffer's directory tree for a "build.xml" file to load if a \n\
  37. \t\t\t\t file is not specified. Re-loads the build file if it is already\n\
  38. \t\t\t\t loaded.\n\n
  39. antfarm.shell.msg.killed=Ant target killed.
  40. antfarm.shell.msg.broken-file=Build file cannot be parsed:\
  41. antfarm.shell.msg.no-build-file=Not a valid build file number, use "?" to display known build files./n
  42. antfarm.shell.label.current-file=\nCurrent Build File:
  43. antfarm.shell.label.available-targets=Targets:\n
  44. antfarm.shell.label.available-files=Build files:\n
  45. # Ant tree and button properties
  46. antfarm.add.icon.name=Plus.png
  47. antfarm.add.icon.type=stock
  48. antfarm.add.label=Add Ant File...
  49. antfarm.remove.icon.name=Minus.png
  50. antfarm.remove.icon.type=stock
  51. antfarm.remove.label=Remove Ant File
  52. antfarm.run.icon.name=Run.png
  53. antfarm.run.icon.type=stock
  54. antfarm.run.label=Run Current Target
  55. antfarm.options.label=AntFarm Options
  56. antfarm.options.text=Options
  57. antfarm.options.icon.name=/icons/ToolbarMenu.gif
  58. antfarm.options.icon.type=custom
  59. antfarm.root.label=Ant Projects
  60. antfarm.root.noBuildFiles=No build files...
  61. antfarm.root.icon.name=/icons/Root.gif
  62. antfarm.root.icon.type=custom
  63. antfarm.project.icon.name=File.png
  64. antfarm.project.icon.type=stock
  65. antfarm.brokenProject.icon.name=/icons/Cancel.png
  66. antfarm.brokenProject.icon.type=custom
  67. antfarm.target.icon.name=/icons/normal.gif
  68. antfarm.target.icon.type=custom
  69. antfarm.defaultTarget.icon.name=/icons/new.gif
  70. antfarm.defaultTarget.icon.type=custom
  71. antfarm.project.broken=Invalid build file:\
  72. antfarm.project.missing=File is missing:\
  73. antfarm.project.build-file=\ build file
  74. antfarm.project.untitled=Untitled build file
  75. antfarm.tree.loading=Loading...
  76. # Plugins menu
  77. plugin.antfarm.AntFarmPlugin.menu=antfarm prompt-for-ant-build-file run-current-target run-last-build
  78. plugin.antfarm.AntFarmPlugin.menu.label=Ant Farm
  79. antfarm.label=Ant Farm
  80. prompt-for-ant-build-file.label=Load Ant Build Script
  81. run-current-target.label=Run Current Target
  82. run-last-build.label=Run Last Build
  83. target-not-selected.title=Cannot run Ant build
  84. target-not-selected.message=Please select a target in Ant Farm,\nthen try your build again.
  85. antfarm.action.collapse=Collapse
  86. antfarm.action.expand=Expand
  87. antfarm.action.execute.target=Execute target
  88. antfarm.action.execute.default-target=Execute default target:\
  89. antfarm.action.edit=Edit build file
  90. antfarm.action.browse=Browse project files
  91. # Ant browser option pane properties
  92. options.BuildOptions.label=Build Options
  93. options.Properties.label=Properties
  94. options.antfarm.label=Ant Farm
  95. options.antfarm.location=Select the Ant batch file to run
  96. options.antfarm.choose-antpath=Browse
  97. options.antfarm.build-classpath=Build
  98. options.antfarm.file-dialog-approve=Select
  99. options.antfarm.prompt=You have not selected the method to use when invoking Ant.\n\n\
  100. You can choose to use the same JVM as jEdit or you \
  101. can select a batch/shell script to use. \n\
  102. When using the same JVM, you may need to allocate \
  103. more memory to the jEdit JVM at startup. \n\n\
  104. To select a batch/shell script, you must install the \
  105. Jakarta-Ant distribution from \
  106. http://jakarta.apache.org/ant\n\
  107. Note: the Ant distribution provides these scripts in "<ant directory>/bin"\n\n\
  108. Do you want to select an external batch/shell script?\n
  109. options.antfarm.prompt-dialog-title=Undefined Ant script
  110. options.antfarm.use-same-jvm-button=Run Ant targets in the same JVM
  111. options.antfarm.use-external-script-button=Run Ant targets using an external script/build file
  112. options.antfarm.select-path-button=Yes, select path...
  113. options.antfarm.use-jvm-button=No, use the same JVM
  114. options.antfarm.use-project-bridge-label=Load build files from the Project Viewer plugin
  115. options.antfarm.output-emacs-label=Produce logging information without adornments (Emacs mode)
  116. options.antfarm.build-method=Build execution method
  117. options.antfarm.general-options=General build options
  118. options.antfarm.suppress-poperties-label=Do not prompt for properties when running targets.
  119. options.antfarm.set-global-properties-label=Set global properties to use when running ant builds.
  120. options.antfarm.table.name-label=Name
  121. options.antfarm.table.value-label=Value
  122. options.antfarm.classpath-label=Enter jars for Ant startup (custom task definitions, etc.).
  123. options.antfarm.save-on-execute-label=Save all buffers before running a target.
  124. options.antfarm.supress-sub-targets-label=Hide targets that do not have a description attribute.
  125. options.antfarm.logging-level-label=Select Ant logging level.
  126. # Message dialogs
  127. tools-jar-missing.title=AntFarm cannot locate tools.jar
  128. tools-jar-missing.message=The tools.jar archive cannot be located by AntFarm. This will\n\
  129. cause problems when trying to use the modern and classic compilers\n\
  130. in build scripts. If you want AntFarm to work properly, please \n\
  131. configure jEdit to run with a Java Development Kit (JDK), not the\n\
  132. Java Runtime Environment (JRE). \n\n\
  133. View the Activity Log for more details.
  134. # Option menu commands
  135. antfarm.commands.properties.label=Prompt for properties
  136. antfarm.commands.supress-sub-targets.label=Hide sub-targets
  137. antfarm.commands.save-on-execute.label=Save all before build