nicolaken    2003/03/19 02:54:30

  Modified:    .        gump.xml
  Log:
  Adding mock classes dir to the nested classpath settings for
  the projects that use mocks... ok, read the cvs diff, it's clearer ;-)
  
  Revision  Changes    Path
  1.18      +4 -1      cocoon-2.1/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/gump.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- gump.xml  19 Mar 2003 10:24:15 -0000      1.17
  +++ gump.xml  19 Mar 2003 10:54:30 -0000      1.18
  @@ -261,6 +261,7 @@
       <depend project="cocoon" inherit="all"/>
   
       <work nested="tools/anttasks"/>
  +    <work nested="build/cocoon-@@DATE@@/blocks/databases/mocks"/>
       <home nested="build/cocoon"/>
   
       <jar name="databases.jar"/>
  @@ -350,6 +351,7 @@
       <depend project="cocoon" inherit="all"/>
   
       <work nested="tools/anttasks"/>
  +    <work nested="build/cocoon-@@DATE@@/blocks/jsp/mocks"/>
       <home nested="build/cocoon"/>
   
       <jar name="jsp.jar"/>
  @@ -509,6 +511,7 @@
       <depend project="cocoon" inherit="all"/>
       
       <work nested="tools/anttasks"/>
  +    <work nested="build/cocoon-@@DATE@@/blocks/web3/mocks"/>
       <home nested="build/cocoon"/>
       
       <jar name="web3.jar"/>
  
  
  

Reply via email to