Skip to content

Commit

Permalink
fix xpect apache commons logging dependency problem eclipse#361
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-karaman committed Sep 30, 2024
1 parent a34c190 commit 248a3f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@
<unit id="io.github.classgraph" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.apache.commons.commons-logging" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion org.eclipse.xpect/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ additional.bundles = org.eclipse.xpect.mwe2,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.logging,\
org.apache.commons.commons-logging,\
org.apache.log4j

0 comments on commit 248a3f6

Please sign in to comment.