You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/20 05:16:19 UTC

cvs commit: jakarta-turbine-maven build-docs.xml default.properties

jvanzyl     02/02/19 20:16:19

  Modified:    .        build-docs.xml default.properties
  Log:
  - updating default.properties to include jars needed by dvsl
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-turbine-maven/build-docs.xml
  
  Index: build-docs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-docs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-docs.xml	20 Feb 2002 04:03:17 -0000	1.1
  +++ build-docs.xml	20 Feb 2002 04:16:19 -0000	1.2
  @@ -14,6 +14,8 @@
       <pathelement location="${dom4j.jar}"/>
       <pathelement location="${velocity.jar}"/>
       <pathelement location="${dvsl.jar}" />
  +    <pathelement location="${commons-collections.jar}" />
  +    <pathelement location="${log4j.jar}" />
     </path>
   
     <target
  @@ -114,4 +116,4 @@
         />
     </target>
   
  -</project>
  \ No newline at end of file
  +</project>
  
  
  
  1.2       +1 -0      jakarta-turbine-maven/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/default.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default.properties	19 Feb 2002 18:09:58 -0000	1.1
  +++ default.properties	20 Feb 2002 04:16:19 -0000	1.2
  @@ -39,6 +39,7 @@
   bcel.jar = ${lib.repo}/bcel.jar
   stratum.jar = ${lib.repo}/stratum-0.1-dev.jar
   velocity.jar = ${lib.repo}/velocity-1.3-dev.jar
  +dvsl.jar = ${lib.repo}/velocity-dvsl-0.40.jar
   log4j.jar = ${lib.repo}/log4j-1.1.3.jar
   
   dom4j.jar = ${lib.repo}/dom4j-1.1.jar
  
  
  

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