Skip to content

Commit

Permalink
Merge pull request #337 from eclipse/cd_classgraph
Browse files Browse the repository at this point in the history
first attempt to fix classpgraph issue
  • Loading branch information
cdietrich authored Oct 30, 2023
2 parents 09e3848 + 6b2d7ab commit 0343856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions org.eclipse.xpect.releng/p2-repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Contributors:
version="0.3.0.qualifier">
<category name="Xpect 0.3.0" />
</feature>
<!--
<bundle id="io.github.classgraph" version="0.0.0"/>
<bundle id="io.github.classgraph.source" version="0.0.0"/>
-->
<bundle id="org.hamcrest.core" version="0.0.0"/>
<bundle id="org.hamcrest.core.source" version="0.0.0"/>
<bundle id="org.junit" version="0.0.0"/>
Expand Down
1 change: 0 additions & 1 deletion org.eclipse.xpect.xtext.lib.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Contributors:
%license
</license>
<requires>
<import plugin="io.github.classgraph" version="4.8.35" match="compatible"/>
<import plugin="org.junit" version="4.11.0" match="compatible"/>
</requires>
<plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.xpect/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.emf.common,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.apache.log4j;bundle-version="1.2.24",
io.github.classgraph;bundle-version="4.8.35";visibility:=reexport,
org.junit;bundle-version="4.11.0";visibility:=reexport,
org.eclipse.xtext.common.types;visibility:=reexport,
org.apache.log4j;bundle-version="1.2.0";visibility:=reexport,
Expand Down Expand Up @@ -48,4 +47,5 @@ Export-Package: org.eclipse.xpect,
org.eclipse.xpect.text,
org.eclipse.xpect.util,
org.eclipse.xpect.validation
Import-Package: org.apache.log4j
Import-Package: io.github.classgraph;version="4.8.149",
org.apache.log4j

0 comments on commit 0343856

Please sign in to comment.