diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-26 08:05:18 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-26 08:05:18 +0000 |
commit | aca4005fd737e31deff350816409c9c78d7beeb8 (patch) | |
tree | b8cb9c476e41c3cea65437a12541a87ba3faca77 /branches | |
parent | c1e6b31c4aa804e522d07ecc66afcb627f04ce94 (diff) |
Don't exclude prebuilt jar for bpel sample from binary distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778606 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, 0 insertions, 2 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 9f3af65389..038e3164b1 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 @@ -119,8 +119,6 @@ <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp</exclude> <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp/**/*</exclude> <exclude>feed-aggregator-webapp/target/war</exclude> - <exclude>helloworld-bpel/target</exclude> - <exclude>helloworld-bpel/target/**/*</exclude> <exclude>store-webapp/target</exclude> <exclude>store-webapp/target/**/*</exclude> <exclude>helloworld-dojo-webapp/src/main/webapp/dojo</exclude> |