From 1a60785051e352e957cfc4bad8c7b6ab3d60006f Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 4 Feb 2008 21:17:12 +0000 Subject: [PATCH] --- mythtv/ear/pom.xml | 27 ++++++++++++++++++++++++ mythtv/pom.xml | 3 ++- mythtv/war/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 mythtv/ear/pom.xml create mode 100644 mythtv/war/pom.xml diff --git a/mythtv/ear/pom.xml b/mythtv/ear/pom.xml new file mode 100644 index 00000000..c7b7cc9b --- /dev/null +++ b/mythtv/ear/pom.xml @@ -0,0 +1,27 @@ + + + + org.wamblee + wamblee-mythtv + 0.2-SNAPSHOT + + + 4.0.0 + org.wamblee + wamblee-mythtv-ear + ear + wamblee.org mythtv directory monitor EAR + http://wamblee.org + + + + org.wamblee + wamblee-mythtv-war + ${project.version} + war + + + + diff --git a/mythtv/pom.xml b/mythtv/pom.xml index 49135f4f..40d40371 100644 --- a/mythtv/pom.xml +++ b/mythtv/pom.xml @@ -12,11 +12,12 @@ org.wamblee wamblee-mythtv pom - wamblee.org mythtv directory monitor WAR + wamblee.org mythtv directory monitor http://wamblee.org war + ear diff --git a/mythtv/war/pom.xml b/mythtv/war/pom.xml new file mode 100644 index 00000000..1891c3a9 --- /dev/null +++ b/mythtv/war/pom.xml @@ -0,0 +1,52 @@ + + + + org.wamblee + wamblee-mythtv + 0.2-SNAPSHOT + + + 4.0.0 + org.wamblee + wamblee-mythtv-war + war + wamblee.org mythtv directory monitor WAR + http://wamblee.org + + + + org.wamblee + wamblee-support + + + quartz + quartz + + + javax.servlet + servlet-api + + + log4j + log4j + provided + + + + + + + org.apache.maven.plugins + maven-war-plugin + + ${basedir}/src/webapp/WEB-INF/web.xml + wamblee-mythtv + src/webapp + + + + + + -- 2.31.1