Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-07 23:51:38 +0000
committerMatthias Sohn2011-09-07 23:51:38 +0000
commitff311784c7437932383f8bca10246ad4bd0b9f21 (patch)
tree351e940feb273922a02958613cbfde0ce2a05bb0 /org.eclipse.egit.mylyn-feature/feature.xml
parent9929a92e185909f3e3fdb4fd6d0c938042d9dbd5 (diff)
downloadegit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.gz
egit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.xz
egit-ff311784c7437932383f8bca10246ad4bd0b9f21.zip
Prepare post v1.1.0.201109071825-rc3 builds
Change-Id: If2a7dc355c75f1717f5f86460c93a69f1f8037c3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature/feature.xml')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index 97d19aa8ea..8f6d87c9f0 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit.mylyn"
label="%featureName"
- version="1.1.0.201109071825-rc3"
+ version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -24,7 +24,7 @@
</url>
<requires>
- <import feature="org.eclipse.egit" version="1.1.0.201109071825-rc3" match="greaterOrEqual"/>
+ <import feature="org.eclipse.egit" version="1.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.mylyn.team_feature" version="3.5.0" match="greaterOrEqual"/>
</requires>
@@ -32,7 +32,7 @@
id="org.eclipse.egit.mylyn.ui"
download-size="0"
install-size="0"
- version="1.1.0.201109071825-rc3"
+ version="0.0.0"
unpack="false"/>
</feature>

Back to the top