Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-10-12 20:09:51 +0000
committerRoberto E. Escobar2012-10-12 20:09:51 +0000
commit8a1867a96124be6d3f58cc5406757e2d6cb8523a (patch)
treee7a026d24133b580b9fc3ab08ac7a1525a5dc127 /features
parent05c14f5e1ec08b7fe331998df078d7ad427a2815 (diff)
downloadorg.eclipse.osee-8a1867a96124be6d3f58cc5406757e2d6cb8523a.tar.gz
org.eclipse.osee-8a1867a96124be6d3f58cc5406757e2d6cb8523a.tar.xz
org.eclipse.osee-8a1867a96124be6d3f58cc5406757e2d6cb8523a.zip
bug: Fix jgit dependencies
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.external.feature/feature.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/features/org.eclipse.osee.external.feature/feature.xml b/features/org.eclipse.osee.external.feature/feature.xml
index 733c8639644..1ea68c87f1d 100644
--- a/features/org.eclipse.osee.external.feature/feature.xml
+++ b/features/org.eclipse.osee.external.feature/feature.xml
@@ -17,10 +17,6 @@
%license
</license>
- <includes
- id="org.eclipse.jgit"
- version="0.0.0"/>
-
<requires>
<import plugin="org.eclipse.equinox.registry" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.equinox.common" version="3.2.0" match="compatible"/>
@@ -41,6 +37,7 @@
<import plugin="org.slf4j.api" version="1.6.1" match="equivalent"/>
<import plugin="com.jcraft.jsch" version="0.1.44" match="greaterOrEqual"/>
<import plugin="org.apache.commons.logging" version="1.1.1" match="equivalent"/>
+ <import plugin="org.eclipse.jgit"/>
</requires>
<plugin

Back to the top