Changeset 35883 in osm for applications/editors/josm


Ignore:
Timestamp:
2021-12-19T02:23:20+01:00 (3 years ago)
Author:
Don-vip
Message:

see #21669 - Move plugin ejml to ivy

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  
    11<?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">
    33    <!-- enter the SVN commit message -->
    44    <property name="commit.message" value="Commit message"/>
     
    1616    <import file="../build-common.xml"/>
    1717
     18    <target name="pre-compile" depends="fetch_dependencies">
     19        <!-- include fetch_dependencies task -->
     20    </target>
     21
    1822</project>
Note: See TracChangeset for help on using the changeset viewer.