Changeset 1512
- Timestamp:
- 19/08/10 15:35:46 (18 months ago)
- Location:
- trunk/applications/NXvalidate
- Files:
-
- 2 edited
-
build.xml (modified) (2 diffs)
-
src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java (modified) (1 diff)
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}"/> -
trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/exceptions/NXvalidateException.java
r1511 r1512 21 21 * For further information, see <http://www.neutron.anl.gov/NeXus/> 22 22 * 23 * XMLTreeRenderer.java23 * NXvalidateException.java 24 24 * 25 25 */
Note: See TracChangeset
for help on using the changeset viewer.
