Index: trunk/autoquest-plugin-alignment/pom.xml
===================================================================
--- trunk/autoquest-plugin-alignment/pom.xml	(revision 1311)
+++ 	(revision )
@@ -1,65 +1,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/xsd/maven-4.0.0.xsd"
->
-    <parent>
-        <groupId>de.ugoe.cs.autoquest</groupId>
-        <artifactId>autoquest</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>autoquest-plugin-alignment</artifactId>
-    <name>autoquest-plugin-alignment</name>
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-        </license>
-    </licenses>
-    <scm>
-        <url>${autoquest-scm-trunk-dir}/autoquest-plugin-alignment</url>
-    </scm>
-    <dependencies>
-        <dependency>
-            <groupId>de.ugoe.cs</groupId>
-            <artifactId>java-utils</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>de.ugoe.cs.autoquest</groupId>
-            <artifactId>autoquest-plugin-core</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>de.ugoe.cs.autoquest</groupId>
-            <artifactId>autoquest-core-events</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>de.ugoe.cs.autoquest</groupId>
-            <artifactId>autoquest-core-usageprofiles</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>de.ugoe.cs.autoquest</groupId>
-            <artifactId>autoquest-misc</artifactId>
-            <version>${project.parent.version}</version>
-        </dependency>
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            <addClasspath>true</addClasspath>
-                        </manifest>
-                    </archive>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-</project>
