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

Commit

Permalink
Add classgraph to other features
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnekow committed Jun 20, 2019
1 parent f23a3dd commit 08b8866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions releng/org.eclipse.xtend.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ http://www.eclipse.org/legal/epl-v10.html Description here.
<import plugin="org.eclipse.xtend.lib.source" version="2.19.0" match="equivalent"/>
<import plugin="org.eclipse.xtend.lib.macro.source" version="2.19.0" match="equivalent"/>
<import plugin="com.google.guava" version="27.1.0" match="compatible"/>
<import plugin="io.github.classgraph" version="4.8.35" match="compatible"/>
<import plugin="org.apache.commons.lang"/>
</requires>

Expand Down
1 change: 1 addition & 0 deletions releng/org.eclipse.xtext.runtime.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ http://www.eclipse.org/legal/epl-v10.html Description here.
<import plugin="javax.inject" version="1.0.0" match="greaterOrEqual"/>
<import plugin="com.google.inject" version="3.0.0" match="greaterOrEqual"/>
<import plugin="org.objectweb.asm" version="7.1.0" match="compatible"/>
<import plugin="io.github.classgraph" version="4.8.35" match="compatible"/>
</requires>

<plugin
Expand Down

0 comments on commit 08b8866

Please sign in to comment.