Skip to content

Commit

Permalink
Merge pull request #51 from PalladioSimulator/non_ui-fix
Browse files Browse the repository at this point in the history
Revert "No UI"
  • Loading branch information
rsfzi authored Dec 3, 2024
2 parents 183c3a8 + 3a088ca commit 49aa009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bundles/org.palladiosimulator.pcm/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ Require-Bundle: org.eclipse.core.runtime,
de.uka.ipd.sdq.probfunction;visibility:=reexport,
de.uka.ipd.sdq.stoex;visibility:=reexport,
de.uka.ipd.sdq.units;visibility:=reexport,
de.uka.ipd.sdq.errorhandling.core;bundle-version="5.2.0",
de.uka.ipd.sdq.errorhandling,
org.palladiosimulator.pcm.workflow;resolution:=optional,
org.eclipse.xtext,
org.eclipse.xtext.xbase,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import org.antlr.runtime.RecognitionException;

import de.uka.ipd.sdq.errorhandling.core.IIssue;
import de.uka.ipd.sdq.errorhandling.core.SeverityEnum;
import de.uka.ipd.sdq.errorhandling.IIssue;
import de.uka.ipd.sdq.errorhandling.SeverityEnum;

public class ErrorEntry implements IIssue {
private RecognitionException ex = null;
Expand Down

0 comments on commit 49aa009

Please sign in to comment.