Author: veithen
Date: Fri Dec 30 23:06:28 2011
New Revision: 1225965

URL: http://svn.apache.org/viewvc?rev=1225965&view=rev
Log:
Also mavenized axis-ant.

Added:
    axis/axis1/java/trunk/axis-ant/
    axis/axis1/java/trunk/axis-ant/pom.xml   (with props)
    axis/axis1/java/trunk/axis-ant/src/
    axis/axis1/java/trunk/axis-ant/src/main/
    axis/axis1/java/trunk/axis-ant/src/main/java/
    axis/axis1/java/trunk/axis-ant/src/main/java/org/
      - copied from r1225952, axis/axis1/java/trunk/tools/org/
    axis/axis1/java/trunk/axis-ant/src/main/resources/
    axis/axis1/java/trunk/axis-ant/src/main/resources/axis-tasks.properties
      - copied unchanged from r1225952, 
axis/axis1/java/trunk/tools/axis-tasks.properties
    axis/axis1/java/trunk/axis-ant/src/main/resources/axis-test-tasks.properties
      - copied unchanged from r1225952, 
axis/axis1/java/trunk/tools/axis-test-tasks.properties
    axis/axis1/java/trunk/axis-ant/src/main/resources/org/
    axis/axis1/java/trunk/axis-ant/src/main/resources/org/apache/
    axis/axis1/java/trunk/axis-ant/src/main/resources/org/apache/axis/
    axis/axis1/java/trunk/axis-ant/src/main/resources/org/apache/axis/antlib.xml
      - copied unchanged from r1225952, 
axis/axis1/java/trunk/tools/org/apache/axis/antlib.xml
Removed:
    axis/axis1/java/trunk/axis-ant/src/main/java/org/apache/axis/antlib.xml
    axis/axis1/java/trunk/tools/axis-tasks.properties
    axis/axis1/java/trunk/tools/axis-test-tasks.properties
    axis/axis1/java/trunk/tools/org/
Modified:
    axis/axis1/java/trunk/pom.xml

Added: axis/axis1/java/trunk/axis-ant/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/pom.xml?rev=1225965&view=auto
==============================================================================
--- axis/axis1/java/trunk/axis-ant/pom.xml (added)
+++ axis/axis1/java/trunk/axis-ant/pom.xml Fri Dec 30 23:06:28 2011
@@ -0,0 +1,42 @@
+<?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 xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.axis</groupId>
+        <artifactId>axis-project</artifactId>
+        <version>1.4.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>axis-ant</artifactId>
+    <name>Axis :: Ant tasks</name>
+    <dependencies>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>axis</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6</version>
+        </dependency>
+    </dependencies>
+</project>

Propchange: axis/axis1/java/trunk/axis-ant/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: axis/axis1/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1225965&r1=1225964&r2=1225965&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Fri Dec 30 23:06:28 2011
@@ -33,6 +33,7 @@
         <module>axis</module>
         <module>axis-jaxrpc</module>
         <module>axis-saaj</module>
+        <module>axis-ant</module>
     </modules>
     <build>
         <pluginManagement>


Reply via email to