tomdz       2005/01/25 12:25:49

  Modified:    .        .classpath
  Log:
  * Changed inclusion of the ant library to use an eclipse environment variable 
ANT_HOME because the ant libs are no longer part of OJB but the xdoclet module 
needs the Ant library for compilation
  * Replaced the reference to j2ee jar with one to the corresponding geronimo 
jar
  
  Revision  Changes    Path
  1.46      +2 -4      db-ojb/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/db-ojb/.classpath,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- .classpath        11 Dec 2004 18:04:31 -0000      1.45
  +++ .classpath        25 Jan 2005 20:25:49 -0000      1.46
  @@ -23,16 +23,12 @@
        <classpathentry kind="lib" path="lib/xml-apis.jar"/>
        <classpathentry kind="lib" path="lib/jcs.jar"/>
        <classpathentry kind="lib" path="lib/jdori.jar"/>
  -     <classpathentry kind="lib" path="lib/j2ee.jar"/>
        <classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
        <classpathentry kind="lib" path="lib/velocity-1.3.1.jar"/>
        <classpathentry kind="lib" path="lib/prevayler.jar"/>
        <classpathentry kind="lib" path="lib/xdoclet-1.2.1.jar"/>
        <classpathentry kind="lib" path="lib/xjavadoc-1.0.3.jar"/>
        <classpathentry kind="lib" path="lib/antlr-2.7.3.jar"/>
  -     <classpathentry kind="lib" path="lib/ant-1.6.0.jar"/>
  -     <classpathentry kind="lib" path="lib/ant-junit.jar"/>
  -     <classpathentry kind="lib" path="lib/ant-launcher.jar"/>
        <classpathentry kind="lib" path="lib/commons-sql-1.0-dev.jar"/>
        <classpathentry kind="lib" path="lib/commons-betwixt-0.5.jar"/>
        <classpathentry kind="lib" path="lib/commons-digester-1.5.jar"/>
  @@ -41,5 +37,7 @@
        <classpathentry kind="lib" path="lib/spring-core.jar"/>
        <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
        <classpathentry kind="lib" path="lib/torque-gen-3.1.1.jar"/>
  +     <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
  +     <classpathentry kind="lib" path="lib/geronimo-spec-j2ee-1.4-rc2.jar"/>
        <classpathentry kind="output" path="target/classes/prod"/>
   </classpath>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to