mirror of
https://github.com/apache/activemq.git
synced 2025-02-07 10:38:58 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356304 13f79535-47bb-0310-9956-ffa450edef68
17 lines
398 B
XML
Executable File
17 lines
398 B
XML
Executable File
<project default="default" xmlns:j="jelly:core">
|
|
|
|
<goal name="default" prereqs="clean, test"/>
|
|
|
|
<goal name="java:compile"/>
|
|
|
|
<!--
|
|
<preGoal name="test:compile">
|
|
<echo>copying from ${basedir}/../../../src/test to ${basedir}/target/src/test</echo>
|
|
<copy todir="${basedir}/target/src/test">
|
|
<fileset dir="${basedir}/../../../src/test"/>
|
|
</copy>
|
|
</preGoal>
|
|
-->
|
|
|
|
</project>
|