summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-30 00:49:59 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-09-30 00:49:59 +0000
commit25b48faa2a82d4455a1da0987440d7ced3985c93 (patch)
tree5e8b2f0439bf6d286f5e1ae89d4e931c42b91e4f
parent249541b271e0eb234f8e9f509ad8c940f0ce7101 (diff)
Add missing module to build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1527427 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/branches/2.0/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/2.0/pom.xml b/sca-java-2.x/branches/2.0/pom.xml
index 9f2e00315d..e31675ca8e 100644
--- a/sca-java-2.x/branches/2.0/pom.xml
+++ b/sca-java-2.x/branches/2.0/pom.xml
@@ -125,6 +125,7 @@
</activation>
<modules>
<module>maven/tuscany-maven-plugin</module>
+ <module>maven/tuscany-diagram-plugin</module>
<module>modules</module>
<module>samples</module>
<module>testing/itest</module>
@@ -430,6 +431,7 @@
</properties>
<modules>
<module>maven/tuscany-maven-plugin</module>
+ <module>maven/tuscany-diagram-plugin</module>
<module>modules</module>
<module>features</module>
<module>distribution</module>