Changeset 16169 in josm for trunk/tools/ivy.xml


Ignore:
Timestamp:
2020-03-17T22:41:28+01:00 (4 years ago)
Author:
simon04
Message:

see #16860 - Resolve ProGuard using Apache Ivy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ivy.xml

    r16168 r16169  
    55    <configurations>
    66        <conf name="javacc" description="Everything needed for running JavaCC"/>
     7        <conf name="proguard" description="Everything needed for running ProGuard"/>
    78        <conf name="pmd" description="Everything needed for running PMD"/>
    89        <conf name="spotbugs" description="Everything needed for running SpotBugs"/>
     
    1112        <!-- javacc->default -->
    1213        <dependency org="net.java.dev.javacc" name="javacc" rev="7.0.3" conf="javacc->default"/>
     14        <!-- proguard->default -->
     15        <dependency org="net.sf.proguard" name="proguard-anttask" rev="6.0.3" conf="proguard->default"/>
    1316        <!-- pmd->default -->
    1417        <dependency org="net.sourceforge.pmd" name="pmd-core" rev="6.20.0" conf="pmd->default"/>
Note: See TracChangeset for help on using the changeset viewer.