Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'test-bundles/war-with-tld/build.xml')
-rw-r--r--test-bundles/war-with-tld/build.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-bundles/war-with-tld/build.xml b/test-bundles/war-with-tld/build.xml
new file mode 100644
index 0000000..3b745a6
--- /dev/null
+++ b/test-bundles/war-with-tld/build.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="war-with-tld">
+
+ <property file="${basedir}/../build.properties"/>
+ <property file="${basedir}/../../build.versions"/>
+ <property name="war.output.dir" value="${basedir}/../../org.eclipse.gemini.web.test/src/test/resources"/>
+ <import file="${basedir}/../../virgo-build/war/default.xml"/>
+
+</project>

Back to the top