From 9127e46e6d3034c8bc58b8ebe556ed74712a5a16 Mon Sep 17 00:00:00 2001 From: "gyeongmin.ju" Date: Mon, 13 Mar 2017 18:08:20 +0900 Subject: [PATCH] RTSDK: fixed build error on eclipse ide Change-Id: Iba406ce3279d880fd3a0e13f8f7a6e1080db7e65 Signed-off-by: gyeongmin.ju --- rt-ide/tizen.rt.product.plugin/.classpath | 4 ++++ .../src/org/tizen/rt/ide/launch/LaunchShortcut.java | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rt-ide/tizen.rt.product.plugin/.classpath b/rt-ide/tizen.rt.product.plugin/.classpath index c6f97f8..8d040ab 100644 --- a/rt-ide/tizen.rt.product.plugin/.classpath +++ b/rt-ide/tizen.rt.product.plugin/.classpath @@ -6,5 +6,9 @@ + + + + diff --git a/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/launch/LaunchShortcut.java b/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/launch/LaunchShortcut.java index 3869f12..72dd0b8 100644 --- a/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/launch/LaunchShortcut.java +++ b/rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/ide/launch/LaunchShortcut.java @@ -46,14 +46,11 @@ import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.viewers.ISelection; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.swt.SWT; -import org.eclipse.swt.widgets.DirectoryDialog; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.FileDialog; -import org.eclipse.swt.widgets.Shell; import org.eclipse.ui.IEditorPart; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import org.tizen.rt.ide.build.RtosBuildWizardDialog; import org.eclipse.cdt.debug.core.ICDTLaunchConfigurationConstants; import org.eclipse.cdt.debug.gdbjtag.core.IGDBJtagConstants; import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants; -- 2.7.4