Bug 560321: [Releng] Change parent pom to eclipse.ide-parent
diff --git a/pom.xml b/pom.xml
index f60cf31..e49791b 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-r</artifactId>
@@ -38,21 +38,6 @@
 	<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>
-			
-			<plugin>
 				<groupId>org.eclipse.tycho.extras</groupId>
 				<artifactId>tycho-source-feature-plugin</artifactId>
 				<configuration>