You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2006/08/25 06:35:59 UTC

svn commit: r436646 - in /incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor: OutgoingChainInterceptor.java OutgoingChainSetupInterceptor.java ServiceInvokerInterceptor.java

Author: dandiep
Date: Thu Aug 24 21:35:59 2006
New Revision: 436646

URL: http://svn.apache.org/viewvc?rev=436646&view=rev
Log:
More package name fixes because SVN got out of whack.

Modified:
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainInterceptor.java
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainSetupInterceptor.java
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/ServiceInvokerInterceptor.java

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainInterceptor.java?rev=436646&r1=436645&r2=436646&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainInterceptor.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainInterceptor.java Thu Aug 24 21:35:59 2006
@@ -1,4 +1,4 @@
-package org.apache.cxf.interceptors;
+package org.apache.cxf.interceptor;
 
 import org.apache.cxf.message.Exchange;
 import org.apache.cxf.message.Message;

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainSetupInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainSetupInterceptor.java?rev=436646&r1=436645&r2=436646&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainSetupInterceptor.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/OutgoingChainSetupInterceptor.java Thu Aug 24 21:35:59 2006
@@ -1,4 +1,4 @@
-package org.apache.cxf.interceptors;
+package org.apache.cxf.interceptor;
 
 import java.io.IOException;
 

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/ServiceInvokerInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/ServiceInvokerInterceptor.java?rev=436646&r1=436645&r2=436646&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/ServiceInvokerInterceptor.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/ServiceInvokerInterceptor.java Thu Aug 24 21:35:59 2006
@@ -1,4 +1,4 @@
-package org.apache.cxf.interceptors;
+package org.apache.cxf.interceptor;
 
 import java.util.ArrayList;
 import java.util.Arrays;