Author: slaws
Date: Sun Mar 28 13:00:21 2010
New Revision: 928395
URL: http://svn.apache.org/viewvc?rev=928395&view=rev
Log:
add payment-python to the build
Modified:
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml
tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml
Modified:
tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml?rev=928395&r1=928394&r2=928395&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml
(original)
+++ tuscany/sca-java-1.x/trunk/tutorials/travelsample/contributions/pom.xml Sun
Mar 28 13:00:21 2010
@@ -92,6 +92,7 @@
<module>payment-bpel-process</module>
<module>payment-bpel</module>
<module>payment-groovy</module>
+ <module>payment-python</module>
<module>policy-client</module>
<module>trip-policy</module>
</modules>
Modified: tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml?rev=928395&r1=928394&r2=928395&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml
(original)
+++ tuscany/sca-java-1.x/trunk/tutorials/travelsample/launchers/pom.xml Sun Mar
28 13:00:21 2010
@@ -70,6 +70,7 @@
<module>payment-spring-scatag</module>
<module>payment-bpel</module>
<module>payment-groovy</module>
+ <module>payment-python</module>
<module>policy</module>
</modules>
</profile>