You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/02/14 07:34:38 UTC

svn commit: r507412 - in /incubator/tuscany/branches/sca-java-integration/samples/sca: calculator/pom.xml pom.xml

Author: rfeng
Date: Tue Feb 13 22:34:37 2007
New Revision: 507412

URL: http://svn.apache.org/viewvc?view=rev&rev=507412
Log:
Add tuscany-api as compile dependency

Modified:
    incubator/tuscany/branches/sca-java-integration/samples/sca/calculator/pom.xml
    incubator/tuscany/branches/sca-java-integration/samples/sca/pom.xml

Modified: incubator/tuscany/branches/sca-java-integration/samples/sca/calculator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/samples/sca/calculator/pom.xml?view=diff&rev=507412&r1=507411&r2=507412
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/samples/sca/calculator/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/samples/sca/calculator/pom.xml Tue Feb 13 22:34:37 2007
@@ -1,21 +1,21 @@
 <?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.    
+    * 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>
@@ -35,9 +35,15 @@
             <artifactId>sca-api-r1.0</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.tuscany.sca.kernel</groupId>
+            <artifactId>tuscany-api</artifactId>
+            <scope>compile</scope>
+            <version>0.1-integration-incubating-SNAPSHOT</version>
+        </dependency>        
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-test</artifactId>
-				<version>0.1-integration-incubating-SNAPSHOT</version>
+            <version>0.1-integration-incubating-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: incubator/tuscany/branches/sca-java-integration/samples/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/samples/sca/pom.xml?view=diff&rev=507412&r1=507411&r2=507412
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/samples/sca/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/samples/sca/pom.xml Tue Feb 13 22:34:37 2007
@@ -88,9 +88,15 @@
             <dependency>
                 <groupId>org.osoa</groupId>
                 <artifactId>sca-api-r${specVersion}</artifactId>
-                <version>0.1-integration-incubating-SNAPSHOT</version>
+                <version>${scaVersion}</version>
                 <scope>compile</scope>
             </dependency>
+            <dependency>
+                <groupId>org.apache.tuscany.sca.kernel</groupId>
+                <artifactId>tuscany-api</artifactId>
+                <scope>compile</scope>
+                <version>${scaImplVersion}</version>
+        </dependency>        
             <dependency>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>tuscany-test</artifactId>



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