From 911b514cd475611ece1218f2ee8328e98476ca32 Mon Sep 17 00:00:00 2001 From: "nosslived@gmail.com" Date: Fri, 13 Jan 2012 11:34:53 +0000 Subject: [PATCH] Added build.xml to filtered resource directory to create the file with the same version/project name settings that are in the maven pom.xml Note: the generated file is target/classes/build.xml --- pom.xml | 6 ++++++ src/main/resources/build.xml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/main/resources/build.xml diff --git a/pom.xml b/pom.xml index 41aa395..b335775 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,12 @@ + + + src/main/resources + true + + org.apache.felix diff --git a/src/main/resources/build.xml b/src/main/resources/build.xml new file mode 100644 index 0000000..fca5812 --- /dev/null +++ b/src/main/resources/build.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +