diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-02 10:15:02 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-02 10:15:02 +0000 |
commit | 789073d22c765ff8389d5ccba27003018317759c (patch) | |
tree | 1549b22e4dfe3cbfc8e3f757407ef85e9b19a15e | |
parent | a88e9114cae330b4c704fbb49991e3aae46bbd6e (diff) |
Add comment suggesting that samples should also be tested in itest/distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886100 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index 2cd4c4ac9a..f262a35add 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -57,8 +57,13 @@ 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>dosgi-dynamic-calculator-operations</module> + <!--module>helloworld</module--> <module>helloworld-bpel</module> <module>implementation-java-calculator</module> <module>binding-ws-calculator</module> |