summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-30 17:33:24 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-30 17:33:24 +0000
commita32ab417830b9037fa1da01f60f5c36d698b5bfb (patch)
tree774432a9e7827721610dc58f2c8df303334ac588 /sca-java-1.x/branches
parent8ca283cda394165ee001ac8deb052e806624151f (diff)
Fix incorrect war name to exclude from binary distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1029129 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml
index 3043ca7e90..444fe1c1e4 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/distribution/src/main/assembly/bin.xml
@@ -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 -->