You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/02/29 06:31:09 UTC

cvs commit: cocoon-2.1/src/blocks/qdox/conf qdox.xconf

antonio     2004/02/28 21:31:09

  Modified:    src/blocks/qdox/samples sitemap.xmap samples.xml
               src/blocks/qdox/conf qdox.xconf
  Log:
  Fixing qdox samples
  
  Revision  Changes    Path
  1.3       +7 -5      cocoon-2.1/src/blocks/qdox/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/qdox/samples/sitemap.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sitemap.xmap	7 May 2003 09:46:07 -0000	1.2
  +++ sitemap.xmap	29 Feb 2004 05:31:09 -0000	1.3
  @@ -1,5 +1,7 @@
   <?xml version="1.0"?>
   
  +<!-- CVS: $Id$ -->
  +
   <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   
     <!-- =========================== Pipelines ================================= -->
  @@ -21,15 +23,15 @@
   
         <!-- Output Javadoc XML: -->
         <map:match pattern="javadoc-xml/*">
  -        <map:generate src="qdox:{1}" />
  -        <map:serialize type="xml" />
  +        <map:generate src="qdox:{1}"/>
  +        <map:serialize type="xml"/>
         </map:match>
         
         <!-- Output Javadoc HTML: -->
         <map:match pattern="javadoc/*">
  -        <map:generate src="qdox:{1}" />
  -        <map:transform src="stylesheets/qdox2html.xsl" />
  -        <map:serialize type="html" />
  +        <map:generate src="qdox:{1}"/>
  +        <map:transform src="stylesheets/qdox2html.xsl"/>
  +        <map:serialize type="html"/>
         </map:match>
       </map:pipeline>
     </map:pipelines>
  
  
  
  1.4       +3 -4      cocoon-2.1/src/blocks/qdox/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/qdox/samples/samples.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- samples.xml	29 Feb 2004 03:38:48 -0000	1.3
  +++ samples.xml	29 Feb 2004 05:31:09 -0000	1.4
  @@ -1,8 +1,8 @@
  -<?xml version="1.0" encoding="iso-8859-1"?>
  +<?xml version="1.0"?>
   
   <!-- CVS: $Id$ -->
   
  -<samples xmlns:xlink="http://www.w3.org/1999/xlink" name="QDoxSource">
  +<samples name="QDoxSource">
     <group name="Main examples page.">
       <sample name="Back" href="..">to Cocoon examples main page</sample>
     </group>
  @@ -63,5 +63,4 @@
          Links and reference information
       </sample>
      </group>
  -
   </samples>
  
  
  
  1.3       +2 -0      cocoon-2.1/src/blocks/qdox/conf/qdox.xconf
  
  Index: qdox.xconf
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/blocks/qdox/conf/qdox.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- qdox.xconf	6 May 2003 09:30:37 -0000	1.2
  +++ qdox.xconf	29 Feb 2004 05:31:09 -0000	1.3
  @@ -11,6 +11,8 @@
         <source-roots group="test-source">
           <!-- test source-root as mentioned in the qdox block samples.xml file -->
             <source-root uri="file:///tmp/qdox-test"/>
  +          <!-- test source-root for linux (replace the above) -->
  +          <!-- <source-root uri="jar:file:///usr/java/j2sdk1.4.2_03/src.zip!"/> -->
         </source-roots>
   
         <!-- examples of other source-roots