2010-08-13 01:45:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<package name="Queue">
|
2010-08-18 03:34:23 +08:00
|
|
|
<version file="StingText.properties" property="org.broadinstitute.sting.queue.version" />
|
2010-08-13 01:45:53 +08:00
|
|
|
<executable name="Queue">
|
|
|
|
|
<main-class name="org.broadinstitute.sting.queue.QCommandLine" />
|
|
|
|
|
<resource-bundle file="StingText.properties" />
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!-- Queue -->
|
|
|
|
|
<class name="org.broadinstitute.sting.queue.QCommandLine" />
|
|
|
|
|
<package name="org.broadinstitute.sting.queue.function" />
|
|
|
|
|
<package name="org.broadinstitute.sting.queue.function.*" />
|
|
|
|
|
<package name="org.broadinstitute.sting.queue.util" />
|
2010-08-13 23:54:08 +08:00
|
|
|
|
2010-08-14 07:52:24 +08:00
|
|
|
<!-- Queue Extensions -->
|
|
|
|
|
<package name="org.broadinstitute.sting.queue.extensions.*" />
|
2010-08-18 06:05:56 +08:00
|
|
|
|
|
|
|
|
<!-- Scala -->
|
|
|
|
|
<package name="scala.**" />
|
2010-08-13 01:45:53 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
2010-08-18 03:34:23 +08:00
|
|
|
<release>
|
|
|
|
|
<executable directory="/humgen/gsa-hpprojects/Queue/bin" symlink="current" />
|
|
|
|
|
<archive directory="/web/ftp/pub/gsa/Queue" symlink="Queue-latest.tar.bz2" />
|
|
|
|
|
</release>
|
2010-08-13 01:45:53 +08:00
|
|
|
</package>
|