Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv7321

Modified Files:
        download.xml 
Log Message:
hmm


See also: http://cvs.mmbase.org/viewcvs/all


Index: download.xml
===================================================================
RCS file: /var/cvs/all/download.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- download.xml        20 Jun 2008 09:47:34 -0000      1.3
+++ download.xml        28 Jun 2008 20:29:24 -0000      1.4
@@ -7,7 +7,7 @@
     <unzip src="${download.zip}" dest="${download.dir}" overwrite="false" />
   </target>
 
-  <target name="init.get" depends="proxyflags">
+  <target name="download.init.get" depends="proxyflags">
 
     <available property="download.zip.present" file="${download.zip}" />
     <available property="download.dir.present" file="${download.dir}" />
@@ -43,7 +43,7 @@
     <available file="${expandedfile}" property="expanded"/>
   </target>
 
-  <target name="download" unless="exist" depends="setproxy,testexist,init.get">
+  <target name="download" unless="exist" 
depends="setproxy,testexist,download.init.get">
     <!-- Download the package -->
     <get src="${sourcefile}" dest="${destfile}" verbose="on" />
   </target>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to