From 7aedf73f1d2fc318be70265b21c383c4baf087df Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Wed, 25 Nov 2009 14:10:57 +0000 Subject: [PATCH] dsu: revert: include tracking system in the standard 'dist' build SVN: 13538 --- deep_sequencing_unit/build/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep_sequencing_unit/build/build.xml b/deep_sequencing_unit/build/build.xml index b03bdd37ab4..c130994257c 100644 --- a/deep_sequencing_unit/build/build.xml +++ b/deep_sequencing_unit/build/build.xml @@ -69,7 +69,7 @@ <!-- // Task for creating distributions --> - <target name="dist" depends="datastore_server.make-dist, tracking-dist" /> + <target name="dist" depends="datastore_server.make-dist" /> <!-- // Task for continuous integration server. -- GitLab