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 2006/11/29 22:46:50 UTC

svn commit: r480726 - in /incubator/tuscany/sandbox/rfeng/samples: mortgage/pom.xml pom.xml

Author: rfeng
Date: Wed Nov 29 13:46:49 2006
New Revision: 480726

URL: http://svn.apache.org/viewvc?view=rev&rev=480726
Log: (empty)

Added:
    incubator/tuscany/sandbox/rfeng/samples/pom.xml   (with props)
Modified:
    incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml

Modified: incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml?view=diff&rev=480726&r1=480725&r2=480726
==============================================================================
--- incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml (original)
+++ incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml Wed Nov 29 13:46:49 2006
@@ -19,7 +19,7 @@
 -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany.sca.samples</groupId>
+        <groupId>org.apache.tuscany.samples.sca</groupId>
         <artifactId>parent</artifactId>
         <version>1.0-incubator-SNAPSHOT</version>
     </parent>
@@ -42,19 +42,19 @@
         <dependency>
             <groupId>org.apache.tuscany.sca.services.containers</groupId>
             <artifactId>javascript</artifactId>
-            <version>${scaImplVersion}</version>
+            <version>${tuscanyVersion}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.services.bindings</groupId>
             <artifactId>axis2</artifactId>
-            <version>${scaImplVersion}</version>
+            <version>${tuscanyVersion}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.services.databinding</groupId>
             <artifactId>databinding-axiom</artifactId>
-            <version>${scaImplVersion}</version>
+            <version>${tuscanyVersion}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Added: incubator/tuscany/sandbox/rfeng/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/rfeng/samples/pom.xml?view=auto&rev=480726
==============================================================================
--- incubator/tuscany/sandbox/rfeng/samples/pom.xml (added)
+++ incubator/tuscany/sandbox/rfeng/samples/pom.xml Wed Nov 29 13:46:49 2006
@@ -0,0 +1,37 @@
+<?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>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.samples.sca</groupId>
+    <artifactId>rfeng</artifactId>
+    <packaging>pom</packaging>
+    <name>Tuscany SCA Samples</name>
+    <version>1.0-incubator-SNAPSHOT</version>
+
+    <modules>
+        <module>creditws</module>
+        <module>mortgage</module>
+     </modules>
+
+     <build>
+         <defaultGoal>install</defaultGoal>
+     </build>
+
+</project>

Propchange: incubator/tuscany/sandbox/rfeng/samples/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/sandbox/rfeng/samples/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date



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