You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ki...@apache.org on 2005/08/02 15:56:50 UTC

svn commit: r227003 - /webservices/muse/trunk/src/examples/enterprise/logic/src/java/org/apache/ws/muse/example/ExampleConstants.java

Author: kidz
Date: Tue Aug  2 06:56:48 2005
New Revision: 227003

URL: http://svn.apache.org/viewcvs?rev=227003&view=rev
Log:
added constants for owners

Modified:
    webservices/muse/trunk/src/examples/enterprise/logic/src/java/org/apache/ws/muse/example/ExampleConstants.java

Modified: webservices/muse/trunk/src/examples/enterprise/logic/src/java/org/apache/ws/muse/example/ExampleConstants.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/logic/src/java/org/apache/ws/muse/example/ExampleConstants.java?rev=227003&r1=227002&r2=227003&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/logic/src/java/org/apache/ws/muse/example/ExampleConstants.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/logic/src/java/org/apache/ws/muse/example/ExampleConstants.java Tue Aug  2 06:56:48 2005
@@ -46,6 +46,13 @@
    /** DOCUMENT_ME */
    public static final String MUWS_EXT_CAPABILITY_URI =
       "http://ws.apache.org/namespaces/muse/capabilities/muws-ext-1";
+   
+   /** Owners of the resources - people responsible for   */
+   public static final String RES_ADMIN_OWNER = "Joe Smith";
+   public static final String HOST_OWNER = "Joane Smith";
+   public static final String APPLICATION_OWNER = "Andrew Brown";
+   public static final String BUSINESS_P_OWNER = "Maria Red";
+   public static final String INT_SERVER_OWNER = "Fred Green";
 
    /** DOCUMENT_ME */
    public static final QName RELATIONSHIP_RELATION = new QName( "org.apache.ws.muse.example", "Test", "r" );



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