Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2014-07-09 16:23:01 +0000
committerSzymon Ptaszkiewicz2014-07-09 16:23:01 +0000
commit466ba5c95611abf0f7bd1321605596a8e346d851 (patch)
treef01311e9e510ceb3164a584f9b755c4a04a4dcb0
parent8935300cd7a3e26b3941919630cc1dab5e95efed (diff)
downloadeclipse.platform.releng-466ba5c95611abf0f7bd1321605596a8e346d851.tar.gz
eclipse.platform.releng-466ba5c95611abf0f7bd1321605596a8e346d851.tar.xz
eclipse.platform.releng-466ba5c95611abf0f7bd1321605596a8e346d851.zip
Bug 439267 - Remove dangling references to org.eclipse.core.boot
Change-Id: Icf7b67cb06e167f629feefa8980a13677c4bbc28 Signed-off-by: Szymon Ptaszkiewicz <szymon.ptaszkiewicz@pl.ibm.com>
-rw-r--r--bundles/org.eclipse.test/.project1
-rw-r--r--bundles/org.eclipse.test/src/org/eclipse/test/UITestApplication.java4
-rw-r--r--features/org.eclipse.platform-feature/pom.xml3
3 files changed, 3 insertions, 5 deletions
diff --git a/bundles/org.eclipse.test/.project b/bundles/org.eclipse.test/.project
index e6b7a26e..b5e9144e 100644
--- a/bundles/org.eclipse.test/.project
+++ b/bundles/org.eclipse.test/.project
@@ -5,7 +5,6 @@
<projects>
<project>org.apache.ant</project>
<project>org.eclipse.ant.core</project>
- <project>org.eclipse.core.boot</project>
<project>org.eclipse.core.resources</project>
<project>org.eclipse.core.runtime</project>
<project>org.eclipse.help</project>
diff --git a/bundles/org.eclipse.test/src/org/eclipse/test/UITestApplication.java b/bundles/org.eclipse.test/src/org/eclipse/test/UITestApplication.java
index ec713fd6..91666319 100644
--- a/bundles/org.eclipse.test/src/org/eclipse/test/UITestApplication.java
+++ b/bundles/org.eclipse.test/src/org/eclipse/test/UITestApplication.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2010 IBM Corporation and others.
+ * Copyright (c) 2000, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -47,7 +47,7 @@ public class UITestApplication implements IPlatformRunnable, ITestHarness, IApp
/* (non-Javadoc)
- * @see org.eclipse.core.boot.IPlatformRunnable
+ * @see org.eclipse.core.runtime.IPlatformRunnable
*/
public Object run(final Object args) throws Exception {
// Get the application to test
diff --git a/features/org.eclipse.platform-feature/pom.xml b/features/org.eclipse.platform-feature/pom.xml
index a1503e5f..7f73c972 100644
--- a/features/org.eclipse.platform-feature/pom.xml
+++ b/features/org.eclipse.platform-feature/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -55,7 +55,6 @@
<plugin id="org.eclipse.platform.doc.isv" versionRange="0.0.0"/>
</plugins>
<excludes>
- <plugin id="org.eclipse.core.boot"/>
<plugin id="org.eclipse.platform.doc.user"/>
<plugin id="org.eclipse.core.filesystem.aix.ppc"/>
<plugin id="org.eclipse.core.filesystem.aix.ppc64"/>

Back to the top