From: JaeMin Kim Date: Tue, 21 Feb 2017 09:43:54 +0000 (+0900) Subject: Terminal: add libraries for rtos X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8102f4ec2242266d8046422592eec38c85e45091;p=sdk%2Fide%2Frt-ide-product.git Terminal: add libraries for rtos added serial connector jar for terminal eplugin. added a total of 8 jar for debugs, including gdbjtag. added a toolchain. Change-Id: I82855eced29495ba3452cd820f894387cceaf288 Signed-off-by: JaeMin Kim --- diff --git a/lib/plugins/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar b/lib/plugins/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar new file mode 100644 index 0000000..fcb9692 Binary files /dev/null and b/lib/plugins/ilg.gnuarmeclipse.core_3.2.1.201701141320.jar differ diff --git a/lib/plugins/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar b/lib/plugins/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar new file mode 100644 index 0000000..e12dd82 Binary files /dev/null and b/lib/plugins/ilg.gnuarmeclipse.debug.core_1.2.1.201701141320.jar differ diff --git a/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar b/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar new file mode 100644 index 0000000..21bd8d6 Binary files /dev/null and b/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag.openocd_4.1.2.201701141320.jar differ diff --git a/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag.restart_1.3.1.201701141320.jar b/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag.restart_1.3.1.201701141320.jar new file mode 100644 index 0000000..03d2151 Binary files /dev/null and b/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag.restart_1.3.1.201701141320.jar differ diff --git a/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag_3.1.1.201701141320.jar b/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag_3.1.1.201701141320.jar new file mode 100644 index 0000000..21cca40 Binary files /dev/null and b/lib/plugins/ilg.gnuarmeclipse.debug.gdbjtag_3.1.1.201701141320.jar differ diff --git a/lib/plugins/ilg.gnuarmeclipse.packs.core_1.1.3.201701141320.jar b/lib/plugins/ilg.gnuarmeclipse.packs.core_1.1.3.201701141320.jar new file mode 100644 index 0000000..0bcc58d Binary files /dev/null and b/lib/plugins/ilg.gnuarmeclipse.packs.core_1.1.3.201701141320.jar differ diff --git a/lib/plugins/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar b/lib/plugins/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar new file mode 100644 index 0000000..855a383 Binary files /dev/null and b/lib/plugins/org.eclipse.cdt.debug.gdbjtag.core_8.5.0.201602051005.jar differ diff --git a/lib/plugins/org.eclipse.cdt.debug.gdbjtag.ui_7.1.0.201602051005.jar b/lib/plugins/org.eclipse.cdt.debug.gdbjtag.ui_7.1.0.201602051005.jar new file mode 100644 index 0000000..d7e69a6 Binary files /dev/null and b/lib/plugins/org.eclipse.cdt.debug.gdbjtag.ui_7.1.0.201602051005.jar differ diff --git a/lib/plugins/org.eclipse.tm.terminal.connector.serial_4.2.0.201702211718.jar b/lib/plugins/org.eclipse.tm.terminal.connector.serial_4.2.0.201702211718.jar new file mode 100644 index 0000000..55150fd Binary files /dev/null and b/lib/plugins/org.eclipse.tm.terminal.connector.serial_4.2.0.201702211718.jar differ diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/BUILD_INFO.txt b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/BUILD_INFO.txt similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/BUILD_INFO.txt rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/BUILD_INFO.txt diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/MANIFEST.MF b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/MANIFEST.MF similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/MANIFEST.MF rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/MANIFEST.MF diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/eclipse.inf b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/eclipse.inf similarity index 100% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/eclipse.inf rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/eclipse.inf diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about.html b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about.html similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about.html rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about.html diff --git a/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about_files/lgpl.txt similarity index 100% rename from rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about_files/lgpl.txt diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/fragment.properties b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/fragment.properties similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/fragment.properties rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/fragment.properties diff --git a/rxtx/librxtxParallel.so b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxParallel.so similarity index 100% rename from rxtx/librxtxParallel.so rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxParallel.so diff --git a/rxtx/librxtxSerial.so b/lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxSerial.so similarity index 100% rename from rxtx/librxtxSerial.so rename to lib/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxSerial.so diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/MANIFEST.MF b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/MANIFEST.MF similarity index 100% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/MANIFEST.MF rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/MANIFEST.MF diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/eclipse.inf b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/eclipse.inf similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/META-INF/eclipse.inf rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/META-INF/eclipse.inf diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/about.html b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/about.html similarity index 100% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/about.html rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/about.html diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.properties b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.properties similarity index 94% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.properties rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.properties index f5c58ae..309ec60 100644 --- a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.properties +++ b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.properties @@ -1,12 +1,12 @@ -################################################################################ -# Copyright (c) 2007 Wind River Systems, Inc. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Martin Oberhuber - initial API and implementation -################################################################################ -pluginName=RXTX Source Bundle +################################################################################ +# Copyright (c) 2007 Wind River Systems, Inc. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Martin Oberhuber - initial API and implementation +################################################################################ +pluginName=RXTX Source Bundle providerName=RXTX.org \ No newline at end of file diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.xml b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.xml similarity index 100% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.xml rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/plugin.xml diff --git a/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about.html b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about.html similarity index 100% rename from rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about.html rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about.html diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt similarity index 100% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt diff --git a/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/src.zip b/lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/src.zip similarity index 100% rename from rxtx/gnu.io.rxtx_2.1.7.4_v20071016/src.zip rename to lib/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/src.zip diff --git a/rxtx/gnu.io.rxtx_2.1.7.4_v20071016.jar b/lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016.jar similarity index 100% rename from rxtx/gnu.io.rxtx_2.1.7.4_v20071016.jar rename to lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016.jar diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about.html b/lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about.html similarity index 100% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/about.html rename to lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about.html diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about_files/lgpl.txt b/lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/about_files/lgpl.txt rename to lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/about_files/lgpl.txt diff --git a/rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/src.zip b/lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/src.zip similarity index 100% rename from rxtx/gnu.io.rxtx.source_2.1.7.4_v20071016/src/gnu.io.rxtx_2.1.7.4_v20071016/src.zip rename to lib/rxtx/gnu.io.rxtx_2.1.7.4_v20071016/src.zip diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxParallel.so b/lib/rxtx/librxtxParallel.so similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxParallel.so rename to lib/rxtx/librxtxParallel.so diff --git a/rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxSerial.so b/lib/rxtx/librxtxSerial.so similarity index 100% rename from rxtx/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/librxtxSerial.so rename to lib/rxtx/librxtxSerial.so diff --git a/rt-ide/org.eclipse.tm.terminal/lib/org.eclipse.tm.terminal.connector.serial_4.2.0.201702211718.jar b/rt-ide/org.eclipse.tm.terminal/lib/org.eclipse.tm.terminal.connector.serial_4.2.0.201702211718.jar new file mode 100644 index 0000000..55150fd Binary files /dev/null and b/rt-ide/org.eclipse.tm.terminal/lib/org.eclipse.tm.terminal.connector.serial_4.2.0.201702211718.jar differ diff --git a/rt-ide/org.eclipse.tm.terminal/plugins/org.eclipse.tm.terminal.connector.serial/META-INF/MANIFEST.MF b/rt-ide/org.eclipse.tm.terminal/plugins/org.eclipse.tm.terminal.connector.serial/META-INF/MANIFEST.MF index 012dcf8..4b027b2 100644 --- a/rt-ide/org.eclipse.tm.terminal/plugins/org.eclipse.tm.terminal.connector.serial/META-INF/MANIFEST.MF +++ b/rt-ide/org.eclipse.tm.terminal/plugins/org.eclipse.tm.terminal.connector.serial/META-INF/MANIFEST.MF @@ -21,4 +21,4 @@ Export-Package: org.eclipse.tm.terminal.connector.serial.activator;x-internal:=t org.eclipse.tm.terminal.connector.serial.interfaces, org.eclipse.tm.terminal.connector.serial.launcher, org.eclipse.tm.terminal.connector.serial.nls;x-internal:=true -Import-Package: gnu.io;resolution:=optional \ No newline at end of file +Import-Package: gnu.io;resolution:=optional diff --git a/rt-ide/tizen.rt.product/tizen.product b/rt-ide/tizen.rt.product/tizen.product index 95a2655..23e15c7 100644 --- a/rt-ide/tizen.rt.product/tizen.product +++ b/rt-ide/tizen.rt.product/tizen.product @@ -7,21 +7,21 @@ - -nl + -nl en - --launcher.GTK_version + --launcher.GTK_version 2 - -Dfile.encoding=UTF-8 --Dosgi.requiredJavaVersion=1.6 --XX:+AggressiveOpts --XX:PermSize=128M --XX:MaxPermSize=256M --XX:MaxNewSize=128M --XX:NewSize=128M --Xms256m --Xmx512m + -Dfile.encoding=UTF-8 +-Dosgi.requiredJavaVersion=1.6 +-XX:+AggressiveOpts +-XX:PermSize=128M +-XX:MaxPermSize=256M +-XX:MaxNewSize=128M +-XX:NewSize=128M +-Xms256m +-Xmx512m -Dlog4j.configuratorClass=org.tizen.common.util.log.TizenLog4jConfigurator -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts @@ -53,20 +53,20 @@ en https://developer.tizen.org - Tizen Studio - - -Tizen Studio contains software portions licensed under various open source licenses as well as proprietary components. All open source software portions ("Open Source Software") are licensed under the open source licenses that accompany such Open Source Software. - -The licenses governing the Open Source Software are available at: -https://developer.tizen.org/tizen-sdk-opensource-license - -Except for the Open Source Software and proprietary components contributed from companies other than Samsung, contained in Tizen Studio, all other software portions contained in Tizen Studio are governed by the terms and conditions of the Samsung Tizen Studio License Agreement, available at: -https://developer.tizen.org/tizen-sdk-license - -The licenses of all proprietary components contributed from companies other than Samsung will be either displayed as part of their respective installers or accessed inside installation package archive of each component. You may access and download Tizen Studio Open Source Software at: -http://developer.tizen.org/download/tizenopensdk.tar.gz - + Tizen Studio + + +Tizen Studio contains software portions licensed under various open source licenses as well as proprietary components. All open source software portions ("Open Source Software") are licensed under the open source licenses that accompany such Open Source Software. + +The licenses governing the Open Source Software are available at: +https://developer.tizen.org/tizen-sdk-opensource-license + +Except for the Open Source Software and proprietary components contributed from companies other than Samsung, contained in Tizen Studio, all other software portions contained in Tizen Studio are governed by the terms and conditions of the Samsung Tizen Studio License Agreement, available at: +https://developer.tizen.org/tizen-sdk-license + +The licenses of all proprietary components contributed from companies other than Samsung will be either displayed as part of their respective installers or accessed inside installation package archive of each component. You may access and download Tizen Studio Open Source Software at: +http://developer.tizen.org/download/tizenopensdk.tar.gz + BY CLICKING THE "I AGREE" BUTTON OR BY USING ANY PART OF TIZEN STUDIO, YOU AGREE (ON BEHALF OF YOURSELF AND/OR YOUR COMPANY) TO THE OPEN SOURCE SOFTWARE LICENSE TERMS, THE SAMSUNG TIZEN STUDIO LICENSE AGREEMENT AND THE LICENSES OF ALL PROPRIETARY COMPONENTS CONTRIBUTED FROM COMPANIES OTHER THAN SAMSUNG. If you do not agree with the Open Source Software license terms or the SAMSUNG TIZEN STUDIO LICENSE AGREEMENT or THE LICENSES OF ALL PROPRIETARY COMPONENTS CONTRIBUTED FROM COMPANIES OTHER THAN SAMSUNG, you may not download or use Tizen Studio.