Changeset 1802


Ignore:
Timestamp:
17/01/12 10:15:34 (4 months ago)
Author:
Freddie Akeroyd
Message:

Remove references to nxvalidate.properties.in
Refs #236

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/NXvalidate/src/org/nexusformat/nxvalidate/resources/nxvalidate.properties

    r1800 r1802  
    77nxsFileLabel=NXS File 
    88nxdlFileLabel=NXDL File 
    9 nxconvert=@prefix@/bin/nxconvert 
     9nxconvert=nxconvert 
    1010openNexusFileMessage=You need to select a Nexus file to open. 
    1111fileMenuItem=File 
     
    1414validationCompleteMessage=Validation Complete 
    1515elementError=This is an element with an error, please check. 
    16 defaultUNIXNXconvert=@prefix@/bin/nxconvert 
     16defaultUNIXNXconvert=nxconvert 
    1717defaultWindowsNXconvert= 
    18 defaultMacNXconvert=@prefix@/bin/nxconvert 
     18defaultMacNXconvert=nxconvert 
    1919nxconvertMissingError=Could not find nxconvert so the application will not work! Please check the settings and set the location of the nxconvert command. 
    2020noConvertCommandFound=No nxconvert command found, cannot validate. 
  • trunk/configure.ac

    r1798 r1802  
    835835                applications/NXvalidate/Makefile 
    836836                applications/NXvalidate/nxvalidate 
    837                 applications/NXvalidate/src/org/nexusformat/nxvalidate/resources/nxvalidate.properties 
    838837                applications/NXdump/Makefile 
    839838                applications/nxingest/Makefile 
Note: See TracChangeset for help on using the changeset viewer.