Ignore:
Timestamp:
19/08/10 15:35:46 (21 months ago)
Author:
Stephen Rankin
Message:

Refactoring due to name change. ref#236.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXvalidate/build.xml

    r1502 r1512  
    88<!-- You can turn off the Compile on Save (or Deploy on Save) setting --> 
    99<!-- in the project's Project Properties dialog box.--> 
    10 <project name="NXConvertpy" default="default" basedir="."> 
    11     <description>Builds, tests, and runs the project NXConvertpy.</description> 
     10<project name="NXvalidate" default="default" basedir="."> 
     11    <description>Builds, tests, and runs the project NXvalidate.</description> 
    1212    <import file="nbproject/build-impl.xml"/> 
    1313    <echoproperties/> 
     
    6262    An example of overriding the target for project execution could look like this: 
    6363 
    64         <target name="run" depends="NXConvertpy-impl.jar"> 
     64        <target name="run" depends="NXvalidate-impl.jar"> 
    6565            <exec dir="bin" executable="launcher.exe"> 
    6666                <arg file="${dist.jar}"/> 
Note: See TracChangeset for help on using the changeset viewer.