diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-10 10:07:33 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-12-10 10:07:33 +0000 |
commit | 15f1ab29b1aa8c99828fb3ab58869506cdc56dd8 (patch) | |
tree | 5dba574e15cfda2d5b9adf31010a1bf00e6142e8 /branches/sca-java-1.x/distribution/src/main | |
parent | 67ad40502bbc6d226ea8e2f4f8094c2113fe589f (diff) |
Copy bin distro bigbank fix from 1.4 to 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/distribution/src/main')
-rw-r--r-- | branches/sca-java-1.x/distribution/src/main/assembly/bin.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml b/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml index 7d93996640..22bdce9a33 100644 --- a/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml +++ b/branches/sca-java-1.x/distribution/src/main/assembly/bin.xml @@ -257,16 +257,8 @@ <exclude>alert-aggregator-webapp/target/**/*</exclude> <exclude>bigbank/src/main/resources/web/dojo</exclude> <exclude>bigbank/src/main/resources/web/dojo/**/*</exclude> - <exclude>bigbank/target</exclude> - <exclude>bigbank/target/**/*</exclude> <exclude>bigbank-account/src/main/resources/web/dojo</exclude> <exclude>bigbank-account/src/main/resources/web/dojo/**/*</exclude> - <exclude>bigbank-account/target</exclude> - <exclude>bigbank-account/target/**/*</exclude> - <exclude>bigbank-calculator/target</exclude> - <exclude>bigbank-calculator/target/**/*</exclude> - <exclude>bigbank-stockquote/target</exclude> - <exclude>bigbank-stockquote/target/**/*</exclude> <exclude>helloworld-ws-sdo/work</exclude> <exclude>helloworld-ws-sdo/work/**/*</exclude> <exclude>mortgage-creditcheck/target/demo-mortgage-creditcheck</exclude> |