Changeset 35884 in osm for applications/editors/josm


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

see #21670 - Update plugin JTS to use ivy

Location:
applications/editors/josm/plugins/jts
Files:
1 added
6 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/jts/build.xml

    r32680 r35884  
    11<?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">
    33    <!-- enter the SVN commit message -->
    44    <property name="commit.message" value="Commit message"/>
     
    1818    <!-- ** include targets that all plugins have in common ** -->
    1919    <import file="../build-common.xml"/>
     20
     21    <target name="pre-compile" depends="fetch_dependencies">
     22        <!-- include fetch_dependencies task -->
     23    </target>
    2024</project>
Note: See TracChangeset for help on using the changeset viewer.