From 1096bbd4d901476ad8f394afb334e21f38bf3a73 Mon Sep 17 00:00:00 2001 From: hanna Date: Wed, 18 Mar 2009 19:13:19 +0000 Subject: [PATCH] Moved build.xml, ivy.xml and settings to root of Sting repository. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@88 348d0f76-0448-11de-a6fe-93d51630548a --- playground/java/build.xml => build.xml | 66 ++++++++++++++---- playground/java/ivy.xml => ivy.xml | 0 .../ivysettings.properties | 0 .../settings => settings}/ivysettings.xml | 0 .../edu.mit.broad/picard-200903161458.jar | Bin .../edu.mit.broad/picard-200903161458.xml | 0 .../repository/net.sf/functionalj-1.0.jar | Bin .../repository/net.sf/functionalj-1.0.xml | 0 .../repository/net.sf/sam-1.0.jar | Bin .../repository/net.sf/sam-1.0.xml | 0 10 files changed, 52 insertions(+), 14 deletions(-) rename playground/java/build.xml => build.xml (58%) rename playground/java/ivy.xml => ivy.xml (100%) rename {playground/java/settings => settings}/ivysettings.properties (100%) rename {playground/java/settings => settings}/ivysettings.xml (100%) rename {playground/java/settings => settings}/repository/edu.mit.broad/picard-200903161458.jar (100%) rename {playground/java/settings => settings}/repository/edu.mit.broad/picard-200903161458.xml (100%) rename {playground/java/settings => settings}/repository/net.sf/functionalj-1.0.jar (100%) rename {playground/java/settings => settings}/repository/net.sf/functionalj-1.0.xml (100%) rename {playground/java/settings => settings}/repository/net.sf/sam-1.0.jar (100%) rename {playground/java/settings => settings}/repository/net.sf/sam-1.0.xml (100%) diff --git a/playground/java/build.xml b/build.xml similarity index 58% rename from playground/java/build.xml rename to build.xml index d5eacf0d9..7f2db4473 100644 --- a/playground/java/build.xml +++ b/build.xml @@ -1,9 +1,12 @@ - + Compile and distribute the Sting genome analysis toolkit - - + + + + + @@ -40,13 +43,16 @@ - + + - + @@ -54,20 +60,51 @@ description="generate the distribution" > - - - + + + - + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -77,7 +114,8 @@ - + + diff --git a/playground/java/ivy.xml b/ivy.xml similarity index 100% rename from playground/java/ivy.xml rename to ivy.xml diff --git a/playground/java/settings/ivysettings.properties b/settings/ivysettings.properties similarity index 100% rename from playground/java/settings/ivysettings.properties rename to settings/ivysettings.properties diff --git a/playground/java/settings/ivysettings.xml b/settings/ivysettings.xml similarity index 100% rename from playground/java/settings/ivysettings.xml rename to settings/ivysettings.xml diff --git a/playground/java/settings/repository/edu.mit.broad/picard-200903161458.jar b/settings/repository/edu.mit.broad/picard-200903161458.jar similarity index 100% rename from playground/java/settings/repository/edu.mit.broad/picard-200903161458.jar rename to settings/repository/edu.mit.broad/picard-200903161458.jar diff --git a/playground/java/settings/repository/edu.mit.broad/picard-200903161458.xml b/settings/repository/edu.mit.broad/picard-200903161458.xml similarity index 100% rename from playground/java/settings/repository/edu.mit.broad/picard-200903161458.xml rename to settings/repository/edu.mit.broad/picard-200903161458.xml diff --git a/playground/java/settings/repository/net.sf/functionalj-1.0.jar b/settings/repository/net.sf/functionalj-1.0.jar similarity index 100% rename from playground/java/settings/repository/net.sf/functionalj-1.0.jar rename to settings/repository/net.sf/functionalj-1.0.jar diff --git a/playground/java/settings/repository/net.sf/functionalj-1.0.xml b/settings/repository/net.sf/functionalj-1.0.xml similarity index 100% rename from playground/java/settings/repository/net.sf/functionalj-1.0.xml rename to settings/repository/net.sf/functionalj-1.0.xml diff --git a/playground/java/settings/repository/net.sf/sam-1.0.jar b/settings/repository/net.sf/sam-1.0.jar similarity index 100% rename from playground/java/settings/repository/net.sf/sam-1.0.jar rename to settings/repository/net.sf/sam-1.0.jar diff --git a/playground/java/settings/repository/net.sf/sam-1.0.xml b/settings/repository/net.sf/sam-1.0.xml similarity index 100% rename from playground/java/settings/repository/net.sf/sam-1.0.xml rename to settings/repository/net.sf/sam-1.0.xml