upgrade to "more modern" commons
This commit is contained in:
parent
84d2879715
commit
3c3cdce66b
16
build.xml
16
build.xml
|
|
@ -22,11 +22,17 @@ under the License.
|
||||||
<!-- easy way to override properties -->
|
<!-- easy way to override properties -->
|
||||||
<property file="build.properties"/>
|
<property file="build.properties"/>
|
||||||
|
|
||||||
<!-- don't fork junit; regexp classes not available -->
|
<!-- we don't want the build to look for a packaged AntUnit -->
|
||||||
<property name="junit.fork" value="false" />
|
<target name="setup-for-antunit-tests" depends="setup,determine-test-types,resolve"
|
||||||
|
unless="skip-antunit">
|
||||||
<property name="javac.-source" value="1.5" />
|
<typedef uri="antlib:org.apache.ant.antunit"
|
||||||
<property name="javac.-target" value="1.5" />
|
resource="org/apache/ant/antunit/antlib.xml">
|
||||||
|
<classpath>
|
||||||
|
<path refid="classpath.test"/>
|
||||||
|
<pathelement location="${antlib.location}"/>
|
||||||
|
</classpath>
|
||||||
|
</typedef>
|
||||||
|
</target>
|
||||||
|
|
||||||
<import file="common/build.xml"/>
|
<import file="common/build.xml"/>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
2
common
2
common
|
|
@ -1 +1 @@
|
||||||
Subproject commit a715465514e3aaa5e6e06a91345c0292c3642539
|
Subproject commit 2a9972ef3b45984824a23831857c95ba2a6518b6
|
||||||
Loading…
Reference in New Issue