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"
<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>
<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>
<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>
<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>
# 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
-output.. = bin/
bin.includes = META-INF/,\
.,\
content/,\
about.mappings,\
about.properties,\
splash.bmp,\
- about_files/
-source.. = src/
+ about_files/
\ No newline at end of file
</property>
</product>
</extension>
- <extension
- point="org.eclipse.ui.startup">
- <startup
- class="org.tizen.base.platform.InitPreferences">
- </startup>
- </extension>
-
</plugin>
+++ /dev/null
-/*
- * 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;
- }
-
-}
+++ /dev/null
-/*
- * 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
-
- }
-
-}
__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"
}
__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}
}
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.