| 
      
      
      From: jreichen <jre...@us...> - 2011-03-21 23:53:49
      
     | 
| Update of /cvsroot/sageplugins/sageutils
In directory vz-cvs-3.sog:/tmp/cvs-serv23684
Modified Files:
	build.xml 
Log Message:
Fix download URL
Index: build.xml
===================================================================
RCS file: /cvsroot/sageplugins/sageutils/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** build.xml	21 Mar 2011 23:50:10 -0000	1.5
--- build.xml	21 Mar 2011 23:53:47 -0000	1.6
***************
*** 10,14 ****
    </condition>
  
!   <property name="download.url.location" value="http://downloads.sourceforge.net/project/sageplugins/sagexmlinfo/v${plugin.version}/plugin"/>
    <property name="download.url.params" value="?use_mirror="/>
  
--- 10,14 ----
    </condition>
  
!   <property name="download.url.location" value="http://downloads.sourceforge.net/project/sageplugins/sageutls/${plugin.version}/plugin"/>
    <property name="download.url.params" value="?use_mirror="/>
  
 |