Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorStephan Herrmann2014-04-15 22:04:19 +0000
committerStephan Herrmann2014-04-15 22:25:22 +0000
commit1e583b959e1fdc63676e2ab385131e7d514f0118 (patch)
tree86582a73e6807924db9028e68f22c57f3f329023 /releng
parente4568da0e80e913c0ef602e057d7c8d263f7d70c (diff)
downloadorg.eclipse.objectteams-1e583b959e1fdc63676e2ab385131e7d514f0118.tar.gz
org.eclipse.objectteams-1e583b959e1fdc63676e2ab385131e7d514f0118.tar.xz
org.eclipse.objectteams-1e583b959e1fdc63676e2ab385131e7d514f0118.zip
Bug 432866 - [otre] migrate the dynamic weaver to ASM 5.0.1
Diffstat (limited to 'releng')
-rw-r--r--releng/map/otdt.map.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/releng/map/otdt.map.in b/releng/map/otdt.map.in
index 1a2304a86..699e43a21 100644
--- a/releng/map/otdt.map.in
+++ b/releng/map/otdt.map.in
@@ -42,6 +42,10 @@ plugin@org.eclipse.objectteams.otdt.samples,2.2.0=GIT,repo=git://git.eclipse.org
!** Consume BCEL from Orbit: **!
plugin@org.apache.bcel,5.2.0=p2IU,id=org.apache.bcel,version=5.2.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository
+!** ASM from Orbit: **!
+plugin@org.objectweb.asm,5.0.1=p2IU,id=org.objectweb.asm=5.0.1.v201404071650,repository=http://download.eclipse.org/tools/orbit/downloads/drops/I20140407192103/repository/
+plugin@org.objectweb.asm.tree,5.0.1=p2IU,id=org.objectweb.asm.tree=5.0.1.v201404071650,repository=http://download.eclipse.org/tools/orbit/downloads/drops/I20140407192103/repository/
+plugin@org.objectweb.asm.commons,5.0.1=p2IU,id=org.objectweb.asm.commons=5.0.1.v201404071650,repository=http://download.eclipse.org/tools/orbit/downloads/drops/I20140407192103/repository/
!========== JDT/UI: ==========!
plugin@org.eclipse.jdt.ui=GIT,tag=@SDK_QUALIFIER@,repo=git://git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git,path=org.eclipse.jdt.ui

Back to the top