diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 12:35:41 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 12:35:41 +0000 |
commit | 15e03bbdfc61d095e924979b33d3df9d9206467e (patch) | |
tree | cffdbdedb9d9baaf6bd6fb0404eb6e6b72ea80be /branches/sca-java-1.x/distribution/src | |
parent | 6710f6cc1e764d44ca352fdd9f504633cb8525e4 (diff) |
Exclude calculator-rcp as it doesn't work in 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/distribution/src')
-rw-r--r-- | branches/sca-java-1.x/distribution/src/main/assembly/bin.xml | 2 |
1 files changed, 2 insertions, 0 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 1929bf48f3..e8cfa28236 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 @@ -96,6 +96,8 @@ <exclude>pom.xml</exclude> <exclude>calculator2</exclude> <exclude>calculator2/**/*</exclude> + <exclude>calculator-rcp</exclude> + <exclude>calculator-rcp/**/*</exclude> <exclude>calculator-distributed/work</exclude> <exclude>calculator-distributed/work/**/*</exclude> <exclude>calculator-webapp/target/sample-calculator-webapp</exclude> |