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 2001/12/17 17:32:41 UTC

cvs commit: jakarta-turbine-fulcrum build.xml

mpoeschl    01/12/17 08:32:41

  Modified:    .        build.xml
  Log:
  fix docs task
  
  Revision  Changes    Path
  1.37      +3 -1      jakarta-turbine-fulcrum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml	2001/12/17 15:52:15	1.36
  +++ build.xml	2001/12/17 16:32:41	1.37
  @@ -437,7 +437,9 @@
         property="jdom.present"
         classname="org.jdom.JDOMException">
         <classpath>
  -        <pathelement location="${jakarta.site2}/lib/${jdom.jar}"/>
  +         <fileset dir="${jakarta.site2}/lib">
  +           <include name="*.jar"/>
  +         </fileset>
         </classpath>
       </available>
     </target>
  
  
  

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