You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/03/12 19:53:53 UTC

svn commit: r517333 - /incubator/tuscany/branches/sca-java-integration/sca/scdl/pom.xml

Author: lresende
Date: Mon Mar 12 11:53:52 2007
New Revision: 517333

URL: http://svn.apache.org/viewvc?view=rev&rev=517333
Log:
[sca-integration-branch] Adding pom.xml to facilitate importing to IDE. Not integrated into the build tough.

Added:
    incubator/tuscany/branches/sca-java-integration/sca/scdl/pom.xml

Added: incubator/tuscany/branches/sca-java-integration/sca/scdl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/scdl/pom.xml?view=auto&rev=517333
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/scdl/pom.xml (added)
+++ incubator/tuscany/branches/sca-java-integration/sca/scdl/pom.xml Mon Mar 12 11:53:52 2007
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+<project>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>parent</artifactId>
+        <version>0.1-integration-incubating-SNAPSHOT</version>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.sca.scdl</groupId>
+    <artifactId>tuscany-scdl</artifactId>
+    <name>Apache Tuscany SCA Assembly</name>
+
+    <properties>
+        <scaKernelVersion>0.1-integration-incubating-SNAPSHOT</scaKernelVersion>
+        <scaImplVersion>0.1-integration-incubating-SNAPSHOT</scaImplVersion>
+        <specVersion>1.0</specVersion>
+        <scaVersion>0.1-integration-incubating-SNAPSHOT</scaVersion>
+        <sdoVersion>1.0-incubator-SNAPSHOT</sdoVersion>
+    </properties>
+
+	 <dependencies>
+
+	    <dependency>
+		<groupId>org.osoa</groupId>
+		<artifactId>sca-api-r1.0</artifactId>
+	       <version>0.1-integration-incubating-SNAPSHOT</version>
+		<scope>compile</scope>
+	    </dependency>
+
+	    <dependency>
+		<groupId>junit</groupId>
+		<artifactId>junit</artifactId>
+		<version>4.2</version>
+		<scope>test</scope>
+	    </dependency>
+
+	    <dependency>
+		<groupId>org.easymock</groupId>
+		<artifactId>easymock</artifactId>
+		<version>2.2</version>
+		<scope>test</scope>
+	    </dependency>
+
+	    <dependency>
+		<groupId>org.easymock</groupId>
+		<artifactId>easymockclassextension</artifactId>
+		<version>2.2</version>
+		<scope>test</scope>
+	    </dependency>
+
+	    <dependency>
+	       <groupId>org.apache.tuscany.sca.kernel</groupId>
+	       <artifactId>tuscany-api</artifactId>
+	       <version>${scaKernelVersion}</version>
+	       <scope>compile</scope>
+	    </dependency>
+
+	    <dependency>
+	       <groupId>org.apache.tuscany.sca.kernel</groupId>
+	       <artifactId>tuscany-spi</artifactId>
+	       <version>${scaKernelVersion}</version>
+	       <scope>compile</scope>
+	    </dependency>
+
+	    <dependency>
+	       <groupId>org.apache.tuscany.sca.services.idl</groupId>
+	       <artifactId>tuscany-wsdl</artifactId>
+	       <version>${scaKernelVersion}</version>
+	       <scope>compile</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