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 20:58:55 UTC

svn commit: r1029160 - /tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/bin.xml

Author: nash
Date: Sat Oct 30 18:58:55 2010
New Revision: 1029160

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

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

Modified: tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/bin.xml?rev=1029160&r1=1029159&r2=1029160&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/bin.xml (original)
+++ tuscany/sca-java-1.x/trunk/distribution/src/main/assembly/bin.xml Sat Oct 30 18:58:55 2010
@@ -139,7 +139,7 @@
                 <exclude>helloworld-ws-deep-webapp/target/sample-helloworld-ws-deep-webapp.war</exclude>
                 <exclude>helloworld-ws-sdo-webapp/target/sample-helloworld-ws-sdo-webapp.war</exclude>
                 <exclude>helloworld-ws-service-webapp/target/sample-helloworld-ws-service-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 -->