(no commit message)
[utils] / mythtv / pom.xml
index ce6233f842f8566c1c50fb7a95ac1c50b8abd6de..2dcb439347bcd188fe4f2fd20dcd449e09221090 100644 (file)
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-mythtv</artifactId>
-  <packaging>war</packaging>
-  <name>wamblee.org mythtv directory monitor</name>
+  <packaging>pom</packaging>
+  <name>/mythtv</name>
   <url>http://wamblee.org</url>
   
+  <modules>
+    <module>monitor</module>
+    <module>war</module>
+    <module>timer</module>
+    <module>ear</module>
+  </modules>
+  
   <dependencies>
-    <dependency>
-        <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-support</artifactId>
-    </dependency>
-       <dependency>
-         <groupId>quartz</groupId>
-         <artifactId>quartz</artifactId>
-       </dependency>
-       <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-       </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <build>