Author: rfeng
Date: Wed Jan 21 21:31:47 2009
New Revision: 736566
URL: http://svn.apache.org/viewvc?rev=736566&view=rev
Log:
Add missing modules to the build
Modified:
tuscany/java/sca/distribution/pom.xml
tuscany/java/sca/pom.xml
Modified: tuscany/java/sca/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/pom.xml?rev=736566&r1=736565&r2=736566&view=diff
==============================================================================
--- tuscany/java/sca/distribution/pom.xml (original)
+++ tuscany/java/sca/distribution/pom.xml Wed Jan 21 21:31:47 2009
@@ -32,6 +32,7 @@
<modules>
<!--module>all</module-->
+ <module>api</module>
<module>core</module>
<!--module>ejava</module>
<module>manager</module-->
Modified: tuscany/java/sca/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=736566&r1=736565&r2=736566&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Wed Jan 21 21:31:47 2009
@@ -182,6 +182,7 @@
<module>tools</module>
<module>samples</module>
<module>itest</module>
+ <module>distribution</module>
<!--
<module>stest</module>
<module>vtest</module>