Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-08-25 22:37:53 +0000
committerspingel2009-08-25 22:37:53 +0000
commit11be8bbb5f2358e6471b7233f9ebfd341c747297 (patch)
treed5076e17a4399f6197f47ddb91f4b475cd0d7fa3 /org.eclipse.mylyn.test-feature
parentbb87bd3959f3e71da9ee22daf06e1c6c1f5e808d (diff)
downloadorg.eclipse.mylyn.tasks-11be8bbb5f2358e6471b7233f9ebfd341c747297.tar.gz
org.eclipse.mylyn.tasks-11be8bbb5f2358e6471b7233f9ebfd341c747297.tar.xz
org.eclipse.mylyn.tasks-11be8bbb5f2358e6471b7233f9ebfd341c747297.zip
NEW - bug 286589: [releng] setup mylyn.eclipse.org
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286589
Diffstat (limited to 'org.eclipse.mylyn.test-feature')
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index 64bb08f43..30f72d8ed 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><!--
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
Copyright (c) 2009 Tasktop Technologies and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
@@ -8,7 +9,6 @@
Contributors:
Tasktop Technologies - initial API and implementation
-->
-
<feature
id="org.eclipse.mylyn.test_feature"
label="Mylyn Test Feature"
@@ -273,4 +273,11 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.eclipse.mylyn.tests.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top