Changeset 30490 in osm for applications/editors/josm/plugins/pbf/build.xml
- Timestamp:
- 2014-06-09T18:08:08+02:00 (12 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/pbf/build.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pbf/build.xml
r30416 r30490 2 2 <project name="pbf" default="dist" basedir="."> 3 3 4 <!-- enter the SVN commit message -->5 <property name="commit.message" value="Commit message"/>6 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 5 <property name="plugin.main.version" value="7001"/> … … 15 13 <!--<property name="plugin.icon" value="images/pbf_24.png"/>--> 16 14 <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/> 17 <!--<property name="plugin.early" value="..."/>-->18 <!--<property name="plugin.requires" value="..."/>-->19 <!--<property name="plugin.stage" value="..."/>-->20 15 21 16 <!-- ** include targets that all plugins have in common ** --> … … 28 23 --> 29 24 <target name="compile" depends="init"> 30 <echo message="compiling sources for ${plugin.jar} ... "/>25 <echo message="compiling sources for ${plugin.jar} ... "/> 31 26 <javac classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false"> 32 27 <compilerarg value="-Xlint:deprecation"/> … … 36 31 </javac> 37 32 </target> 38 39 33 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
