You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/09/16 17:09:43 UTC

svn commit: r815823 - in /tuscany/branches/sca-java-1.5.1: modules/binding-erlang-runtime/ modules/binding-erlang/ modules/pom.xml samples/helloworld-reference-erlang/ samples/helloworld-service-erlang/ samples/pom.xml

Author: slaws
Date: Wed Sep 16 15:09:43 2009
New Revision: 815823

URL: http://svn.apache.org/viewvc?rev=815823&view=rev
Log:
TUSCANY-3271 - erlang support not required for 1.5.1. We should target 1.6 for this.

Removed:
    tuscany/branches/sca-java-1.5.1/modules/binding-erlang/
    tuscany/branches/sca-java-1.5.1/modules/binding-erlang-runtime/
    tuscany/branches/sca-java-1.5.1/samples/helloworld-reference-erlang/
    tuscany/branches/sca-java-1.5.1/samples/helloworld-service-erlang/
Modified:
    tuscany/branches/sca-java-1.5.1/modules/pom.xml
    tuscany/branches/sca-java-1.5.1/samples/pom.xml

Modified: tuscany/branches/sca-java-1.5.1/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/modules/pom.xml?rev=815823&r1=815822&r2=815823&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/modules/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/modules/pom.xml Wed Sep 16 15:09:43 2009
@@ -48,8 +48,6 @@
                 <module>binding-dwr</module>
                 <module>binding-ejb</module>
                 <module>binding-ejb-runtime</module>
-                <module>binding-erlang</module>
-                <module>binding-erlang-runtime</module>
                 <module>binding-atom</module>
                 <module>binding-atom-js</module>
                 <module>binding-atom-js-dojo</module>

Modified: tuscany/branches/sca-java-1.5.1/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/samples/pom.xml?rev=815823&r1=815822&r2=815823&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/samples/pom.xml (original)
+++ tuscany/branches/sca-java-1.5.1/samples/pom.xml Wed Sep 16 15:09:43 2009
@@ -75,9 +75,7 @@
                 <module>helloworld-dojo-webapp</module>
                 <module>helloworld-jms-webapp</module>
                 <module>helloworld-jsonrpc-webapp</module>
-                <module>helloworld-reference-erlang</module>
                 <module>helloworld-reference-jms</module>
-                <module>helloworld-service-erlang</module>
                 <module>helloworld-service-jms</module>
                 <module>helloworld-ws-service</module>
                 <module>helloworld-ws-service-jms</module>