Changeset 1512


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

Refactoring due to name change. ref#236.

Location:
trunk/applications/NXvalidate
Files:
2 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}"/> 
  • trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java

    r1511 r1512  
    2121 * For further information, see <http://www.neutron.anl.gov/NeXus/> 
    2222 * 
    23  * XMLTreeRenderer.java 
     23 * NXvalidateException.java 
    2424 * 
    2525 */ 
Note: See TracChangeset for help on using the changeset viewer.