upgrade to "more modern" commons

This commit is contained in:
Stefan Bodewig 2026-05-17 12:11:11 +02:00
parent 84d2879715
commit 3c3cdce66b
No known key found for this signature in database
GPG Key ID: 23738DFD7C40DE43
2 changed files with 12 additions and 6 deletions

View File

@ -22,11 +22,17 @@ under the License.
<!-- easy way to override properties -->
<property file="build.properties"/>
<!-- don't fork junit; regexp classes not available -->
<property name="junit.fork" value="false" />
<property name="javac.-source" value="1.5" />
<property name="javac.-target" value="1.5" />
<!-- we don't want the build to look for a packaged AntUnit -->
<target name="setup-for-antunit-tests" depends="setup,determine-test-types,resolve"
unless="skip-antunit">
<typedef uri="antlib:org.apache.ant.antunit"
resource="org/apache/ant/antunit/antlib.xml">
<classpath>
<path refid="classpath.test"/>
<pathelement location="${antlib.location}"/>
</classpath>
</typedef>
</target>
<import file="common/build.xml"/>
</project>

2
common

@ -1 +1 @@
Subproject commit a715465514e3aaa5e6e06a91345c0292c3642539
Subproject commit 2a9972ef3b45984824a23831857c95ba2a6518b6