Skip to content

Commit

Permalink
Merge pull request #2834 from eclipse/cd_noImportPluginInFeat
Browse files Browse the repository at this point in the history
dont import classgraph in features
  • Loading branch information
cdietrich authored Nov 2, 2023
2 parents 0cfd4a1 + f50de5a commit 50b77dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion org.eclipse.xtend.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ SPDX-License-Identifier: EPL-2.0
<import feature="org.eclipse.xtext.ui" version="2.33.0" match="equivalent"/>
<import feature="org.eclipse.xtext.xbase.lib" version="2.33.0" match="equivalent"/>
<import plugin="com.google.guava" version="32.1.3" match="compatible"/>
<import plugin="io.github.classgraph.classgraph" version="4.8.163" match="compatible"/>
<import plugin="org.apache.log4j" version="1.2.24" match="equivalent"/>
</requires>

Expand Down
1 change: 0 additions & 1 deletion org.eclipse.xtext.redist.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ SPDX-License-Identifier: EPL-2.0
<import plugin="com.google.inject" version="7.0.0" match="compatible"/>
<import plugin="org.apache.log4j" version="1.2.24" match="equivalent"/>
<import plugin="org.objectweb.asm" version="9.6.0" match="compatible"/>
<import plugin="io.github.classgraph.classgraph" version="4.8.163" match="compatible"/>
</requires>

<plugin
Expand Down
1 change: 0 additions & 1 deletion org.eclipse.xtext.runtime.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ SPDX-License-Identifier: EPL-2.0
<import plugin="com.google.inject" version="7.0.0" match="compatible"/>
<import plugin="org.apache.log4j" version="1.2.24" match="equivalent"/>
<import plugin="org.objectweb.asm" version="9.6.0" match="compatible"/>
<import plugin="io.github.classgraph.classgraph" version="4.8.163" match="compatible"/>
</requires>

<plugin
Expand Down

0 comments on commit 50b77dc

Please sign in to comment.