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


Ignore:
Timestamp:
07/25/2017 11:16:45 AM (9 years ago)
Author:
bmcguffin
Message:

Renamed Interfaces in structures.events package from "*Interface" to "I_*"

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      build
  • trunk/build.xml

    r5 r7  
    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="ScriptBuilder" default="default" basedir="."> 
    11     <description>Builds, tests, and runs the project ScriptBuilder.</description> 
     10<project name="ScriptBuilder_Repo" default="default" basedir="."> 
     11    <description>Builds, tests, and runs the project ScriptBuilder_Repo.</description> 
    1212    <import file="nbproject/build-impl.xml"/> 
    1313    <!-- 
     
    5959    An example of overriding the target for project execution could look like this: 
    6060 
    61         <target name="run" depends="ScriptBuilder-impl.jar"> 
     61        <target name="run" depends="ScriptBuilder_Repo-impl.jar"> 
    6262            <exec dir="bin" executable="launcher.exe"> 
    6363                <arg file="${dist.jar}"/> 
Note: See TracChangeset for help on using the changeset viewer.