Ignore:
Timestamp:
2012-11-27T20:14:34+01:00 (12 years ago)
Author:
stoecker
Message:

add help target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r28996 r29004  
    279279        </java>
    280280    </target>
     281    <!--
     282    ** shows a help text
     283    -->
     284    <target name="help">
     285        <echo>
     286    You can use following targets:
     287    * dist        This default target builds the plugin jar file
     288    * clean       Cleanup automaticall created files
     289    * publish     Checkin source code, build jar and checkin plugin jar
     290                  (requires proper entry for SVN commit message!)
     291    * install     Install the plugin in current system
     292    * runjosm     Install plugin and start josm
     293    * profilejosm Install plugin and start josm in profiling mode
     294   
     295    There are other targets, which usually should not be called manually.
     296        </echo>
     297    </target>
    281298</project>
    282299
Note: See TracChangeset for help on using the changeset viewer.