Ignore:
Timestamp:
2021-11-05T01:00:03+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #21517 - Move plugin log4j to apache ivy (patch by taylor.smock)

File:
1 edited

Legend:

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

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