You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2007/03/13 05:25:38 UTC

svn commit: r517523 - in /incubator/cxf/trunk: integration/jca/pom.xml rt/bindings/http/pom.xml systests/pom.xml systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java

Author: ningjiang
Date: Mon Mar 12 21:25:36 2007
New Revision: 517523

URL: http://svn.apache.org/viewvc?view=rev&rev=517523
Log:
Replaced pom.xml's related rt-transports-http module to rt-transport-http2, and reopened some systest

Modified:
    incubator/cxf/trunk/integration/jca/pom.xml
    incubator/cxf/trunk/rt/bindings/http/pom.xml
    incubator/cxf/trunk/systests/pom.xml
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java

Modified: incubator/cxf/trunk/integration/jca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jca/pom.xml?view=diff&rev=517523&r1=517522&r2=517523
==============================================================================
--- incubator/cxf/trunk/integration/jca/pom.xml (original)
+++ incubator/cxf/trunk/integration/jca/pom.xml Mon Mar 12 21:25:36 2007
@@ -88,7 +88,7 @@
 
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http</artifactId>
+            <artifactId>cxf-rt-transports-http2</artifactId>
             <version>${project.version}</version>
         </dependency>
 

Modified: incubator/cxf/trunk/rt/bindings/http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/pom.xml?view=diff&rev=517523&r1=517522&r2=517523
==============================================================================
--- incubator/cxf/trunk/rt/bindings/http/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/http/pom.xml Mon Mar 12 21:25:36 2007
@@ -55,7 +55,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http</artifactId>
+            <artifactId>cxf-rt-transports-http2</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

Modified: incubator/cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=517523&r1=517522&r2=517523
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Mon Mar 12 21:25:36 2007
@@ -112,7 +112,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http</artifactId>
+            <artifactId>cxf-rt-transports-http2</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java?view=diff&rev=517523&r1=517522&r2=517523
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/ws/addressing/NonDecoupledTest.java Mon Mar 12 21:25:36 2007
@@ -19,6 +19,8 @@
 
 package org.apache.cxf.systest.ws.addressing;
 
+import org.junit.Test;
+
 
 /**
  * Tests the addition of WS-Addressing Message Addressing Properties
@@ -31,6 +33,11 @@
 
     public String getConfigFileName() {
         return CONFIG;
+    }
+    
+    @Test
+    public void foo() {
+        
     }
 }