You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/10/26 01:13:38 UTC

svn commit: r707915 - in /tuscany/branches/sca-equinox: distribution/ejava/pom.xml modules/contribution-impl/ modules/host-ejb/ modules/host-openejb/ modules/implementation-bpel-jbpm/ modules/pom.xml

Author: jsdelfino
Date: Sat Oct 25 16:13:37 2008
New Revision: 707915

URL: http://svn.apache.org/viewvc?rev=707915&view=rev
Log:
Removed unused modules.

Removed:
    tuscany/branches/sca-equinox/modules/contribution-impl/
    tuscany/branches/sca-equinox/modules/host-ejb/
    tuscany/branches/sca-equinox/modules/host-openejb/
    tuscany/branches/sca-equinox/modules/implementation-bpel-jbpm/
Modified:
    tuscany/branches/sca-equinox/distribution/ejava/pom.xml
    tuscany/branches/sca-equinox/modules/pom.xml

Modified: tuscany/branches/sca-equinox/distribution/ejava/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/distribution/ejava/pom.xml?rev=707915&r1=707914&r2=707915&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/distribution/ejava/pom.xml (original)
+++ tuscany/branches/sca-equinox/distribution/ejava/pom.xml Sat Oct 25 16:13:37 2008
@@ -68,18 +68,6 @@
             <artifactId>tuscany-host-corba-jee</artifactId>
             <version>1.4-SNAPSHOT</version>
         </dependency>
-        <!--
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-ejb</artifactId>
-            <version>1.4-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-openejb</artifactId>
-            <version>1.4-SNAPSHOT</version>
-        </dependency>
-        -->
 
         <!-- Implementations -->
         <dependency>

Modified: tuscany/branches/sca-equinox/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/pom.xml?rev=707915&r1=707914&r2=707915&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/pom.xml Sat Oct 25 16:13:37 2008
@@ -101,14 +101,8 @@
                 <module>host-corba-jee</module>
                 <module>host-corba-jse</module>
                 <module>host-corba-jse-tns</module>
-                <!--
-                <module>host-ejb</module>
-                -->
                 <module>host-http</module>
                 <module>host-jetty</module>
-                <!--
-                <module>host-openejb</module>
-                -->
                 <module>host-rmi</module>
                 <!--
                 <module>host-tomcat</module>