You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2002/02/04 12:30:31 UTC

cvs commit: jakarta-turbine-2 build.xml default.properties

mpoeschl    02/02/04 03:30:31

  Modified:    .        build.xml default.properties
  Log:
  use xerces 2.0.0
  add torque to the libs (the decoupled torque will be used soon)
  
  Revision  Changes    Path
  1.5       +2 -0      jakarta-turbine-2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	1 Feb 2002 03:19:59 -0000	1.4
  +++ build.xml	4 Feb 2002 11:30:31 -0000	1.5
  @@ -25,10 +25,12 @@
           <pathelement location="${javamail.jar}"/>
           <pathelement location="${oro.jar}"/>
           <pathelement location="${servlet.jar}"/>
  +        <pathelement location="${torque.jar}"/>
           <pathelement location="${velocity.jar}"/>
           <pathelement location="${village.jar}"/>
           <pathelement location="${xalan.jar}"/>
           <pathelement location="${xerces.jar}"/>
  +        <pathelement location="${xmlParserAPIs.jar}"/>
           <pathelement location="${xmlrpc.jar}"/>
           <pathelement location="${castor.jar}"/>
           <pathelement location="${freemarker.jar}"/>
  
  
  
  1.3       +3 -1      jakarta-turbine-2/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/default.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- default.properties	1 Feb 2002 03:19:59 -0000	1.2
  +++ default.properties	4 Feb 2002 11:30:31 -0000	1.3
  @@ -50,10 +50,12 @@
   javamail.jar = ${lib.repo}/mail-1.2.jar
   oro.jar = ${lib.repo}/oro.jar
   servlet.jar = ${lib.repo}/servlet-2.2.jar
  +torque.jar = ${lib.repo}/torque-3.0-dev.jar
   velocity.jar = ${lib.repo}/velocity-1.3-dev.jar
   village.jar = ${lib.repo}/village-1.5.3-dev.jar
   xalan.jar = ${lib.repo}/xalan-2.1.0.jar
  -xerces.jar = ${lib.repo}/xerces-1.4.4.jar
  +xerces.jar = ${lib.repo}/xercesImpl-2.0.0.jar
  +xmlParserAPIs.jar = ${lib.repo}/xmlParserAPIs-2.0.0.jar
   xmlrpc.jar = ${lib.repo}/xmlrpc-helma.jar
   
   castor.jar = ${lib.repo}/castor.jar
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>