diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-24 19:06:25 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2010-08-24 19:06:25 +0000 |
commit | f9298e959bcea3cb75a3fa522be87df9fb03c363 (patch) | |
tree | 19bccf3d6d314ad7bc5bfe79b63a98e6bb58c5d3 /sca-java-2.x/trunk | |
parent | 947f11593e855c9a44359e87fc11e30f27509cb9 (diff) |
Enable Phyton extensions after temporarly adding Jython dependencies to tuscany maven repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml | 2 | ||||
-rw-r--r-- | sca-java-2.x/trunk/modules/pom.xml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml index 38d6915713..9412954e28 100644 --- a/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-python-runtime/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>org.python</groupId> <artifactId>jython</artifactId> - <version>2.5.2</version> + <version>2.5.2-beta1</version> </dependency> <dependency> diff --git a/sca-java-2.x/trunk/modules/pom.xml b/sca-java-2.x/trunk/modules/pom.xml index d30586ed33..b1e9b97407 100644 --- a/sca-java-2.x/trunk/modules/pom.xml +++ b/sca-java-2.x/trunk/modules/pom.xml @@ -143,10 +143,8 @@ <module>binding-corba</module> <module>binding-corba-runtime</module> - <!-- <module>implementation-python</module> <module>implementation-python-runtime</module> - --> <module>implementation-script</module> <module>implementation-script-runtime</module> |