sdk/ide/nativeplatform-eplugin.git
10 years agoLAUNCHER: Assign .debug file directly when attach debugging 96/11796/1
donghyuk.yang [Tue, 5 Nov 2013 07:10:28 +0000 (16:10 +0900)]
LAUNCHER: Assign .debug file directly when attach debugging

Assign .debug file directly when attach debugging.
 - before: Assign just directory path and expect load .debug file
automatically.
 - after: Assign .debug file directly with directory path.

Change-Id: I46a297d11fb42a423d9ad68898c2b7d21bbef4d0
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoLAUNCHER: Run EFL application after killing the process if it is running 95/11795/1
donghyuk.yang [Tue, 5 Nov 2013 07:07:23 +0000 (16:07 +0900)]
LAUNCHER: Run EFL application after killing the process if it is running

In case of EFL application, run it after terminate the process if it is
already running. This is effective for running and debugging EFL
application. (except EFL application for testing library)

Change-Id: Ie65c246c1dd34d12201a02a9bf2e3eee440107a1
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoLAUNCHWZD: Disable package remove button if there no any extra packages 95/11695/1
donghyuk.yang [Mon, 4 Nov 2013 01:41:17 +0000 (10:41 +0900)]
LAUNCHWZD: Disable package remove button if there no any extra packages

Extra packages can be added and removed on launch wizard. Package table
includes all extra packages. On package table, remove button do not need
to be enable if there is no any extra package.

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
Change-Id: I619f4637164a2e9fbe6898dd56f6f40d889bdd66

10 years agoMerge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin 90/11690/1
donghyuk.yang [Sun, 3 Nov 2013 08:32:55 +0000 (17:32 +0900)]
Merge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin
into tizen

Change-Id: I08e276695aa27f0ea16e1f56d29e53355c4b89a8
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoLAUNCHER: Use expect script when generating new rootstrap 89/11689/1
donghyuk.yang [Sun, 3 Nov 2013 08:32:44 +0000 (17:32 +0900)]
LAUNCHER: Use expect script when generating new rootstrap

User rootstrap should be generated by expect script because it should be
used as user permission. User rootstrap will be generated as root
permission if use sudo shell script.

Change-Id: Icd067a3031996d54982d31ca8eaa829565d81f12
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.43) 88/11688/1
donghyuk.yang [Sun, 3 Nov 2013 06:06:10 +0000 (15:06 +0900)]
Version up (2.1.43)

Change-Id: Ie8d6ed372d0f9ba97b4c859afa7ec87947dc877a
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin 87/11687/1
donghyuk.yang [Sun, 3 Nov 2013 05:59:23 +0000 (14:59 +0900)]
Merge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin
into tizen

Change-Id: I0f4b972ffcbb93e46769a77f02a4e433f50f6420
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoLAUNCHER: Refactoring launch delegate and shortcut 86/11686/1
donghyuk.yang [Sun, 3 Nov 2013 05:59:15 +0000 (14:59 +0900)]
LAUNCHER: Refactoring launch delegate and shortcut

There are some unnecessary code in launch delegate and shortcut.
Removed it and fixed a bug for launching to multi target

Change-Id: I2bc17c94b546cc991086fef4b41b9ec3c59456c4
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.42) 80/11680/1
donghyuk.yang [Sat, 2 Nov 2013 03:18:33 +0000 (12:18 +0900)]
Version up (2.1.42)

Change-Id: I801be97434fe915ccfbb088a0a0dbecc097d517d
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoCMDLAUNCH: Improve process cancel process 79/11679/1
donghyuk.yang [Sat, 2 Nov 2013 02:59:28 +0000 (11:59 +0900)]
CMDLAUNCH: Improve process cancel process

Improve process cancel process to be done more accurately.
 before: Another monitor manager thread watches user request cancel.
 after: Launcher directly watches user request cancel when printing
command log.

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
Change-Id: Iec03fa48b12713686b28be7054e0ee1acf016309

10 years agoPWDDLG: Changed password input dialog to input wizard 78/11678/1
donghyuk.yang [Sat, 2 Nov 2013 02:12:15 +0000 (11:12 +0900)]
PWDDLG: Changed password input dialog to input wizard

The wizard provides more pretty look.
Before: password input dialog + verify monitor progress dialog
After: password input wizard (include monitor progress)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
Change-Id: I019ba24606029ce064acf195427b8810b93ca105

10 years agoPWDDLG: Added API for verifying super-user password
donghyuk.yang [Fri, 1 Nov 2013 04:16:05 +0000 (13:16 +0900)]
PWDDLG: Added API for verifying super-user password

The API internally execute command for verifying super-user password.
command format like as following:
 "SUDO_ASKPASS="<script>" sudo -A -k true"

Change-Id: Ic0e937d4a5d35fcaa34e80e9d0a621f77dc78cc4
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge "PWDDLG: Added process for verifying super-user password" into tizen
DongHee Yang [Fri, 1 Nov 2013 03:29:10 +0000 (20:29 -0700)]
Merge "PWDDLG: Added process for verifying super-user password" into tizen

10 years agoPWDDLG: Added process for verifying super-user password 37/11637/1
donghyuk.yang [Fri, 1 Nov 2013 03:27:16 +0000 (12:27 +0900)]
PWDDLG: Added process for verifying super-user password

Verify whether the password is correct when user input super-user
password through input dialog.
Do not care about sudoer user currently. If sudoer user, error can be
occurred.

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
Change-Id: I0be3bcca1f2a2cae9778a198e6039975bb98a9c1

10 years agoMerge "WIZARD: Fixed a problem for moving control through tab key" into tizen
DongHee Yang [Thu, 31 Oct 2013 02:44:07 +0000 (19:44 -0700)]
Merge "WIZARD: Fixed a problem for moving control through tab key" into tizen

10 years agoWIZARD: Fixed a problem for moving control through tab key 95/11595/1
donghyuk.yang [Thu, 31 Oct 2013 02:42:19 +0000 (11:42 +0900)]
WIZARD: Fixed a problem for moving control through tab key

Fixed the following problem:
  Tab to change focus is not working for project wizard

Change-Id: Icc8bd3023410860db7f84c0b7a4a6856a882f6b1
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.41) 01/11501/1
donghyuk.yang [Tue, 29 Oct 2013 04:54:51 +0000 (13:54 +0900)]
Version up (2.1.41)

Change-Id: I6df671534ebbf2377070ede21281f2042604274e

10 years agoModified test workspace 00/11500/1
donghyuk.yang [Tue, 29 Oct 2013 04:53:31 +0000 (13:53 +0900)]
Modified test workspace

Change-Id: I60dca6c4646eac2ba07674c02a88b5a77d424c41

10 years agoVersion up (2.1.40) 42/11442/1
donghyuk.yang [Mon, 28 Oct 2013 06:27:02 +0000 (15:27 +0900)]
Version up (2.1.40)

Change-Id: I62762804c8f2350402ec8c829daeb86322f2a916

10 years agoModified test workspace 41/11441/1
donghyuk.yang [Mon, 28 Oct 2013 06:23:37 +0000 (15:23 +0900)]
Modified test workspace

Change-Id: Iccc32d8e235d4b2726dcf1028eb4e6bd61e84dc0

10 years ago[Title] Version up (2.1.39) 65/11365/1
donghyuk.yang [Fri, 25 Oct 2013 03:09:06 +0000 (12:09 +0900)]
[Title] Version up (2.1.39)

Change-Id: I1625a38f9769a358d09113fb652987a1a4bb867e

10 years agoMerge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen
donghyuk.yang [Fri, 25 Oct 2013 02:49:24 +0000 (11:49 +0900)]
Merge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen

10 years agoMerge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen
donghyuk.yang [Fri, 25 Oct 2013 02:46:48 +0000 (11:46 +0900)]
Merge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen

10 years agoDisable "tip of the day" when testing platform ide 63/11363/1
donghyuk.yang [Fri, 25 Oct 2013 02:45:16 +0000 (11:45 +0900)]
Disable "tip of the day" when testing platform ide

Change-Id: I16448413efb4be038e92a4e238768cc468a0d631

10 years ago[Title] Supported RDS
donghyuk.yang [Fri, 25 Oct 2013 02:43:37 +0000 (11:43 +0900)]
[Title] Supported RDS

10 years ago[Title] Fixed a problem that "Text and Text box" are not seen property
donghyuk.yang [Fri, 25 Oct 2013 02:40:06 +0000 (11:40 +0900)]
[Title] Fixed a problem that "Text and Text box" are not seen property
in "Generate rootstrap" dialog

10 years ago[Title] Fixed a problem that Platform Project can't be created after
donghyuk.yang [Fri, 25 Oct 2013 02:38:23 +0000 (11:38 +0900)]
[Title] Fixed a problem that Platform Project can't be created after
closing the Tizen Platform perspective.

10 years ago[Title] Hide help icon on launch wizard
donghyuk.yang [Fri, 25 Oct 2013 02:37:06 +0000 (11:37 +0900)]
[Title] Hide help icon on launch wizard

10 years ago[Title] Version up (2.1.38) 65/11265/1
donghyuk.yang [Wed, 23 Oct 2013 09:27:08 +0000 (18:27 +0900)]
[Title] Version up (2.1.38)

Change-Id: I7282e3bd06c0ff56a1a60be97a7b476d0ddb02e9

10 years ago[Title] Added sikuli test 64/11264/1
donghyuk.yang [Wed, 23 Oct 2013 09:20:36 +0000 (18:20 +0900)]
[Title] Added sikuli test

Change-Id: If5a19f18cf9c7b2c9b97061f3eef096547d3a35a

10 years agobring test-ide.sh from common-eplugin 91/10991/1
Hyoun Jiil [Wed, 16 Oct 2013 01:00:27 +0000 (10:00 +0900)]
bring test-ide.sh from common-eplugin

10 years ago[Title] Version up (2.1.37) 44/10844/1
donghyuk.yang [Mon, 14 Oct 2013 05:21:11 +0000 (14:21 +0900)]
[Title] Version up (2.1.37)

10 years ago[Title] Hide help icon on launch wizard
donghyuk.yang [Fri, 11 Oct 2013 08:08:48 +0000 (17:08 +0900)]
[Title] Hide help icon on launch wizard

10 years ago[Title] FFixed the problem which extra packages are not cleared.
donghyuk.yang [Fri, 11 Oct 2013 01:21:08 +0000 (10:21 +0900)]
[Title] FFixed the problem which extra packages are not cleared.

10 years ago[Title] Version up (2.1.36)
donghyuk.yang [Tue, 1 Oct 2013 05:58:40 +0000 (14:58 +0900)]
[Title] Version up (2.1.36)

10 years ago[Title] Added about files
donghyuk.yang [Tue, 1 Oct 2013 05:47:46 +0000 (14:47 +0900)]
[Title] Added about files

10 years ago[Title] Version up (2.1.35)
donghyuk.yang [Mon, 30 Sep 2013 10:28:45 +0000 (19:28 +0900)]
[Title] Version up (2.1.35)

10 years ago[Title] Supported to show package properties on package manager (added
donghyuk.yang [Mon, 30 Sep 2013 10:22:53 +0000 (19:22 +0900)]
[Title] Supported to show package properties on package manager (added
new files)

10 years ago[Title] Fixed problematic codes
donghyuk.yang [Thu, 26 Sep 2013 14:25:51 +0000 (23:25 +0900)]
[Title] Fixed problematic codes

10 years ago[Title] Debugging platform project still be through sbi action unlike
donghyuk.yang [Wed, 25 Sep 2013 07:09:15 +0000 (16:09 +0900)]
[Title] Debugging platform project still be through sbi action unlike
debugging native project

10 years ago[Title] Version up (2.1.34)
donghyuk.yang [Thu, 5 Sep 2013 12:52:54 +0000 (21:52 +0900)]
[Title] Version up (2.1.34)

10 years ago[Title] Exception skip: Ubuntu 12.04 browser compatibility problem
donghyuk.yang [Thu, 5 Sep 2013 12:50:26 +0000 (21:50 +0900)]
[Title] Exception skip: Ubuntu 12.04 browser compatibility problem

10 years ago[Title] Install platform and application package respectively when
donghyuk.yang [Sat, 31 Aug 2013 06:10:07 +0000 (15:10 +0900)]
[Title] Install platform and application package respectively when
launching platform

11 years agopackage version up (2.1.33)
kh5325.kim [Fri, 30 Aug 2013 10:43:24 +0000 (19:43 +0900)]
package version up (2.1.33)

11 years agoAdded org.tizen.common.project.adapter extension for ProjectUtil#getTizenProject()
kh5325.kim [Fri, 30 Aug 2013 10:32:18 +0000 (19:32 +0900)]
Added org.tizen.common.project.adapter extension for ProjectUtil#getTizenProject()

11 years agopackage version up (2.1.32)
kh5325.kim [Fri, 30 Aug 2013 05:54:22 +0000 (14:54 +0900)]
package version up (2.1.32)

11 years ago[Title] applied common-eplugin's change
Gun Kim [Wed, 28 Aug 2013 15:40:10 +0000 (00:40 +0900)]
[Title] applied common-eplugin's change
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I92073078dc1eaa6e7b2d9bbf1c74be74f02cfb56

11 years ago[Title] Version up (2.1.31)
donghyuk.yang [Wed, 28 Aug 2013 01:09:20 +0000 (10:09 +0900)]
[Title] Version up (2.1.31)

11 years ago[Title] Added cmake editor plugin (except site.xml)
donghyuk.yang [Wed, 28 Aug 2013 01:06:50 +0000 (10:06 +0900)]
[Title] Added cmake editor plugin (except site.xml)

11 years ago[Title] Version up (2.1.30)
donghyuk.yang [Tue, 27 Aug 2013 09:44:33 +0000 (18:44 +0900)]
[Title] Version up (2.1.30)

11 years ago[Title] Removed cmake editor plugin
donghyuk.yang [Tue, 27 Aug 2013 09:41:22 +0000 (18:41 +0900)]
[Title] Removed cmake editor plugin

11 years ago[Title] Version up (2.1.29)
donghyuk.yang [Tue, 27 Aug 2013 08:21:31 +0000 (17:21 +0900)]
[Title] Version up (2.1.29)

11 years ago[Title] Added cmake editor plugin
donghyuk.yang [Tue, 27 Aug 2013 08:15:57 +0000 (17:15 +0900)]
[Title] Added cmake editor plugin

11 years ago[Title] Supported to import platform project
donghyuk.yang [Tue, 27 Aug 2013 07:56:51 +0000 (16:56 +0900)]
[Title] Supported to import platform project

11 years ago[Title] Version up (2.1.28)
donghyuk.yang [Fri, 23 Aug 2013 05:54:23 +0000 (14:54 +0900)]
[Title] Version up (2.1.28)

11 years ago[Title] Refactoring (collection type)
donghyuk.yang [Thu, 22 Aug 2013 08:33:12 +0000 (17:33 +0900)]
[Title] Refactoring (collection type)

11 years ago[Title] Added default platform includes
donghyuk.yang [Wed, 14 Aug 2013 05:25:32 +0000 (14:25 +0900)]
[Title] Added default platform includes

11 years agopackage version up (2.1.27), Fixed to use NewProjectChecker
kh5325.kim [Mon, 12 Aug 2013 09:15:54 +0000 (18:15 +0900)]
package version up (2.1.27), Fixed to use NewProjectChecker

11 years agopackage version up (2.1.26)
kh5325.kim [Fri, 9 Aug 2013 12:10:08 +0000 (21:10 +0900)]
package version up (2.1.26)

11 years agoRefactored wizard to common model
kh5325.kim [Thu, 8 Aug 2013 02:51:23 +0000 (11:51 +0900)]
Refactored wizard to common model

11 years ago[Title] Version up (2.1.25)
donghyuk.yang [Tue, 6 Aug 2013 01:18:08 +0000 (10:18 +0900)]
[Title] Version up (2.1.25)

11 years ago[Title] Modified test meta package attribute (root -> test)
donghyuk.yang [Tue, 6 Aug 2013 01:14:54 +0000 (10:14 +0900)]
[Title] Modified test meta package attribute (root -> test)

11 years ago[Title] Modified sikuli test script
donghyuk.yang [Fri, 2 Aug 2013 12:54:08 +0000 (21:54 +0900)]
[Title] Modified sikuli test script

11 years agopackage version up (2.1.24), Refactored PWComposite to common
kh5325.kim [Fri, 2 Aug 2013 05:39:25 +0000 (14:39 +0900)]
package version up (2.1.24), Refactored PWComposite to common

11 years ago[Title] Version up (2.1.23)
donghyuk.yang [Thu, 1 Aug 2013 07:55:42 +0000 (16:55 +0900)]
[Title] Version up (2.1.23)

11 years ago[Title] Applied common wizard changing
donghyuk.yang [Thu, 1 Aug 2013 07:35:05 +0000 (16:35 +0900)]
[Title] Applied common wizard changing

11 years ago[Title] Version up (2.1.22)
donghyuk.yang [Thu, 1 Aug 2013 05:56:03 +0000 (14:56 +0900)]
[Title] Version up (2.1.22)

11 years ago[Title] Added meta-nativeplatform-eplugin-test package
donghyuk.yang [Thu, 1 Aug 2013 05:53:36 +0000 (14:53 +0900)]
[Title] Added meta-nativeplatform-eplugin-test package

11 years agoMerge "Refactored wizard to common" into develop
kh5325.kim [Thu, 1 Aug 2013 01:15:26 +0000 (10:15 +0900)]
Merge "Refactored wizard to common" into develop

11 years agoRefactored wizard to common
kh5325.kim [Wed, 31 Jul 2013 15:39:07 +0000 (00:39 +0900)]
Refactored wizard to common

11 years ago[Title] Fixed pkginfo architecture and version up (2.1.21)
donghyuk.yang [Wed, 31 Jul 2013 13:05:14 +0000 (22:05 +0900)]
[Title] Fixed pkginfo architecture and version up (2.1.21)

11 years ago[Title] Added sikuli test script and version up (2.1.20)
donghyuk.yang [Wed, 31 Jul 2013 12:47:10 +0000 (21:47 +0900)]
[Title] Added sikuli test script and version up (2.1.20)

11 years ago[Title] Version up (2.1.19)
donghyuk.yang [Wed, 31 Jul 2013 11:41:07 +0000 (20:41 +0900)]
[Title] Version up (2.1.19)

11 years ago[Title] Added logger for performance
donghyuk.yang [Wed, 31 Jul 2013 11:31:17 +0000 (20:31 +0900)]
[Title] Added logger for performance

11 years ago[Title] Fixed GBS version parsing error
donghyuk.yang [Wed, 31 Jul 2013 11:30:09 +0000 (20:30 +0900)]
[Title] Fixed GBS version parsing error

11 years agopackage version up (2.1.18)
kh5325.kim [Wed, 31 Jul 2013 02:47:07 +0000 (11:47 +0900)]
package version up (2.1.18)

11 years agoMerge "[Title] Refactoring as Protex's result [Desc.] [Issue]" into develop
Bonyong.lee [Wed, 31 Jul 2013 01:32:03 +0000 (10:32 +0900)]
Merge "[Title] Refactoring as Protex's result [Desc.] [Issue]" into develop

11 years ago[Title] Modified CharacterStripper
donghyuk.yang [Tue, 30 Jul 2013 10:15:22 +0000 (19:15 +0900)]
[Title] Modified CharacterStripper

11 years ago[Title] Refactoring as Protex's result
Bonyong.lee [Mon, 29 Jul 2013 02:23:40 +0000 (11:23 +0900)]
[Title] Refactoring as Protex's result
[Desc.]
[Issue]

11 years agoModified license file name
kh5325.kim [Wed, 17 Jul 2013 13:48:21 +0000 (22:48 +0900)]
Modified license file name

11 years ago[Title] Removed duplicated codes
donghyuk.yang [Wed, 10 Jul 2013 06:20:14 +0000 (15:20 +0900)]
[Title] Removed duplicated codes

11 years ago[Title] Modified process monitor for installing packages
donghyuk.yang [Tue, 9 Jul 2013 11:06:44 +0000 (20:06 +0900)]
[Title] Modified process monitor for installing packages

11 years ago[Title] Launch refactoring
donghyuk.yang [Tue, 9 Jul 2013 10:02:04 +0000 (19:02 +0900)]
[Title] Launch refactoring

11 years ago[Title] Removed hard coding for debugger ("Tizen")
donghyuk.yang [Wed, 3 Jul 2013 06:17:52 +0000 (15:17 +0900)]
[Title] Removed hard coding for debugger ("Tizen")

11 years ago[Title] Fixed sonar violations
donghyuk.yang [Wed, 3 Jul 2013 05:54:04 +0000 (14:54 +0900)]
[Title] Fixed sonar violations

11 years ago[Title] Refactoring
donghyuk.yang [Tue, 2 Jul 2013 11:34:41 +0000 (20:34 +0900)]
[Title] Refactoring

11 years ago[Title] Removed unnecessary annotations
donghyuk.yang [Thu, 27 Jun 2013 09:49:10 +0000 (18:49 +0900)]
[Title] Removed unnecessary annotations

11 years ago[Title] Separated common class from launch shortcut classes
donghyuk.yang [Thu, 27 Jun 2013 09:47:45 +0000 (18:47 +0900)]
[Title] Separated common class from launch shortcut classes

11 years ago[Title] Do not get default target when attach debugging, get target
donghyuk.yang [Tue, 25 Jun 2013 06:44:32 +0000 (15:44 +0900)]
[Title] Do not get default target when attach debugging, get target
which configuration has

11 years ago[Title] Check if device is root before launching launch wizard
donghyuk.yang [Mon, 24 Jun 2013 07:42:13 +0000 (16:42 +0900)]
[Title] Check if device is root before launching launch wizard

11 years ago[Title] Added default include path
donghyuk.yang [Fri, 21 Jun 2013 05:19:12 +0000 (14:19 +0900)]
[Title] Added default include path

11 years ago[Title] Added platform_includes.xml file for setting include path to platform project...
donghyuk.yang [Thu, 20 Jun 2013 08:21:49 +0000 (17:21 +0900)]
[Title] Added platform_includes.xml file for setting include path to platform project as default

11 years ago[Title] Supported header tracing (set default includes from xml)
donghyuk.yang [Thu, 20 Jun 2013 07:46:57 +0000 (16:46 +0900)]
[Title] Supported header tracing (set default includes from xml)

11 years agopackage version up (2.1.17)
kh5325.kim [Wed, 19 Jun 2013 06:36:11 +0000 (15:36 +0900)]
package version up (2.1.17)

11 years ago[Title] Applied changing GBS buildroot path
donghyuk.yang [Fri, 14 Jun 2013 07:33:48 +0000 (16:33 +0900)]
[Title] Applied changing GBS buildroot path

11 years ago[Title] Version up (2.1.16)
donghyuk.yang [Wed, 12 Jun 2013 08:59:09 +0000 (17:59 +0900)]
[Title] Version up (2.1.16)

11 years agoMerge branch 'develop' of rsa:sdk/ide/nativeplatform-eplugin into develop
donghyuk.yang [Wed, 12 Jun 2013 08:56:45 +0000 (17:56 +0900)]
Merge branch 'develop' of rsa:sdk/ide/nativeplatform-eplugin into develop

11 years ago[Title] Fixed missing buildRunner for building platform project
donghyuk.yang [Wed, 12 Jun 2013 08:56:40 +0000 (17:56 +0900)]
[Title] Fixed missing buildRunner for building platform project

11 years ago[Title] Version up (2.1.15)
donghyuk.yang [Wed, 12 Jun 2013 06:30:34 +0000 (15:30 +0900)]
[Title] Version up (2.1.15)

11 years ago[Title] Supported header tracing
donghyuk.yang [Wed, 12 Jun 2013 06:28:56 +0000 (15:28 +0900)]
[Title] Supported header tracing