Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Munteanu2011-05-21 23:42:16 +0000
committerRobert Munteanu2011-05-21 23:42:16 +0000
commitbe9cd4654e45954307b8f99e22f294bdf0bec8e2 (patch)
treeed27c1d221e8e935d2d51f2faa92f3dcf2647922 /org.eclipse.mylyn.github-feature
parente2b833a5c5da6cdee3745b7f9bcd7e37aa8216cb (diff)
downloadegit-github-be9cd4654e45954307b8f99e22f294bdf0bec8e2.tar.gz
egit-github-be9cd4654e45954307b8f99e22f294bdf0bec8e2.tar.xz
egit-github-be9cd4654e45954307b8f99e22f294bdf0bec8e2.zip
Include the gson and httpclient dependencies in the feature
This allows users who do not have the Orbit repository added to install the connector. The Orbit repository from the pom.xml has been updated to match the one from the installation instructions wiki page. The repository validation failed with a ClassNotFoundException using the old version. Bug: 343627 Change-Id: I02611d3ff007bd412a6bd28002752f8fc0a1176b
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index b45aefa6..bd6f93df 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -50,4 +50,24 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="com.google.gson"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.httpcomponents.httpclient"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.httpcomponents.httpcore"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top