From 8cfd6868e1d8c5eb4816682f32d137b551dcab05 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Tue, 14 Feb 2012 18:27:09 +0100 Subject: [PATCH 1/2] Build plain jar files instead of OSGi bundles In order to avoid dependending on BND. --- ant/build-jars.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ build.xml | 2 +- 2 files changed, 65 insertions(+), 1 deletions(-) create mode 100644 ant/build-jars.xml diff --git a/ant/build-jars.xml b/ant/build-jars.xml new file mode 100644 index 0000000..1267948 --- /dev/null +++ b/ant/build-jars.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build.xml b/build.xml index 4f1432d..4613994 100644 --- a/build.xml +++ b/build.xml @@ -74,7 +74,7 @@ - + -- 1.7.9