Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2017-06-29 10:57:11 +0000
committerThomas Wolf2017-06-30 08:51:57 +0000
commitcdeb913b174a9876befed1e5ab39c33a03b498b6 (patch)
treebd567cff5e0daf4b73922fa7590b54dc43a1fb70 /org.eclipse.egit.target/egit-4.7.target
parentc26fa04c9b6d74dc22e1fea422f00f4e6ba7941b (diff)
downloadegit-cdeb913b174a9876befed1e5ab39c33a03b498b6.tar.gz
egit-cdeb913b174a9876befed1e5ab39c33a03b498b6.tar.xz
egit-cdeb913b174a9876befed1e5ab39c33a03b498b6.zip
[releng] Update Mylyn Wikitext update site URLstable-4.8
Since March 2017, it is distributed via a separate update site that doesn't have a "latest" version. C.f. bug 513498. Two notes: * The Mars target (egit-4.5) is broken as of today: easymport.tpd no longer works; the bundle is no longer in the e4 snapshot update site. I don't know where we might get it from. * Wikitext is used only to generate org.eclipse.egit.doc. It's a build-time dependency only; it should not be in the target at all. However, trying to refactor this along the lines shown in [1] will be done later (and not in a maintenance branch). One problem with such a conversion might be that the latest version available in the maven repository is wikitext 2.9.0-SNAPSHOT. [1] http://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.mylyn.wikitext.help.ui%2Fhelp%2FMarkup-Conversion.html Change-Id: If4668f14be43dba19b6d2321f42a1a2f7e646ce6 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.egit.target/egit-4.7.target')
-rw-r--r--org.eclipse.egit.target/egit-4.7.target7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.egit.target/egit-4.7.target b/org.eclipse.egit.target/egit-4.7.target
index a6e677953a..0d0d10c72b 100644
--- a/org.eclipse.egit.target/egit-4.7.target
+++ b/org.eclipse.egit.target/egit-4.7.target
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
-<target name="egit-4.7" sequenceNumber="1496008963">
+<target name="egit-4.7" sequenceNumber="1498811764">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="org.eclipse.jetty.client" version="9.4.5.v20170502"/>
@@ -36,10 +36,13 @@
<unit id="org.eclipse.mylyn_feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.context_feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.mylyn.sdk_feature.feature.group" version="0.0.0"/>
- <unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/mylyn/releases/latest/"/>
</location>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
+ <unit id="org.eclipse.mylyn.wikitext_feature.feature.group" version="0.0.0"/>
+ <repository location="http://download.eclipse.org/mylyn/docs/releases/3.0.9/"/>
+ </location>
+ <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
<unit id="com.google.gson" version="2.2.4.v201311231704"/>
<unit id="com.google.gson.source" version="2.2.4.v201311231704"/>
<unit id="com.jcraft.jsch" version="0.1.54.v20170116-1932"/>

Back to the top