From 10bf74e04546b77f2e526e82471608e78aacffd5 Mon Sep 17 00:00:00 2001 From: zab2 Date: Fri, 28 Jun 2013 18:48:39 +0000 Subject: [PATCH] add streaming lib tests to the top-level ant targets --- apps/ministreaming/java/build.xml | 18 +++++ apps/streaming/java/build.xml | 116 ++++++++++++++++++++++++++++-- build.xml | 10 +++ 3 files changed, 140 insertions(+), 4 deletions(-) diff --git a/apps/ministreaming/java/build.xml b/apps/ministreaming/java/build.xml index 451ecf0f4c..71dc5a4657 100644 --- a/apps/ministreaming/java/build.xml +++ b/apps/ministreaming/java/build.xml @@ -31,6 +31,23 @@ + + + + + + + + + + + + @@ -85,6 +102,7 @@ + diff --git a/apps/streaming/java/build.xml b/apps/streaming/java/build.xml index d145ce18e4..1820e7826c 100644 --- a/apps/streaming/java/build.xml +++ b/apps/streaming/java/build.xml @@ -33,17 +33,125 @@ - + + + + + + destdir="./build/obj" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -86,7 +194,7 @@ - + diff --git a/build.xml b/build.xml index 9c27cd37f2..dc48515fc0 100644 --- a/build.xml +++ b/build.xml @@ -1300,6 +1300,7 @@ + @@ -1308,6 +1309,7 @@ + @@ -1316,19 +1318,23 @@ + + + +