diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-2.0-M4/distribution/all/src/main/components/bin-samples.xml | 3 | ||||
-rw-r--r-- | branches/sca-java-2.0-M4/samples/pom.xml | 15 |
2 files changed, 9 insertions, 9 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 740b7001ab..9c0d6fdca1 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 @@ -32,9 +32,12 @@ <include>calculator-osgi/**/*</include> <include>calculator-rmi-reference/**/*</include> <include>calculator-rmi-service/**/*</include> + <include>helloworld-bpel/**/*</include> <include>implementation-java-calculator/**/*</include> <include>dosgi-calculator/**/*</include> <include>dosgi-calculator-operations/**/*</include> + <include>dosgi-dynamic-calculator/**/*</include> + <include>dosgi-dynamic-calculator-operations/**/*</include> <include>webapps/helloworld/**/*</include> <include>webapps/helloworld-bpel/**/*</include> <include>webapps/helloworld-jms/**/*</include> diff --git a/branches/sca-java-2.0-M4/samples/pom.xml b/branches/sca-java-2.0-M4/samples/pom.xml index fc74a4228f..d7978a9fac 100644 --- a/branches/sca-java-2.0-M4/samples/pom.xml +++ b/branches/sca-java-2.0-M4/samples/pom.xml @@ -48,19 +48,20 @@ <module>calculator-osgi</module> <module>calculator-rmi-reference</module> <module>calculator-rmi-service</module> - <module>dosgi-calculator</module> <module>dosgi-calculator-operations</module> - <module>dosgi-dynamic-calculator</module> - <module>dosgi-dynamic-calculator-operations</module> +<!-- ********* + IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO + distribution\all\src\main\components\bin-samples.xml + OR THEY WONT GET IN RELEASES + ********* --> + <module>dosgi-dynamic-calculator-operations</module> <module>helloworld-bpel</module> - <module>implementation-java-calculator</module> <module>binding-ws-calculator</module> - <module>webapps/helloworld</module> <module>webapps/helloworld-bpel</module> <module>webapps/helloworld-jms</module> @@ -68,10 +69,6 @@ <module>webapps/helloworld-jsp</module> <module>webapps/helloworld-stripes</module> <module>webapps/helloworld-servlet</module> -<!-- - <module>webapps/helloworld-rest</module> - <module>webapps/helloworld-wicket</module> ---> </modules> </profile> </profiles> |