From 3865d3e6b8365a28eed05261bc9946397b688e47 Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 4 Feb 2008 21:17:12 +0000 Subject: [PATCH] --- trunk/mythtv/ear/pom.xml | 27 +++++++++++++++++++++ trunk/mythtv/pom.xml | 3 ++- trunk/mythtv/war/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 trunk/mythtv/ear/pom.xml create mode 100644 trunk/mythtv/war/pom.xml diff --git a/trunk/mythtv/ear/pom.xml b/trunk/mythtv/ear/pom.xml new file mode 100644 index 00000000..c7b7cc9b --- /dev/null +++ b/trunk/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/trunk/mythtv/pom.xml b/trunk/mythtv/pom.xml index 49135f4f..40d40371 100644 --- a/trunk/mythtv/pom.xml +++ b/trunk/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/trunk/mythtv/war/pom.xml b/trunk/mythtv/war/pom.xml new file mode 100644 index 00000000..1891c3a9 --- /dev/null +++ b/trunk/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