Author: jsdelfino
Date: Tue Nov 13 15:26:47 2007
New Revision: 594706

URL: http://svn.apache.org/viewvc?rev=594706&view=rev
Log:
Moved some of the tools to sca/tools.

Added:
    incubator/tuscany/java/sca/tools/eclipse/pom.xml   (with props)
    incubator/tuscany/java/sca/tools/maven/
    incubator/tuscany/java/sca/tools/maven/maven-ant-generator/
      - copied from r594326, 
incubator/tuscany/java/sca/modules/maven-ant-generator/
    incubator/tuscany/java/sca/tools/maven/maven-java2wsdl/
      - copied from r594326, incubator/tuscany/java/sca/modules/maven-java2wsdl/
    incubator/tuscany/java/sca/tools/maven/maven-wsdl2java/
      - copied from r594326, incubator/tuscany/java/sca/modules/maven-wsdl2java/
    incubator/tuscany/java/sca/tools/maven/pom.xml   (with props)
Modified:
    incubator/tuscany/java/sca/tools/maven/maven-ant-generator/pom.xml
    incubator/tuscany/java/sca/tools/maven/maven-java2wsdl/pom.xml
    incubator/tuscany/java/sca/tools/maven/maven-wsdl2java/pom.xml
    incubator/tuscany/java/sca/tools/pom.xml

Added: incubator/tuscany/java/sca/tools/eclipse/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/eclipse/pom.xml?rev=594706&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tools/eclipse/pom.xml (added)
+++ incubator/tuscany/java/sca/tools/eclipse/pom.xml Tue Nov 13 15:26:47 2007
@@ -0,0 +1,44 @@
+<?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-sca-tools</artifactId>
+        <version>1.1-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <packaging>pom</packaging>
+    <artifactId>tuscany-sca-eclipse-tools</artifactId>
+    <name>Apache Tuscany SCA Eclipse Tools</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+            </modules>
+        </profile>
+    </profiles>
+
+</project>

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

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

Modified: incubator/tuscany/java/sca/tools/maven/maven-ant-generator/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/maven/maven-ant-generator/pom.xml?rev=594706&r1=594326&r2=594706&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/maven/maven-ant-generator/pom.xml 
(original)
+++ incubator/tuscany/java/sca/tools/maven/maven-ant-generator/pom.xml Tue Nov 
13 15:26:47 2007
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-modules</artifactId>
+        <artifactId>tuscany-sca-maven-tools</artifactId>
         <version>1.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/tuscany/java/sca/tools/maven/maven-java2wsdl/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/maven/maven-java2wsdl/pom.xml?rev=594706&r1=594326&r2=594706&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/maven/maven-java2wsdl/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/maven/maven-java2wsdl/pom.xml Tue Nov 13 
15:26:47 2007
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-modules</artifactId>
+        <artifactId>tuscany-sca-maven-tools</artifactId>
         <version>1.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/tuscany/java/sca/tools/maven/maven-wsdl2java/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/maven/maven-wsdl2java/pom.xml?rev=594706&r1=594326&r2=594706&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/maven/maven-wsdl2java/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/maven/maven-wsdl2java/pom.xml Tue Nov 13 
15:26:47 2007
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-modules</artifactId>
+        <artifactId>tuscany-sca-maven-tools</artifactId>
         <version>1.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Added: incubator/tuscany/java/sca/tools/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/maven/pom.xml?rev=594706&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tools/maven/pom.xml (added)
+++ incubator/tuscany/java/sca/tools/maven/pom.xml Tue Nov 13 15:26:47 2007
@@ -0,0 +1,56 @@
+<?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-sca-tools</artifactId>
+        <version>1.1-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <packaging>pom</packaging>
+    <artifactId>tuscany-sca-maven-tools</artifactId>
+    <name>Apache Tuscany SCA Maven Tools</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>maven-java2wsdl</module>
+                <module>maven-wsdl2java</module>
+                <module>maven-ant-generator</module>
+            </modules>
+        </profile>
+    </profiles>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    
+</project>

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

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

Modified: incubator/tuscany/java/sca/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/pom.xml?rev=594706&r1=594705&r2=594706&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/pom.xml Tue Nov 13 15:26:47 2007
@@ -30,9 +30,17 @@
     <artifactId>tuscany-sca-tools</artifactId>
     <name>Apache Tuscany SCA Tools</name>
 
-    <modules>
-        <!--
-        <module>registry-inspector</module>
-        -->
-    </modules>
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>maven</module>
+                <module>eclipse</module>
+            </modules>
+        </profile>
+    </profiles>
+
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to