Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > f92b63f36e4de2dbb102800527a7f484 > files > 2

vdoclet-0.2-0.20030717.1jpp.src.rpm

*** build.xml.orig	2004-03-27 11:59:30.000000000 -0500
--- build.xml	2004-03-27 12:00:05.000000000 -0500
***************
*** 33,40 ****
--- 33,42 ----
              depends="velocity/check"
              unless="velocity.available">
          <mkdir dir="lib/downloads" />
+ <!--
          <get src="http://www.ibiblio.com/maven/velocity/jars/${velocity.jar}"
               dest="lib/downloads/${velocity.jar}" />
+ -->
      </target>
      
      <target name="velocity" depends="velocity/download">
***************
*** 54,61 ****
--- 56,65 ----
              depends="qdox/check"
              unless="qdox.available">
          <mkdir dir="lib/downloads" />
+ <!--
          <get src="http://www.ibiblio.com/maven/qdox/jars/${qdox.jar}"
               dest="lib/downloads/${qdox.jar}" />
+ -->
      </target>
      
      <target name="qdox" depends="qdox/download">