You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/02/04 01:58:20 UTC

svn commit: r740540 - /webservices/juddi/branches/v3_trunk/juddi-tomcat/assembly.xml

Author: kstam
Date: Wed Feb  4 00:58:19 2009
New Revision: 740540

URL: http://svn.apache.org/viewvc?rev=740540&view=rev
Log:
JUDDI-179 trying to match the files by using the default setting

Modified:
    webservices/juddi/branches/v3_trunk/juddi-tomcat/assembly.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-tomcat/assembly.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-tomcat/assembly.xml?rev=740540&r1=740539&r2=740540&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-tomcat/assembly.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-tomcat/assembly.xml Wed Feb  4 00:58:19 2009
@@ -5,11 +5,8 @@
   </formats>
   <fileSets>
     <fileSet>
-	<directory>${project.build.directory}/tomcat/apache-tomcat-5.5.23</directory>
-	<outputDirectory>apache-tomcat-5.5.23</outputDirectory>
-	<includes>
-	<include>**/**</include>
-	</includes>
+	  <directory>${project.build.directory}/tomcat/apache-tomcat-5.5.23</directory>
+	  <outputDirectory>apache-tomcat-5.5.23</outputDirectory>
     </fileSet>
   </fileSets>
 </assembly>



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