You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/02/11 16:50:47 UTC

svn commit: r506057 - in /incubator/tuscany/java/sca/runtime/itest: LICENSE.txt NOTICE.txt plugin/ plugin/LICENSE.txt plugin/NOTICE.txt plugin/pom.xml plugin/src/ pom.xml src/

Author: jboynes
Date: Sun Feb 11 07:50:46 2007
New Revision: 506057

URL: http://svn.apache.org/viewvc?view=rev&rev=506057
Log:
move itest plugin to a sub-module

Added:
    incubator/tuscany/java/sca/runtime/itest/plugin/   (with props)
    incubator/tuscany/java/sca/runtime/itest/plugin/LICENSE.txt
      - copied unchanged from r506049, incubator/tuscany/java/sca/runtime/itest/LICENSE.txt
    incubator/tuscany/java/sca/runtime/itest/plugin/NOTICE.txt
      - copied unchanged from r506049, incubator/tuscany/java/sca/runtime/itest/NOTICE.txt
    incubator/tuscany/java/sca/runtime/itest/plugin/pom.xml
      - copied unchanged from r506049, incubator/tuscany/java/sca/runtime/itest/pom.xml
    incubator/tuscany/java/sca/runtime/itest/plugin/src/
      - copied from r506049, incubator/tuscany/java/sca/runtime/itest/src/
    incubator/tuscany/java/sca/runtime/itest/pom.xml   (with props)
Removed:
    incubator/tuscany/java/sca/runtime/itest/LICENSE.txt
    incubator/tuscany/java/sca/runtime/itest/NOTICE.txt
    incubator/tuscany/java/sca/runtime/itest/src/

Propchange: incubator/tuscany/java/sca/runtime/itest/plugin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Feb 11 07:50:46 2007
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Added: incubator/tuscany/java/sca/runtime/itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/itest/pom.xml?view=auto&rev=506057
==============================================================================
--- incubator/tuscany/java/sca/runtime/itest/pom.xml (added)
+++ incubator/tuscany/java/sca/runtime/itest/pom.xml Sun Feb 11 07:50:46 2007
@@ -0,0 +1,33 @@
+<?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.runtime</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>itest</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany Integration Test Runtime</name>
+    <modules>
+        <module>plugin</module>
+    </modules>
+</project>

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

Propchange: incubator/tuscany/java/sca/runtime/itest/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