Skip to content

Commit

Permalink
removed superfluous UI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsfzi committed Nov 29, 2024
1 parent 98e6672 commit 1926536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundles/de.uka.ipd.sdq.stoex.analyser/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Require-Bundle: de.uka.ipd.sdq.probfunction;bundle-version="2.1.0",
de.uka.ipd.sdq.probfunction.math;bundle-version="2.0.2",
de.uka.ipd.sdq.stoex;bundle-version="2.2.0";visibility:=reexport,
de.uka.ipd.sdq.units;bundle-version="2.1.0",
de.uka.ipd.sdq.errorhandling;bundle-version="1.0.0",
de.uka.ipd.sdq.errorhandling.core;bundle-version="5.2.0",
org.apache.log4j
Export-Package: de.uka.ipd.sdq.stoex.analyser.exceptions,
de.uka.ipd.sdq.stoex.analyser.operations,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtend.lib;bundle-version="2.14.0",
org.eclipse.xtext.ecore,
de.uka.ipd.sdq.stoex.analyser;visibility:=reexport,
de.uka.ipd.sdq.errorhandling,
org.palladiosimulator.commons;bundle-version="5.2.0",
org.palladiosimulator.core-commons.mwe2;bundle-version="5.2.0";resolution:=optional,
org.eclipse.ui
de.uka.ipd.sdq.errorhandling.core;bundle-version="5.2.0",
org.palladiosimulator.commons;bundle-version="5.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.palladiosimulator.commons.stoex,
org.palladiosimulator.commons.stoex.api,
Expand Down

0 comments on commit 1926536

Please sign in to comment.