Bug 560321: [Releng] Change parent pom to eclipse.ide-parent
diff --git a/pom.xml b/pom.xml
index 636144e..4393cac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,9 @@
 	
 	<parent>
 		<groupId>org.eclipse.statet-releng</groupId>
-		<artifactId>parent</artifactId>
+		<artifactId>eclipse.ide-parent</artifactId>
 		<version>4.1.0-SNAPSHOT</version>
-		<relativePath>../org.eclipse.statet/releng/</relativePath>
+		<relativePath>../org.eclipse.statet/releng/eclipse.ide/</relativePath>
 	</parent>
 	
 	<artifactId>org.eclipse.statet-eutils</artifactId>
@@ -35,25 +35,6 @@
 		<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git</tycho.scmUrl>
 	</properties>
 	
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.eclipse.tycho</groupId>
-				<artifactId>target-platform-configuration</artifactId>
-				<configuration>
-					<resolver>p2</resolver>
-					<target>
-						<artifact>
-							<groupId>org.eclipse.statet-releng</groupId>
-							<artifactId>target-eclipse.ide</artifactId>
-							<version>4.1.0-SNAPSHOT</version>
-						</artifact>
-					</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-	
 	<modules>
 		<module>autonature</module>
 		<module>autorun</module>