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 sc...@apache.org on 2005/03/11 17:21:27 UTC

svn commit: r157098 - in incubator/muse/trunk/src: site/content/xdocs/index.xml site/content/xdocs/release.xml site/content/xdocs/site.xml test/server-config.wsdd

Author: scamp
Date: Fri Mar 11 08:21:25 2005
New Revision: 157098

URL: http://svn.apache.org/viewcvs?view=rev&rev=157098
Log: (empty)


Added:
    incubator/muse/trunk/src/site/content/xdocs/release.xml
Modified:
    incubator/muse/trunk/src/site/content/xdocs/index.xml
    incubator/muse/trunk/src/site/content/xdocs/site.xml
    incubator/muse/trunk/src/test/server-config.wsdd

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?view=diff&r1=157097&r2=157098
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/index.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/index.xml Fri Mar 11 08:21:25 2005
@@ -17,9 +17,9 @@
       </p>
     </section>
     <section>
-      <title>Muse 0.5-beta1 Release</title>
+      <title>Muse 0.5 Alpha Release</title>
       <p>
-      The Muse 0.5-beta1 release contains an implementation of the following specifications:
+      The Muse 0.5 Alpha release contains an implementation of the following specifications:
       </p>
       <ul>
       <li><a href="http://www.oasis-open.org/committees/download.php/6234/cd-wsdm-muws0.5.pdf">Management Using Web Services (MUWS) 0.5</a></li>

Added: incubator/muse/trunk/src/site/content/xdocs/release.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/release.xml?view=auto&rev=157098
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/release.xml (added)
+++ incubator/muse/trunk/src/site/content/xdocs/release.xml Fri Mar 11 08:21:25 2005
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Muse - Releases</title>
+  </header>
+  
+  <body>
+    <section>
+       <title>V0.5 Alpha Distribution</title>
+       <p>This distribution is an alpha release and is not intended for creating production-level applications.</p>
+       <p>The Muse 0.5 alpha distribution is available for binary download at <a href="http://cvs.apache.org/dist/incubator/muse/v0.5-alpha/bin/">http://cvs.apache.org/dist/incubator/muse/v0.5-alpha/bin/</a>. </p>
+       <p>The Muse 0.5 alpha distribution is available for source download at <a href="http://cvs.apache.org/dist/incubator/muse/v0.5-alpha/source/">http://cvs.apache.org/dist/incubator/muse/v0.5-alpha/source/</a>.</p>
+    </section>
+  </body>
+  
+</document>

Modified: incubator/muse/trunk/src/site/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/site.xml?view=diff&r1=157097&r2=157098
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/site.xml (original)
+++ incubator/muse/trunk/src/site/content/xdocs/site.xml Fri Mar 11 08:21:25 2005
@@ -24,6 +24,10 @@
     <relnotes    label="Release Notes"    href="release_notes.html" />
   </project>
 
+ <project label="Downloads">
+    <releases    label="Releases"         href="release.html" />        
+  </project>
+
   <docs label="Documentation">        
     <muws       label="MuWS"           href="muws.html" />
     <tutorial   label="Tutorial"       href="tutorial/index.html" />

Modified: incubator/muse/trunk/src/test/server-config.wsdd
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/test/server-config.wsdd?view=diff&r1=157097&r2=157098
==============================================================================
--- incubator/muse/trunk/src/test/server-config.wsdd (original)
+++ incubator/muse/trunk/src/test/server-config.wsdd Fri Mar 11 08:21:25 2005
@@ -3,9 +3,9 @@
  <globalConfiguration>
   <parameter name="adminPassword" value="admin"/>
   <parameter name="disablePrettyXML" value="true"/>
-  <parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
-  <parameter name="sendMultiRefs" value="true"/>
   <parameter name="sendXsiTypes" value="true"/>
+  <parameter name="sendMultiRefs" value="true"/>
+  <parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
   <parameter name="sendXMLDeclaration" value="true"/>
   <responseFlow>
    <handler type="java:org.apache.axis.handlers.JAXRPCHandler">



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