mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
13.58.2014 b6b47b6a3e95b1269178ccdfedd1addf1a363a79
Remove junit.jar from OpenDJ zip :)
1 files modified
2 ■■■ changed files
opends/build.xml 2 ●●● patch | view | raw | blame | history
opends/build.xml
@@ -2843,7 +2843,7 @@
             See https://ant.apache.org/manual/Types/mapper.html -->
        <regexpmapper from="(.*/(source|javadoc)/.*)" to="\1" handledirsep="true"/>
        <!-- Separate test and compile jars ala Maven -->
        <regexpmapper from="(.*)/(jar|bundle)/(.*(?:assertj-core|hamcrest-core|mockito-core|objenesis)\.jar)" to="\1/test/\3" handledirsep="true"/>
        <regexpmapper from="(.*)/(jar|bundle)/(.*(?:assertj-core|hamcrest-core|junit|mockito-core|objenesis)\.jar)" to="\1/test/\3" handledirsep="true"/>
        <regexpmapper from="(.*)/(jar|bundle)/(.*)" to="\1/compile/\3" handledirsep="true"/>
      </firstmatchmapper>
    </ivy:retrieve>