Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse/xtext-xtend#818] Add classgraph to target platform
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnekow committed Jun 20, 2019
1 parent 880e0d9 commit f23a3dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions releng/org.eclipse.xtext.redist.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ http://www.eclipse.org/legal/epl-v10.html Description here.
<import plugin="com.google.inject" version="3.0.0" match="greaterOrEqual"/>
<import plugin="org.objectweb.asm" version="7.1.0" match="compatible"/>
<import plugin="javax.inject" version="1.0.0" match="greaterOrEqual"/>
<import plugin="io.github.classgraph" version="4.8.35" match="compatible"/>
</requires>

<plugin
Expand Down
2 changes: 2 additions & 0 deletions releng/org.eclipse.xtext.sdk.p2-repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
<bundle id="org.objectweb.asm.source" version="7.1.0.qualifier"/>
<bundle id="org.objectweb.asm.tree" version="7.1.0.qualifier"/>
<bundle id="org.objectweb.asm.tree.source" version="7.1.0.qualifier"/>
<bundle id="io.github.classgraph" version="4.8.35.qualifier"/>
<bundle id="io.github.classgraph.source" version="4.8.35.qualifier"/>
<category-def name="Xtext" label="Xtext"/>
</site>
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
<unit id="org.objectweb.asm.source" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree.source" version="7.1.0.v20190412-2143"/>
<unit id="io.github.classgraph" version="4.8.35.v20190528-1517"/>
<repository location="https://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09"/>
</location>

Expand Down

0 comments on commit f23a3dd

Please sign in to comment.