2014-04-09 13:40:35 +00:00
|
|
|
--- eclipse.platform.releng/features/org.eclipse.sdk/feature.xml.orig 2014-04-08 15:47:19.927087084 +0100
|
|
|
|
+++ eclipse.platform.releng/features/org.eclipse.sdk/feature.xml 2014-04-08 15:48:00.045367311 +0100
|
|
|
|
@@ -19,7 +19,7 @@
|
2014-04-01 15:28:05 +00:00
|
|
|
%license
|
|
|
|
</license>
|
|
|
|
|
|
|
|
- <requires>
|
|
|
|
+ <!--requires>
|
|
|
|
<import feature="org.eclipse.emf.common.source" version="2.7.0" match="compatible"/>
|
|
|
|
<import feature="org.eclipse.emf.ecore.source" version="2.7.0" match="compatible"/>
|
2014-04-09 13:40:35 +00:00
|
|
|
|
|
|
|
@@ -29,7 +29,7 @@
|
|
|
|
<import feature="org.eclipse.ecf.filetransfer.httpclient4.source.feature" version="3.8.0" match="compatible"/>
|
|
|
|
<import feature="org.eclipse.ecf.filetransfer.httpclient4.ssl.source.feature" version="1.0.0" match="compatible"/>
|
|
|
|
<import feature="org.eclipse.ecf.filetransfer.ssl.source.feature" version="1.0.0" match="compatible"/>
|
2014-04-01 15:28:05 +00:00
|
|
|
- </requires>
|
|
|
|
+ </requires-->
|
2014-04-09 13:40:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2015-03-31 17:03:03 +00:00
|
|
|
--- eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml.orig 2015-03-31 10:28:54.530277349 +0100
|
|
|
|
+++ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml 2015-03-31 10:29:46.232519773 +0100
|
|
|
|
@@ -4,18 +4,12 @@
|
2014-04-24 09:59:05 +00:00
|
|
|
id="org.eclipse.sdk.tests"
|
|
|
|
version="0.0.0" />
|
|
|
|
<feature
|
|
|
|
- id="org.eclipse.equinox.p2.sdk"
|
|
|
|
- version="0.0.0" />
|
|
|
|
- <feature
|
|
|
|
id="org.eclipse.equinox.p2.discovery.feature"
|
|
|
|
version="0.0.0" />
|
|
|
|
<feature
|
|
|
|
id="org.eclipse.core.runtime.feature"
|
|
|
|
version="0.0.0" />
|
|
|
|
<feature
|
|
|
|
- id="org.eclipse.equinox.sdk"
|
|
|
|
- version="0.0.0" />
|
|
|
|
- <feature
|
|
|
|
id="org.eclipse.sdk.examples.source"
|
|
|
|
version="0.0.0" />
|
|
|
|
<feature
|
2015-03-31 17:03:03 +00:00
|
|
|
@@ -25,9 +19,6 @@
|
|
|
|
id="org.eclipse.swt.tools.feature"
|
|
|
|
version="0.0.0" />
|
|
|
|
<feature
|
|
|
|
- id="org.eclipse.rcp.configuration"
|
2014-04-24 09:59:05 +00:00
|
|
|
- version="0.0.0" />
|
|
|
|
- <feature
|
2015-03-31 17:03:03 +00:00
|
|
|
id="org.eclipse.equinox.executable"
|
2014-04-24 09:59:05 +00:00
|
|
|
version="0.0.0" />
|
|
|
|
<feature
|
2015-05-05 17:05:27 +00:00
|
|
|
--- eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml.orig 2015-05-05 11:43:27.284457130 +0100
|
|
|
|
+++ eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml 2015-05-05 11:47:54.058051862 +0100
|
|
|
|
@@ -118,30 +118,10 @@
|
|
|
|
<!-- source repositories to mirror from -->
|
2014-05-27 05:37:15 +00:00
|
|
|
|
|
|
|
<repository>
|
2014-04-24 09:59:05 +00:00
|
|
|
- <url>${project.baseUri}/../rcp/target/repository</url>
|
|
|
|
- <layout>p2</layout>
|
2014-05-27 05:37:15 +00:00
|
|
|
- <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
|
2014-04-24 09:59:05 +00:00
|
|
|
- </repository>
|
|
|
|
- <repository>
|
|
|
|
- <url>${project.baseUri}/../rcp.sdk/target/repository</url>
|
|
|
|
- <layout>p2</layout>
|
2014-05-27 05:37:15 +00:00
|
|
|
- <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
|
2014-04-24 09:59:05 +00:00
|
|
|
- </repository>
|
2014-05-27 05:37:15 +00:00
|
|
|
- <repository>
|
2014-04-24 09:59:05 +00:00
|
|
|
<url>${project.baseUri}/../platform/target/repository</url>
|
|
|
|
<layout>p2</layout>
|
2014-05-27 05:37:15 +00:00
|
|
|
<!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
|
2014-04-24 09:59:05 +00:00
|
|
|
</repository>
|
2014-05-27 05:37:15 +00:00
|
|
|
- <repository>
|
2014-04-24 09:59:05 +00:00
|
|
|
- <url>${project.baseUri}/../platform.sdk/target/repository</url>
|
|
|
|
- <layout>p2</layout>
|
2014-05-27 05:37:15 +00:00
|
|
|
- <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
|
2014-04-24 09:59:05 +00:00
|
|
|
- </repository>
|
|
|
|
- <repository>
|
|
|
|
- <url>${project.baseUri}/../sdk/target/repository</url>
|
|
|
|
- <layout>p2</layout>
|
2014-05-27 05:37:15 +00:00
|
|
|
- <!-- supported layouts are "p2-metadata", "p2-artifacts", and "p2" (for joint repositories; default) -->
|
2014-04-24 09:59:05 +00:00
|
|
|
- </repository>
|
2014-05-27 05:37:15 +00:00
|
|
|
<repository>
|
2014-04-24 09:59:05 +00:00
|
|
|
<url>${project.baseUri}/../eclipse-junit-tests/target/repository</url>
|
|
|
|
<layout>p2</layout>
|