Changeset 29853 in osm for applications/editors/josm/plugins/log4j
- Timestamp:
- 2013-08-21T01:15:45+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/log4j
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/log4j
- Property svn:ignore
-
old new 1 1 build 2 2 REVISION 3 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/log4j/build.xml
r29435 r29853 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="log4j" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> … … 42 14 <!--<property name="plugin.icon" value="..."/>--> 43 15 <!--<property name="plugin.link" value="..."/>--> 44 < !--<property name="plugin.early" value="..."/>-->16 <property name="plugin.early" value="true"/> 45 17 <!--<property name="plugin.requires" value="..."/>--> 46 18 <property name="plugin.stage" value="5"/>
Note:
See TracChangeset
for help on using the changeset viewer.