c35a6c7
--- eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/MinimalTargetDefinitionPersistenceTests.java.orig	2016-04-19 20:07:36.947017206 +0100
c35a6c7
+++ eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/MinimalTargetDefinitionPersistenceTests.java	2016-04-19 20:09:59.166077383 +0100
c35a6c7
@@ -77,7 +77,7 @@
bff49ec
 	 */
bff49ec
 	protected IPath getJdtFeatureLocation() {
bff49ec
 		IPath path = new Path(TargetPlatform.getDefaultLocation());
bff49ec
-		path = path.append("features");
c35a6c7
+		path = path.append("droplets").append("eclipse-jdt").append("eclipse").append("features");
bff49ec
 		File dir = path.toFile();
bff49ec
 		assertTrue("Missing features directory", dir.exists() && !dir.isFile());
bff49ec
 		String[] files = dir.list();
c35a6c7
@@ -613,4 +613,4 @@
bff49ec
 		assertTrue(iubc.getIncludeSource());
bff49ec
 	}
bff49ec
 
bff49ec
-}
bff49ec
\ No newline at end of file
bff49ec
+}
bff49ec
diff --git rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java
bff49ec
index f1f38f0..f9111e6 100644
bff49ec
--- rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java
bff49ec
+++ rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/reconciler/dropins/AbstractReconcilerTest.java
a4e756e
@@ -214,7 +214,7 @@
a4e756e
 					if (parent != null) {
a4e756e
 						File[] children = parent.listFiles((FileFilter) pathname -> {
a4e756e
 							String name = pathname.getName();
a4e756e
-							return name.startsWith("eclipse-platform-");
a4e756e
+							return name.startsWith("eclipse-SDK-");
bff49ec
 						});
bff49ec
 						if (children != null && children.length == 1)
a4e756e
 							file = children[0];
8fcf627
diff --git eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/build.properties eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/build.properties
8fcf627
index 376daa6..1742a8d 100644
8fcf627
--- eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/build.properties
8fcf627
+++ eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/build.properties
8fcf627
@@ -14,6 +14,7 @@ bin.includes = .,\
8fcf627
                resources/,\
8fcf627
                lib/
8fcf627
 src.includes = about.html
8fcf627
-jars.compile.order = .
8fcf627
+jars.compile.order = .,\
8fcf627
+                     lib/annotations.jar
8fcf627
 source.. = src/
8fcf627
-output.. = bin/
8fcf627
+source.lib/annotations.jar = src/
8fcf627
diff --git eclipse.jdt.core/org.eclipse.jdt.apt.tests/build.properties eclipse.jdt.core/org.eclipse.jdt.apt.tests/build.properties
8fcf627
index f34ae40..0f9877d 100644
8fcf627
--- eclipse.jdt.core/org.eclipse.jdt.apt.tests/build.properties
8fcf627
+++ eclipse.jdt.core/org.eclipse.jdt.apt.tests/build.properties
8fcf627
@@ -21,4 +21,6 @@ bin.includes = plugin.xml,\
8fcf627
                plugin.properties
8fcf627
 src.includes = about.html
8fcf627
 src.excludes = src-resources/
8fcf627
-jars.compile.order = aptext.jar,apt.jar,.
8fcf627
+jars.compile.order = aptext.jar,apt.jar,.,\
8fcf627
+                     resources/question.jar
8fcf627
+source.resources/question.jar = src-resources/
8fcf627
diff --git eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/build.properties eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/build.properties
8fcf627
index bc8963d..fbe4da3 100644
8fcf627
--- eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/build.properties
8fcf627
+++ eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/build.properties
a4e756e
@@ -25,3 +25,6 @@
8fcf627
 src.includes = about.html
8fcf627
 compilerArg=-proc:none
6ea29d2
 jars.extra.classpath = java10/java10api.jar
8fcf627
+source.lib/apttestprocessors.jar = processors/
8fcf627
+jars.compile.order = lib/apttestprocessors.jar,\
8fcf627
+                     .
467bdc5
--- eclipse.platform/ant/org.eclipse.ant.tests.ui/build.properties.orig	2016-03-24 14:25:47.076289150 +0000
467bdc5
+++ eclipse.platform/ant/org.eclipse.ant.tests.ui/build.properties	2016-03-24 14:26:39.528660802 +0000
467bdc5
@@ -25,6 +25,8 @@
467bdc5
                         Ant Tests/
467bdc5
 						
467bdc5
 source.lib/antUITestsSupport.jar = test support/
467bdc5
-jars.compile.order=anttestsui.jar,lib/antUITestsSupport.jar
467bdc5
+source.testbuildfiles/antUITestsSupport.jar = test support/
467bdc5
+jars.compile.order=anttestsui.jar,lib/antUITestsSupport.jar,testbuildfiles/antUITestsSupport.jar
467bdc5
 output.lib/antUITestsSupport.jar = test_support_bin/
467bdc5
+output.testbuildfiles/antUITestsSupport.jar = test_support_bin/
467bdc5
 output.anttestsui.jar = bin/
3cd2ce8
--- eclipse.jdt.ui/org.eclipse.jdt.ui.tests/build.properties.orig	2016-03-25 15:09:40.557786910 +0000
3cd2ce8
+++ eclipse.jdt.ui/org.eclipse.jdt.ui.tests/build.properties	2016-03-25 15:12:08.476059326 +0000
3cd2ce8
@@ -22,3 +22,5 @@
3cd2ce8
             leaks/,\
3cd2ce8
             performance/
3cd2ce8
 javacWarnings..=-raw,-unchecked
3cd2ce8
+source.testresources/nls.jar = nls/
3cd2ce8
+jars.compile.order = .,testresources/nls.jar
3cd2ce8
--- /dev/null	1970-01-01 01:00:00.000000000 +0100
3cd2ce8
+++ eclipse.jdt.ui/org.eclipse.jdt.ui.tests/nls/pkg/Client.java	2004-11-12 14:37:36.000000000 +0000
3cd2ce8
@@ -0,0 +1,25 @@
3cd2ce8
+/*******************************************************************************
3cd2ce8
+ * Copyright (c) 2000, 2004 IBM Corporation and others.
3cd2ce8
+ * All rights reserved. This program and the accompanying materials 
3cd2ce8
+ * are made available under the terms of the Common Public License v1.0
3cd2ce8
+ * which accompanies this distribution, and is available at
3cd2ce8
+ * http://www.eclipse.org/legal/cpl-v10.html
3cd2ce8
+ * 
3cd2ce8
+ * Contributors:
3cd2ce8
+ *     IBM Corporation - initial API and implementation
3cd2ce8
+ *******************************************************************************/
3cd2ce8
+package pkg;
3cd2ce8
+
3cd2ce8
+public class Client {
3cd2ce8
+	
3cd2ce8
+    public String s;
3cd2ce8
+	
3cd2ce8
+	{
3cd2ce8
+		s= Messages.getString("test");
3cd2ce8
+		s= Messages.getString("test_undefined");
3cd2ce8
+		s= Messages.getString("duplicate");
3cd2ce8
+		s= Messages.getString("test.long.key");
3cd2ce8
+		s= Messages.getString("SearchResultView.removed_resource");
3cd2ce8
+	}
3cd2ce8
+
3cd2ce8
+}
3cd2ce8
--- /dev/null	1970-01-01 01:00:00.000000000 +0100
3cd2ce8
+++ eclipse.jdt.ui/org.eclipse.jdt.ui.tests/nls/pkg/Messages.java	2004-11-12 14:37:28.000000000 +0000
3cd2ce8
@@ -0,0 +1,58 @@
3cd2ce8
+/*******************************************************************************
3cd2ce8
+ * Copyright (c) 2000, 2004 IBM Corporation and others.
3cd2ce8
+ * All rights reserved. This program and the accompanying materials 
3cd2ce8
+ * are made available under the terms of the Common Public License v1.0
3cd2ce8
+ * which accompanies this distribution, and is available at
3cd2ce8
+ * http://www.eclipse.org/legal/cpl-v10.html
3cd2ce8
+ * 
3cd2ce8
+ * Contributors:
3cd2ce8
+ *     IBM Corporation - initial API and implementation
3cd2ce8
+ *******************************************************************************/
3cd2ce8
+package pkg;
3cd2ce8
+
3cd2ce8
+import java.text.MessageFormat;
3cd2ce8
+import java.util.MissingResourceException;
3cd2ce8
+import java.util.ResourceBundle;
3cd2ce8
+
3cd2ce8
+public class Messages extends Object {
3cd2ce8
+    private static final String RESOURCE_BUNDLE = Messages.class.getName();
3cd2ce8
+    private static ResourceBundle fgResourceBundle = ResourceBundle.getBundle(RESOURCE_BUNDLE);
3cd2ce8
+
3cd2ce8
+    private Messages() {}
3cd2ce8
+
3cd2ce8
+    /**
3cd2ce8
+     * Gets a string from the resource bundle and formats it with the argument
3cd2ce8
+     *
3cd2ce8
+     * @param key   the string used to get the bundle value, must not be null
3cd2ce8
+     */
3cd2ce8
+    public static String getFormattedString(String key, Object arg) {
3cd2ce8
+        String format = null;
3cd2ce8
+
3cd2ce8
+        try {
3cd2ce8
+            format = fgResourceBundle.getString(key);
3cd2ce8
+        } catch (MissingResourceException e) {
3cd2ce8
+            return "!" + key + "!"; //$NON-NLS-2$ //$NON-NLS-1$
3cd2ce8
+        }
3cd2ce8
+
3cd2ce8
+        if (arg == null) {
3cd2ce8
+            arg = ""; //$NON-NLS-1$
3cd2ce8
+        }
3cd2ce8
+
3cd2ce8
+        return MessageFormat.format(format, new Object[] { arg });
3cd2ce8
+    }
3cd2ce8
+
3cd2ce8
+    /**
3cd2ce8
+     * Gets a string from the resource bundle and formats it with arguments
3cd2ce8
+     */
3cd2ce8
+    public static String getFormattedString(String key, String[] args) {
3cd2ce8
+        return MessageFormat.format(fgResourceBundle.getString(key), args);
3cd2ce8
+    }
3cd2ce8
+
3cd2ce8
+    public static String getString(String key) {
3cd2ce8
+        try {
3cd2ce8
+            return fgResourceBundle.getString(key);
3cd2ce8
+        } catch (MissingResourceException e) {
3cd2ce8
+            return "!" + key + "!"; //$NON-NLS-2$ //$NON-NLS-1$
3cd2ce8
+        }
3cd2ce8
+    }
3cd2ce8
+}
3cd2ce8
--- /dev/null	1970-01-01 01:00:00.000000000 +0100
3cd2ce8
+++ eclipse.jdt.ui/org.eclipse.jdt.ui.tests/nls/pkg/Messages.properties	2004-11-12 14:38:06.000000000 +0000
3cd2ce8
@@ -0,0 +1,15 @@
3cd2ce8
+###############################################################################
3cd2ce8
+# Copyright (c) 2000, 2004 IBM Corporation and others.
3cd2ce8
+# All rights reserved. This program and the accompanying materials 
3cd2ce8
+# are made available under the terms of the Common Public License v1.0
3cd2ce8
+# which accompanies this distribution, and is available at
3cd2ce8
+# http://www.eclipse.org/legal/cpl-v10.html
3cd2ce8
+# 
3cd2ce8
+# Contributors:
3cd2ce8
+#     IBM Corporation - initial API and implementation
3cd2ce8
+###############################################################################
3cd2ce8
+test= Hello World
3cd2ce8
+duplicate= Duplicate 1
3cd2ce8
+test.long.key= Hello World Long
3cd2ce8
+duplicate= Duplicate 2
3cd2ce8
+SearchResultView.removed_resource= <removed resource>
5826134
--- eclipse.platform/ant/org.eclipse.ant.tests.core/build.properties.orig	2017-03-03 14:20:53.868573338 +0000
5826134
+++ eclipse.platform/ant/org.eclipse.ant.tests.core/build.properties	2017-03-06 14:26:42.382365639 +0000
5826134
@@ -23,6 +23,8 @@
5826134
 source.anttestscore.jar = test plugin/,\
5826134
                           tests/
5826134
 source.lib/antTestsSupport.jar = test support/
5826134
-jars.compile.order=anttestscore.jar,lib/antTestsSupport.jar
5826134
+source.testlib/classpathOrdering1.jar = testlib_src/classpathOrdering1/
5826134
+source.testlib/classpathOrdering2.jar = testlib_src/classpathOrdering2/
5826134
+jars.compile.order=anttestscore.jar,lib/antTestsSupport.jar,testlib/classpathOrdering1.jar,testlib/classpathOrdering2.jar
5826134
 output.lib/antTestsSupport.jar = test_support_bin/
5826134
 output.anttestscore.jar = bin/
5826134
--- /dev/null	2017-02-12 18:27:14.283389371 +0000
5826134
+++ eclipse.platform/ant/org.eclipse.ant.tests.core/testlib_src/classpathOrdering1/ClasspathOrdering.java	2017-03-06 14:28:57.742879825 +0000
5826134
@@ -0,0 +1,10 @@
5826134
+import java.io.PrintStream;
5826134
+
5826134
+public class ClasspathOrdering
5826134
+{
5826134
+  public static void main(String[] args)
5826134
+  {
5826134
+    System.out.println("classpathOrdering1");
5826134
+  }
5826134
+}
5826134
+
5826134
--- /dev/null	2017-02-12 18:27:14.283389371 +0000
5826134
+++ eclipse.platform/ant/org.eclipse.ant.tests.core/testlib_src/classpathOrdering2/ClasspathOrdering.java	2017-03-06 14:29:45.759352762 +0000
5826134
@@ -0,0 +1,10 @@
5826134
+import java.io.PrintStream;
5826134
+
5826134
+public class ClasspathOrdering
5826134
+{
5826134
+  public static void main(String[] args)
5826134
+  {
5826134
+    System.out.println("classpathOrdering2");
5826134
+  }
5826134
+}
5826134
+
c736234
--- eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml.orig	2017-04-07 10:44:33.764607961 +0100
c736234
+++ eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml	2017-04-07 11:26:44.511961798 +0100
c736234
@@ -26,4 +26,24 @@
c736234
     <testClass>org.eclipse.jdt.core.tests.builder.BuilderTests</testClass>
c736234
     <testSuite>${project.artifactId}</testSuite>
c736234
   </properties>
c736234
+
c736234
+  <build>
c736234
+    <plugins>
c736234
+      <plugin>
c736234
+        <groupId>org.eclipse.tycho</groupId>
c736234
+        <artifactId>target-platform-configuration</artifactId>
c736234
+        <configuration>
c736234
+          <dependency-resolution>
c736234
+            <extraRequirements>
c736234
+              <requirement>
c736234
+                <type>eclipse-plugin</type>
c736234
+                <id>org.eclipse.jdt.annotation</id>
c736234
+                <versionRange>0.0.0</versionRange>
c736234
+              </requirement>
c736234
+            </extraRequirements>
c736234
+          </dependency-resolution>
c736234
+        </configuration>
c736234
+      </plugin>
c736234
+    </plugins>
c736234
+  </build>
c736234
 </project>
e12344b
--- eclipse.pde.build/org.eclipse.pde.build.tests/test.xml.orig	2017-04-28 11:49:47.046123546 +0100
e12344b
+++ eclipse.pde.build/org.eclipse.pde.build.tests/test.xml	2017-04-28 12:05:11.947521737 +0100
a4e756e
@@ -156,13 +156,6 @@
e12344b
         id="org.eclipse.jdt.source.feature.group"
e12344b
         version="" />
e12344b
       
e12344b
-        id="org.eclipse.rcp.configuration.feature.group"
e12344b
-        version="" />
e12344b
-
e12344b
-      
e12344b
-        id="org.eclipse.equinox.executable"
e12344b
-        version="" />
e12344b
-      
e12344b
         id="org.eclipse.e4.rcp.feature.group"
e12344b
         version="" />
e12344b