You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by di...@apache.org on 2002/02/11 17:39:26 UTC

cvs commit: xml-cocoon2/tools .cvsignore

dims        02/02/11 08:39:26

  Modified:    .        build.xml
               src/webapp cocoon.xconf
  Added:       src/java/org/apache/cocoon/generation xmldb.xconf
               tools    .cvsignore
  Log:
  Move XMLDBSourceFactory's definition from cocoon.xconf into its own xmldb.xconf.
  
  Revision  Changes    Path
  1.166     +1 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.165
  retrieving revision 1.166
  diff -u -r1.165 -r1.166
  --- build.xml	10 Feb 2002 16:38:04 -0000	1.165
  +++ build.xml	11 Feb 2002 16:39:26 -0000	1.166
  @@ -709,6 +709,7 @@
   
           <exclude name="**/XMLDB*.java"         unless="xmldb.present"/>
           <exclude name="**/xmldb.sitemap"       unless="xmldb.present"/>
  +        <exclude name="**/xmldb.xconf"        unless="xmldb.present"/>
   
           <exclude name="**/RTFSerializer.java"  unless="jfor.present"/>
           <exclude name="**/jfor.sitemap"        unless="jfor.present"/>
  
  
  
  1.1                  xml-cocoon2/src/java/org/apache/cocoon/generation/xmldb.xconf
  
  Index: xmldb.xconf
  ===================================================================
    <!-- Source Handler:
      The source handler adds special url protocols to the system, they are
      then available inside Cocoon, e.g. as a source argument for one of the
      sitemap components.
    -->
    <source-handler logger="core.source-handler">
      <!-- xmldb pseudo protocol -->
      <protocol name="xmldb" class="org.apache.cocoon.components.source.XMLDBSourceFactory">
        <!-- dbXML driver -->
        <driver type="dbxml" class="org.dbxml.client.xmldb.DatabaseImpl"/>
        <!-- Add here other XML:DB compliant databases drivers -->
      </protocol>
    </source-handler>
  
  
  
  1.26      +0 -14     xml-cocoon2/src/webapp/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/cocoon.xconf,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- cocoon.xconf	9 Feb 2002 04:16:39 -0000	1.25
  +++ cocoon.xconf	11 Feb 2002 16:39:26 -0000	1.26
  @@ -139,20 +139,6 @@
       <!-- Add here protocol factories for your own protocols -->
     </url-factory>
   
  -  <!-- Source Handler:
  -    The source handler adds special url protocols to the system, they are
  -    then available inside Cocoon, e.g. as a source argument for one of the
  -    sitemap components.
  -  -->
  -  <source-handler logger="core.source-handler">
  -    <!-- xmldb pseudo protocol -->
  -    <protocol name="xmldb" class="org.apache.cocoon.components.source.XMLDBSourceFactory">
  -      <!-- dbXML driver -->
  -      <driver type="dbxml" class="org.dbxml.client.xmldb.DatabaseImpl"/>
  -      <!-- Add here other XML:DB compliant databases drivers -->
  -    </protocol>
  -  </source-handler>
  -
     <!-- Program Generator:
       The ProgamGenerator builds programs from a XML document written in a
       MarkupLanguage.
  
  
  
  1.1                  xml-cocoon2/tools/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  anttasks
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org