bug 328462 - workaround for  328405
diff --git a/org.eclipse.e4.sdk/builder/customTargets.xml b/org.eclipse.e4.sdk/builder/customTargets.xml
index c24ad8b..8d7c7cf 100644
--- a/org.eclipse.e4.sdk/builder/customTargets.xml
+++ b/org.eclipse.e4.sdk/builder/customTargets.xml
@@ -80,13 +80,16 @@
 			<iu id="org.eclipse.rap.ui.forms" />
 		</p2.remove.iu>
 
-		<!--
+		<!-- work around bug 328405 -->
 		<p2.repo2runnable destination="${transformedRepoLocation}" failOnError="false">
 			<source>
-				<repository location="file:${targetDir}/helios-repo-${eclipseBuildId}" />
+				<repository location="http://download.eclipse.org/releases/indigo" />
 			</source>
+			<iu id="org.eclipse.emf.ecore.feature.group" version=""/>
+			<iu id="org.eclipse.emf.common" version="" />
 		</p2.repo2runnable>
-		-->
+		
+	
 	</target>
 
 	<!-- ===================================================================== -->