Uncommenting download option in build.xml

This commit is contained in:
Intel Repocontact 2014-01-16 21:55:04 -08:00
parent f1c772ceea
commit d53e2fbe66
1 changed files with 13 additions and 13 deletions

View File

@ -272,16 +272,16 @@
<!-- Comment out the following lines to build the GATK without a network connection, assuming you have all of the libraries cached already --> <!-- Comment out the following lines to build the GATK without a network connection, assuming you have all of the libraries cached already -->
<!--<get src="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/${ivy.jar.file}"--> <get src="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/${ivy.jar.file}"
<!--dest="${ivy.jar.dir}/${ivy.jar.file}"--> dest="${ivy.jar.dir}/${ivy.jar.file}"
<!--usetimestamp="true"/>--> usetimestamp="true"/>
<taskdef resource="org/apache/ivy/ant/antlib.xml" <taskdef resource="org/apache/ivy/ant/antlib.xml"
uri="antlib:org.apache.ivy.ant" uri="antlib:org.apache.ivy.ant"
classpath="${ivy.jar.dir}/${ivy.jar.file}"/> classpath="${ivy.jar.dir}/${ivy.jar.file}"/>
<!--<get src="http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/${maven-ant-tasks.install.version}/${maven-ant-tasks.jar.file}"--> <get src="http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/${maven-ant-tasks.install.version}/${maven-ant-tasks.jar.file}"
<!--dest="${ivy.jar.dir}/${maven-ant-tasks.jar.file}"--> dest="${ivy.jar.dir}/${maven-ant-tasks.jar.file}"
<!--usetimestamp="true"/>--> usetimestamp="true"/>
<taskdef resource="org/apache/maven/artifact/ant/antlib.xml" <taskdef resource="org/apache/maven/artifact/ant/antlib.xml"
uri="antlib:antlib:org.apache.maven.artifact.ant" uri="antlib:antlib:org.apache.maven.artifact.ant"
classpath="${ivy.jar.dir}/${maven-ant-tasks.jar.file}"/> classpath="${ivy.jar.dir}/${maven-ant-tasks.jar.file}"/>