Bug 216675 Set repos at build time
diff --git a/platform/org.eclipse.platform/META-INF/p2.inf b/platform/org.eclipse.platform/META-INF/p2.inf
new file mode 100644
index 0000000..ea3a738
--- /dev/null
+++ b/platform/org.eclipse.platform/META-INF/p2.inf
@@ -0,0 +1,5 @@
+instructions.configure=\
+  addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/3.4);\
+  addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/3.4);\
+  addRepository(type:0,location:http${#58}//download.eclipse.org/releases/ganymede);\
+  addRepository(type:1,location:http${#58}//download.eclipse.org/releases/ganymede);
\ No newline at end of file