Author: berndf
Date: Sun Oct 21 07:41:21 2007
New Revision: 586905
URL: http://svn.apache.org/viewvc?rev=586905&view=rev
Log:
make compatible with TRUNK top-most ant build
Modified:
james/server/sandbox/spring-integration/spring-deployment/build.xml
Modified: james/server/sandbox/spring-integration/spring-deployment/build.xml
URL:
http://svn.apache.org/viewvc/james/server/sandbox/spring-integration/spring-deployment/build.xml?rev=586905&r1=586904&r2=586905&view=diff
==============================================================================
--- james/server/sandbox/spring-integration/spring-deployment/build.xml
(original)
+++ james/server/sandbox/spring-integration/spring-deployment/build.xml Sun Oct
21 07:41:21 2007
@@ -18,7 +18,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="spring_integration" default="all">
+<project name="spring_integration" default="everything">
<property file="../include.properties"/>
<property file="../default.properties"/>
@@ -224,7 +224,10 @@
<!-- Perform any build initialization in this target -->
</target>
- <target name="all" depends="init, clean, compile, package, dist-binary"
description="build all"/>
+ <target name="dist-lite" depends="everything" description="forwards to
everything - exists for compatibility with parent build.xml"/>
+ <target name="dist" depends="everything" description="forwards to
everything - exists for compatibility with parent build.xml"/>
+
+ <target name="everything" depends="init, clean, compile, package,
dist-binary" description="build all"/>
<target name="compile" description="compile .java">
<mkdir dir="${output.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]