Author: chamikara
Date: Thu Jan 18 22:12:25 2007
New Revision: 497711
URL: http://svn.apache.org/viewvc?view=rev&rev=497711
Log:
A bug fix to include the sandesha-policy jar file in the binary distribution.
Modified:
webservices/sandesha/trunk/java/maven.xml
Modified: webservices/sandesha/trunk/java/maven.xml
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/maven.xml?view=diff&rev=497711&r1=497710&r2=497711
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Thu Jan 18 22:12:25 2007
@@ -393,7 +393,9 @@
<ant:copy file="target/${jar.name}" todir="${dir.temp.dist.bin}" />
<ant:copy file="target/${mar.name}" todir="${dir.temp.dist.bin}" />
- <ant:copy file="target/${client.jar.name}"
todir="${dir.temp.dist.bin}" />
+ <ant:copy file="target/${client.jar.name}"
todir="${dir.temp.dist.bin}" />
+ <ant:copy file="target/${policy.jar.name}"
todir="${dir.temp.dist.bin}" />
+
<!-- <ant:copy file="${dir.config}/sandesha2.properties"
todir="${dir.temp.dist.bin}" /> -->
<ant:copy file="${apache.license.file}" todir="${dir.temp.dist.bin}" />
<ant:copy file="${release.notes.file}" todir="${dir.temp.dist.bin}" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]