You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2010/01/19 07:47:00 UTC

svn commit: r900676 - /tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml

Author: lresende
Date: Tue Jan 19 06:47:00 2010
New Revision: 900676

URL: http://svn.apache.org/viewvc?rev=900676&view=rev
Log:
Removing build temp file related to velocity

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml?rev=900676&r1=900675&r2=900676&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6/distribution/src/main/assembly/src.xml Tue Jan 19 06:47:00 2010
@@ -79,6 +79,7 @@
 				<exclude>**/cobertura.ser</exclude>
 				<exclude>**/log/*.dat</exclude>
 				<exclude>**/orbtrc.*.txt</exclude>
+				<exclude>**/velocity.log.*</exclude>                                
 				<exclude>bin</exclude>
 				<exclude>bin/*</exclude>
 				<exclude>**/var/journal</exclude>
@@ -207,7 +208,6 @@
 				<exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo</exclude>
 				<exclude>demos/secure-bigbank/secure-bigbank-account/src/main/resources/web/dojo/**/*</exclude>
 				<exclude>*/**/derby.log</exclude>
-				<exclude>*/**/velocity.log*</exclude>                
 				<exclude>*/**/*.svg</exclude>
 				<exclude>*/**/*.ruleset</exclude>
 				<exclude>*/**/*.pmd</exclude>