You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2003/07/11 01:51:49 UTC

cvs commit: cocoon-2.1 blocks.properties gump.xml

reinhard    2003/07/10 16:51:49

  Modified:    .        blocks.properties gump.xml
  Log:
  - add Petstore as unstable block
  
  Revision  Changes    Path
  1.17      +2 -0      cocoon-2.1/blocks.properties
  
  Index: blocks.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/blocks.properties,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- blocks.properties	22 Jun 2003 01:59:44 -0000	1.16
  +++ blocks.properties	10 Jul 2003 23:51:49 -0000	1.17
  @@ -45,6 +45,7 @@
   #exclude.block.deli=true
   #exclude.block.xmlform=true
   
  +
   # Unstable blocks --------------------------------------------------------------
   
   # unstable blocks are currently under development and do not guarantee the
  @@ -65,3 +66,4 @@
   #exclude.block.qdox=true
   #exclude.block.stx=true
   #exclude.block.linotype=true
  +#exclude.block.petstore=true
  
  
  
  1.66      +21 -1     cocoon-2.1/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/gump.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- gump.xml	10 Jul 2003 13:20:26 -0000	1.65
  +++ gump.xml	10 Jul 2003 23:51:49 -0000	1.66
  @@ -822,6 +822,26 @@
       <nag from="Gump" to="dev@cocoon.apache.org"/>
     </project>
   
  +  <project name="cocoon-block-petstore" status="unstable">
  +    <package>org.apache.cocoon</package>
  +
  +    <ant target="gump-block">
  +      <property name="block-name" value="petstore"/>
  +      <property name="version" value="@@DATE@@"/>
  +    </ant>
  +
  +    <depend project="cocoon" inherit="all"/>
  +    <depend project="cocoon-block-databases"/>
  +    <depend project="cocoon-block-hsql"/>
  +
  +    <work nested="tools/anttasks"/>
  +    <home nested="build/cocoon-@@DATE@@"/>
  +
  +    <jar name="blocks/petstore-block.jar"/>
  +
  +    <nag from="Gump" to="dev@cocoon.apache.org"/>
  +  </project>    
  +
     <project name="cocoon-block-stx" status="unstable">
       <package>org.apache.cocoon</package>