Skip to content

Commit

Permalink
Use nnordborg/htsjdk/lorry branch instead of samtools/htsjdk/master so
Browse files Browse the repository at this point in the history
that we can include or own changes.
  • Loading branch information
nnordborg committed May 28, 2014
1 parent 1856fe2 commit f0d0a52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Expand Up @@ -37,7 +37,8 @@
<property name="reports" value="dist/test"/>
<property name="test.output" value="dist/test"/>
<property name="htsjdk_lib_dir" value="${dist}/htsjdk_lib_dir"/>
<property name="htsjdk_git_url" value="https://github.com/samtools/htsjdk.git" />
<property name="htsjdk_git_url" value="https://github.com/nnordborg/htsjdk.git" />
<property name="htsjdk_git_branch" value="lorry" />

<property name="javac.target" value="1.6"/>
<property name="javac.debug" value="true"/>
Expand Down Expand Up @@ -120,6 +121,8 @@
<target name="clone-htsjdk" description="Clone HTS-JDK sources from Sourceforge">
<exec executable="git" failonerror="true">
<arg value="clone"/>
<arg value="-b" />
<arg value="${htsjdk_git_branch}" />
<arg value="${htsjdk_git_url}"/>
<arg value="${htsjdk}"/>
</exec>
Expand Down

0 comments on commit f0d0a52

Please sign in to comment.