jmcnally    02/01/13 17:16:48

  Modified:    .        Tag: JDBC2POOL_BRANCH build-test.xml
                        default.properties
  Log:
  jndi is required
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.21.2.1  +2 -0      jakarta-turbine-torque/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/build-test.xml,v
  retrieving revision 1.21
  retrieving revision 1.21.2.1
  diff -u -r1.21 -r1.21.2.1
  --- build-test.xml    18 Dec 2001 21:49:29 -0000      1.21
  +++ build-test.xml    14 Jan 2002 01:16:47 -0000      1.21.2.1
  @@ -254,6 +254,7 @@
     <path id="classpath">
       <pathelement location="${log4j.jar}"/>
       <pathelement location="${jdbc.jar}"/>
  +    <pathelement location="${jndi.jar}"/>
       <pathelement location="${commons-collections.jar}"/>
       <pathelement location="${commons-util.jar}"/>
       <pathelement location="${village.jar}"/>
  @@ -269,6 +270,7 @@
       <echo>
         ${log4j.jar}
         ${jdbc.jar}
  +      ${jndi.jar}
         ${commons-collections.jar}
         ${commons-util.jar}
         ${village.jar}
  
  
  
  1.14.2.1  +2 -0      jakarta-turbine-torque/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/default.properties,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- default.properties        24 Dec 2001 16:00:22 -0000      1.14
  +++ default.properties        14 Jan 2002 01:16:47 -0000      1.14.2.1
  @@ -53,4 +53,6 @@
   commons-collections.jar = ${lib.repo}/commons-collections.jar
   commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
   jdbc.jar = ${lib.repo}/jdbc2_0-stdext.jar
  +jndi.jar = ${lib.repo}/jndi-1.2.1.jar
   junit.jar = ${lib.repo}/junit-3.7.jar
  +
  
  
  

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

Reply via email to