You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/05/24 00:05:39 UTC

svn commit: r1681388 - in /webservices/axiom: experimental/ experimental/axiom-spring-ws/ experimental/dom/ experimental/pom.xml trunk/axiom-spring-ws/ trunk/code-coverage/pom.xml trunk/implementations/dom/ trunk/implementations/pom.xml trunk/pom.xml

Author: veithen
Date: Sat May 23 22:05:38 2015
New Revision: 1681388

URL: http://svn.apache.org/r1681388
Log:
Move experimental code to a different directory tree so that it doesn't get in the way of the 1.2.15 release.

Added:
    webservices/axiom/experimental/
    webservices/axiom/experimental/axiom-spring-ws/
      - copied from r1681386, webservices/axiom/trunk/axiom-spring-ws/
    webservices/axiom/experimental/dom/
      - copied from r1681386, webservices/axiom/trunk/implementations/dom/
    webservices/axiom/experimental/pom.xml   (with props)
Removed:
    webservices/axiom/trunk/axiom-spring-ws/
    webservices/axiom/trunk/implementations/dom/
Modified:
    webservices/axiom/trunk/code-coverage/pom.xml
    webservices/axiom/trunk/implementations/pom.xml
    webservices/axiom/trunk/pom.xml

Added: webservices/axiom/experimental/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/experimental/pom.xml?rev=1681388&view=auto
==============================================================================
--- webservices/axiom/experimental/pom.xml (added)
+++ webservices/axiom/experimental/pom.xml Sat May 23 22:05:38 2015
@@ -0,0 +1,38 @@
+<?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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.ws.commons.axiom</groupId>
+        <artifactId>axiom</artifactId>
+        <version>1.2.15-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>experimental</artifactId>
+    <packaging>pom</packaging>
+
+    <name>Experimental Axiom code</name>
+
+    <modules>
+        <module>axiom-spring-ws</module>
+        <module>dom</module>
+    </modules>
+</project>

Propchange: webservices/axiom/experimental/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/axiom/trunk/code-coverage/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/code-coverage/pom.xml?rev=1681388&r1=1681387&r2=1681388&view=diff
==============================================================================
--- webservices/axiom/trunk/code-coverage/pom.xml (original)
+++ webservices/axiom/trunk/code-coverage/pom.xml Sat May 23 22:05:38 2015
@@ -139,25 +139,6 @@
 
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-spring-ws</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-spring-ws</artifactId>
-            <version>${project.version}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>axiom-spring-ws</artifactId>
-            <version>${project.version}</version>
-            <classifier>jacoco</classifier>
-            <type>exec</type>
-        </dependency>
-
-        <dependency>
-            <groupId>${project.groupId}</groupId>
             <artifactId>old-tests</artifactId>
             <version>${project.version}</version>
             <classifier>jacoco</classifier>

Modified: webservices/axiom/trunk/implementations/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/implementations/pom.xml?rev=1681388&r1=1681387&r2=1681388&view=diff
==============================================================================
--- webservices/axiom/trunk/implementations/pom.xml (original)
+++ webservices/axiom/trunk/implementations/pom.xml Sat May 23 22:05:38 2015
@@ -34,7 +34,6 @@
     <modules>
         <module>axiom-impl</module>
         <module>axiom-dom</module>
-        <module>dom</module>
     </modules>
 
     <build>

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1681388&r1=1681387&r2=1681388&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat May 23 22:05:38 2015
@@ -214,7 +214,6 @@
         <module>modules/axiom-c14n</module>
         <module>modules/axiom-all</module>
         <module>modules/axiom-samples</module>
-        <module>axiom-spring-ws</module>
         <module>systests</module>
         <module>apicheck</module>
         <module>devguide</module>