Skip to content

Commit

Permalink
Merge pull request #144 from eMoflon/hotfix/eclipse-2023-06-deps
Browse files Browse the repository at this point in the history
Updates dependency to apache commons IO (Eclipse 2023-06)
  • Loading branch information
maxkratz authored Jun 27, 2023
2 parents 3a5ed75 + 96694e3 commit cd6823d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.moflon.core.plugins/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Export-Package: org.moflon.core.plugins,
org.moflon.core.plugins.manifest
Require-Bundle: org.moflon.core.utilities,
org.emoflon.core.dependencies,
org.apache.commons.commons-io
org.apache.commons.io
Automatic-Module-Name: org.moflon.core.plugins
2 changes: 1 addition & 1 deletion org.moflon.core.ui.autosetup/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.equinox.registry;bundle-version="[3.0.0,4.0.0)",
org.moflon.core.build;bundle-version="[1.0.0,2.0.0)",
org.moflon.core.utilities;bundle-version="[3.0.0,4.0.0)",
org.moflon.core.ui;bundle-version="[1.0.0,2.0.0)",
org.apache.commons.commons-io
org.apache.commons.io
Export-Package: org.moflon.core.ui.autosetup,
org.moflon.core.ui.autosetup.handbook,
org.moflon.core.ui.autosetup.handler
Expand Down
2 changes: 1 addition & 1 deletion org.moflon.core.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Require-Bundle: net.sourceforge.plantuml.eclipse;bundle-version="1.1.19",
org.moflon.core.ui;bundle-version="1.0.0",
org.moflon.core.build;bundle-version="1.0.0",
org.moflon.core.propertycontainer,
org.apache.commons.commons-io,
org.apache.commons.io,
org.eclipse.e4.core.contexts
Export-Package: org.moflon.core.ui,
org.moflon.core.ui.errorhandling,
Expand Down
2 changes: 1 addition & 1 deletion org.moflon.core.utilities/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Require-Bundle: org.apache.log4j;bundle-version="[1.2,2)";visibility:=reexport,
org.eclipse.pde.core,
org.eclipse.emf.mwe.core,
org.emoflon.core.dependencies;bundle-version="1.0.0";visibility:=reexport,
org.apache.commons.commons-io;visibility:=reexport
org.apache.commons.io;visibility:=reexport
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.moflon.core.utilities

0 comments on commit cd6823d

Please sign in to comment.