adding a stripped down Tribble library for the start of integration
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2851 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
79ab7affda
commit
8fd3351971
2
ivy.xml
2
ivy.xml
|
|
@ -15,7 +15,7 @@
|
|||
<dependency org="jboss" name="javassist" rev="3.7.ga" conf="default"/>
|
||||
<dependency org="org.simpleframework" name="simple-xml" rev="2.0.4" conf="default"/>
|
||||
<dependency org="org.apache.bcel" name="bcel" rev="5.2" conf="default"/>
|
||||
|
||||
<dependency org="org.broad" name="tribble" rev="latest.integration" conf="default"/>
|
||||
<!-- Dependencies for reflections mvn repository -->
|
||||
<dependency org="org.reflections" name="reflections" rev="0.9.2" conf="default"/>
|
||||
<dependency org="com.google.collections" name="google-collections" rev="0.9" conf="default"/>
|
||||
|
|
|
|||
|
|
@ -13,5 +13,6 @@
|
|||
<module organisation="net.sf" module="functionalj" resolver="projects" />
|
||||
<module organisation="net.sf" module="samtools" resolver="projects" />
|
||||
<module organisation="org.reflections" module="reflections" resolver="projects" />
|
||||
<module organisation="org.broad" module="tribble" resolver="projects" />
|
||||
</modules>
|
||||
</ivysettings>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org.broad" module="tribble" revision="61" status="integration" publication="20100216124200" />
|
||||
</ivy-module>
|
||||
Loading…
Reference in New Issue