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 2007/04/05 09:31:30 UTC

svn commit: r525745 - /incubator/tuscany/java/sca/modules/runtime-embedded/pom.xml

Author: jsdelfino
Date: Thu Apr  5 00:31:29 2007
New Revision: 525745

URL: http://svn.apache.org/viewvc?view=rev&rev=525745
Log:
Ported pom to the new build structure.

Modified:
    incubator/tuscany/java/sca/modules/runtime-embedded/pom.xml

Modified: incubator/tuscany/java/sca/modules/runtime-embedded/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/runtime-embedded/pom.xml?view=diff&rev=525745&r1=525744&r2=525745
==============================================================================
--- incubator/tuscany/java/sca/modules/runtime-embedded/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/runtime-embedded/pom.xml Thu Apr  5 00:31:29 2007
@@ -18,30 +18,21 @@
     * under the License.    
 -->
 <project>
+    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>runtime</artifactId>
-        <version>2.0-alpha2-incubating-SNAPSHOT</version>
+        <artifactId>tuscany-modules</artifactId>
+        <version>1.0-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.tuscany.sca.runtime.embedded</groupId>
-    <artifactId>tuscany-runtime-embedded</artifactId>
-    <packaging>jar</packaging>
+    <artifactId>tuscany-host-embedded</artifactId>
     <name>Apache Tuscany Embedded Runtime Host</name>
-    <description>Host code to support an embedded runtime</description>
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.tuscany.sca.kernel</groupId>
-            <artifactId>tuscany-minicore</artifactId>
-            <version>2.0-alpha2-incubating-SNAPSHOT</version>
-            <scope>compile</scope>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-core</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.2</version>
-            <scope>test</scope>
-        </dependency>        
     </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org