Changeset 35883 in osm for applications/editors
- Timestamp:
- 2021-12-19T02:23:20+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/ejml
- Files:
-
- 1 added
- 24 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ejml/build.xml
r35049 r35883 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <project name="ejml" default="dist" basedir="." >2 <project name="ejml" 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"/> … … 16 16 <import file="../build-common.xml"/> 17 17 18 <target name="pre-compile" depends="fetch_dependencies"> 19 <!-- include fetch_dependencies task --> 20 </target> 21 18 22 </project>
Note:
See TracChangeset
for help on using the changeset viewer.