(no commit message)
[utils] / support / test / pom.xml
diff --git a/support/test/pom.xml b/support/test/pom.xml
deleted file mode 100644 (file)
index 2bd6302..0000000
+++ /dev/null
@@ -1,38 +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-utils</artifactId>
-    <version>0.2-SNAPSHOT</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.wamblee</groupId>
-  <artifactId>wamblee-support-test</artifactId>
-  <packaging>pom</packaging>
-  <name>/support/test</name>
-  <url>http://wamblee.org</url>
-
-  <modules>
-    <module>enterprise</module>
-    <module>hibernate</module>
-  </modules>
-
-  <profiles>
-    <profile>
-      <id>all</id>
-      <activation>
-        <property>
-          <name>!wamblee.release</name>
-        </property>
-      </activation>
-      <modules>
-        <module>eclipselink</module>
-        <module>toplink-essentials</module>
-      </modules>
-    </profile>
-  </profiles>
-
-</project>