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 sc...@apache.org on 2006/06/06 18:22:46 UTC

svn commit: r412164 - /webservices/muse/branches/1.0/src/site/content/xdocs/site.xml

Author: scamp
Date: Tue Jun  6 09:22:45 2006
New Revision: 412164

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

Modified:
    webservices/muse/branches/1.0/src/site/content/xdocs/site.xml

Modified: webservices/muse/branches/1.0/src/site/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/webservices/muse/branches/1.0/src/site/content/xdocs/site.xml?rev=412164&r1=412163&r2=412164&view=diff
==============================================================================
--- webservices/muse/branches/1.0/src/site/content/xdocs/site.xml (original)
+++ webservices/muse/branches/1.0/src/site/content/xdocs/site.xml Tue Jun  6 09:22:45 2006
@@ -13,147 +13,169 @@
 See http://forrest.apache.org/docs/linking.html for more info.
 -->
 <site label="Muse" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
-	<project label="Project Info" href="" tab="home">
-		<index label="Overview" href="index.html"/>
-		<vcs label="Version Control" href="version_control.html"/>
-		<issues label="Issue Tracking" href="issue_tracking.html"/>
-		<contact label="Contact Info" href="contact_info.html"/>
-		<relnotes label="Release Notes" href="release_notes.html"/>
-		<wsdm label="WSDM Specs" href="muws.html"/>
-	</project>
-	<download label="Downloads" tab="home">
-		<releases label="Releases" href="release.html"/>
-	</download>
-	
-	<projects label="Related Projects" tab="home">			
-			<axis label="Axis" href="ext:axis"/>
-			<addressing label="Addressing" href="ext:addressing"/>
-			<xmlbeans label="XMLBeans" href="ext:xmlbeans.apache.org"/>
-			<maven label="Maven" href="ext:maven.apache.org"/>
-	</projects>
-	<!-- **************** Documentation **************** -->
+        <project label="Project Info" href="" tab="home">
+                <index label="Overview" href="index.html"/>
+                <vcs label="Version Control" href="version_control.html"/>
+                <issues label="Issue Tracking" href="issue_tracking.html"/>
+                <contact label="Contact Info" href="contact_info.html"/>
+                <relnotes label="Release Notes" href="release_notes.html"/>
+                <wsdm label="WSDM Specs" href="muws.html"/>
+        </project>
+        <download label="Downloads" tab="home">
+                <releases label="Releases" href="release.html"/>
+        </download>
+        
+        <projects label="Related Projects" tab="home">                  
+                        <axis label="Axis" href="ext:axis"/>
+                        <addressing label="Addressing" href="ext:addressing"/>
+                        <xmlbeans label="XMLBeans" href="ext:xmlbeans.apache.org"/>
+                        <maven label="Maven" href="ext:maven.apache.org"/>
+        </projects>
+        <!-- **************** Documentation **************** -->
 
-	<m_install label="Getting Started" href="muse/" tab="mdoc">
-		<overview label="Introduction" href="getting_started.html"/>
-		<installation href="getting_started.html#install"/>
-		<get label="Installation" href="getting_started.html#install"/>
-		<quick label="Quick Demo" href="getting_started.html#qd"/>
-	</m_install>
-	<m_tutorial label="Tutorial" href="muse/tutorial/" tab="mdoc">
-		<tut label="Overview" href="index.html"/>
-		<setup label="Create Workspace" href="setup.html"/>
-		<wsdl label="Create WSDLs" href="wsdl.html"/>
-		<wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
-		<modhome label="Modify Home Classes" href="mod_home.html"/>
-		<modresource label="Modify Resource Classes" href="mod_resource.html"/>
-		<modservice label="Modify Service Class" href="mod_service.html"/>
-		<webapp label="Deploy Services" href="webapp.html"/>
-		<test label="Test" href="test.html"/>
-	</m_tutorial>
-	<m_developer label="Developer Guide" href="muse/dev_guide/" tab="mdoc">
-		<dev label="Overview" href="index.html"/>
-		<compose label="MuWS WSDL" href="wsdl.html"/>
-		<tool label="Using Wsdl2Java" href="wsdl_tool.html"/>
-		<home label="Home Class" href="home.html"/>
-		<topics label="MUWS-Specific Topics" href="muws_topics.html"/>
-		<rel label="Relationships" href="relationships.html"/>
-		<adv label="Advertiser Service" href="advertiser.html"/>
-		<deploy label="Deploying" href="deploy.html"/>
-		<client label="Using the SOAP Client" href="client.html"/>
-		<log label="Logging" href="debug.html"/>
-	</m_developer>
-	
-	
-	<p_install label="Getting Started" href="pubscribe/" tab="pdoc">
-		<overview label="Introduction" href="getting_started.html"/>
-		<installation href="getting_started.html#install"/>
-		<get label="Installation" href="getting_started.html#install"/>
-		<quick label="Quick Demo" href="getting_started.html#qd"/>
-	</p_install>
-	<p_tutorial label="Tutorial" href="pubscribe/tutorial/" tab="pdoc">
-		<tut label="Overview" href="index.html"/>
-		<setup label="Create Workspace" href="setup.html"/>
-		<wsdl label="Create WSDL" href="wsdl.html"/>
-		<wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
-		<modhome label="Modify Home Class" href="mod_home.html"/>
-		<modresource label="Modify Resource Class" href="mod_resource.html"/>
-		<webapp label="Deploy Service" href="webapp.html"/>
-		<test label="Test" href="test.html"/>
-	</p_tutorial>
-	<p_developer label="Developer Guide" href="pubscribe/dev_guide/" tab="pdoc">
-		<dev label="Overview" href="index.html"/>
-		<p_compose label="WSRF/WSN WSDL" href="wsdl.html"/>
-		<tool label="Using Wsdl2Java" href="wsdl_tool.html"/>
-		<home label="Home Class" href="home.html"/>
-		<producer label="Notification Producer" href="producer.html"/>
-		<consumer label="Notification Consumer" href="consumer.html"/>
-		<subscript label="Subscription Manager" href="subscription.html"/>
-		<deploy label="Deploying" href="deploy.html"/>
-		<client label="Using the SOAP Client" href="client.html"/>
-		<log label="Logging" href="debug.html"/>
-	</p_developer>
+        <m_install label="Getting Started" href="muse/" tab="mdoc">
+                <overview label="Introduction" href="getting_started.html"/>
+                <installation href="getting_started.html#install"/>
+                <get label="Installation" href="getting_started.html#install"/>
+                <quick label="Quick Demo" href="getting_started.html#qd"/>
+        </m_install>
+        <m_tutorial label="Tutorial" href="muse/tutorial/" tab="mdoc">
+                <tut label="Overview" href="index.html"/>
+                <setup label="Create Workspace" href="setup.html"/>
+                <wsdl label="Create WSDLs" href="wsdl.html"/>
+                <wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
+                <modhome label="Modify Home Classes" href="mod_home.html"/>
+                <modresource label="Modify Resource Classes" href="mod_resource.html"/>
+                <modservice label="Modify Service Class" href="mod_service.html"/>
+                <webapp label="Deploy Services" href="webapp.html"/>
+                <test label="Test" href="test.html"/>
+        </m_tutorial>
+        <m_developer label="Developer Guide" href="muse/dev_guide/" tab="mdoc">
+                <dev label="Overview" href="index.html"/>
+                <compose label="MuWS WSDL" href="wsdl.html"/>
+                <tool label="Using Wsdl2Java" href="wsdl_tool.html"/>
+                <home label="Home Class" href="home.html"/>
+                <topics label="MUWS-Specific Topics" href="muws_topics.html"/>
+                <rel label="Relationships" href="relationships.html"/>
+                <adv label="Advertiser Service" href="advertiser.html"/>
+                <deploy label="Deploying" href="deploy.html"/>
+                <client label="Using the SOAP Client" href="client.html"/>
+                <log label="Logging" href="debug.html"/>
+        </m_developer>
+        
+        
+        <p_install label="Getting Started" href="pubscribe/" tab="pdoc">
+                <overview label="Introduction" href="getting_started.html"/>
+                <installation href="getting_started.html#install"/>
+                <get label="Installation" href="getting_started.html#install"/>
+                <quick label="Quick Demo" href="getting_started.html#qd"/>
+        </p_install>
+        <p_tutorial label="Tutorial" href="pubscribe/tutorial/" tab="pdoc">
+                <tut label="Overview" href="index.html"/>
+                <setup label="Create Workspace" href="setup.html"/>
+                <wsdl label="Create WSDL" href="wsdl.html"/>
+                <wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
+                <modhome label="Modify Home Class" href="mod_home.html"/>
+                <modresource label="Modify Resource Class" href="mod_resource.html"/>
+                <webapp label="Deploy Service" href="webapp.html"/>
+                <test label="Test" href="test.html"/>
+        </p_tutorial>
+        <p_developer label="Developer Guide" href="pubscribe/dev_guide/" tab="pdoc">
+                <dev label="Overview" href="index.html"/>
+                <p_compose label="WSRF/WSN WSDL" href="wsdl.html"/>
+                <tool label="Using Wsdl2Java" href="wsdl_tool.html"/>
+                <home label="Home Class" href="home.html"/>
+                <producer label="Notification Producer" href="producer.html"/>
+                <consumer label="Notification Consumer" href="consumer.html"/>
+                <subscript label="Subscription Manager" href="subscription.html"/>
+                <deploy label="Deploying" href="deploy.html"/>
+                <client label="Using the SOAP Client" href="client.html"/>
+                <log label="Logging" href="debug.html"/>
+        </p_developer>
 
-	<w_install label="Getting Started" href="wsrf/" tab="wdoc">
-		<overview label="Introduction" href="getting_started.html"/>
-		<installation href="getting_started.html#install"/>
-		<get label="Installation" href="getting_started.html#install"/>
-		<quick label="Quick Demo" href="getting_started.html#qd"/>
-	</w_install>
-	<w_tutorial label="Tutorial" href="wsrf/tutorial/" tab="wdoc">
-		<tut label="Overview" href="index.html"/>
-		<setup label="Create Workspace" href="setup.html"/>
-		<wsdl label="Create WSDL" href="wsdl.html"/>
-		<wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
-		<modhome label="Modify Home Class" href="mod_home.html"/>
-		<modresource label="Modify Resource Class" href="mod_resource.html"/>
-		<webapp label="Deploy Service" href="webapp.html"/>
-		<test label="Test" href="test.html"/>
-	</w_tutorial>
-	<w_developer label="Developer Guide" href="wsrf/dev_guide/" tab="wdoc">
-		<dev label="Overview" href="index.html"/>
-		<compose label="Composing a WSRF WSDL" href="wsrf_wsdl.html"/>
-		<tool label="Using Wsdl2Java" href="wsdl_tool.html"/>
-		<service label="Service Class" href="service.html"/>
-		<resource label="Resource Class" href="resource.html"/>
-		<home label="Home Class" href="home.html"/>
-		<callback label="Callback Objects" href="callback.html"/>
-		<metadata label="Metadata Operations" href="metadata.html"/>
-		<single label="Singleton Service" href="singleton.html"/>
-		<deploy label="Deploying" href="deploy.html"/>
-		<client label="Using the SOAP Client" href="client.html"/>
-		<validate label="Schema Validation" href="validate.html"/>
-		<log label="Logging" href="debug.html"/>
-	</w_developer>
-	
-	<external-refs>
-	
-	<wsrf href="wsrf/"/>
-	
-		<xml.apache.org href="http://xml.apache.org/">
-			<forrest href="forrest/"/>
-		</xml.apache.org>
-		<xmlbeans.apache.org href="http://xmlbeans.apache.org/"/>
-		<maven.apache.org href="http://maven.apache.org/"/>
-		<ws.apache.org href="http://ws.apache.org/">
-			<mirrors href="mirrors.cgi"/>
-			<axis href="axis/"/>
-			<wsfx href="ws-fx/">
-				<addressing href="addressing/"/>
-				<wss4j href="wss4j/"/>
-			</wsfx>
-			<asl href="LICENSE.txt"/>
-		</ws.apache.org>
-		<www.apache.org href="http://www.apache.org/">
-			<foundation href="foundation/"/>
-		</www.apache.org>
-		<nagoya.apache.org href="http://nagoya.apache.org/">
-			<eyebrowse href="eyebrowse/"/>
-			<bugzilla href="bugzilla/"/>
-			<apachewiki href="wiki/apachewiki.cgi?HomePage"/>
-		</nagoya.apache.org>
-		<archive.apache.org href="http://archive.apache.org/">
-			<archive-ws href="dist/ws/"/>
-		</archive.apache.org>
-		<apachecon.com href="http://apachecon.com/"/>
-	</external-refs>
+        <w_install label="Getting Started" href="wsrf/" tab="wdoc">
+                <overview label="Introduction" href="getting_started.html"/>
+                <installation href="getting_started.html#install"/>
+                <get label="Installation" href="getting_started.html#install"/>
+                <quick label="Quick Demo" href="getting_started.html#qd"/>
+        </w_install>
+        <w_tutorial label="Tutorial" href="wsrf/tutorial/" tab="wdoc">
+                <tut label="Overview" href="index.html"/>
+                <setup label="Create Workspace" href="setup.html"/>
+                <wsdl label="Create WSDL" href="wsdl.html"/>
+                <wsdl2java label="Run wsdl2Java Tool" href="wsdl2java.html"/>
+                <modhome label="Modify Home Class" href="mod_home.html"/>
+                <modresource label="Modify Resource Class" href="mod_resource.html"/>
+                <webapp label="Deploy Service" href="webapp.html"/>
+                <test label="Test" href="test.html"/>
+        </w_tutorial>
+        <w_developer label="Developer Guide" href="wsrf/dev_guide/" tab="wdoc">
+                <dev label="Overview" href="index.html"/>
+                <compose label="Composing a WSRF WSDL" href="wsrf_wsdl.html"/>
+                <tool label="Using Wsdl2Java" href="wsdl_tool.html"/>
+                <service label="Service Class" href="service.html"/>
+                <resource label="Resource Class" href="resource.html"/>
+                <home label="Home Class" href="home.html"/>
+                <callback label="Callback Objects" href="callback.html"/>
+                <metadata label="Metadata Operations" href="metadata.html"/>
+                <single label="Singleton Service" href="singleton.html"/>
+                <deploy label="Deploying" href="deploy.html"/>
+                <client label="Using the SOAP Client" href="client.html"/>
+                <validate label="Schema Validation" href="validate.html"/>
+                <log label="Logging" href="debug.html"/>
+        </w_developer>
+        
+        <external-refs>
+        
+        <wsrf href="wsrf/"/>
+        
+                <xml.apache.org href="http://xml.apache.org/">
+                        <forrest href="forrest/"/>
+                       
+                </xml.apache.org>
+                <xmlbeans.apache.org href="http://xmlbeans.apache.org/"/>
+                <maven.apache.org href="http://maven.apache.org/"/>
+                <ws.apache.org href="http://ws.apache.org/">
+                        <mirrors href="mirrors.cgi"/>
+                        <axis href="axis/"/>
+                        <wsfx href="ws-fx/">
+                                <addressing href="addressing/"/>
+                                <wss4j href="wss4j/"/>
+                        </wsfx>
+                        <asl href="LICENSE.txt"/>
+<wsrf href="wsrf/"/>
+                <wsrfwsdl href="wsrf/dev_guide/wsrf_wsdl.html"/>
+                <spec href="wsrf/wsrf.html"/>
+                <metadata href="wsrf/dev_guide/metadata.html"/>
+                <single href="wsrf/dev_guide/singleton.html"/>
+                <resource href="wsrf/dev_guide/resource.html"/>
+                <pubscribe href="pubscribe/"/>
+                <pubwsdl href="pubscribe/dev_guide/wsdl.html"/>
+                <producer href="pubscribe/dev_guide/producer.html"/>
+                <wsn href="pubscribe/wsn.html"/>
+                <mirrors href="mirrors.cgi"/>
+                <axis href="axis/"/>            
+                </ws.apache.org>
+                
+                <www.apache.org href="http://www.apache.org/">
+                        <foundation href="foundation/"/>
+                </www.apache.org>
+                <nagoya.apache.org href="http://nagoya.apache.org/">
+                        <eyebrowse href="eyebrowse/"/>
+                        <bugzilla href="bugzilla/"/>
+                        <apachewiki href="wiki/apachewiki.cgi?HomePage"/>
+                </nagoya.apache.org>
+                <archive.apache.org href="http://archive.apache.org/">
+                        <archive-ws href="dist/ws/"/>
+                </archive.apache.org>
+                <apachecon.com href="http://apachecon.com/"/>
+                
+                <xml.apache.org href="http://xml.apache.org/">
+                        <forrest href="forrest/"/>
+                </xml.apache.org>
+                
+                
+                
+             
+        </external-refs>
 </site>



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