From 1b7b48c7ec2b6694cd1f06b9838a0b8cfd0b9910 Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Thu, 23 Jun 2011 14:11:27 +0000 Subject: [PATCH] build script updated git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4326 e3abac25-378b-4346-85de-24260fe3988d --- DEPENDENCY | 12 ++++- build.xml | 168 +++++++++++++++++++++++------------------------------------- 2 files changed, 76 insertions(+), 104 deletions(-) diff --git a/DEPENDENCY b/DEPENDENCY index b22fbef..cddf8b6 100644 --- a/DEPENDENCY +++ b/DEPENDENCY @@ -1,4 +1,14 @@ Compile time Dependencies of this project are: compbio-annotations-1.0.jar -compbio-util-1.0.jar +compbio-util-1.4.jar + +source.jar (includes compbio-annotations and compbio-util) depends on + +Apache log 4j +DRMAA library +Servlet 2.5 + +datamodel source depends on + +Apache log 4j \ No newline at end of file diff --git a/build.xml b/build.xml index d30dc9f..4e9dd87 100644 --- a/build.xml +++ b/build.xml @@ -8,12 +8,24 @@ - - - + + + + + + + + + + + + + + + - - + + @@ -57,6 +69,7 @@ + + - + - - - + + + @@ -356,9 +372,8 @@ - - + @@ -379,7 +394,7 @@ - + @@ -394,7 +409,7 @@ - + @@ -410,7 +425,7 @@ + depends="full-jaba-jar, pack-windows-binaries, clearStatDB"> Preparing war file without JAXWS @@ -429,7 +444,7 @@ - + @@ -461,7 +476,9 @@ + depends="full-jaba-client, minimal-jaba-client-jar, jaba-no-jaxws-no-binaries, + jaba-no-binaries, jaba-complete, jaba-complete-windows, + datamodel-jar, datamodel-source-jar, source-jar"/> @@ -630,60 +647,5 @@ - - - \ No newline at end of file -- 1.7.10.2