Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xreleng/org.eclipse.fx.releng/pom.xml6
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml28
2 files changed, 33 insertions, 1 deletions
diff --git a/releng/org.eclipse.fx.releng/pom.xml b/releng/org.eclipse.fx.releng/pom.xml
index 0f8de0249..7ff53e009 100755
--- a/releng/org.eclipse.fx.releng/pom.xml
+++ b/releng/org.eclipse.fx.releng/pom.xml
@@ -88,7 +88,11 @@
<repository>
<id>mars</id>
<layout>p2</layout>
- <!-- url>http://download.eclipse.org/releases/mars</url-->
+ <url>http://download.eclipse.org/releases/mars</url>
+ </repository>
+ <repository>
+ <id>ibuilds</id>
+ <layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.5-I-builds</url>
</repository>
<repository>
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
index de86a9653..c6c3e25a8 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -1122,6 +1122,34 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
unpack="false"/>
<plugin
+ id="org.eclipse.e4.emf.xpath"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.e4.emf.xpath.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.jxpath"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.jxpath.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.e4.core.di.extensions"
download-size="0"
install-size="0"

Back to the top