Changeset 1512 for trunk/applications/NXvalidate/build.xml
- Timestamp:
- 19/08/10 15:35:46 (21 months ago)
- File:
-
- 1 edited
-
trunk/applications/NXvalidate/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXvalidate/build.xml
r1502 r1512 8 8 <!-- You can turn off the Compile on Save (or Deploy on Save) setting --> 9 9 <!-- in the project's Project Properties dialog box.--> 10 <project name="NX Convertpy" default="default" basedir=".">11 <description>Builds, tests, and runs the project NX Convertpy.</description>10 <project name="NXvalidate" default="default" basedir="."> 11 <description>Builds, tests, and runs the project NXvalidate.</description> 12 12 <import file="nbproject/build-impl.xml"/> 13 13 <echoproperties/> … … 62 62 An example of overriding the target for project execution could look like this: 63 63 64 <target name="run" depends="NX Convertpy-impl.jar">64 <target name="run" depends="NXvalidate-impl.jar"> 65 65 <exec dir="bin" executable="launcher.exe"> 66 66 <arg file="${dist.jar}"/>
Note: See TracChangeset
for help on using the changeset viewer.
