Changeset 137 in tmcsimulator-scriptbuilder for trunk/build.xml


Ignore:
Timestamp:
10/24/2017 07:24:45 PM (9 years ago)
Author:
bmcguffin
Message:

Commented out my previous attempts at finding the incident directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r126 r137  
    8989         update="true" 
    9090    /> 
     91    <zip destfile="${deploy.dir}/ScriptBuilder.zip" 
     92         basedir="src/scriptbuilder/gui/" 
     93         includes="application.properties" 
     94         update="true" 
     95    /> 
    9196  </target> 
    9297</project> 
Note: See TracChangeset for help on using the changeset viewer.