Author: dims
Date: Thu Nov 24 21:12:21 2005
New Revision: 348881
URL: http://svn.apache.org/viewcvs?rev=348881&view=rev
Log:
fix name of jar
Modified:
webservices/commons/trunk/policy/build.xml
Modified: webservices/commons/trunk/policy/build.xml
URL:
http://svn.apache.org/viewcvs/webservices/commons/trunk/policy/build.xml?rev=348881&r1=348880&r2=348881&view=diff
==============================================================================
--- webservices/commons/trunk/policy/build.xml (original)
+++ webservices/commons/trunk/policy/build.xml Thu Nov 24 21:12:21 2005
@@ -23,9 +23,9 @@
</target>
<target name="jar" depends="compile">
- <jar basedir="${classes}"
destfile="${bin}/ws-policySNAPSHOT.jar">
+ <jar basedir="${classes}"
destfile="${bin}/ws-policy-SNAPSHOT.jar">
</jar>
- <copy file="${bin}/ws-policySNAPSHOT.jar" todir="."
overwrite="true">
+ <copy file="${bin}/ws-policy-SNAPSHOT.jar" todir="."
overwrite="true">
</copy>
</target>