You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2008/12/10 15:57:19 UTC

svn commit: r725305 - in /tuscany/java/sca/stest: pom.xml sampleTest/pom.xml

Author: edwardsmj
Date: Wed Dec 10 06:57:19 2008
New Revision: 725305

URL: http://svn.apache.org/viewvc?rev=725305&view=rev
Log:
stest POM file

Added:
    tuscany/java/sca/stest/pom.xml
Modified:
    tuscany/java/sca/stest/sampleTest/pom.xml

Added: tuscany/java/sca/stest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/stest/pom.xml?rev=725305&view=auto
==============================================================================
--- tuscany/java/sca/stest/pom.xml (added)
+++ tuscany/java/sca/stest/pom.xml Wed Dec 10 06:57:19 2008
@@ -0,0 +1,57 @@
+<?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>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-stests</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Specification Tests</name>
+
+    <repositories>
+        <repository>
+            <id>apache.incubator</id>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+        </repository>
+    </repositories>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>sampleTest</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>old</id>
+            <modules>
+                <module>binding-echo</module>
+            </modules>
+        </profile>
+    </profiles>
+    
+</project>

Modified: tuscany/java/sca/stest/sampleTest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/stest/sampleTest/pom.xml?rev=725305&r1=725304&r2=725305&view=diff
==============================================================================
--- tuscany/java/sca/stest/sampleTest/pom.xml (original)
+++ tuscany/java/sca/stest/sampleTest/pom.xml Wed Dec 10 06:57:19 2008
@@ -80,7 +80,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-xml</artifactId>
             <version>2.0-SNAPSHOT</version>
-            <!--  <scope>runtime</scope>  -->
+            <scope>runtime</scope>
         </dependency>
         
         <dependency>