RTSDK: add libraries for openocd debugging
authorJaeMin Kim <jm.jemin.kim@samsung.com>
Mon, 13 Mar 2017 08:39:08 +0000 (17:39 +0900)
committerJaeMin Kim <jm.jemin.kim@samsung.com>
Mon, 13 Mar 2017 08:48:49 +0000 (17:48 +0900)
add libraries for openocd debugging

Change-Id: I9c14a1989fc3af1dab6c5f66ed003385f9f41255
Signed-off-by: JaeMin Kim <jm.jemin.kim@samsung.com>
rt-ide/tizen.rt.product.plugin/META-INF/MANIFEST.MF
rt-ide/tizen.rt.product.plugin/build.properties
rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar [new file with mode: 0644]
rt-ide/tizen.rt.product.plugin/lib/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar [new file with mode: 0644]

index c6e5d5d..3f1708c 100644 (file)
@@ -29,14 +29,14 @@ Require-Bundle: org.eclipse.ui,
  org.eclipse.debug.core,
  org.eclipse.debug.ui,
  org.eclipse.cdt.debug.core,
- org.eclipse.cdt.dsf.gdb,
- org.eclipse.cdt.debug.gdbjtag.core,
- ilg.gnuarmeclipse.core,
- ilg.gnuarmeclipse.debug.core,
- ilg.gnuarmeclipse.debug.gdbjtag.openocd
+ org.eclipse.cdt.dsf.gdb
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: lib/slf4j-api-1.6.4.jar,
  lib/slf4j-log4j12-1.6.4.jar,
  lib/log4j-1.2.17.jar,
+ lib/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar,
+ lib/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar,
+ lib/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar,
+ lib/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar,
  .
index 1431849..4fb4534 100644 (file)
@@ -14,4 +14,8 @@ bin.includes = plugin.xml,\
                build.properties,\
                plugin_customization.ini,\
                splash.bmp,\
-               resources/
+               resources/,\
+               lib/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar,\
+               lib/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar,\
+               lib/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar,\
+               lib/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar
diff --git a/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar b/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar
new file mode 100644 (file)
index 0000000..fcb9692
Binary files /dev/null and b/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar differ
diff --git a/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar b/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar
new file mode 100644 (file)
index 0000000..e12dd82
Binary files /dev/null and b/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar differ
diff --git a/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar b/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar
new file mode 100644 (file)
index 0000000..21bd8d6
Binary files /dev/null and b/rt-ide/tizen.rt.product.plugin/lib/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar differ
diff --git a/rt-ide/tizen.rt.product.plugin/lib/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar b/rt-ide/tizen.rt.product.plugin/lib/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar
new file mode 100644 (file)
index 0000000..855a383
Binary files /dev/null and b/rt-ide/tizen.rt.product.plugin/lib/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar differ