Skip to content

Commit

Permalink
kico.cli: Fixed klighd setup import
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sr committed Apr 11, 2024
1 parent da26eb2 commit 8c78256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/de.cau.cs.kieler.kicool.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.apache.log4j;bundle-version="1.2.15",
de.cau.cs.kieler.klighd,
de.cau.cs.kieler.klighd.ide,
de.cau.cs.kieler.klighd.standalone,
org.eclipse.elk.alg.common;bundle-version="0.7.0",
org.eclipse.elk.core;bundle-version="0.7.0"
org.eclipse.elk.core;bundle-version="0.7.0",
de.cau.cs.kieler.klighd.setup
Export-Package: de.cau.cs.kieler.kicool.ide,
de.cau.cs.kieler.kicool.ide.contentassist.antlr,
de.cau.cs.kieler.kicool.ide.contentassist.antlr.internal,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import de.cau.cs.kieler.klighd.KlighdDataManager
import de.cau.cs.kieler.klighd.LightDiagramServices
import de.cau.cs.kieler.klighd.SynthesisOption
import de.cau.cs.kieler.klighd.internal.ISynthesis
import de.cau.cs.kieler.klighd.standalone.KlighdStandaloneSetup
import de.cau.cs.kieler.klighd.setup.KlighdStandaloneSetup
import de.cau.cs.kieler.klighd.util.KlighdSynthesisProperties
import java.io.File
import java.util.Map
Expand Down

0 comments on commit 8c78256

Please sign in to comment.