You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2004/04/08 01:40:12 UTC

cvs commit: jakarta-hivemind/framework/xdocs navigation.xml

hlship      2004/04/07 16:40:12

  Modified:    common   links.xml
               xdocs    index.xml descriptor.xml hivedoc.xml navigation.xml
               library/xdocs NameLookup.xml navigation.xml
                        EJBProxyFactory.xml RemoteExceptionCoordinator.xml
               framework/xdocs/ant index.xml
               framework/xdocs navigation.xml
  Log:
  Fix a number of broken links in the documentation.
  
  Revision  Changes    Path
  1.20      +2 -2      jakarta-hivemind/common/links.xml
  
  Index: links.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/common/links.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- links.xml	1 Mar 2004 01:08:02 -0000	1.19
  +++ links.xml	7 Apr 2004 23:40:12 -0000	1.20
  @@ -17,7 +17,7 @@
   
   <!ENTITY projectroot ''>
   
  -<!ENTITY apiroot '&projectroot;jakarta-hivemind/apidocs/org/apache/hivemind'>
  +<!ENTITY apiroot '&projectroot;hivemind/apidocs/org/apache/hivemind'>
   <!ENTITY hivedoc '&projectroot;hivedocs'>
   <!ENTITY hivemind-hivedoc '&hivedoc;/hivemind.html'>
   <!ENTITY hivemind-lib-hivedoc '&hivedoc;/hivemind.lib.html'>
  
  
  
  1.23      +2 -2      jakarta-hivemind/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/xdocs/index.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- index.xml	7 Apr 2004 15:16:43 -0000	1.22
  +++ index.xml	7 Apr 2004 23:40:12 -0000	1.23
  @@ -166,7 +166,7 @@
       Since services are, ultimately, simple objects (POJOs -- plain old java objects) within
       the same JVM, all the complexity of J2EE falls away ... no more JNDI lookups, no more
       RemoteExceptions, no more home and remote interfaces.  Of course, you can still use HiveMind to
  -    <a href="jakarta-hivemind-lib/EJBProxyFactory.html">front
  +    <a href="hivemind-lib/EJBProxyFactory.html">front
       your EJBs</a>, in which case the service is responsible for performing the JNDI lookup and
       so forth (which in itself has a lot of value), before forwarding the request to the EJB.	
       </p>	
  
  
  
  1.33      +2 -2      jakarta-hivemind/xdocs/descriptor.xml
  
  Index: descriptor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/xdocs/descriptor.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- descriptor.xml	7 Apr 2004 20:03:28 -0000	1.32
  +++ descriptor.xml	7 Apr 2004 23:40:12 -0000	1.33
  @@ -236,7 +236,7 @@
   			<p>The &_description; element provides a user-readable description as the
   				content of the element.  This description is used
   				in the generated
  -				<a href="registry.html">registry documentation</a></p>
  +				<a href="hivedoc.html">registry documentation</a></p>
   		</section>
   
   	<section name="element">
  
  
  
  1.3       +2 -2      jakarta-hivemind/xdocs/hivedoc.xml
  
  Index: hivedoc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/xdocs/hivedoc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- hivedoc.xml	26 Feb 2004 23:07:34 -0000	1.2
  +++ hivedoc.xml	7 Apr 2004 23:40:12 -0000	1.3
  @@ -36,7 +36,7 @@
   	<code>hivemodule.xml</code>	descriptors are parsed
     and
   	the results combined into a single file. 
  -	The framework includes <a href="jakarta-hivemind/ant/index.html">Ant tasks</a> to facilitate this.
  +	The framework includes <a href="hivemind/ant/index.html">Ant tasks</a> to facilitate this.
   	The master file (which is only used for this documentation) is
   	 then converted into a set of HTML files using XSLT.  The end result is much like JavaDoc ... its fully
   	hyperlinked and allows you to see all services, configuration points and contributions clearly.
  
  
  
  1.27      +3 -3      jakarta-hivemind/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/xdocs/navigation.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- navigation.xml	7 Apr 2004 15:16:43 -0000	1.26
  +++ navigation.xml	7 Apr 2004 23:40:12 -0000	1.27
  @@ -31,8 +31,8 @@
       </menu>
       
   		<menu name="Sub-Projects">
  -			<item name="Framework" href="jakarta-hivemind/index.html"/>	
  -			<item name="Library" href="jakarta-hivemind-lib/index.html"/>
  +			<item name="Framework" href="hivemind/index.html"/>	
  +			<item name="Library" href="hivemind-lib/index.html"/>
   		</menu>
   		
   		<menu name="Tutorials and Information">
  
  
  
  1.3       +2 -2      jakarta-hivemind/library/xdocs/NameLookup.xml
  
  Index: NameLookup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/xdocs/NameLookup.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NameLookup.xml	26 Feb 2004 23:08:03 -0000	1.2
  +++ NameLookup.xml	7 Apr 2004 23:40:12 -0000	1.3
  @@ -17,7 +17,7 @@
   -->
   <!DOCTYPE document [
   	<!ENTITY projectroot '../'>
  -	<!ENTITY apiroot 'apidocs/org/apache/commons/hivemind/lib'>	
  +	<!ENTITY apiroot 'apidocs/org/apache/hivemind/lib'>	
   	<!ENTITY % common-links SYSTEM "../../common/links.xml">
   	%common-links;
   	]>
  
  
  
  1.6       +2 -2      jakarta-hivemind/library/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/xdocs/navigation.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navigation.xml	26 Feb 2004 23:08:03 -0000	1.5
  +++ navigation.xml	7 Apr 2004 23:40:12 -0000	1.6
  @@ -26,7 +26,7 @@
   		
       <links>
         <item name="HiveMind"      href="../index.html"/>
  -      <item name="HiveMind:Framework" href="../jakarta-hivemind/index.html"/>      
  +      <item name="HiveMind:Framework" href="../hivemind/index.html"/>      
       </links>
       		
       <menu name="Services">
  
  
  
  1.3       +2 -2      jakarta-hivemind/library/xdocs/EJBProxyFactory.xml
  
  Index: EJBProxyFactory.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/xdocs/EJBProxyFactory.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBProxyFactory.xml	26 Feb 2004 23:08:03 -0000	1.2
  +++ EJBProxyFactory.xml	7 Apr 2004 23:40:12 -0000	1.3
  @@ -17,7 +17,7 @@
   -->
   <!DOCTYPE document [
   	<!ENTITY projectroot '../'>
  -	<!ENTITY apiroot 'apidocs/org/apache/commons/hivemind/lib'>	
  +	<!ENTITY apiroot 'apidocs/org/apache/hivemind/lib'>	
   	<!ENTITY % common-links SYSTEM "../../common/links.xml">
   	%common-links;
   	]>
  
  
  
  1.3       +2 -2      jakarta-hivemind/library/xdocs/RemoteExceptionCoordinator.xml
  
  Index: RemoteExceptionCoordinator.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/xdocs/RemoteExceptionCoordinator.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoteExceptionCoordinator.xml	26 Feb 2004 23:08:03 -0000	1.2
  +++ RemoteExceptionCoordinator.xml	7 Apr 2004 23:40:12 -0000	1.3
  @@ -17,7 +17,7 @@
   -->
   <!DOCTYPE document [
   	<!ENTITY projectroot '../'>
  -	<!ENTITY apiroot 'apidocs/org/apache/commons/hivemind/lib'>	
  +	<!ENTITY apiroot 'apidocs/org/apache/hivemind/lib'>	
   	<!ENTITY % common-links SYSTEM "../../common/links.xml">
   	%common-links;
   	]>
  
  
  
  1.3       +2 -2      jakarta-hivemind/framework/xdocs/ant/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/xdocs/ant/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	26 Feb 2004 23:07:47 -0000	1.2
  +++ index.xml	7 Apr 2004 23:40:12 -0000	1.3
  @@ -30,7 +30,7 @@
   <source><![CDATA[
   <taskdef name="manifestclasspath" classname="org.apache.hivemind.ant.ManifestClassPath">	
     <classpath>
  -    <pathelement location="lib/jakarta-hivemind-1.0.jar"/>
  +    <pathelement location="lib/hivemind-1.0.jar"/>
     </classpath>
   </taskdef>
   ]]></source>
  
  
  
  1.6       +2 -2      jakarta-hivemind/framework/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/xdocs/navigation.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navigation.xml	26 Feb 2004 23:07:43 -0000	1.5
  +++ navigation.xml	7 Apr 2004 23:40:12 -0000	1.6
  @@ -26,7 +26,7 @@
   		
       <links>
         <item name="HiveMind"      href="../index.html"/>
  -      <item name="HiveMind:Library" href="../jakarta-hivemind-lib/index.html"/>
  +      <item name="HiveMind:Library" href="../hivemind-lib/index.html"/>
       </links>
       	
       <menu name="Services">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org