summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/section10/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-20 11:45:12 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-05-20 11:45:12 +0000
commit35a0f56c9e8bca2c06e0950718ec6b221217f15e (patch)
tree3bf5a3a3af1a562cdab2aeca36de8a20fbf4e537 /sca-java-2.x/contrib/modules/section10/pom.xml
parentca1fc48f5c3a5a8a86151eab4e8fdfd676217352 (diff)
Experiment with whats required of the various things described in section 10 of the Assembly spec. No clear idea what if anything would ever happen with this which is why its in contrib just looking at what the spec talks about and how or if its possible with Tuscany
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/contrib/modules/section10/pom.xml')
-rw-r--r--sca-java-2.x/contrib/modules/section10/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/sca-java-2.x/contrib/modules/section10/pom.xml b/sca-java-2.x/contrib/modules/section10/pom.xml
new file mode 100644
index 0000000000..bc2097f4ab
--- /dev/null
+++ b/sca-java-2.x/contrib/modules/section10/pom.xml
@@ -0,0 +1,35 @@
+<?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-modules</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-section10</artifactId>
+ <name>Apache Tuscany SCA section10</name>
+
+ <dependencies>
+
+ </dependencies>
+
+</project>