Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Delaigue2014-07-04 08:59:41 +0000
committerLaurent Delaigue2014-07-04 09:00:04 +0000
commitd9c37d0bda12f5e5c541f5447c169d83d825a635 (patch)
tree3f37dfa6dd18dfd2302a64debec446e1054f02b1
parent3e94cbc43f93b30cc6909417baad1b70cc19a23d (diff)
downloadorg.eclipse.mylyn-d9c37d0bda12f5e5c541f5447c169d83d825a635.tar.gz
org.eclipse.mylyn-d9c37d0bda12f5e5c541f5447c169d83d825a635.tar.xz
org.eclipse.mylyn-d9c37d0bda12f5e5c541f5447c169d83d825a635.zip
423916 - Fixed ID of Tuleap feature.
"org.tuleap" was not a correct ID to be used, we hadn't understood that it had to match the feature ID in the update site. For the moment, the referenced update site has been temporarily modified to use the ID "org.tuleap", but as soon as this change is merged and deployed we'll get back to "org.tuleap.mylyn.task-feature" as this is what the Tuleap connector automated build produces. Change-Id: Iba28578b8c85e5014ab0723b442daf7b6c62d252 Signed-off-by: Laurent Delaigue <laurent.delaigue@obeo.fr>
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.xml b/org.eclipse.mylyn.discovery-directory/plugin.xml
index 40d0a303..c66f2a80 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.xml
+++ b/org.eclipse.mylyn.discovery-directory/plugin.xml
@@ -156,7 +156,7 @@
<connectorDescriptor
categoryId="org.eclipse.mylyn.discovery.directory.categories.TaskManagement"
description="%connectorDescriptor.description.tuleap"
- id="org.tuleap"
+ id="org.tuleap.mylyn.task-feature"
kind="task"
license="%connectorDescriptor.license.tuleap"
name="%connectorDescriptor.name.tuleap"

Back to the top