From 5e2130295467f83016dd715c038b1f2145d567f1 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Wed, 3 Jul 2019 23:30:04 +0200 Subject: [PATCH] Organized imports + cleaned MANIFEST.MF --- .../src/net/mograsim/logic/core/types/BitVectorFormatter.java | 2 +- net.mograsim.plugin.core/META-INF/MANIFEST.MF | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net.mograsim.logic.core/src/net/mograsim/logic/core/types/BitVectorFormatter.java b/net.mograsim.logic.core/src/net/mograsim/logic/core/types/BitVectorFormatter.java index 3cb35b3d..5fd1e2c2 100644 --- a/net.mograsim.logic.core/src/net/mograsim/logic/core/types/BitVectorFormatter.java +++ b/net.mograsim.logic.core/src/net/mograsim/logic/core/types/BitVectorFormatter.java @@ -2,8 +2,8 @@ package net.mograsim.logic.core.types; import net.mograsim.logic.core.wires.Wire.ReadEnd; import net.mograsim.preferences.ColorDefinition; -import net.mograsim.preferences.Preferences; import net.mograsim.preferences.ColorDefinition.BuiltInColor; +import net.mograsim.preferences.Preferences; public class BitVectorFormatter { diff --git a/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/net.mograsim.plugin.core/META-INF/MANIFEST.MF index 4c7bfaee..b125d7eb 100644 --- a/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -6,6 +6,7 @@ Bundle-Version: 0.1.0.qualifier Export-Package: net.mograsim.plugin;uses:="org.eclipse.ui.themes,org.eclipse.swt.widgets", net.mograsim.plugin.asm, net.mograsim.plugin.asm.editor, + net.mograsim.plugin.asm.editor.rules, net.mograsim.plugin.asm.model, net.mograsim.plugin.nature, net.mograsim.plugin.views -- 2.17.1