RTSDK: rename package
authorgyeongmin.ju <gyeongmin.ju@samsung.com>
Thu, 9 Mar 2017 07:31:23 +0000 (16:31 +0900)
committergyeongmin.ju <gyeongmin.ju@samsung.com>
Thu, 9 Mar 2017 07:31:23 +0000 (16:31 +0900)
freom tizen.rt.product.plugin.launch to org.tizen.rt.product.plugin.launch

Change-Id: I29b6420badc8ec260da1cdf40285d4db9bd3dff9
Signed-off-by: gyeongmin.ju <gyeongmin.ju@samsung.com>
rt-ide/tizen.rt.product.plugin/plugin.xml
rt-ide/tizen.rt.product.plugin/src/org/tizen/rt/product/plugin/launch/LaunchShortcut.java [moved from rt-ide/tizen.rt.product.plugin/src/tizen/rt/product/plugin/launch/LaunchShortcut.java with 98% similarity]

index 832b5dc..eeaefcc 100644 (file)
   <extension
         point="org.eclipse.debug.ui.launchShortcuts">
      <shortcut
-           class="tizen.rt.product.plugin.launch.LaunchShortcut"
+           class="org.tizen.rt.product.plugin.launch.LaunchShortcut"
            icon="icons/branding/icon_ide_rt_16.png"
            id="tizen.rt.product.plugin.launch.shortcut"
            label="Run to TizenRT Debugger"