diff options
| author | Robert Munteanu | 2011-05-21 23:42:16 +0000 |
|---|---|---|
| committer | Robert Munteanu | 2011-05-21 23:42:16 +0000 |
| commit | be9cd4654e45954307b8f99e22f294bdf0bec8e2 (patch) | |
| tree | ed27c1d221e8e935d2d51f2faa92f3dcf2647922 | |
| parent | e2b833a5c5da6cdee3745b7f9bcd7e37aa8216cb (diff) | |
| download | egit-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
| -rw-r--r-- | org.eclipse.mylyn.github-feature/feature.xml | 20 | ||||
| -rw-r--r-- | pom.xml | 2 |
2 files changed, 21 insertions, 1 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> @@ -45,7 +45,7 @@ <platform-version-name>indigo</platform-version-name> <wikitext-site>http://download.eclipse.org/tools/mylyn/update/weekly</wikitext-site> <eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site> - <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110304120314/repository</orbit-site> + <orbit-site>http://download.eclipse.org/tools/orbit/downloads/drops/S20110422041657/repository</orbit-site> </properties> <modules> |
