Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Steeg2011-03-25 14:56:43 +0000
committerMykola Nikishov2011-03-30 15:33:14 +0000
commit11de1383dc3991dff77b6f0663e06e268ca8689b (patch)
tree285329aa5f9dc37dcc1f51e7b8e45af4adad7e19 /org.eclipse.mylyn.github-feature/github.target
parent33e29b9c8184ed6bd7be836e77fd6c77af98720c (diff)
downloadegit-github-11de1383dc3991dff77b6f0663e06e268ca8689b.tar.gz
egit-github-11de1383dc3991dff77b6f0663e06e268ca8689b.tar.xz
egit-github-11de1383dc3991dff77b6f0663e06e268ca8689b.zip
Target platform definition for easy setup in IDE
Change-Id: If47fbd5ddc56e1984f5268c7524ae759998b8257 Signed-off-by: Fabian Steeg <fsteeg@gmail.com> Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Diffstat (limited to 'org.eclipse.mylyn.github-feature/github.target')
-rw-r--r--org.eclipse.mylyn.github-feature/github.target17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github-feature/github.target b/org.eclipse.mylyn.github-feature/github.target
new file mode 100644
index 00000000..a7809205
--- /dev/null
+++ b/org.eclipse.mylyn.github-feature/github.target
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.6"?>
+
+<target name="Mylyn GitHub Connector Target" sequenceNumber="9">
+<locations>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="3.4.3.v20110131-0200-e3x-8j9F7_FXiI9jRBM4_bFl96vsIL"/>
+<repository location="http://download.eclipse.org/releases/helios"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="com.google.gson" version="1.6.0.v201101131530"/>
+<unit id="org.apache.commons.logging" version="1.1.1.v201101211721"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20110124210048/repository"/>
+</location>
+</locations>
+<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+</target>

Back to the top