You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/30 19:33:24 UTC

svn commit: r1029129 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml

Author: nash
Date: Sat Oct 30 17:33:24 2010
New Revision: 1029129

URL: http://svn.apache.org/viewvc?rev=1029129&view=rev
Log:
Fix incorrect war name to exclude from binary distribution

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

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml?rev=1029129&r1=1029128&r2=1029129&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml Sat Oct 30 17:33:24 2010
@@ -125,7 +125,7 @@
                 <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp.war</exclude>
                 <exclude>helloworld-jsonrpc-webapp/target/sample-helloworld-jsonrpc-webapp.war</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude>
-                <exclude>store-webapp/target/sample-helloworld-store-webapp.war</exclude>
+                <exclude>store-webapp/target/sample-store-webapp.war</exclude>
             </excludes>
         </fileSet>
         <!-- Add all the demos to the demos directory -->