You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/06/23 01:15:19 UTC

svn commit: r416502 - in /webservices/muse/trunk/modules: muse-platform-axis2/src/org/apache/muse/core/platform/axis2/ muse-wsn/src-api/org/apache/muse/ws/notification/ muse-wsn/src-api/org/apache/muse/ws/notification/topics/ muse-wsn/src-impl/org/apac...

Author: danj
Date: Thu Jun 22 16:15:18 2006
New Revision: 416502

URL: http://svn.apache.org/viewvc?rev=416502&view=rev
Log:
contact info change - s/ibm/apache ID

Modified:
    webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java
    webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/SubscriptionManager.java
    webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/topics/WstConstants.java
    webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/impl/SimpleSubscriptionManager.java
    webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/topics/impl/SimpleTopicNamespace.java
    webservices/muse/trunk/modules/muse-wsrf/src-api/org/apache/muse/ws/resource/properties/WsrpConstants.java
    webservices/muse/trunk/modules/muse-wsrf/src-impl/org/apache/muse/ws/resource/properties/set/impl/SetHandler.java

Modified: webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java?rev=416502&r1=416501&r2=416502&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java (original)
+++ webservices/muse/trunk/modules/muse-platform-axis2/src/org/apache/muse/core/platform/axis2/AxisEnvironment.java Thu Jun 22 16:15:18 2006
@@ -50,7 +50,7 @@
  * functionality that is abstracted through the Environment interface using 
  * the local file system and Axis2 context APIs.
  *
- * @author Dan Jemiolo (danjemiolo)
+ * @author Dan Jemiolo (danj)
  *
  */
 

Modified: webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/SubscriptionManager.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/SubscriptionManager.java?rev=416502&r1=416501&r2=416502&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/SubscriptionManager.java (original)
+++ webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/SubscriptionManager.java Thu Jun 22 16:15:18 2006
@@ -38,7 +38,7 @@
  * so that clients can subscribe to events (create subscriptions), use the 
  * {@linkplain NotificationProducer NotificationProducer} interface.
  * 
- * @author Dan Jemiolo (danjemiolo)
+ * @author Dan Jemiolo (danj)
  *
  */
 

Modified: webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/topics/WstConstants.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/topics/WstConstants.java?rev=416502&r1=416501&r2=416502&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/topics/WstConstants.java (original)
+++ webservices/muse/trunk/modules/muse-wsn/src-api/org/apache/muse/ws/notification/topics/WstConstants.java Thu Jun 22 16:15:18 2006
@@ -23,7 +23,7 @@
  * WstConstants is a collection of properties and methods that is useful when 
  * programming against the WS-Topics spec. This class uses WS-T v1.2, draft 01.
  *
- * @author Dan Jemiolo (danjemiolo)
+ * @author Dan Jemiolo (danj)
  *
  */
 

Modified: webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/impl/SimpleSubscriptionManager.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/impl/SimpleSubscriptionManager.java?rev=416502&r1=416501&r2=416502&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/impl/SimpleSubscriptionManager.java (original)
+++ webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/impl/SimpleSubscriptionManager.java Thu Jun 22 16:15:18 2006
@@ -57,7 +57,7 @@
  * be simplified and have a more robust filtering API, so users should 
  * not make too much investment in the current filtering interface.
  *
- * @author Dan Jemiolo (danjemiolo)
+ * @author Dan Jemiolo (danj)
  *
  */
 

Modified: webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/topics/impl/SimpleTopicNamespace.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/topics/impl/SimpleTopicNamespace.java?rev=416502&r1=416501&r2=416502&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/topics/impl/SimpleTopicNamespace.java (original)
+++ webservices/muse/trunk/modules/muse-wsn/src-impl/org/apache/muse/ws/notification/topics/impl/SimpleTopicNamespace.java Thu Jun 22 16:15:18 2006
@@ -42,7 +42,7 @@
  * can evaluate topic path expressions against TopicSpaces to find out if 
  * a SimpleTopic is published by a resource.
  *
- * @author Dan Jemiolo (danjemiolo)
+ * @author Dan Jemiolo (danj)
  *
  */
 

Modified: webservices/muse/trunk/modules/muse-wsrf/src-api/org/apache/muse/ws/resource/properties/WsrpConstants.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsrf/src-api/org/apache/muse/ws/resource/properties/WsrpConstants.java?rev=416502&r1=416501&r2=416502&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsrf/src-api/org/apache/muse/ws/resource/properties/WsrpConstants.java (original)
+++ webservices/muse/trunk/modules/muse-wsrf/src-api/org/apache/muse/ws/resource/properties/WsrpConstants.java Thu Jun 22 16:15:18 2006
@@ -24,7 +24,7 @@
 * programming against the WS-ResourceProperties spec. This class uses 
 * WS-RP v1.2.
 *
-* @author Dan Jemiolo (danjemiolo)
+* @author Dan Jemiolo (danj)
 *
 */
 

Modified: webservices/muse/trunk/modules/muse-wsrf/src-impl/org/apache/muse/ws/resource/properties/set/impl/SetHandler.java
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsrf/src-impl/org/apache/muse/ws/resource/properties/set/impl/SetHandler.java?rev=416502&r1=416501&r2=416502&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsrf/src-impl/org/apache/muse/ws/resource/properties/set/impl/SetHandler.java (original)
+++ webservices/muse/trunk/modules/muse-wsrf/src-impl/org/apache/muse/ws/resource/properties/set/impl/SetHandler.java Thu Jun 22 16:15:18 2006
@@ -28,7 +28,7 @@
  * SetHandler is the parser for the WS-ResourceProperties 
  * SetResourceProperties operation.
  *
- * @author Dan Jemiolo (danjemiolo)
+ * @author Dan Jemiolo (danj)
  * 
  * @see org.apache.muse.ws.resource.properties.set.SetResourceProperties
  *



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