diff options
author | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-05-15 22:27:44 -0700 |
---|---|---|
committer | Taeyoung Son <taeyoung2.son@samsung.com> | 2014-05-15 22:27:44 -0700 |
commit | a67da6137de5e391c91e4f7eeb3e8edb77e6c5ec (patch) | |
tree | 9343718942eb4cd067b2d3574bcef77e98e70ffa | |
parent | 5b72c3081597e4863c5aad6a2cc89c0ee956ffb8 (diff) | |
download | common-eplugin-a67da6137de5e391c91e4f7eeb3e8edb77e6c5ec.tar.gz common-eplugin-a67da6137de5e391c91e4f7eeb3e8edb77e6c5ec.tar.bz2 common-eplugin-a67da6137de5e391c91e4f7eeb3e8edb77e6c5ec.zip |
Revert "PACKAGE: Moved menu to webapp-eplugin"
This reverts commit 5b72c3081597e4863c5aad6a2cc89c0ee956ffb8.
Change-Id: I0938d5cde0be67e8fcd9d94b037ff7aefcad9120
-rw-r--r-- | org.tizen.common.ui/META-INF/MANIFEST.MF | 1 | ||||
-rwxr-xr-x | org.tizen.common.ui/OSGI-INF/l10n/bundle.properties | 2 | ||||
-rw-r--r-- | org.tizen.common.ui/plugin.xml | 14 |
3 files changed, 14 insertions, 3 deletions
diff --git a/org.tizen.common.ui/META-INF/MANIFEST.MF b/org.tizen.common.ui/META-INF/MANIFEST.MF index 0d0839aa9..fd5fcea9e 100644 --- a/org.tizen.common.ui/META-INF/MANIFEST.MF +++ b/org.tizen.common.ui/META-INF/MANIFEST.MF @@ -27,7 +27,6 @@ Import-Package: org.eclipse.core.resources, Export-Package: org.tizen.common.ui, org.tizen.common.ui.commandbar, org.tizen.common.ui.dialog, - org.tizen.common.ui.properties, org.tizen.common.ui.wizards Bundle-ActivationPolicy: lazy Bundle-ClassPath: lib/commons-cli-1.2.jar, diff --git a/org.tizen.common.ui/OSGI-INF/l10n/bundle.properties b/org.tizen.common.ui/OSGI-INF/l10n/bundle.properties index b3daaa31a..bd3311997 100755 --- a/org.tizen.common.ui/OSGI-INF/l10n/bundle.properties +++ b/org.tizen.common.ui/OSGI-INF/l10n/bundle.properties @@ -11,5 +11,3 @@ extension-point.commandbar = Command Bar Extension extension-point.tipoftheday = Tip of the day Extension decorator.imagefile.label = Tizen Image File Decorator decorator.referencedproject.label = Tizen Referenced Project Decorator - -org.tizen.common.ui.properties.pkgconfig.name = Package
\ No newline at end of file diff --git a/org.tizen.common.ui/plugin.xml b/org.tizen.common.ui/plugin.xml index 02053a232..85cbcec86 100644 --- a/org.tizen.common.ui/plugin.xml +++ b/org.tizen.common.ui/plugin.xml @@ -48,6 +48,20 @@ </page> </extension> + <extension + point="org.eclipse.ui.propertyPages"> + <page + category="org.tizen.common.properties.tizen" + class="org.tizen.common.ui.properties.PackageConfiguration" + id="org.tizen.common.ui.properties.pkgconfig" + name="%org.tizen.common.ui.properties.pkgconfig.name"> + <enabledWhen> + <adapt + type="org.eclipse.core.resources.IProject"> + </adapt> + </enabledWhen> + </page> + </extension> <extension point="org.eclipse.ui.startup"> |