You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2004/03/06 19:01:14 UTC

cvs commit: jakarta-commons-sandbox/id/xdocs navigation.xml

psteitz     2004/03/06 10:01:14

  Modified:    id/xdocs navigation.xml
  Log:
  Fixed commons-nav entity reference to point to sandbox-build
  Contributed by: Tim Reilly
  PR # 27489
  
  Revision  Changes    Path
  1.4       +4 -2      jakarta-commons-sandbox/id/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	29 Feb 2004 16:06:34 -0000	1.3
  +++ navigation.xml	6 Mar 2004 18:01:14 -0000	1.4
  @@ -14,9 +14,11 @@
      See the License for the specific language governing permissions and
      limitations under the License.
     -->
  +  
   <!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../../../jakarta-commons/incl_nav.xml">
  +<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
   ]>
  +
   <project name="Commons Id">
       <title>Commons Id</title>
       <organizationLogo href="/images/jakarta-logo-blue.gif">
  @@ -38,6 +40,6 @@
   -->
               <item name="Downloads"                     href="/downloads.html"/>
           </menu>
  - 	&commons-nav;
  + 	 &commons-nav;
       </body>
   </project>
  
  
  

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