diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index 32e38bb484..039321ba4a 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -36,16 +36,6 @@ </repository> </repositories> -<!-- ********* - IF YOU ADD ANY SAMPLES THEN ALSO ADD THEM TO - distribution\all\src\main\components\bin-samples.xml - OR THEY WONT GET IN RELEASES - ********* --> -<!-- ********* - ALSO SAMPLES SHOULD HAVE A TEST IN itest/distribution TO - ENSURE THAT THEY WORK PROPERLY OUT OF A DISTRIBUTION - ********* --> - <profiles> <profile> <id>default</id> @@ -64,6 +54,16 @@ <module>dosgi-dynamic-calculator</module> <module>dosgi-dynamic-calculator-operations</module> <!--module>helloworld</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 + ********* --> +<!-- ********* + ALSO SAMPLES SHOULD HAVE A TEST IN itest/distribution TO + ENSURE THAT THEY WORK PROPERLY OUT OF A DISTRIBUTION + ********* --> + <module>helloworld-bpel</module> <module>implementation-java-calculator</module> <module>store</module> |