diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 12:34:52 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-11-28 12:34:52 +0000 |
commit | 6710f6cc1e764d44ca352fdd9f504633cb8525e4 (patch) | |
tree | 663ef8418bb65de3a026a5b9482e21bc92e05ff4 /branches | |
parent | b8758ff7a1f6c78d3dd66cfad75d0e567b7bb0bb (diff) |
Exclude calculator2 sample as the modules it uses aren't in 1.4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721454 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-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 370ebe5107..1929bf48f3 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 @@ -94,6 +94,8 @@ <exclude>*/**/*.svg</exclude> <!-- Sample specific work file/folders to exclude --> <exclude>pom.xml</exclude> + <exclude>calculator2</exclude> + <exclude>calculator2/**/*</exclude> <exclude>calculator-distributed/work</exclude> <exclude>calculator-distributed/work/**/*</exclude> <exclude>calculator-webapp/target/sample-calculator-webapp</exclude> |