You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by hu...@apache.org on 2006/01/24 15:02:33 UTC

svn commit: r371917 - /incubator/woden/java/build.xml

Author: hughesj
Date: Tue Jan 24 06:02:28 2006
New Revision: 371917

URL: http://svn.apache.org/viewcvs?rev=371917&view=rev
Log:
Removed temp/** files from woden.jar

Modified:
    incubator/woden/java/build.xml

Modified: incubator/woden/java/build.xml
URL: http://svn.apache.org/viewcvs/incubator/woden/java/build.xml?rev=371917&r1=371916&r2=371917&view=diff
==============================================================================
--- incubator/woden/java/build.xml (original)
+++ incubator/woden/java/build.xml Tue Jan 24 06:02:28 2006
@@ -168,7 +168,7 @@
 			</fileset>
 		</copy>
 			   
-		<jar destfile="${build.output}/${impl.name}.jar" basedir="${build.classes}"/>
+		<jar destfile="${build.output}/${impl.name}.jar" basedir="${build.classes}" excludes="temp/**"/>
 	</target>
 	
 	<!-- This task builds the Woden API package. 



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org