You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/07/14 22:00:38 UTC

svn commit: r676711 - /tuscany/java/sca/tutorial/store-test/pom.xml

Author: jsdelfino
Date: Mon Jul 14 13:00:37 2008
New Revision: 676711

URL: http://svn.apache.org/viewvc?rev=676711&view=rev
Log:
Fixed build error in store-test.

Modified:
    tuscany/java/sca/tutorial/store-test/pom.xml

Modified: tuscany/java/sca/tutorial/store-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/tutorial/store-test/pom.xml?rev=676711&r1=676710&r2=676711&view=diff
==============================================================================
--- tuscany/java/sca/tutorial/store-test/pom.xml (original)
+++ tuscany/java/sca/tutorial/store-test/pom.xml Mon Jul 14 13:00:37 2008
@@ -175,6 +175,7 @@
               <directory>${basedir}</directory>
               <excludes>
                   <exclude>**/.*/**</exclude>
+                  <exclude>**/*.java</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
                   <exclude>target/**</exclude>