(no commit message)
[utils] / mythtv / war / pom.xml
diff --git a/mythtv/war/pom.xml b/mythtv/war/pom.xml
deleted file mode 100644 (file)
index a602a78..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <parent>
-    <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-mythtv</artifactId>
-    <version>0.2-SNAPSHOT</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.wamblee</groupId>
-  <artifactId>wamblee-mythtv-war</artifactId>
-  <packaging>war</packaging>
-  <name>/mythtv/war</name>
-  <url>http://wamblee.org</url>
-  
-  <dependencies>
-    <dependency>
-        <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-mythtv-monitor</artifactId>
-        <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>javax</groupId>
-      <artifactId>javaee-api</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-       <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-war-plugin</artifactId>
-          <configuration>
-               <webXml>${basedir}/src/webapp/WEB-INF/web.xml</webXml>
-               <warName>wamblee-mythtv</warName>
-               <warSourceDirectory>src/webapp</warSourceDirectory>
-                <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
-                <archive>
-                  <manifest>
-                    <addClasspath>true</addClasspath>
-                    <classpathPrefix>lib</classpathPrefix>
-                  </manifest>
-                </archive>
-          </configuration>
-       </plugin>
-    </plugins>
-  </build>
-
-</project>