Author: berndf
Date: Tue Jan 22 03:01:29 2008
New Revision: 614172
URL: http://svn.apache.org/viewvc?rev=614172&view=rev
Log:
spring-deployment: also aquire james-server-${version}.jar from
phoenix-deployment
Modified:
james/server/trunk/spring-deployment/build.xml
Modified: james/server/trunk/spring-deployment/build.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/build.xml?rev=614172&r1=614171&r2=614172&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/build.xml (original)
+++ james/server/trunk/spring-deployment/build.xml Tue Jan 22 03:01:29 2008
@@ -37,6 +37,9 @@
<property name="spring-deployment.dist.bin.zip"
value="${spring-deployment.dist.dir}/${spring-deployment.artefact.name}.zip" />
<property name="spring-deployment.dist.bin.tar"
value="${spring-deployment.dist.dir}/${spring-deployment.artefact.name}.tar" />
<property name="spring-deployment.dist.bin.tgz"
value="${spring-deployment.dist.dir}/${spring-deployment.artefact.name}.tgz" />
+
+ <property name="phoenix-deployment" value="../phoenix-deployment/" />
+ <property name="phoenix-deployment.build.lib.jar"
value="${phoenix-deployment}/target/lib/${jars-prefix}${version}.jar" />
<!-- Compiler options -->
@@ -294,6 +297,10 @@
<include name="**/*.LICENSE" />
<include name="**/LICENSE*" />
</fileset>
+ </copy>
+ <echo>${phoenix-deployment.build.lib.jar}</echo>
+ <copy todir="${spring-deployment.target.lib.dir}" >
+ <fileset file="${phoenix-deployment.build.lib.jar}" />
</copy>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]