Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-06-03 00:29:05 +0000
committerJeff Johnston2015-06-03 20:33:41 +0000
commit1e710b0f1bcdfccb33fdfcf21039e3a2b906f579 (patch)
tree62773b6577eb3952c431963631046899d4d1cfec
parent82fc0840bede154e0ac5fe9907e97593dc7cf1eb (diff)
downloadorg.eclipse.linuxtools-1e710b0f1bcdfccb33fdfcf21039e3a2b906f579.tar.gz
org.eclipse.linuxtools-1e710b0f1bcdfccb33fdfcf21039e3a2b906f579.tar.xz
org.eclipse.linuxtools-1e710b0f1bcdfccb33fdfcf21039e3a2b906f579.zip
Modify the target to get right objectweb asm 4.0 from Orbit.
Change-Id: I0c2f53715685350e71ddb05789a3c735ecc9c628 Reviewed-on: https://git.eclipse.org/r/49284 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com> Reviewed-on: https://git.eclipse.org/r/49403
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
index 416beb487f..0db6226d94 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.5.target
@@ -5,6 +5,7 @@
<unit id="org.swtchart" version="0.0.0"/>
<unit id="org.cyberneko.html" version="0.0.0"/>
<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
+<unit id="org.objectweb.asm" version="4.0.0.v201302062210"/>
<unit id="com.spotify.docker.client" version="0.0.0"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20150519210750/repository/"/>
</location>

Back to the top