Author: scamp
Date: Mon Jun 20 08:20:15 2005
New Revision: 191491

URL: http://svn.apache.org/viewcvs?rev=191491&view=rev
Log:
changes made for renaming of the projects out of incubation.

Modified:
    incubator/muse/trunk/README.html
    incubator/muse/trunk/advertiser-xbeans/project.xml
    incubator/muse/trunk/maven.xml
    incubator/muse/trunk/project.xml
    incubator/muse/trunk/src/ieeedemo/soapclient.xml
    incubator/muse/trunk/src/site/content/interop/soapclient.xml
    
incubator/muse/trunk/src/site/content/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/IpmiserverResource.java
    
incubator/muse/trunk/src/site/content/interop/src/java/org/apache/ws/resource/example/blackberry/BlackberryResource.java
    
incubator/muse/trunk/src/site/content/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherstationResource.java
    
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java
    incubator/muse/trunk/src/site/content/xdocs/contact_info.xml
    incubator/muse/trunk/src/site/content/xdocs/index.xml
    incubator/muse/trunk/src/site/content/xdocs/muws.xml
    incubator/muse/trunk/src/site/skinconf.xml
    
incubator/muse/trunk/src/webapp/WEB-INF/classes/example_ws-metadata_jndi_config.txt
    incubator/muse/trunk/src/webapp/index.html
    incubator/muse/trunk/wsdm-xbeans/project.xml

Modified: incubator/muse/trunk/README.html
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/README.html?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/README.html (original)
+++ incubator/muse/trunk/README.html Mon Jun 20 08:20:15 2005
@@ -11,9 +11,6 @@
  </head>

 

  <body>

-  <h1>Incubator Disclaimer</h1>

-  <p>

-   The Muse project is an effort undergoing incubation at the Apache Software 
Foundation (ASF), sponsored by Davanum Srinivas. Incubation is required of all 
newly accepted projects until a further review indicates that the 
infrastructure, communications, and decision making process have stabilized in 
a manner consistent with other successful ASF projects. While incubation status 
is not necessarily a reflection of the completeness or stability of the code, 
it does indicate that the project has yet to be fully endorsed by the ASF.

-  </p>

+

  </body>

 </html>


Modified: incubator/muse/trunk/advertiser-xbeans/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/advertiser-xbeans/project.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/advertiser-xbeans/project.xml (original)
+++ incubator/muse/trunk/advertiser-xbeans/project.xml Mon Jun 20 08:20:15 2005
@@ -86,10 +86,10 @@
     </dependency>        

 -->    

     <dependency>

-      <groupId>apollo</groupId>

+      <groupId>wsrf</groupId>

       <artifactId>wsa-xbeans</artifactId>

       <version>SNAPSHOT</version>

-      <url>http://incubator.apache.org/apollo/</url>

+      <url>http://ws.apache.org/ws-fx/wsrf/</url>

       <properties>

         <license>ApacheLicense-2.0.txt</license>

         <usage>XMLBeans for WSA spec types</usage>

@@ -98,10 +98,10 @@
     </dependency>

 

     <dependency>

-      <groupId>apollo</groupId>

+      <groupId>wsrf</groupId>

       <artifactId>wsrf-xbeans</artifactId>

       <version>SNAPSHOT</version>

-      <url>http://incubator.apache.org/apollo/</url>

+      <url>http://ws.apache.org/ws-fx/wsrf/</url>

       <properties>

         <license>ApacheLicense-2.0.txt</license>

         <usage>XMLBeans for WSRF spec types</usage>

@@ -113,7 +113,7 @@
       <groupId>muse</groupId>

       <artifactId>wsdm-xbeans</artifactId>

       <version>SNAPSHOT</version>

-      <url>http://incubator.apache.org/apollo/</url>

+      <url>http://ws.apache.org/ws-fx/muse/</url>

       <properties>

         <license>ApacheLicense-2.0.txt</license>

         <usage>XMLBeans for WSDM spec types</usage>

@@ -122,10 +122,10 @@
     </dependency>    

 

     <dependency> 

-       <groupId>hermes</groupId>

+       <groupId>pubscribe</groupId>

        <artifactId>wsn-xbeans</artifactId>

        <version>SNAPSHOT</version>

-       <url>http://incubator.apache.org/hermes/</url>

+       <url>http://ws.apache.org/ws-fx/pubscribe/</url>

        <properties>

            <license>ApacheLicense-2.0.txt</license>

            <usage>XMLBeans for WSN spec types</usage>


Modified: incubator/muse/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/maven.xml (original)
+++ incubator/muse/trunk/maven.xml Mon Jun 20 08:20:15 2005
@@ -117,13 +117,13 @@
 
     <!-- Extract Spec Wsdls and Xsds from Generated Jars -->
     <j:set var="wsdl.extract.location.dir" value="${spec.wsdl.dest.dir}"/>
-    <j:set var="wsdljar" 
value="${pom.getDependencyPath('apollo:wsa-xbeans')}"/>    
+    <j:set var="wsdljar" value="${pom.getDependencyPath('wsrf:wsa-xbeans')}"/> 
   
     <attainGoal name="extract-wsdl-jar"/>    
     
-    <j:set var="wsdljar" 
value="${pom.getDependencyPath('apollo:wsrf-xbeans')}"/>    
+    <j:set var="wsdljar" 
value="${pom.getDependencyPath('wsrf:wsrf-xbeans')}"/>    
     <attainGoal name="extract-wsdl-jar"/>
     
-    <j:set var="wsdljar" 
value="${pom.getDependencyPath('hermes:wsn-xbeans')}"/>    
+    <j:set var="wsdljar" 
value="${pom.getDependencyPath('pubscribe:wsn-xbeans')}"/>    
     <attainGoal name="extract-wsdl-jar"/> 
     
     <j:set var="wsdljar" 
value="${pom.getDependencyPath('muse:wsdm-xbeans')}"/>    

Modified: incubator/muse/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/project.xml (original)
+++ incubator/muse/trunk/project.xml Mon Jun 20 08:20:15 2005
@@ -8,7 +8,7 @@
          
xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd";>
 
   <pomVersion>3</pomVersion>
-  <id>muse-incubating</id>
+  <id>muse</id>
   <name>Muse</name>
   <groupId>muse</groupId>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
@@ -20,7 +20,7 @@
   <package>org.apache.ws</package>
   <description>a robust Java implementation of the OASIS WSDM, Management 
using Web Services (MUWS) 1.0 specification</description>
   <shortDescription>Muse Project</shortDescription>
-  <url>http://incubator.apache.org/muse/</url>
+  <url>http://ws.apache.org/ws-fx/muse/</url>
   
<issueTrackingUrl>http://nagoya.apache.org/jira/browse/Muse</issueTrackingUrl>
 
   <repository>
@@ -107,7 +107,7 @@
     </dependency>
 
     <dependency>
-      <groupId>apollo</groupId>
+      <groupId>wsrf</groupId>
       <artifactId>commonj-twm-api</artifactId>
       <version>1.1</version>
       <url>http://dev2dev.bea.com/technologies/commonj/twm/</url>
@@ -119,10 +119,10 @@
     </dependency>
         
     <dependency>
-      <groupId>apollo</groupId>
-      <artifactId>apollo-incubating</artifactId>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf</artifactId>
       <version>1.0-SNAPSHOT</version>    
-      <url>http://incubator.apache.org/apollo/</url>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
       <properties>
        <license>ApacheLicense-2.0.txt</license>
        <usage>WSRF impl</usage>
@@ -131,10 +131,10 @@
     </dependency>
 
     <dependency>
-      <groupId>apollo</groupId>
+      <groupId>wsrf</groupId>
       <artifactId>wsa-xbeans</artifactId>
       <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/apollo/</url>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
       <properties>
        <license>ApacheLicense-2.0.txt</license>
        <usage>Needed for handling requests. This contains the 
XmlBeans-generated code from the WSA XSDs. This "could" be eliminated and 
generated on the fly, but it would make the builds longer.</usage>
@@ -143,10 +143,10 @@
     </dependency>
 
     <dependency>
-      <groupId>apollo</groupId>
+      <groupId>wsrf</groupId>
       <artifactId>wsrf-xbeans</artifactId>
       <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/apollo/</url>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
       <properties>
        <license>ApacheLicense-2.0.txt</license>
        <usage>Needed for handling requests. This contains the 
XmlBeans-generated code from the WSRF WSDLs/XSDs. This "could" be eliminated 
and generated on the fly, but it would make the builds longer.</usage>
@@ -179,10 +179,10 @@
     </dependency>
 
     <dependency>
-      <groupId>apollo</groupId>
-      <artifactId>apollo-jndi-config</artifactId>
+      <groupId>wsrf</groupId>
+      <artifactId>wsrf-jndi-config</artifactId>
       <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/apollo/</url>
+      <url>http://ws.apache.org/ws-fx/wsrf/</url>
       <properties>
        <license>ApacheLicense-2.0.txt</license>
        <war.bundle>true</war.bundle>
@@ -353,7 +353,7 @@
       <groupId>muse</groupId>
       <artifactId>wsdm-xbeans</artifactId>
       <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/muse/</url>
+      <url>http://ws.apache.org/ws-fx/muse/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
@@ -365,7 +365,7 @@
       <groupId>muse</groupId>
       <artifactId>advertiser-xbeans</artifactId>
       <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/muse/</url>
+      <url>http://ws.apache.org/ws-fx/muse/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <war.bundle>true</war.bundle>
@@ -374,10 +374,10 @@
     </dependency>    
     
     <dependency> 
-       <groupId>hermes</groupId>
+       <groupId>pubscribe</groupId>
        <artifactId>wsn-xbeans</artifactId>
        <version>SNAPSHOT</version>
-       <url>http://incubator.apache.org/hermes/</url>
+       <url>http://ws.apache.org/ws-fx/pubscribe/</url>
        <properties>
            <license>ApacheLicense-2.0.txt</license>
            <usage>XMLBeans for WSN spec types</usage>
@@ -386,13 +386,13 @@
     </dependency>
     
     <dependency> 
-       <groupId>hermes</groupId>
-       <artifactId>hermes-incubating</artifactId>
+       <groupId>pubscribe</groupId>
+       <artifactId>pubscribe</artifactId>
        <version>1.0-SNAPSHOT</version>
-       <url>http://incubator.apache.org/hermes/</url>
+       <url>http://ws.apache.org/ws-fx/pubscribe/</url>
        <properties>
            <license>ApacheLicense-2.0.txt</license>
-           <usage>Hermes WSN/WSE implementation</usage>
+           <usage>Pubscribe WSN/WSE implementation</usage>
            <war.bundle>true</war.bundle>
        </properties>
     </dependency>    

Modified: incubator/muse/trunk/src/ieeedemo/soapclient.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/ieeedemo/soapclient.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/src/ieeedemo/soapclient.xml (original)
+++ incubator/muse/trunk/src/ieeedemo/soapclient.xml Mon Jun 20 08:20:15 2005
@@ -12,20 +12,20 @@
 

    <target name="init">

           

-     <available file="../../webapps/hermes" type="dir" 
property="dist.hermes.webapp.dir" value="../../webapps/hermes" />         

-     <condition property="hermes.webapp.dir" value="${dist.hermes.webapp.dir}">

-        <isset property="dist.hermes.webapp.dir"/>

+     <available file="../../webapps/pubscribe" type="dir" 
property="dist.pubscribe.webapp.dir" value="../../webapps/pubscribe" />         

+     <condition property="pubscribe.webapp.dir" 
value="${dist.pubscribe.webapp.dir}">

+        <isset property="dist.pubscribe.webapp.dir"/>

      </condition>          

-     <fail unless="hermes.webapp.dir" message="webapp dir ../../webapps/hermes 
does not exist." />    

-     <echo>Using webapp dir: ${hermes.webapp.dir}</echo>         

+     <fail unless="pubscribe.webapp.dir" message="webapp dir 
../../webapps/pubscribe does not exist." />    

+     <echo>Using webapp dir: ${pubscribe.webapp.dir}</echo>         

      

-     <path id="hermes.classpath.id">

-       <pathelement location="${hermes.webapp.dir}/WEB-INF/classes" />

-       <fileset dir="${hermes.webapp.dir}/WEB-INF/lib" includes="*.jar" />

+     <path id="pubscribe.classpath.id">

+       <pathelement location="${pubscribe.webapp.dir}/WEB-INF/classes" />

+       <fileset dir="${pubscribe.webapp.dir}/WEB-INF/lib" includes="*.jar" />

        <pathelement location="${activation.jar}" />

        <pathelement location="${mail.jar}" />

      </path>

-     <property name="hermes.classpath" refid="hermes.classpath.id" />

+     <property name="pubscribe.classpath" refid="pubscribe.classpath.id" />

    

    </target>

 

@@ -47,7 +47,7 @@
      <concat><path><pathelement location="${xml}" /></path></concat>

      <echo />

      <echo>========================== RESPONSE 
============================</echo>

-     <taskdef name="soapClient" 
classname="org.apache.ws.util.soap.SoapClientTask" 
classpath="${hermes.classpath}" />              

+     <taskdef name="soapClient" 
classname="org.apache.ws.util.soap.SoapClientTask" 
classpath="${pubscribe.classpath}" />              

      <soapClient serviceURL="${url}" requestFile="${xml}" 
soapAction="${action}" /> 

                

    </target>


Modified: incubator/muse/trunk/src/site/content/interop/soapclient.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/soapclient.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/interop/soapclient.xml (original)
+++ incubator/muse/trunk/src/site/content/interop/soapclient.xml Mon Jun 20 
08:20:15 2005
@@ -12,20 +12,20 @@
 

    <target name="init">

           

-     <available file="../../webapps/hermes" type="dir" 
property="dist.hermes.webapp.dir" value="../../webapps/hermes" />         

-     <condition property="hermes.webapp.dir" value="${dist.hermes.webapp.dir}">

-        <isset property="dist.hermes.webapp.dir"/>

+     <available file="../../webapps/pubscribe" type="dir" 
property="dist.pubscribe.webapp.dir" value="../../webapps/pubscribe" />         

+     <condition property="pubscribe.webapp.dir" 
value="${dist.pubscribe.webapp.dir}">

+        <isset property="dist.pubscribe.webapp.dir"/>

      </condition>          

-     <fail unless="hermes.webapp.dir" message="webapp dir ../../webapps/hermes 
does not exist." />    

-     <echo>Using webapp dir: ${hermes.webapp.dir}</echo>         

+     <fail unless="pubscribe.webapp.dir" message="webapp dir 
../../webapps/pubscribe does not exist." />    

+     <echo>Using webapp dir: ${pubscribe.webapp.dir}</echo>         

      

-     <path id="hermes.classpath.id">

-       <pathelement location="${hermes.webapp.dir}/WEB-INF/classes" />

-       <fileset dir="${hermes.webapp.dir}/WEB-INF/lib" includes="*.jar" />

+     <path id="pubscribe.classpath.id">

+       <pathelement location="${pubscribe.webapp.dir}/WEB-INF/classes" />

+       <fileset dir="${pubscribe.webapp.dir}/WEB-INF/lib" includes="*.jar" />

        <pathelement location="${activation.jar}" />

        <pathelement location="${mail.jar}" />

      </path>

-     <property name="hermes.classpath" refid="hermes.classpath.id" />

+     <property name="pubscribe.classpath" refid="pubscribe.classpath.id" />

    

    </target>

 

@@ -47,7 +47,7 @@
      <concat><path><pathelement location="${xml}" /></path></concat>

      <echo />

      <echo>========================== RESPONSE 
============================</echo>

-     <taskdef name="soapClient" 
classname="org.apache.ws.util.soap.SoapClientTask" 
classpath="${hermes.classpath}" />              

+     <taskdef name="soapClient" 
classname="org.apache.ws.util.soap.SoapClientTask" 
classpath="${pubscribe.classpath}" />              

      <soapClient serviceURL="${url}" requestFile="${xml}" 
soapAction="${action}" /> 

                

    </target>


Modified: 
incubator/muse/trunk/src/site/content/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/IpmiserverResource.java
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/IpmiserverResource.java?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- 
incubator/muse/trunk/src/site/content/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/IpmiserverResource.java
 (original)
+++ 
incubator/muse/trunk/src/site/content/interop/src/java/com/dell/wsdm/demos/interop/x2005/x04/IpmiserverResource.java
 Mon Jun 20 08:20:15 2005
@@ -79,7 +79,7 @@
             resourceIdDocument.setResourceId("urn:" + (String) getID());

             resourceProperty.add(resourceIdDocument);

 

-            // CurrentTime is done like in Apollo

+            // CurrentTime is done like in WSRF

             resourceProperty = 
resourcePropertySet.get(IpmiserverPropertyQNames.CURRENTTIME);

             CurrentTimeDocument currentTimeDocument = 
CurrentTimeDocument.Factory.newInstance();

             currentTimeDocument.setCurrentTime(Calendar.getInstance());


Modified: 
incubator/muse/trunk/src/site/content/interop/src/java/org/apache/ws/resource/example/blackberry/BlackberryResource.java
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/java/org/apache/ws/resource/example/blackberry/BlackberryResource.java?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- 
incubator/muse/trunk/src/site/content/interop/src/java/org/apache/ws/resource/example/blackberry/BlackberryResource.java
 (original)
+++ 
incubator/muse/trunk/src/site/content/interop/src/java/org/apache/ws/resource/example/blackberry/BlackberryResource.java
 Mon Jun 20 08:20:15 2005
@@ -116,7 +116,7 @@
             Calendar calendarInstance = Calendar.getInstance();

 

 

-            //current time is done like in Apollo

+            //current time is done like in WSRF

             resourceProperty = 
resourcePropertySet.get(BlackberryPropertyQNames.CURRENTTIME);

             CurrentTimeDocument currentTimeDocument = 
CurrentTimeDocument.Factory.newInstance();

             currentTimeDocument.setCurrentTime(calendarInstance);


Modified: 
incubator/muse/trunk/src/site/content/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherstationResource.java
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherstationResource.java?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- 
incubator/muse/trunk/src/site/content/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherstationResource.java
 (original)
+++ 
incubator/muse/trunk/src/site/content/interop/src/java/org/everestWeather/wsdm/samples/x2005/x04/schema/WeatherstationResource.java
 Mon Jun 20 08:20:15 2005
@@ -178,7 +178,7 @@
             resourceProperty.add(resourceIdDocument);

             resourceProperty.addChangeListener(identityCapability);//add for 
management events

 

-            //current time is done like in Apollo

+            //current time is done like in WSRF

             resourceProperty = 
resourcePropertySet.get(WeatherstationPropertyQNames.CURRENTTIME);

             CurrentTimeDocument currentTimeDocument = 
CurrentTimeDocument.Factory.newInstance();

             currentTimeDocument.setCurrentTime(Calendar.getInstance());

@@ -290,7 +290,7 @@
 

             resourceProperty = 
resourcePropertySet.get(WeatherstationPropertyQNames.NUMBEROFSUCCESSFULREQUESTS);

             NumberOfSuccessfulRequestsDocument 
numberOfSuccessfulRequestsDocument = 
NumberOfSuccessfulRequestsDocument.Factory.newInstance();

-            IntegerCounter successIntegerCounter = 
numberOfSuccessfulRequestsDocument.addNewNumberOfSuccessfulRequests();          
  

+            IntegerCounter successIntegerCounter = 
numberOfSuccessfulRequestsDocument.addNewNumberOfSuccessfulRequests();

             successIntegerCounter.setBigIntegerValue(BigInteger.valueOf(90L));

             successIntegerCounter.setResetAt(resetAt);

             resourceProperty.add(numberOfSuccessfulRequestsDocument);


Modified: 
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- 
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java
 (original)
+++ 
incubator/muse/trunk/src/site/content/interop/src/test/org/apache/xmlbeans/FeatureTester.java
 Mon Jun 20 08:20:15 2005
@@ -34,7 +34,7 @@
         XmlOptions xmlOpts = new XmlOptions();

         xmlOpts.put( Saaj.SAAJ_IMPL, new Object() );

         XmlObject xBean = XmlObject.Factory.parse(

-                new File( 
"C:\\Projects\\Apache\\apollo\\trunk\\src\\site\\content\\tutorial\\requests\\Destroy.soap"
 ),

+                new File( 
"C:\\Projects\\Apache\\WSRF\\trunk\\src\\site\\content\\tutorial\\requests\\Destroy.soap"
 ),

                 xmlOpts );

         assertTrue( xBean instanceof SOAPEnvelope );

     }


Modified: incubator/muse/trunk/src/site/content/xdocs/contact_info.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/contact_info.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/contact_info.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/contact_info.xml Mon Jun 20 
08:20:15 2005
@@ -19,7 +19,7 @@
       <ul>

         <li><a href="mailto:[EMAIL PROTECTED]">Subscribe to List</a></li>

         <li><a href="mailto:[EMAIL PROTECTED]">Unsubscribe from List</a></li>

-        <li>Archives: <a 
href="http://ws.apache.org/mail/apollo-dev/";>Apache</a> , <a 
href="http://marc.theaimsgroup.com/?l=muse-dev&amp;r=1&amp;w=2/";>MARC</a></li>

+        <li>Archives: <a href="http://ws.apache.org/mail/wsrf-dev/";>Apache</a> 
, <a 
href="http://marc.theaimsgroup.com/?l=muse-dev&amp;r=1&amp;w=2/";>MARC</a></li>

       </ul>

     </section>

     <section>


Modified: incubator/muse/trunk/src/site/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/index.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/index.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/index.xml Mon Jun 20 08:20:15 
2005
@@ -15,9 +15,9 @@
       <p>

        Muse is a Java implementation of the Management Using Web Services

        (MUWS) 1.0 specifications. Muse 1.0 utilizes

-       <a href="http://incubator.apache.org/apollo/";>Apache Apollo</a> as its

+       <a href="http://ws.apache.org/ws-fx/wsrf/";>Apache WSRF</a> as its

        WS-ResourceFramework (WSRF) implementation

-       and <a href="http://incubator.apache.org/hermes/";>Apache Hermes</a> as 
its 

+       and <a href="http://ws.apache.org/ws-fx/pubscribe/";>Apache 
Pubscribe</a> as its 

        WS-Notification (WSN) implementation.

        Muse allows you to start from a MUWS-compliant WSDL file and generate a 

        MUWS Web service which can be hosted inside of Axis or another


Modified: incubator/muse/trunk/src/site/content/xdocs/muws.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/muws.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/muws.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/muws.xml Mon Jun 20 08:20:15 
2005
@@ -68,7 +68,7 @@
       

       <ul>

         <li>W3C <a 
href="http://www.w3.org/2002/ws/addr/";>WS-Addressing</a></li>

-        <li>OASIS <a 
href="http://incubator.apache.org/apollo/wsrf.html";>WS-ResourceFramework 
(WSRF)</a> suite of specifications</li>

+        <li>OASIS <a 
href="http://ws.apache.org/ws-fx/wsrf/wsrf.html";>WS-ResourceFramework 
(WSRF)</a> suite of specifications</li>

         <li>OASIS WS-Notification (WSN) suite of specifications</li>

       </ul>

       


Modified: incubator/muse/trunk/src/site/skinconf.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/skinconf.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/src/site/skinconf.xml (original)
+++ incubator/muse/trunk/src/site/skinconf.xml Mon Jun 20 08:20:15 2005
@@ -58,7 +58,7 @@
   <!-- mandatory project logo

        skin: forrest-site renders it at the top -->

   <project-name>Muse</project-name>

-  <project-url>http://incubator.apache.org/muse/</project-url>

+  <project-url>http://ws.apache.org/ws-fx/muse/</project-url>

   <project-logo>images/muse-logo.jpg</project-logo>

 

   <!-- optional group logo


Modified: 
incubator/muse/trunk/src/webapp/WEB-INF/classes/example_ws-metadata_jndi_config.txt
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/webapp/WEB-INF/classes/example_ws-metadata_jndi_config.txt?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- 
incubator/muse/trunk/src/webapp/WEB-INF/classes/example_ws-metadata_jndi_config.txt
 (original)
+++ 
incubator/muse/trunk/src/webapp/WEB-INF/classes/example_ws-metadata_jndi_config.txt
 Mon Jun 20 08:20:15 2005
@@ -29,7 +29,7 @@
             

            <!-- file -->

            <metadata Dialect="http://www.w3.org/2001/XMLSchema"; 
Identifier="http://ws.apache.org/resource/properties/test/sushi_file";>

-            
<Location>C:/Projects/apache/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd</Location>

+            
<Location>C:/Projects/apache/wsrf/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd</Location>

            </metadata>

             

            <!-- http url -->

@@ -39,7 +39,7 @@
             

            <!-- file url -->

            <metadata Dialect="http://www.w3.org/2001/XMLSchema"; 
Identifier="http://ws.apache.org/resource/properties/test/sushi_fileurl";>

-            
<Location>file://C:/Projects/apache/apollo/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd</Location>

+            
<Location>file://C:/Projects/apache/wsrf/trunk/src/test/org/apache/ws/resource/properties/SushiProperties.xsd</Location>

            </metadata>

             

            <!-- EndpointReference -->


Modified: incubator/muse/trunk/src/webapp/index.html
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/webapp/index.html?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/src/webapp/index.html (original)
+++ incubator/muse/trunk/src/webapp/index.html Mon Jun 20 08:20:15 2005
@@ -8,7 +8,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<h1 align="center"><a href="http://incubator.apache.org/muse/";><img 
class="logoImage" alt="Muse" src="images/muse-logo.jpg" border="0"></a></h1>
+<h1 align="center"><a href="http://ws.apache.org/ws-fx/muse/";><img 
class="logoImage" alt="Muse" src="images/muse-logo.jpg" border="0"></a></h1>
 
 <p>Hello! <em>Welcome</em> to MUSE.</p>
 

Modified: incubator/muse/trunk/wsdm-xbeans/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/muse/trunk/wsdm-xbeans/project.xml?rev=191491&r1=191490&r2=191491&view=diff
==============================================================================
--- incubator/muse/trunk/wsdm-xbeans/project.xml (original)
+++ incubator/muse/trunk/wsdm-xbeans/project.xml Mon Jun 20 08:20:15 2005
@@ -86,10 +86,10 @@
     </dependency>        

 -->    

     <dependency>

-      <groupId>apollo</groupId>

+      <groupId>wsrf</groupId>

       <artifactId>wsa-xbeans</artifactId>

       <version>SNAPSHOT</version>

-      <url>http://incubator.apache.org/apollo/</url>

+      <url>http://ws.apache.org/ws-fx/wsrf/</url>

       <properties>

         <license>ApacheLicense-2.0.txt</license>

         <usage>XMLBeans for WSA spec types</usage>

@@ -98,10 +98,10 @@
     </dependency>

 

     <dependency>

-      <groupId>apollo</groupId>

+      <groupId>wsrf</groupId>

       <artifactId>wsrf-xbeans</artifactId>

       <version>SNAPSHOT</version>

-      <url>http://incubator.apache.org/apollo/</url>

+      <url>http://ws.apache.org/ws-fx/wsrf/</url>

       <properties>

         <license>ApacheLicense-2.0.txt</license>

         <usage>XMLBeans for WSRF spec types</usage>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to