summaryrefslogtreecommitdiffstats
path: root/java/sca/itest
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 10:04:56 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 10:04:56 +0000
commit6c45c4dc34845b551c3cc6328a4c28f13fbcbf47 (patch)
tree5e3e52fdecd4077bb8133cace0ed0c17ad113ede /java/sca/itest
parentad05303a660976eb297373b52d46fd320af0ab86 (diff)
TUSCANY-3081 - include itest/nodes in the build to demonstrate local endpoint registry in operation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/itest/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/itest/pom.xml b/java/sca/itest/pom.xml
index 717dd48233..7df6bba948 100644
--- a/java/sca/itest/pom.xml
+++ b/java/sca/itest/pom.xml
@@ -50,6 +50,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <!--module>builder</module-->
<module>callback-api</module>
<module>callback-basic</module>
<module>callback-complex-type</module>
@@ -66,6 +67,7 @@
<module>exceptions</module>
<module>implementation-spring</module>
<module>interfaces</module>
+ <module>nodes</module>
<!--
<module>operation-overloading</module>
-->