Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-07-07 20:43:38 +0000
committerSam Davis2015-07-07 22:23:36 +0000
commitda24fae5eefc3c7ef17b32f3422a5704c94c2d74 (patch)
tree1ffd46a254e0abb2c12edb1bd55eef384d69384b /org.eclipse.mylyn.gerrit.feature
parentcb99fc1de1b812f1aba16714f57a6a1d8ea79d4d (diff)
downloadorg.eclipse.mylyn.reviews-da24fae5eefc3c7ef17b32f3422a5704c94c2d74.tar.gz
org.eclipse.mylyn.reviews-da24fae5eefc3c7ef17b32f3422a5704c94c2d74.tar.xz
org.eclipse.mylyn.reviews-da24fae5eefc3c7ef17b32f3422a5704c94c2d74.zip
471739: Mylyn reviews not operational due to unresolved dependencies
after successful installation Change-Id: Idcf21dbb221266cc77c42c0148bdb4dfd8026437 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471739
Diffstat (limited to 'org.eclipse.mylyn.gerrit.feature')
-rw-r--r--org.eclipse.mylyn.gerrit.feature/feature.xml93
1 files changed, 50 insertions, 43 deletions
diff --git a/org.eclipse.mylyn.gerrit.feature/feature.xml b/org.eclipse.mylyn.gerrit.feature/feature.xml
index 9792194da..294667a23 100644
--- a/org.eclipse.mylyn.gerrit.feature/feature.xml
+++ b/org.eclipse.mylyn.gerrit.feature/feature.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2010, 2015 Tasktop Technologies and others.
All rights reserved. This program and the accompanying materials
@@ -8,45 +8,52 @@
Contributors:
Tasktop Technologies - initial API and implementation
- -->
-<feature
- id="org.eclipse.mylyn.gerrit.feature"
- label="%featureName"
- version="2.8.0.qualifier"
- provider-name="%providerName"
- plugin="org.eclipse.mylyn.reviews.core"
- license-feature="org.eclipse.license"
- license-feature-version="1.0.1">
-
- <description url="http://eclipse.org/mylyn/reviews">
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <requires>
- <import feature="org.eclipse.mylyn.reviews.feature" version="2.8.0" match="compatible"/>
- <import feature="org.eclipse.egit" version="1.3.0" match="greaterOrEqual"/>
- </requires>
-
- <plugin
- id="org.eclipse.mylyn.gerrit.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.mylyn.gerrit.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+ -->
+<feature
+ id="org.eclipse.mylyn.gerrit.feature"
+ label="%featureName"
+ version="2.8.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.eclipse.mylyn.reviews.core"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1">
+
+ <description url="http://eclipse.org/mylyn/reviews">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import feature="org.eclipse.mylyn.reviews.feature" version="2.8.0" match="compatible"/>
+ <import feature="org.eclipse.egit" version="1.3.0" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.mylyn.gerrit.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.gerrit.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="javax.servlet"
+ download-size="0"
+ install-size="0"
+ version="3.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top