[Title]Move smart launch to common and support web/native(+profile) launch
authorhyunsik.noh <hyunsik.noh@samsung.com>
Mon, 13 May 2013 05:15:05 +0000 (14:15 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Mon, 13 May 2013 12:53:40 +0000 (21:53 +0900)
commitac6ade5a944adb1152dcc5a86395e0adb7f84db7
tree6c995e62c549e4ed5e34ca64cf51721b45bf9e6a
parentb5cd2eda640d14eccf6e0d670741667a64ad8f1f
[Title]Move smart launch to common and support web/native(+profile) launch
Change UI and structure
[Type]
[Module]common
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

Change-Id: I3f5c850da4efd1fb720bfcfb795dbab5da4292e2
32 files changed:
org.tizen.common.feature/feature.xml
org.tizen.common.gom/.classpath [new file with mode: 0644]
org.tizen.common.gom/.project [new file with mode: 0644]
org.tizen.common.gom/META-INF/MANIFEST.MF [new file with mode: 0644]
org.tizen.common.gom/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
org.tizen.common.gom/build.properties [new file with mode: 0644]
org.tizen.common.gom/icons/default_project_icon.png [new file with mode: 0644]
org.tizen.common.gom/icons/smart_launch.png [new file with mode: 0644]
org.tizen.common.gom/plugin.xml [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/GomPlugin.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/launch/GomLaunchData.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/launch/IGomSmartLaunchShortcut.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/GomSmartLaunchManager.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/GomSmartLauncher.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/action/GomSmartLaunchAction.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/action/GomSmartLaunchToolbarAction.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/handler/GomSmartLaunchCycleHandler.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/handler/GomSmartLaunchHandler.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/messages/GomMessages.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/messages/GomMessages.properties [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/ui/GomContentProvider.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/ui/GomDialog.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/ui/GomLabelProvider.java [new file with mode: 0644]
org.tizen.common.gom/src/org/tizen/common/gom/smartlaunch/ui/GomTreeViewer.java [new file with mode: 0644]
org.tizen.common/META-INF/MANIFEST.MF
org.tizen.common/src/org/tizen/common/adapter/ITizenLaunchConfiguration.java [new file with mode: 0644]
org.tizen.common/src/org/tizen/common/adapter/ITizenNativeLaunchConfiguration.java [new file with mode: 0644]
org.tizen.common/src/org/tizen/common/adapter/ITizenNativeProject.java [new file with mode: 0644]
org.tizen.common/src/org/tizen/common/adapter/ITizenProject.java [new file with mode: 0644]
org.tizen.common/src/org/tizen/common/adapter/ITizenWebLaunchConfiguration.java [new file with mode: 0644]
org.tizen.common/src/org/tizen/common/adapter/ITizenWebProject.java [new file with mode: 0644]
org.tizen.common/src/org/tizen/common/util/ProjectUtil.java