[Title] Set version default value( unknown )
authorTaeyoung Son <taeyoung2.son@samsung.com>
Tue, 25 Sep 2012 08:47:13 +0000 (17:47 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Tue, 25 Sep 2012 08:51:45 +0000 (17:51 +0900)
[Desc.]
[Issue] http://172.21.17.25/redmine/issues/6989

Change-Id: I40c1542b65817c7467224adac7e07e1276f29817

Change-ID: Id40520cfa2c9a229f19f772f1d55f35ef676688e

12 files changed:
org.tizen.base.feature/feature.xml
org.tizen.base.platform/.classpath
org.tizen.base.platform/TizenIDE_base_linux.product
org.tizen.base.platform/TizenIDE_base_macos.product
org.tizen.base.platform/TizenIDE_base_windows.product
org.tizen.base.platform/about.mappings
org.tizen.base.platform/build.properties
org.tizen.base.platform/plugin.xml
org.tizen.base.platform/src/org/tizen/base/platform/Activator.java [deleted file]
org.tizen.base.platform/src/org/tizen/base/platform/InitPreferences.java [deleted file]
package/build.linux
package/pkginfo.manifest

index ef82660..f756a99 100644 (file)
@@ -388,8 +388,7 @@ BY CLICKING THE &quot;I AGREE&quot; BUTTON OR BY USING ANY PART OF TIZEN SDK, YO
          id="org.tizen.base.platform"
          download-size="0"
          install-size="0"
-         version="0.0.0"
-         unpack="false"/>
+         version="0.0.0"/>
 
    <plugin
          id="org.apache.ant"
index ad32c83..bc74aab 100644 (file)
@@ -2,6 +2,5 @@
 <classpath>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-       <classpathentry kind="src" path="src"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
index 20cee3b..a9bfe02 100644 (file)
@@ -83,7 +83,7 @@ BY CLICKING THE &quot;I AGREE&quot; BUTTON OR BY USING ANY PART OF TIZEN SDK, YO
       <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
       <plugin id="org.eclipse.osgi" autoStart="true" startLevel="-1" />
       <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="0" />
-      <property name="eclipse.buildId" value="0.ir#.build#" />
+      <property name="eclipse.buildId" value="unknown" />
       <property name="osgi.instance.area.default" value="@user.home/workspace" />
    </configurations>
 
index 20cee3b..a9bfe02 100644 (file)
@@ -83,7 +83,7 @@ BY CLICKING THE &quot;I AGREE&quot; BUTTON OR BY USING ANY PART OF TIZEN SDK, YO
       <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
       <plugin id="org.eclipse.osgi" autoStart="true" startLevel="-1" />
       <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="0" />
-      <property name="eclipse.buildId" value="0.ir#.build#" />
+      <property name="eclipse.buildId" value="unknown" />
       <property name="osgi.instance.area.default" value="@user.home/workspace" />
    </configurations>
 
index 20cee3b..a9bfe02 100644 (file)
@@ -83,7 +83,7 @@ BY CLICKING THE &quot;I AGREE&quot; BUTTON OR BY USING ANY PART OF TIZEN SDK, YO
       <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
       <plugin id="org.eclipse.osgi" autoStart="true" startLevel="-1" />
       <plugin id="org.eclipse.update.configurator" autoStart="true" startLevel="0" />
-      <property name="eclipse.buildId" value="0.ir#.build#" />
+      <property name="eclipse.buildId" value="unknown" />
       <property name="osgi.instance.area.default" value="@user.home/workspace" />
    </configurations>
 
index a1599f2..dce4d0d 100644 (file)
@@ -4,7 +4,7 @@
 # This file does not need to be translated.
 
 0=Tizen SDK
-1=0
+1=unknown
 2=date-time
 3=
 4=Visit https://developer.tizen.org\n
index 23fd85c..af0bcd4 100644 (file)
@@ -1,4 +1,3 @@
-output.. = bin/
 bin.includes = META-INF/,\
                .,\
                content/,\
@@ -11,5 +10,4 @@ bin.includes = META-INF/,\
                about.mappings,\
                about.properties,\
                splash.bmp,\
-               about_files/
-source.. = src/
+               about_files/
\ No newline at end of file
index 990d7e3..bf42673 100644 (file)
          </property>
       </product>
    </extension>
-   <extension
-         point="org.eclipse.ui.startup">
-      <startup
-            class="org.tizen.base.platform.InitPreferences">
-      </startup>
-   </extension>
-
 </plugin>
diff --git a/org.tizen.base.platform/src/org/tizen/base/platform/Activator.java b/org.tizen.base.platform/src/org/tizen/base/platform/Activator.java
deleted file mode 100644 (file)
index cf6a476..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-/*
- * Tizen IDE
- * 
- * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: 
- * Taeyoung Son <taeyoung2.son@samsung.com>
- * Kangho Kim <kh5325.kim@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * 
- * Contributors:
- * - S-Core Co., Ltd
- * 
- */
-
-package org.tizen.base.platform;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle
- */
-public class Activator extends AbstractUIPlugin {
-
-       // The plug-in ID
-       public static final String PLUGIN_ID = "org.tizen.base.platform"; //$NON-NLS-1$
-
-       // The shared instance
-       private static Activator plugin;
-       
-       /**
-        * The constructor
-        */
-       public Activator() {
-       }
-
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
-        */
-       public void start(BundleContext context) throws Exception {
-               super.start(context);
-               plugin = this;
-       }
-
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
-        */
-       public void stop(BundleContext context) throws Exception {
-               plugin = null;
-               super.stop(context);
-       }
-
-       /**
-        * Returns the shared instance
-        *
-        * @return the shared instance
-        */
-       public static Activator getDefault() {
-               return plugin;
-       }
-
-}
diff --git a/org.tizen.base.platform/src/org/tizen/base/platform/InitPreferences.java b/org.tizen.base.platform/src/org/tizen/base/platform/InitPreferences.java
deleted file mode 100644 (file)
index 073a300..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Tizen IDE
- * 
- * Copyright (C) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: 
- * Taeyoung Son <taeyoung2.son@samsung.com>
- * Kangho Kim <kh5325.kim@samsung.com>
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- * 
- * Contributors:
- * - S-Core Co., Ltd
- * 
- */
-
-package org.tizen.base.platform;
-import org.eclipse.ui.IStartup;
-
-
-public class InitPreferences implements IStartup {
-
-       @Override
-       public void earlyStartup() {
-               // TODO Auto-generated method stub
-
-       }
-
-}
index 81060f9..d6da62c 100644 (file)
@@ -52,8 +52,8 @@ __set_parameter()
 
 __set_build_parameter()
 {
-    manifest_version=`grep Version: ${SRCDIR}/package/pkginfo.manifest | cut -f2 -d":" | head -n 1`
-    product_version=develop@2012-08-29_18-55-16
+#    manifest_version=`grep Version: ${SRCDIR}/package/pkginfo.manifest | cut -f2 -d":" | head -n 1`
+#    product_version=develop@2012-08-29_18-55-16
     branding_path="org.tizen.base.platform"
     branding_file="TizenIDE_base_${os}.product"
     
@@ -160,19 +160,19 @@ __copy_dependency_plugins()
 }
 
 __set_product_version() {
-    echo "Set product's version (${product_version})"
+#    echo "Set product's version (${product_version})"
     
     product_path="${build_path}/plugins/${branding_path}/${branding_file}"
-    sed -e "s;\(<property name=\"eclipse.buildId\" value=\).*\( />\);\1\"${product_version}\"\2;g" \
-        < ${product_path} > ${product_path}.mod
-    mv ${product_path}.mod ${product_path}
+#    sed -e "s;\(<property name=\"eclipse.buildId\" value=\).*\( />\);\1\"${product_version}\"\2;g" \
+#        < ${product_path} > ${product_path}.mod
+#    mv ${product_path}.mod ${product_path}
     
     about_mapping_path="${build_path}/plugins/${branding_path}/about.mappings"
-    about_version_parameter="1"
+#    about_version_parameter="1"
     about_build_time_parameter="2"
-    sed -e "s;\(^${about_version_parameter}=\).*;\1${product_version};g" \
-        -e "s;\(^${about_build_time_parameter}=\).*;\1${build_time};g" \
-        < ${about_mapping_path} > ${about_mapping_path}.mod
+#    sed -e "s;\(^${about_version_parameter}=\).*;\1${product_version};g" \
+     sed -e "s;\(^${about_build_time_parameter}=\).*;\1${build_time};g" \
+     < ${about_mapping_path} > ${about_mapping_path}.mod
     mv ${about_mapping_path}.mod ${about_mapping_path}
 }
 
index 7dbc583..7c493fd 100644 (file)
@@ -22,7 +22,7 @@ Description:Make base IDE. This also includes patched eclipse plugins.
 
 Package:base-ide-product
 OS:windows-64
-Build-host-os:ubuntu-32
+Build-host-os:ubuntu-64
 Build-dependency:indigo-winpde [windows-64]
 Description:Make base IDE. This also includes patched eclipse plugins.