Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.experimental-sdk-feature')
-rw-r--r--org.eclipse.mylyn.experimental-sdk-feature/build.properties3
-rw-r--r--org.eclipse.mylyn.experimental-sdk-feature/feature.properties2
-rw-r--r--org.eclipse.mylyn.experimental-sdk-feature/feature.xml15
3 files changed, 1 insertions, 19 deletions
diff --git a/org.eclipse.mylyn.experimental-sdk-feature/build.properties b/org.eclipse.mylyn.experimental-sdk-feature/build.properties
index f8408b83..f5900640 100644
--- a/org.eclipse.mylyn.experimental-sdk-feature/build.properties
+++ b/org.eclipse.mylyn.experimental-sdk-feature/build.properties
@@ -24,6 +24,3 @@ generate.plugin@org.eclipse.mylyn.sandbox.dev.source=org.eclipse.mylyn.sandbox.d
generate.plugin@org.eclipse.mylyn.sandbox.ui.source=org.eclipse.mylyn.sandbox.ui
generate.plugin@org.eclipse.mylyn.web.tasks.source=org.eclipse.mylyn.web.tasks
-
-generate.plugin@org.eclipse.mylyn.xplanner.core.source=org.eclipse.mylyn.xplanner.core
-generate.plugin@org.eclipse.mylyn.xplanner.ui.source=org.eclipse.mylyn.xplanner.ui
diff --git a/org.eclipse.mylyn.experimental-sdk-feature/feature.properties b/org.eclipse.mylyn.experimental-sdk-feature/feature.properties
index 93063a1a..c1655b3d 100644
--- a/org.eclipse.mylyn.experimental-sdk-feature/feature.properties
+++ b/org.eclipse.mylyn.experimental-sdk-feature/feature.properties
@@ -9,7 +9,7 @@
# Tasktop Technologies - initial API and implementation
###############################################################################
featureName=Mylyn Incubator SDK
-description=Provides sources for the XPlanner, Trac Wiki Support, Sandbox and UI Usage features.
+description=Provides sources for Trac Wiki Support, Sandbox and UI Usage features.
providerName=Eclipse Mylyn
copyright=Copyright (c) 2004, 2009 Tasktop Technologies and others. All rights reserved.
updateSiteName=Mylyn Incubator for Eclipse 3.4, 3.5 and 3.6
diff --git a/org.eclipse.mylyn.experimental-sdk-feature/feature.xml b/org.eclipse.mylyn.experimental-sdk-feature/feature.xml
index 97adbcce..d8062c03 100644
--- a/org.eclipse.mylyn.experimental-sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.experimental-sdk-feature/feature.xml
@@ -36,7 +36,6 @@
<import feature="org.eclipse.mylyn.monitor_feature" version="3.4.0"/>
<import feature="org.eclipse.mylyn.sandbox.ui_feature" version="3.4.0"/>
<import feature="org.eclipse.mylyn.web.tasks_feature" version="3.4.0"/>
- <import feature="org.eclipse.mylyn.xplanner_feature" version="3.4.0"/>
<import feature="org.eclipse.mylyn.wikitext.sdk" version="1.3.0"/>
</requires>
@@ -61,18 +60,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.mylyn.xplanner.core.source"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.mylyn.xplanner.ui.source"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top