diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-27 11:55:35 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-27 11:55:35 +0000 |
commit | a92ae6004a53a502819486d7313220ffe88e6059 (patch) | |
tree | 75b2a7874fdb02f3ba17041d754f3bfe7cee903e /sca-java-2.x/trunk | |
parent | af3499c1fe029758c8a1adc38ce1e47ad4b35b24 (diff) |
Add note to point why a couple of the launchers don't need to be in the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/samples/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index 8c74262a2c..5ccc2e073f 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -80,8 +80,9 @@ <!-- contribution launchers --> - <!-- don't need to process this as it has just a README in it + <!-- don't need to process these as they just contain README files <module>launcher-command-line</module> + <module>launcher-maven</module> --> <module>launcher-embedded-jse</module> <module>launcher-embedded-osgi</module> |