Author: jboynes
Date: Tue Sep 12 12:49:11 2006
New Revision: 442683
URL: http://svn.apache.org/viewvc?view=rev&rev=442683
Log:
reinclude tools in build
Modified:
incubator/tuscany/java/sca/pom.xml
incubator/tuscany/java/sca/tools/pom.xml
Modified: incubator/tuscany/java/sca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=442683&r1=442682&r2=442683
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Tue Sep 12 12:49:11 2006
@@ -39,11 +39,8 @@
<module>runtime/webapp</module>
<module>runtime/webapp-host</module>
<module>commands/launcher</module>
-<!--
<module>tools</module>
<module>plugins</module>
--->
- <module>plugins/plugin.war</module>
</modules>
<dependencyManagement>
Modified: incubator/tuscany/java/sca/tools/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/pom.xml?view=diff&rev=442683&r1=442682&r2=442683
==============================================================================
--- incubator/tuscany/java/sca/tools/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/pom.xml Tue Sep 12 12:49:11 2006
@@ -1,50 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * Copyright (c) 2005-2006 The Apache Software Foundation or its licensors,
as applicable.
+ * 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
*
- * 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
*
- * 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.
- -->
+ * 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>sca</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sca-tools</artifactId>
<name>Tuscany SCA Tools</name>
<description>SCA Tools.</description>
- <repositories>
- <repository>
- <id>eclipse.emf</id>
- <url>http://download.eclipse.org/tools/emf/maven2</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>apache-nightly-repository</id>
- <name>Apache Nightly Repository</name>
- <url>http://people.apache.org/repository/</url>
- <layout>legacy</layout>
- </repository>
- </repositories>
-
-
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sdo</groupId>
@@ -54,54 +37,58 @@
</dependency>
<dependency>
- <groupId>axis2</groupId>
- <artifactId>axis2-codegen</artifactId>
- <version>SNAPSHOT</version>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ <version>1.0.1</version>
<scope>compile</scope>
</dependency>
-
<dependency>
- <groupId>axis2</groupId>
- <artifactId>axis2-java2wsdl</artifactId>
- <version>SNAPSHOT</version>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>1.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>axis2</groupId>
- <artifactId>axis2-kernel</artifactId>
- <version>SNAPSHOT</version>
+ <groupId>ws-commons</groupId>
+ <artifactId>policy</artifactId>
+ <version>1.0</version>
+ <scope>compile</scope>
</dependency>
<dependency>
- <groupId>ws-commons</groupId>
- <artifactId>axiom-api</artifactId>
- <version>SNAPSHOT</version>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>XmlSchema</artifactId>
+ <version>SNAPSHOT</version>
+ <scope>compile</scope>
</dependency>
-
<dependency>
- <groupId>ws-commons</groupId>
- <artifactId>axiom-impl</artifactId>
- <version>SNAPSHOT</version>
+ <groupId>org.apache.ws.commons</groupId>
+ <artifactId>axiom-api</artifactId>
+ <version>SNAPSHOT</version>
+ <scope>compile</scope>
</dependency>
-
-
<dependency>
<groupId>org.apache.ws.commons</groupId>
- <artifactId>XmlSchema</artifactId>
+ <artifactId>axiom-impl</artifactId>
<version>SNAPSHOT</version>
- <scope>compile</scope>
</dependency>
<dependency>
- <groupId>annogen</groupId>
- <artifactId>annogen</artifactId>
- <version>0.1.0</version>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-kernel</artifactId>
+ <version>SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.eclipse.emf</groupId>
- <artifactId>codegen</artifactId>
- <version>2.2.0</version>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-java2wsdl</artifactId>
+ <version>SNAPSHOT</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>axis2</groupId>
+ <artifactId>axis2-codegen</artifactId>
+ <version>SNAPSHOT</version>
<scope>compile</scope>
</dependency>
@@ -119,12 +106,10 @@
<scope>compile</scope>
</dependency>
-
-
<dependency>
- <groupId>wsdl4j</groupId>
- <artifactId>wsdl4j</artifactId>
- <version>1.5.2</version>
+ <groupId>annogen</groupId>
+ <artifactId>annogen</artifactId>
+ <version>0.1.0</version>
<scope>compile</scope>
</dependency>
@@ -136,42 +121,13 @@
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.12</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>ws-commons</groupId>
- <artifactId>policy</artifactId>
- <version>1.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
- <version>3.0rc1</version>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>xmlbeans</groupId>
- <artifactId>xbean</artifactId>
- <version>2.1.0</version>
- <scope>compile</scope>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]