You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2007/02/26 17:09:57 UTC

svn commit: r511872 - in /webservices/axis2/trunk/java/modules/ping/src: META-INF/module.xml org/apache/axis2/ping/PingMessageReceiver.java org/apache/axis2/ping/PingModule.java

Author: thilina
Date: Mon Feb 26 08:09:56 2007
New Revision: 511872

URL: http://svn.apache.org/viewvc?view=rev&rev=511872
Log:
Removing the unused Module class
Adding license

Removed:
    webservices/axis2/trunk/java/modules/ping/src/org/apache/axis2/ping/PingModule.java
Modified:
    webservices/axis2/trunk/java/modules/ping/src/META-INF/module.xml
    webservices/axis2/trunk/java/modules/ping/src/org/apache/axis2/ping/PingMessageReceiver.java

Modified: webservices/axis2/trunk/java/modules/ping/src/META-INF/module.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/ping/src/META-INF/module.xml?view=diff&rev=511872&r1=511871&r2=511872
==============================================================================
--- webservices/axis2/trunk/java/modules/ping/src/META-INF/module.xml (original)
+++ webservices/axis2/trunk/java/modules/ping/src/META-INF/module.xml Mon Feb 26 08:09:56 2007
@@ -1,4 +1,4 @@
-<module name="ping" class="org.apache.axis2.ping.PingModule">
+<module name="ping">
    <operation name="pingService" mep="http://www.w3.org/2004/08/wsdl/in-out">
         <actionMapping>http://ws.apache.org/axis2/modules/ping</actionMapping>
         <messageReceiver class="org.apache.axis2.ping.PingMessageReceiver"/>

Modified: webservices/axis2/trunk/java/modules/ping/src/org/apache/axis2/ping/PingMessageReceiver.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/ping/src/org/apache/axis2/ping/PingMessageReceiver.java?view=diff&rev=511872&r1=511871&r2=511872
==============================================================================
--- webservices/axis2/trunk/java/modules/ping/src/org/apache/axis2/ping/PingMessageReceiver.java (original)
+++ webservices/axis2/trunk/java/modules/ping/src/org/apache/axis2/ping/PingMessageReceiver.java Mon Feb 26 08:09:56 2007
@@ -1,3 +1,19 @@
+/*
+* Copyright 2004,2005 The Apache Software Foundation.
+*
+* Licensed 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.
+*/
+
 package org.apache.axis2.ping;
 
 import org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org