[jbossws-commits] JBossWS SVN: r14316 - stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon May 9 05:13:57 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-05-09 05:13:57 -0400 (Mon, 09 May 2011)
New Revision: 14316

Modified:
   stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java
Log:
[JBWS-3289] refactoring org.jboss.ws.Constants -> org.jboss.ws.common.Constants

Modified: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java
===================================================================
--- stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java	2011-05-09 09:08:06 UTC (rev 14315)
+++ stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java	2011-05-09 09:13:57 UTC (rev 14316)
@@ -34,8 +34,8 @@
 import org.apache.cxf.transport.DestinationFactoryManager;
 import org.apache.cxf.ws.policy.PolicyEngine;
 import org.apache.cxf.ws.policy.selector.MaximalAlternativeSelector;
-import org.jboss.ws.Constants;
 import org.jboss.ws.api.binding.BindingCustomization;
+import org.jboss.ws.common.Constants;
 import org.jboss.wsf.spi.deployment.Endpoint;
 import org.jboss.wsf.spi.deployment.UnifiedVirtualFile;
 import org.jboss.wsf.stack.cxf.deployment.WSDLFilePublisher;



More information about the jbossws-commits mailing list