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/05/12 20:15:33 UTC

svn commit: r405819 - /incubator/tuscany/java/samples/pom.xml

Author: rineholt
Date: Fri May 12 11:15:30 2006
New Revision: 405819

URL: http://svn.apache.org/viewcvs?rev=405819&view=rev
Log:
missing

Added:
    incubator/tuscany/java/samples/pom.xml

Added: incubator/tuscany/java/samples/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/pom.xml?rev=405819&view=auto
==============================================================================
--- incubator/tuscany/java/samples/pom.xml (added)
+++ incubator/tuscany/java/samples/pom.xml Fri May 12 11:15:30 2006
@@ -0,0 +1,34 @@
+<?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-project</artifactId>
+        <version>SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.samples</groupId>
+    <artifactId>tuscany-samples</artifactId>
+    <packaging>pom</packaging>
+    <name>Samples</name>
+    <version>SNAPSHOT</version>
+
+    <modules>
+        <module>das</module>
+        <module>sca</module>
+    </modules>
+</project>