[Title] added ZipEditor to org.tizen.common.externals & added Tizen package files... 64/10764/5
authorGun Kim <gune.kim@samsung.com>
Fri, 11 Oct 2013 07:41:34 +0000 (16:41 +0900)
committerGun Kim <gune.kim@samsung.com>
Tue, 15 Oct 2013 06:07:47 +0000 (15:07 +0900)
commite4f07e5bfa548092d975f625f0b821b106ba243d
treeb1c99915cd0fbc01ff69fefea74f076ce00a1455
parentfe57334aaa94a20cfb230a5fafa86c3d73c561f2
[Title] added ZipEditor to org.tizen.common.externals & added Tizen package files(.tpk/.wgt) icons
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I96653780de9d59f8a941d57d592df92931c02bed
Signed-off-by: Gun Kim <gune.kim@samsung.com>
97 files changed:
LICENSE.CPLv1 [new file with mode: 0644]
NOTICE
org.tizen.common.externals/META-INF/MANIFEST.MF
org.tizen.common.externals/OSGI-INF/l10n/bundle.properties
org.tizen.common.externals/about.html
org.tizen.common.externals/about_files/LICENSE.CPLv1 [new file with mode: 0644]
org.tizen.common.externals/build.properties
org.tizen.common.externals/icons/add.gif [new file with mode: 0644]
org.tizen.common.externals/icons/alphab_sort_co.gif [new file with mode: 0644]
org.tizen.common.externals/icons/arrow_down.gif [new file with mode: 0644]
org.tizen.common.externals/icons/collapseall.gif [new file with mode: 0644]
org.tizen.common.externals/icons/expandall.gif [new file with mode: 0644]
org.tizen.common.externals/icons/extract.gif [new file with mode: 0644]
org.tizen.common.externals/icons/sort_asc.gif [new file with mode: 0644]
org.tizen.common.externals/icons/sort_desc.gif [new file with mode: 0644]
org.tizen.common.externals/icons/sort_none.gif [new file with mode: 0644]
org.tizen.common.externals/icons/synced.gif [new file with mode: 0644]
org.tizen.common.externals/icons/togglemode.gif [new file with mode: 0644]
org.tizen.common.externals/icons/tpk.png [new file with mode: 0755]
org.tizen.common.externals/icons/wgt.png [new file with mode: 0755]
org.tizen.common.externals/icons/zipicon.gif [new file with mode: 0644]
org.tizen.common.externals/plugin.xml [new file with mode: 0644]
org.tizen.common.externals/src/org/tizen/common/externals/ExternalsPlugin.java
org.tizen.common.externals/src/org/tizen/common/externals/navigatorContent/PackageActionProvider.java [new file with mode: 0644]
org.tizen.common.externals/src/org/tizen/common/externals/navigatorContent/PackageContentProvider.java [new file with mode: 0644]
org.tizen.common.externals/src/org/tizen/common/externals/navigatorContent/PackageLabelProvider.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/LocalFileEditorInput.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/Messages.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/MultiElementPropertyPage.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/MultiPreferenceDialog.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/NodePropertyPage.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/PreferenceConstants.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/PreferenceInitializer.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/TableFrame.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/TableViewerFrameSource.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/TarNodePropertyPage.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/Utils.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipContentProvider.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipEditor.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipEditorActionBarContributor.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipEditorDragAdapter.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipEditorDropAdapter.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipEditorPlugin.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipLabelProvider.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipNodePropertyPage.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipOutlinePage.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/ZipSorter.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ActionMessages.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ActionMessages.properties [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/AddAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/CollapseAllAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/CopyAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/DeferredMenuManager.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/DeleteAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/DialogAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/EditorAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ExtractAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/FileOpener.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/MostRecentlyUsedMenu.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/MultiPropertyDialogAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/NewFolderAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/OpenAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/OpenActionGroup.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/OpenWithMenu.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/PreferencesAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/RenameNodeAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ReverseSelectionAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/RevertAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/SaveAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/SelectAllAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/SelectPatternAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/SortAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/StringMatcher.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/TogglePreferenceAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ToggleStoreFoldersAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ToggleViewModeAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ViewerAction.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ZipActionGroup.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/actions/ZipActionProvider.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/messages.properties [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/Bzip2Node.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/FileAdapter.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/GzipNode.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/IModelListener.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/Node.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/NodeProperty.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/NodeWorkbenchAdapter.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/TarNode.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/TarNodeProperty.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/ZipContentDescriber.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/ZipModel.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/ZipNode.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/model/ZipNodeProperty.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/operations/AddOperation.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/operations/ExtractOperation.java [new file with mode: 0644]
org.tizen.common.externals/src/zipeditor/operations/OpenFileOperation.java [new file with mode: 0644]
org.tizen.common/src/org/tizen/common/TizenPlatformConstants.java