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 2009/05/07 11:09:10 UTC

svn commit: r772561 - in /cxf/dosgi/trunk: discovery/local/src/main/java/org/osgi/service/discovery/ServicePublication.java dsw/cxf-dsw/src/main/java/org/osgi/service/discovery/ServicePublication.java

Author: davidb
Date: Thu May  7 09:09:10 2009
New Revision: 772561

URL: http://svn.apache.org/viewvc?rev=772561&view=rev
Log:
Update to the latest ServicePublication constant values.

Modified:
    cxf/dosgi/trunk/discovery/local/src/main/java/org/osgi/service/discovery/ServicePublication.java
    cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/discovery/ServicePublication.java

Modified: cxf/dosgi/trunk/discovery/local/src/main/java/org/osgi/service/discovery/ServicePublication.java
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/src/main/java/org/osgi/service/discovery/ServicePublication.java?rev=772561&r1=772560&r2=772561&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/local/src/main/java/org/osgi/service/discovery/ServicePublication.java (original)
+++ cxf/dosgi/trunk/discovery/local/src/main/java/org/osgi/service/discovery/ServicePublication.java Thu May  7 09:09:10 2009
@@ -48,7 +48,6 @@
  * mechanisms has to succeed.
  * 
  * @ThreadSafe
- * @version $Revision: 6845 $
  */
 public interface ServicePublication {
 
@@ -60,7 +59,7 @@
 	 * Value of this property is of type
 	 * <code>Collection (&lt;? extends String&gt;)</code>.
 	 */
-	public static final String	SERVICE_INTERFACE_NAME		= "osgi.remote.interfaces";
+	public static final String	SERVICE_INTERFACE_NAME		= "osgi.remote.service.interfaces";
 
 	/**
 	 * Optional ServiceRegistration property which contains a collection of
@@ -74,7 +73,7 @@
 	 * <code>Collection (&lt;? extends String&gt;)</code>, may be
 	 * <code>null</code> or empty.
 	 */
-	public static final String	SERVICE_INTERFACE_VERSION	= "osgi.remote.interfaces.version";
+	public static final String	SERVICE_INTERFACE_VERSION	= "osgi.remote.service.interfaces.version";
 
 	/**
 	 * Optional ServiceRegistration property which contains a collection of

Modified: cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/discovery/ServicePublication.java
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/discovery/ServicePublication.java?rev=772561&r1=772560&r2=772561&view=diff
==============================================================================
--- cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/discovery/ServicePublication.java (original)
+++ cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/discovery/ServicePublication.java Thu May  7 09:09:10 2009
@@ -48,7 +48,6 @@
  * mechanisms has to succeed.
  * 
  * @ThreadSafe
- * @version $Revision: 6845 $
  */
 public interface ServicePublication {
 
@@ -60,7 +59,7 @@
 	 * Value of this property is of type
 	 * <code>Collection (&lt;? extends String&gt;)</code>.
 	 */
-	public static final String	SERVICE_INTERFACE_NAME		= "osgi.remote.interfaces";
+	public static final String	SERVICE_INTERFACE_NAME		= "osgi.remote.service.interfaces";
 
 	/**
 	 * Optional ServiceRegistration property which contains a collection of
@@ -74,7 +73,7 @@
 	 * <code>Collection (&lt;? extends String&gt;)</code>, may be
 	 * <code>null</code> or empty.
 	 */
-	public static final String	SERVICE_INTERFACE_VERSION	= "osgi.remote.interfaces.version";
+	public static final String	SERVICE_INTERFACE_VERSION	= "osgi.remote.service.interfaces.version";
 
 	/**
 	 * Optional ServiceRegistration property which contains a collection of