You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/02/16 12:45:24 UTC

svn commit: r378230 - /incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml

Author: rineholt
Date: Thu Feb 16 03:45:13 2006
New Revision: 378230

URL: http://svn.apache.org/viewcvs?rev=378230&view=rev
Log:
pom for test

Added:
    incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml

Added: incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml?rev=378230&view=auto
==============================================================================
--- incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml (added)
+++ incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml Thu Feb 16 03:45:13 2006
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ *  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
+ *
+ *  Licensed 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</groupId>
+        <artifactId>tuscany-testing-tomcat</artifactId>
+        <version>SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>tuscany-testing-tomcat-helloworldws</artifactId>
+    <packaging>jar</packaging>
+    <name>Tuscany Testing Tomcat HelloWorld WS</name>
+    <description>Testing Tomcat HelloWorld WS end user test</description>
+    <version>SNAPSHOT</version>
+
+
+    <dependencies>
+         <dependency>
+            <groupId>org.apache.tuscany.samples.helloworld</groupId>
+            <artifactId>helloworldwsclient</artifactId>
+            <version>${pom.version}</version>
+            <scope>compile</scope> 
+        </dependency>
+         <dependency>
+            <groupId>org.apache.tuscany</groupId>
+            <artifactId>tuscany-container-js</artifactId>
+            <version>${pom.version}</version>
+            <scope>compile</scope> 
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <dependencies>
+                    <dependency>
+                        <groupId>jakarta-regexp</groupId>
+                        <artifactId>jakarta-regexp</artifactId>
+                        <version>1.4</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>ant</groupId>
+                        <artifactId>ant-jakarta-regexp</artifactId>
+                        <version>1.6.1</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>ant</groupId>
+                        <artifactId>ant-xslp</artifactId>
+                        <version>1.6.5</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>ant</groupId>
+                        <artifactId>ant-trax</artifactId>
+                        <version>1.6.5</version>
+                    </dependency>
+                </dependencies>
+            </plugin>
+        </plugins>
+    </build>
+</project>