Skip to content

Commit 0343856

Browse files
authored
Merge pull request #337 from eclipse/cd_classgraph
first attempt to fix classpgraph issue
2 parents 09e3848 + 6b2d7ab commit 0343856

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

org.eclipse.xpect.releng/p2-repository/category.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ Contributors:
1414
version="0.3.0.qualifier">
1515
<category name="Xpect 0.3.0" />
1616
</feature>
17+
<!--
1718
<bundle id="io.github.classgraph" version="0.0.0"/>
1819
<bundle id="io.github.classgraph.source" version="0.0.0"/>
20+
-->
1921
<bundle id="org.hamcrest.core" version="0.0.0"/>
2022
<bundle id="org.hamcrest.core.source" version="0.0.0"/>
2123
<bundle id="org.junit" version="0.0.0"/>

org.eclipse.xpect.xtext.lib.feature/feature.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Contributors:
3333
%license
3434
</license>
3535
<requires>
36-
<import plugin="io.github.classgraph" version="4.8.35" match="compatible"/>
3736
<import plugin="org.junit" version="4.11.0" match="compatible"/>
3837
</requires>
3938
<plugin

org.eclipse.xpect/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Require-Bundle: org.eclipse.xtext,
1818
org.eclipse.emf.common,
1919
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
2020
org.apache.log4j;bundle-version="1.2.24",
21-
io.github.classgraph;bundle-version="4.8.35";visibility:=reexport,
2221
org.junit;bundle-version="4.11.0";visibility:=reexport,
2322
org.eclipse.xtext.common.types;visibility:=reexport,
2423
org.apache.log4j;bundle-version="1.2.0";visibility:=reexport,
@@ -48,4 +47,5 @@ Export-Package: org.eclipse.xpect,
4847
org.eclipse.xpect.text,
4948
org.eclipse.xpect.util,
5049
org.eclipse.xpect.validation
51-
Import-Package: org.apache.log4j
50+
Import-Package: io.github.classgraph;version="4.8.149",
51+
org.apache.log4j

0 commit comments

Comments
 (0)