Revert "MISC: applied nativeappcommon's change" 80/22980/1
authorGun Kim <gune.kim@samsung.com>
Sun, 15 Jun 2014 02:15:53 +0000 (19:15 -0700)
committerGun Kim <gune.kim@samsung.com>
Sun, 15 Jun 2014 02:15:53 +0000 (19:15 -0700)
This reverts commit 5b128b29339559113e58ba3415edcf23e1c3e210.

Change-Id: Idc81596586369cd7dcb03b7362e5fc015ae5b11f

org.tizen.nativeplatform/src/org/tizen/nativeplatform/wizards/TemplateTizenPlatformNewWizard.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/wizards/TizenPlatformMainWizardPage.java
package/changelog
package/pkginfo.manifest

index 15d8a44..ab9cbf9 100644 (file)
@@ -148,7 +148,7 @@ public class TemplateTizenPlatformNewWizard extends TemplateTizenNewWizard {
         return items.toArray(new EntryDescriptor[items.size()]);
     }
 
-    protected EntryDescriptor getEntryDesc(TemplateDescriptor descriptor, String label) {
+    private EntryDescriptor getEntryDesc(TemplateDescriptor descriptor, String label) {
         String projTypeName;
         Element root = descriptor.getRootElement();
         Element slpPropertyElement = TizenTemplateProcessParser.getElementFromTag(root,
index f059d6f..4f3ca32 100644 (file)
@@ -189,7 +189,7 @@ public class TizenPlatformMainWizardPage extends TizenMainWizardPage {
         return null;
     }
 
-    protected IPath getTemplatePath(ProfileInfo platformInfo) {
+    private IPath getTemplatePath(ProfileInfo platformInfo) {
         String samplePath = InstallPathConfig.getSamplesPath(platformInfo,
                 platformInfo.getLatestPlatformVersion());
         if (samplePath == null) {
index 5bfec62..4b6744e 100644 (file)
@@ -1,6 +1,3 @@
-* 2.1.94
-- Applied nativeappcommon's change
-== gune.kim <gune.kim@samsung.com> 2014-06-13
 * 2.1.93
 - DEBUG: COREDUMP: Do not synchronize debug files when coredump debugging.
 - DEBUG: COREDUMP: Supported to manage repositories on launch wizard when coredump debugging.
index 5ba379f..026c290 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.1.94
+Version:2.1.93
 Source:nativeplatform-eplugin
 Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Yoonki Park<yoonki.park@samsung.com>, Hyunsik Noh<hyunsik.noh@samsung.com>, Gun Kim<gune.kim@samsung.com>, Ho Namkoong<ho.namkoong@samsung.com>, Taeyoung Son<taeyoung2.son@samsung.com>