Skip to content

Commit

Permalink
Merge pull request #362 from mehmet-karaman/xpect_apache_commons_logg…
Browse files Browse the repository at this point in the history
…in_dep_prob

#361 fix xpect apache commons logging dependency problem
  • Loading branch information
cdietrich authored Sep 30, 2024
2 parents a34c190 + bc16164 commit 526ec3a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,10 @@
<unit id="io.github.classgraph" version="4.8.149.v20220915-0556"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03"/>
</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>
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>
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ additional.bundles = org.eclipse.xtext.xbase,\
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ additional.bundles = org.eclipse.xtext.xbase,\
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
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 526ec3a

Please sign in to comment.