You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2006/03/27 16:01:10 UTC

svn commit: r389147 - /webservices/commons/trunk/modules/tcpmon/maven.xml

Author: ajith
Date: Mon Mar 27 06:01:10 2006
New Revision: 389147

URL: http://svn.apache.org/viewcvs?rev=389147&view=rev
Log:
1. Modified the maven.xml to copy the scripts directory

Modified:
    webservices/commons/trunk/modules/tcpmon/maven.xml

Modified: webservices/commons/trunk/modules/tcpmon/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/tcpmon/maven.xml?rev=389147&r1=389146&r2=389147&view=diff
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/maven.xml (original)
+++ webservices/commons/trunk/modules/tcpmon/maven.xml Mon Mar 27 06:01:10 2006
@@ -83,6 +83,12 @@
 				<ant:include name="**/test/**"/>
 			</ant:fileset>
 		</ant:copy>
+		<!-- add scripts-->
+		<ant:copy toDir="${dist}/scripts">
+			<ant:fileset dir="scripts">
+				<ant:exclude name="**/.svn/**"/>
+			</ant:fileset>
+		</ant:copy>
 		<!-- Copy the master maven files src distro -->
 		<ant:copy toDir="${dist}" filtering="true">
 			<ant:fileset file="maven.xml"/>