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/10/16 05:50:12 UTC

svn commit: r464371 - /incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml

Author: rfeng
Date: Sun Oct 15 20:50:10 2006
New Revision: 464371

URL: http://svn.apache.org/viewvc?view=rev&rev=464371
Log:
Rollback a commit by mistake

Modified:
    incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml

Modified: incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml?view=diff&rev=464371&r1=464370&r2=464371
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsclient/pom.xml Sun Oct 15 20:50:10 2006
@@ -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>
@@ -33,7 +33,7 @@
     </properties>
 
     <dependencies>
-
+    
         <dependency>
             <groupId>commonj</groupId>
             <artifactId>sdo-api-r2.0.1</artifactId>
@@ -50,19 +50,19 @@
             <groupId>org.apache.tuscany.sca.kernel</groupId>
             <artifactId>tuscany-api</artifactId>
             <version>${tuscanyVersion}</version>
-            <scope>compile</scope>
-        </dependency>
+            <scope>compile</scope> 
+        </dependency>    
         <dependency>
             <groupId>org.apache.tuscany.sca.kernel</groupId>
             <artifactId>core</artifactId>
             <version>${tuscanyVersion}</version>
-            <scope>test</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.services.bindings</groupId>
             <artifactId>axis2</artifactId>
             <version>${tuscanyVersion}</version>
-            <scope>test</scope>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
@@ -85,11 +85,10 @@
             <version>${tuscanyVersion}</version>
             <scope>test</scope>
         </dependency>
-
+                        
     </dependencies>
-
-    <build>
-        <finalName>sample-helloworldwsclient-1.0-incubator-M2-SNAPSHOT</finalName>
+    
+     <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -102,53 +101,8 @@
                     </archive>
                 </configuration>
             </plugin>
-
-            <plugin>
-                <groupId>org.apache.tuscany.sca.plugins</groupId>
-                <artifactId>tuscany-war-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>tuscany-zip</id>
-                        <goals>
-                            <goal>tuscany-zip</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <!-- Set to true to embed external jars for extensions in the WAR -->
-                    <!-- Set to false to leave external jars for extensions to be resolved from maven repository -->
-                    <loadExtensionDependencies>true</loadExtensionDependencies>
-                    <overwrite>true</overwrite>
-                    <extensions>
-                        <dependency>
-                            <groupId>org.apache.tuscany.sca.services.bindings</groupId>
-                            <artifactId>axis2</artifactId>
-                            <version>${tuscanyVersion}</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>org.apache.tuscany.sca.services.idl</groupId>
-                            <artifactId>wsdl</artifactId>
-                            <version>${tuscanyVersion}</version>
-                        </dependency>
-                        <!-- HACK: comment out databinding-axiom extension to work around the inter-extension
-                            dependency issue -->
-                        <!-- 
-                            <dependency>
-                            <groupId>org.apache.tuscany.sca.services.databinding</groupId>
-                            <artifactId>databinding-axiom</artifactId>
-                            <version>${tuscanyVersion}</version>
-                            </dependency>
-                        -->
-                        <dependency>
-                            <groupId>org.apache.tuscany.sca.services.databinding</groupId>
-                            <artifactId>databinding-sdo</artifactId>
-                            <version>${tuscanyVersion}</version>
-                        </dependency>
-                    </extensions>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
-
-
+    
+    
 </project>



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