You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by di...@apache.org on 2005/11/25 06:12:24 UTC

svn commit: r348881 - /webservices/commons/trunk/policy/build.xml

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>