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 2011/01/06 13:20:49 UTC

svn commit: r1055847 - in /cxf/branches/2.3.x-fixes: ./ distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java

Author: ningjiang
Date: Thu Jan  6 12:20:49 2011
New Revision: 1055847

URL: http://svn.apache.org/viewvc?rev=1055847&view=rev
Log:
Merged revisions 1055817 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1055817 | ningjiang | 2011-01-06 18:25:39 +0800 (Thu, 06 Jan 2011) | 1 line
  
  Fixed a CS error of wsdl_first_soap12 example
........

Modified:
    cxf/branches/2.3.x-fixes/   (props changed)
    cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan  6 12:20:49 2011
@@ -1 +1 @@
-/cxf/trunk:1055184,1055554,1055566,1055582,1055584,1055649
+/cxf/trunk:1055184,1055554,1055566,1055582,1055584,1055649,1055817

Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java?rev=1055847&r1=1055846&r2=1055847&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java (original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/wsdl_first_soap12/src/demo/hw/server/Server.java Thu Jan  6 12:20:49 2011
@@ -19,8 +19,6 @@
 
 package demo.hw.server;
 
-import javax.xml.ws.Endpoint;
-
 import org.apache.cxf.jaxws.JaxWsServerFactoryBean;
 
 public class Server {