diff options
Diffstat (limited to 'branches/sca-java-2.0-M4/distribution')
-rw-r--r-- | branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml b/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml index ebbc5c748f..740b7001ab 100644 --- a/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml +++ b/branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml @@ -37,8 +37,11 @@ <include>dosgi-calculator-operations/**/*</include> <include>webapps/helloworld/**/*</include> <include>webapps/helloworld-bpel/**/*</include> + <include>webapps/helloworld-jms/**/*</include> + <include>webapps/helloworld-js-client/**/*</include> <include>webapps/helloworld-jsf/**/*</include> <include>webapps/helloworld-jsp/**/*</include> + <include>webapps/helloworld-servlet/**/*</include> <include>webapps/helloworld-stripes/**/*</include> </includes> <excludes> @@ -71,8 +74,11 @@ <exclude>*/target/surefire-osgi-reports/**/*</exclude> <exclude>webapps/helloworld/target/**/*</exclude> <exclude>webapps/helloworld-bpel/target/**/*</exclude> + <exclude>webapps/helloworld-jms/target/**/*</exclude> + <exclude>webapps/helloworld-js-client/target/**/*</exclude> <exclude>webapps/helloworld-jsf/target/**/*</exclude> <exclude>webapps/helloworld-jsp/target/**/*</exclude> + <exclude>webapps/helloworld-servlet/target/**/*</exclude> <exclude>webapps/helloworld-stripes/target/**/*</exclude> </excludes> </fileSet> |