Bug 541741: [Releng] Add target-platform-configuration to repo pom

Change-Id: Ia68bb0cde92c599cafce69e4fc1427867e5ae511
diff --git a/pom.xml b/pom.xml
index 86f9b85..c642713 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,21 @@
 	<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.0.0-SNAPSHOT</version>
+						</artifact>
+					</target>
+				</configuration>
+			</plugin>
+			
+			<plugin>
 				<groupId>org.eclipse.tycho.extras</groupId>
 				<artifactId>tycho-source-feature-plugin</artifactId>
 				<configuration>