You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/12/03 17:05:33 UTC

cvs commit: jakarta-gump/project webwork.xml

ajack       2003/12/03 08:05:33

  Modified:    project  webwork.xml
  Log:
  Fix locations for db40 and jasperrreports (lib is not under src)
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-gump/project/webwork.xml
  
  Index: webwork.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/webwork.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- webwork.xml	10 Sep 2003 20:24:59 -0000	1.20
  +++ webwork.xml	3 Dec 2003 16:05:33 -0000	1.21
  @@ -43,7 +43,7 @@
       <description>
         Object Database Engine 
       </description>
  -    <home nested="src/lib/examples"/>
  +    <home nested="lib/examples"/>
       <jar name="db4o.jar"/>
     </project>
   
  @@ -53,7 +53,7 @@
       <description>
         
       </description>
  -    <home nested="src/lib/view"/>
  +    <home nested="lib/view"/>
       <jar name="jasperreports.jar"/>
     </project>
   </module>