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 2007/03/30 22:11:54 UTC

svn commit: r524259 - in /incubator/tuscany/java/sca/scdl4j/xml: ./ pom.xml

Author: jsdelfino
Date: Fri Mar 30 13:11:54 2007
New Revision: 524259

URL: http://svn.apache.org/viewvc?view=rev&rev=524259
Log:
Adding a module for SCA assembly SCDL/XML readers/writers

Added:
    incubator/tuscany/java/sca/scdl4j/xml/
    incubator/tuscany/java/sca/scdl4j/xml/pom.xml   (with props)

Added: incubator/tuscany/java/sca/scdl4j/xml/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/scdl4j/xml/pom.xml?view=auto&rev=524259
==============================================================================
--- incubator/tuscany/java/sca/scdl4j/xml/pom.xml (added)
+++ incubator/tuscany/java/sca/scdl4j/xml/pom.xml Fri Mar 30 13:11:54 2007
@@ -0,0 +1,50 @@
+<?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>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-scdl4j</artifactId>
+        <version>0.1-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>tuscany-scdl4j-xml</artifactId>
+    <version>0.1-incubating-SNAPSHOT</version>
+    <packaging>jar</packaging>
+    <name>Apache Tuscany support for SCA XML assembly files.</name>
+    <description>Apache Tuscany support for SCA XML assembly files.</description>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-scdl4j-assembly</artifactId>
+            <version>0.1-incubating-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.2</version>
+            <scope>test</scope>
+        </dependency>
+		
+    </dependencies>
+</project>

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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org