You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ni...@apache.org on 2002/11/28 16:47:11 UTC

cvs commit: xml-cocoon2 properties.xml

nicolaken    2002/11/28 07:47:11

  Modified:    .        properties.xml
  Log:
  Merged the <build> tags.
  
  Revision  Changes    Path
  1.15      +32 -34    xml-cocoon2/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/properties.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- properties.xml	28 Nov 2002 15:12:33 -0000	1.14
  +++ properties.xml	28 Nov 2002 15:47:11 -0000	1.15
  @@ -2,8 +2,20 @@
   <!-- Build properties - these override any property specified in the build -->
   <properties>
   <!-- Properties of the build -->
  -   <build>
  -<!-- What to tell the compiler -->
  +   <build
  +    root="./build"
  +    dir="./build/cocoon"
  +    src="./build/cocoon/src"
  +    test="./build/cocoon/test"
  +    dest="./build/cocoon/classes"
  +    docs="./build/cocoon/docs"
  +    xdocs="./build/cocoon/xdocs"
  +    war="./build/cocoon/webapp"
  +    javadocs="./build/cocoon/javadocs"
  +    context="./build/cocoon/documentation"
  +    work="./build/cocoon/work">
  +
  +      <!-- What to tell the compiler -->
         <compiler
          emacs="on"
          warnings="true"
  @@ -16,6 +28,24 @@
          nowarn="off"
          type="classic"
          vm="1.2" />
  +       
  +     <scratchpad
  +      dir="./build/cocoon/scratchpad"
  +      src="./build/cocoon/scratchpad/src"
  +      dest="./build/cocoon/scratchpad/classes" />
  +
  +     <docs
  +      printer="./build/cocoon/printer-docs"
  +      loglevel="ERROR" />
  +
  +     <blocks
  +      root="./build/cocoon/blocks" />
  +
  +     <!-- build-time validation of important core configuration files -->
  +     <validate
  +      config="true"
  +      xdocs="true" />
  +      
      </build>
   
      <debug>on</debug>
  @@ -52,38 +82,6 @@
       webapp="./src/scratchpad/webapp"
       name="cocoon-scratchpad" />
   
  -   <build
  -    root="./build"
  -    dir="./build/cocoon"
  -    src="./build/cocoon/src"
  -    test="./build/cocoon/test"
  -    dest="./build/cocoon/classes"
  -    docs="./build/cocoon/docs"
  -    xdocs="./build/cocoon/xdocs"
  -    war="./build/cocoon/webapp"
  -    javadocs="./build/cocoon/javadocs"
  -    context="./build/cocoon/documentation"
  -    work="./build/cocoon/work">
  -
  -     <scratchpad
  -      dir="./build/cocoon/scratchpad"
  -      src="./build/cocoon/scratchpad/src"
  -      dest="./build/cocoon/scratchpad/classes" />
  -
  -     <docs
  -      printer="./build/cocoon/printer-docs"
  -      loglevel="ERROR" />
  -
  -     <blocks
  -      root="./build/cocoon/blocks" />
  -
  -     <!-- build-time validation of important core configuration files -->
  -     <validate
  -      config="true"
  -      xdocs="true" />
  -      
  -   </build>
  -   
      <dist
       root="./dist"
       name="cocoon-dev"
  
  
  

----------------------------------------------------------------------
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