diff options
author | Matthias Sohn | 2011-05-02 22:32:06 +0000 |
---|---|---|
committer | Matthias Sohn | 2011-05-03 15:04:40 +0000 |
commit | e1971b1e5c1e5c3c3c81ca23a854eb0a6d50a6c3 (patch) | |
tree | 51f7d0fc0117a310647407043a3a5f20bde8ef5d /org.eclipse.egit-feature/feature.xml | |
parent | 8530497fd4d4c2a6bf4f09779645b33c6a1b3ab2 (diff) | |
download | egit-e1971b1e5c1e5c3c3c81ca23a854eb0a6d50a6c3.tar.gz egit-e1971b1e5c1e5c3c3c81ca23a854eb0a6d50a6c3.tar.xz egit-e1971b1e5c1e5c3c3c81ca23a854eb0a6d50a6c3.zip |
Qualify post-0.12 builds
Change-Id: I4aa59d44e38caa46fbbfc60c6f75a7adeedb49d6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r-- | org.eclipse.egit-feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml index ea8da19fbb..5ce7719a76 100644 --- a/org.eclipse.egit-feature/feature.xml +++ b/org.eclipse.egit-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.egit" label="%featureName" - version="0.12.1" + version="1.0.0.qualifier" provider-name="%providerName" plugin="org.eclipse.egit"> @@ -38,7 +38,7 @@ <import plugin="org.eclipse.jsch.ui" version="1.1.100" match="compatible"/> <import plugin="org.eclipse.jsch.core" version="1.1.100" match="compatible"/> <import plugin="com.jcraft.jsch" version="0.1.37" match="compatible"/> - <import feature="org.eclipse.jgit" version="0.12.1" match="equivalent"/> + <import feature="org.eclipse.jgit" version="1.0.0" match="equivalent"/> </requires> <plugin |