You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/05/04 09:16:51 UTC

svn commit: r399577 [2/2] - in /incubator/tuscany/java/sca: ./ samples/ samples/helloworld/ samples/helloworld/src/ samples/helloworld/src/main/ samples/helloworld/src/main/java/ samples/helloworld/src/main/java/org/ samples/helloworld/src/main/java/or...

Added: incubator/tuscany/java/sca/samples/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/samples/pom.xml?rev=399577&view=auto
==============================================================================
--- incubator/tuscany/java/sca/samples/pom.xml (added)
+++ incubator/tuscany/java/sca/samples/pom.xml Thu May  4 00:16:40 2006
@@ -0,0 +1,36 @@
+<?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-sca</artifactId>
+        <version>SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.sca.samples</groupId>
+    <artifactId>tuscany-sca-samples</artifactId>
+    <packaging>pom</packaging>
+    <name>Tuscany SCA Samples</name>
+    <version>SNAPSHOT</version>
+
+    <modules>
+        <module>helloworld</module>
+        <module>helloworldweb</module>
+        <module>helloworldws</module>
+        <module>helloworldwsclient</module>
+    </modules>
+</project>

Propchange: incubator/tuscany/java/sca/samples/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/samples/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev,Date