From: Sasha Sherstnev Date: Tue, 19 Nov 2013 15:28:58 +0000 (+0000) Subject: PROT-6 A first working, but not tested ant-based build system prepared X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=808275f7712732177ad1973ef3be7d0ec46ccd88;p=proteocache.git PROT-6 A first working, but not tested ant-based build system prepared --- diff --git a/.classpath b/.classpath index e01f61b..38a76ef 100644 --- a/.classpath +++ b/.classpath @@ -4,7 +4,6 @@ - @@ -17,13 +16,14 @@ + + + - - diff --git a/.gitignore b/.gitignore index 01f344e..26664ec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ /testsrc/testdata/*.written /testsrc/testdata/alirna.ps /WEB-INF/classes/ - +/distribution/ diff --git a/build.xml b/build.xml index 50bdbac..e381cfc 100644 --- a/build.xml +++ b/build.xml @@ -1,94 +1,52 @@ - - - - - - - + + - - - - - - + + + - - - - - - - - + + - - - - - - - - - - - + - - - + - - - - - - - - + - - - - - - + + - - - + + + + - - - - - + @@ -99,205 +57,44 @@ - - Cleaning Statistics database - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - + + + - - + + - - - - - - - - - Jar file: Minimal WS client jar - - - - - - - - - - - - - - - - - - - - - - - Jar file: Minimal WS client jar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Jar file: Full ProteoCache client jar - + + - - - - - - - - - - - - - - - - - - - Packing binaries, and configuration files - - - - - - - - - - - - - - - - + + - + @@ -310,49 +107,18 @@ - - - - - - - - - - - - - - - - - - - - - Jar file: Full WS client jar - - - - - - - - - - - - - - - - - - + + Build full jar + + + + + + - + @@ -360,71 +126,78 @@ - - Preparing a war file without binaries - - - + + Prepare ProteoCache war file + + - - - - - - - - - - - - - - - - + + + - - Packing data for internal web site - - - - - - - - - - Preparing a complete war file - - - - - - - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -505,21 +278,6 @@ - - - - - - - - - - - - - - - diff --git a/lib/servlet-api.jar b/lib/servlet-api.jar new file mode 100644 index 0000000..c6273b9 Binary files /dev/null and b/lib/servlet-api.jar differ