summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 11:25:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 11:25:30 +0000
commit9ca38aaef502e90ab58199267d38e12ed9f06f63 (patch)
tree88ddba116273ae430766a903bc7bd02e404d3e42 /branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml
parent1c0a9c79c95fd483b1ed11462af38a0186b9e974 (diff)
Add some more samples to the compact distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730375 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml')
-rw-r--r--branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml b/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml
index d42aa2eaa6..c1e261646b 100644
--- a/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml
+++ b/branches/sca-java-1.x/distribution/compact/src/main/assembly/bin.xml
@@ -72,6 +72,12 @@
<include>calculator/*</include>
<include>calculator/src/**/*</include>
<include>calculator/target/*.jar</include>
+ <include>helloworld-script/*</include>
+ <include>helloworld-script/src/**/*</include>
+ <include>helloworld-script/target/*.jar</include>
+ <include>helloworld-spring/*</include>
+ <include>helloworld-spring/src/**/*</include>
+ <include>helloworld-spring/target/*.jar</include>
</includes>
</fileSet>
<!-- Add all the demos to the demos directory -->
@@ -102,8 +108,6 @@
<exclude>*/**/*.ruleset</exclude>
<exclude>*/bin</exclude>
<exclude>*/bin/**/*</exclude>
- <exclude>target</exclude>
- <exclude>target/**/*</exclude>
</excludes>
</fileSet>
</fileSets>