Changeset 35884 in osm for applications/editors/josm/plugins/jts/build.xml
- Timestamp:
- 2021-12-19T02:26:28+01:00 (4 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/jts/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/jts/build.xml
r32680 r35884 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name="jts" default="dist" basedir="."> 2 <project name="jts" default="dist" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant"> 3 3 <!-- enter the SVN commit message --> 4 4 <property name="commit.message" value="Commit message"/> … … 18 18 <!-- ** include targets that all plugins have in common ** --> 19 19 <import file="../build-common.xml"/> 20 21 <target name="pre-compile" depends="fetch_dependencies"> 22 <!-- include fetch_dependencies task --> 23 </target> 20 24 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
