Changeset 35852 in osm for applications/editors/josm/plugins/log4j/build.xml
- Timestamp:
- 2021-11-05T01:00:03+01:00 (5 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/plugins/log4j/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/log4j/build.xml
r32680 r35852 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name="log4j" default="dist" basedir="."> 2 <project name="log4j" 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"/> … … 20 20 <!-- ** include targets that all plugins have in common ** --> 21 21 <import file="../build-common.xml"/> 22 22 <target name="pre-compile" depends="fetch_dependencies"> 23 <!-- include fetch_dependencies task --> 24 </target> 23 25 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
