[Esbox-commits] r773 - in trunk/products/org.maemo.esbox.product: . .settings META-INF icons intro intro/css src src/org src/org/maemo src/org/maemo/esbox src/org/maemo/esbox/product
lwang at garage.maemo.org
lwang at garage.maemo.org
Sat Aug 30 03:54:08 EEST 2008
Author: lwang
Date: 2008-08-30 03:54:08 +0300 (Sat, 30 Aug 2008)
New Revision: 773
Added:
trunk/products/org.maemo.esbox.product/.classpath
trunk/products/org.maemo.esbox.product/.project
trunk/products/org.maemo.esbox.product/.settings/
trunk/products/org.maemo.esbox.product/.settings/org.eclipse.jdt.core.prefs
trunk/products/org.maemo.esbox.product/ESbox.product
trunk/products/org.maemo.esbox.product/META-INF/
trunk/products/org.maemo.esbox.product/META-INF/MANIFEST.MF
trunk/products/org.maemo.esbox.product/about.ini
trunk/products/org.maemo.esbox.product/about.mappings
trunk/products/org.maemo.esbox.product/about.properties
trunk/products/org.maemo.esbox.product/build.properties
trunk/products/org.maemo.esbox.product/icons/
trunk/products/org.maemo.esbox.product/icons/esboxIntroPage.gif
trunk/products/org.maemo.esbox.product/icons/esboxIntroPage_hov.gif
trunk/products/org.maemo.esbox.product/icons/esbox_32.png
trunk/products/org.maemo.esbox.product/icons/esbox_48.gif
trunk/products/org.maemo.esbox.product/icons/esbox_48.png
trunk/products/org.maemo.esbox.product/icons/esbox_64.png
trunk/products/org.maemo.esbox.product/icons/maemo_16x16.png
trunk/products/org.maemo.esbox.product/intro-esbox.png
trunk/products/org.maemo.esbox.product/intro/
trunk/products/org.maemo.esbox.product/intro/css/
trunk/products/org.maemo.esbox.product/intro/css/overview.css
trunk/products/org.maemo.esbox.product/intro/css/overview.properties
trunk/products/org.maemo.esbox.product/intro/css/tutorials.css
trunk/products/org.maemo.esbox.product/intro/css/tutorials.properties
trunk/products/org.maemo.esbox.product/intro/css/whatsnew.css
trunk/products/org.maemo.esbox.product/intro/css/whatsnew.properties
trunk/products/org.maemo.esbox.product/intro/overviewExtensionContent.xml
trunk/products/org.maemo.esbox.product/intro/tutorialsExtensionContent.xml
trunk/products/org.maemo.esbox.product/introData.xml
trunk/products/org.maemo.esbox.product/plugin.properties
trunk/products/org.maemo.esbox.product/plugin.xml
trunk/products/org.maemo.esbox.product/plugin_customization.ini
trunk/products/org.maemo.esbox.product/splash.bmp
trunk/products/org.maemo.esbox.product/src/
trunk/products/org.maemo.esbox.product/src/org/
trunk/products/org.maemo.esbox.product/src/org/maemo/
trunk/products/org.maemo.esbox.product/src/org/maemo/esbox/
trunk/products/org.maemo.esbox.product/src/org/maemo/esbox/product/
trunk/products/org.maemo.esbox.product/src/org/maemo/esbox/product/Activator.java
Log:
Initial version of product plugin for "ESbox" product.
Added: trunk/products/org.maemo.esbox.product/.classpath
===================================================================
--- trunk/products/org.maemo.esbox.product/.classpath (rev 0)
+++ trunk/products/org.maemo.esbox.product/.classpath 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Property changes on: trunk/products/org.maemo.esbox.product/.classpath
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/.project
===================================================================
--- trunk/products/org.maemo.esbox.product/.project (rev 0)
+++ trunk/products/org.maemo.esbox.product/.project 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.maemo.esbox.product</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/products/org.maemo.esbox.product/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/products/org.maemo.esbox.product/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/products/org.maemo.esbox.product/.settings/org.eclipse.jdt.core.prefs 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,7 @@
+#Thu Aug 21 19:36:07 CDT 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
Property changes on: trunk/products/org.maemo.esbox.product/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/ESbox.product
===================================================================
--- trunk/products/org.maemo.esbox.product/ESbox.product (rev 0)
+++ trunk/products/org.maemo.esbox.product/ESbox.product 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.4"?>
+
+<product name="ESbox" id="org.maemo.esbox.product.esbox" application="org.eclipse.ui.ide.workbench" version="1.5.0.qualifier" useFeatures="true">
+
+ <aboutInfo>
+ <image path="/org.maemo.esbox.product/icons/esbox_64.png"/>
+ <text>
+ %productBlurb
+ </text>
+ </aboutInfo>
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <vmArgs>-Xms40m
+-Xmx800m
+-XX:MaxPermSize=100m</vmArgs>
+ <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
+ </launcherArgs>
+
+ <windowImages i16="/org.maemo.esbox.product/icons/maemo_16x16.png" i32="/org.maemo.esbox.product/icons/esbox_32.png" i48="/org.maemo.esbox.product/icons/esbox_48.png" i64="/org.maemo.esbox.product/icons/esbox_64.png" i128="/org.maemo.esbox.product/icons/esbox_64.png"/>
+
+ <splash
+ location="org.maemo.esbox.product"
+ startupProgressRect="0,145,780,15"
+ startupMessageRect="2,125,180,15"
+ startupForegroundColor="FFFFFF" />
+ <launcher name="esbox">
+ <linux icon="/org.maemo.esbox.product/icons/Carbide_c_icon_32x32.xpm"/>
+ <solaris/>
+ <win useIco="false">
+ <bmp/>
+ </win>
+ </launcher>
+
+ <intro introId="org.maemo.esbox.product.intro"/>
+
+ <vm>
+ </vm>
+
+ <plugins>
+ <plugin id="com.ibm.icu"/>
+ <plugin id="com.jcraft.jsch"/>
+ <plugin id="com.redhat.eclipse.cdt.autotools"/>
+ <plugin id="org.eclipse.cdt.core"/>
+ <plugin id="org.eclipse.cdt.core.aix" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.linux" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.linux.ia64" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.linux.ppc" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.linux.x86" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.linux.x86_64" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.macosx" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.qnx" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.solaris" fragment="true"/>
+ <plugin id="org.eclipse.cdt.core.win32" fragment="true"/>
+ <plugin id="org.eclipse.cdt.debug.core"/>
+ <plugin id="org.eclipse.cdt.debug.mi.core"/>
+ <plugin id="org.eclipse.cdt.debug.mi.ui"/>
+ <plugin id="org.eclipse.cdt.debug.ui"/>
+ <plugin id="org.eclipse.cdt.launch"/>
+ <plugin id="org.eclipse.cdt.make.core"/>
+ <plugin id="org.eclipse.cdt.make.ui"/>
+ <plugin id="org.eclipse.cdt.managedbuilder.core"/>
+ <plugin id="org.eclipse.cdt.managedbuilder.gnu.ui"/>
+ <plugin id="org.eclipse.cdt.managedbuilder.ui"/>
+ <plugin id="org.eclipse.cdt.ui"/>
+ <plugin id="org.eclipse.compare"/>
+ <plugin id="org.eclipse.core.commands"/>
+ <plugin id="org.eclipse.core.contenttype"/>
+ <plugin id="org.eclipse.core.databinding"/>
+ <plugin id="org.eclipse.core.expressions"/>
+ <plugin id="org.eclipse.core.filebuffers"/>
+ <plugin id="org.eclipse.core.filesystem"/>
+ <plugin id="org.eclipse.core.filesystem.linux.x86" fragment="true"/>
+ <plugin id="org.eclipse.core.jobs"/>
+ <plugin id="org.eclipse.core.net"/>
+ <plugin id="org.eclipse.core.net.linux.x86" fragment="true"/>
+ <plugin id="org.eclipse.core.resources"/>
+ <plugin id="org.eclipse.core.resources.compatibility" fragment="true"/>
+ <plugin id="org.eclipse.core.runtime"/>
+ <plugin id="org.eclipse.core.runtime.compatibility.registry" fragment="true"/>
+ <plugin id="org.eclipse.core.variables"/>
+ <plugin id="org.eclipse.dd.dsf"/>
+ <plugin id="org.eclipse.dd.dsf.debug"/>
+ <plugin id="org.eclipse.dd.dsf.debug.ui"/>
+ <plugin id="org.eclipse.dd.dsf.ui"/>
+ <plugin id="org.eclipse.dd.gdb"/>
+ <plugin id="org.eclipse.dd.gdb.ui"/>
+ <plugin id="org.eclipse.dd.mi"/>
+ <plugin id="org.eclipse.debug.core"/>
+ <plugin id="org.eclipse.debug.ui"/>
+ <plugin id="org.eclipse.equinox.app"/>
+ <plugin id="org.eclipse.equinox.common"/>
+ <plugin id="org.eclipse.equinox.preferences"/>
+ <plugin id="org.eclipse.equinox.registry"/>
+ <plugin id="org.eclipse.equinox.security"/>
+ <plugin id="org.eclipse.help"/>
+ <plugin id="org.eclipse.jface"/>
+ <plugin id="org.eclipse.jface.databinding"/>
+ <plugin id="org.eclipse.jface.text"/>
+ <plugin id="org.eclipse.jsch.core"/>
+ <plugin id="org.eclipse.ltk.core.refactoring"/>
+ <plugin id="org.eclipse.ltk.ui.refactoring"/>
+ <plugin id="org.eclipse.osgi"/>
+ <plugin id="org.eclipse.search"/>
+ <plugin id="org.eclipse.swt"/>
+ <plugin id="org.eclipse.swt.gtk.linux.x86" fragment="true"/>
+ <plugin id="org.eclipse.team.core"/>
+ <plugin id="org.eclipse.team.ui"/>
+ <plugin id="org.eclipse.text"/>
+ <plugin id="org.eclipse.ui"/>
+ <plugin id="org.eclipse.ui.browser"/>
+ <plugin id="org.eclipse.ui.console"/>
+ <plugin id="org.eclipse.ui.editors"/>
+ <plugin id="org.eclipse.ui.forms"/>
+ <plugin id="org.eclipse.ui.ide"/>
+ <plugin id="org.eclipse.ui.ide.application"/>
+ <plugin id="org.eclipse.ui.intro"/>
+ <plugin id="org.eclipse.ui.navigator"/>
+ <plugin id="org.eclipse.ui.navigator.resources"/>
+ <plugin id="org.eclipse.ui.net"/>
+ <plugin id="org.eclipse.ui.views"/>
+ <plugin id="org.eclipse.ui.views.properties.tabbed"/>
+ <plugin id="org.eclipse.ui.workbench"/>
+ <plugin id="org.eclipse.ui.workbench.texteditor"/>
+ <plugin id="org.eclipse.update.configurator"/>
+ <plugin id="org.eclipse.update.core"/>
+ <plugin id="org.eclipse.update.core.linux" fragment="true"/>
+ <plugin id="org.indt.esbox.core"/>
+ <plugin id="org.indt.esbox.debug"/>
+ <plugin id="org.indt.esbox.help"/>
+ <plugin id="org.indt.esbox.launch"/>
+ <plugin id="org.indt.esbox.python.debug"/>
+ <plugin id="org.indt.esbox.python.launch"/>
+ <plugin id="org.indt.esbox.python.ui"/>
+ <plugin id="org.indt.esbox.ui"/>
+ <plugin id="org.maemo.esbox.debug.dsf.gdb"/>
+ <plugin id="org.maemo.esbox.product"/>
+ <plugin id="org.maemo.esbox.project.core"/>
+ <plugin id="org.maemo.esbox.project.ui"/>
+ <plugin id="org.python.pydev"/>
+ <plugin id="org.python.pydev.ast"/>
+ <plugin id="org.python.pydev.core"/>
+ <plugin id="org.python.pydev.debug"/>
+ <plugin id="org.python.pydev.jython"/>
+ <plugin id="org.python.pydev.parser"/>
+ </plugins>
+
+ <features>
+ <feature id="com.redhat.eclipse.cdt.autotools.feature" version="0.9.7"/>
+ <feature id="org.eclipse.dd.dsf.gdb" version="1.1.0.qualifier"/>
+ <feature id="org.eclipse.dd.dsf.gdb_launch" version="1.1.0.qualifier"/>
+ <feature id="org.eclipse.cdt" version="5.0.1.qualifier"/>
+ <feature id="org.eclipse.cdt.platform" version="5.0.1.qualifier"/>
+ <feature id="org.eclipse.platform" version="3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M"/>
+ <feature id="org.python.pydev.feature" version="1.3.17"/>
+ <feature id="org.eclipse.pde" version="3.4.0.v20080603-7T7U-E_EkMNrNKb39WcMC"/>
+ <feature id="org.eclipse.dd.dsf.sdk" version="1.1.0.qualifier"/>
+ <feature id="org.maemo.esbox.product_feature" version="1.5.0.qualifier"/>
+ </features>
+
+</product>
Property changes on: trunk/products/org.maemo.esbox.product/ESbox.product
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/META-INF/MANIFEST.MF
===================================================================
--- trunk/products/org.maemo.esbox.product/META-INF/MANIFEST.MF (rev 0)
+++ trunk/products/org.maemo.esbox.product/META-INF/MANIFEST.MF 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: ESbox Product Plugin
+Bundle-SymbolicName: org.maemo.esbox.product;singleton:=true
+Bundle-Version: 1.5.0.qualifier
+Bundle-Activator: org.maemo.esbox.product.Activator
+Bundle-Vendor: INdT & Nokia
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
Property changes on: trunk/products/org.maemo.esbox.product/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/about.ini
===================================================================
--- trunk/products/org.maemo.esbox.product/about.ini (rev 0)
+++ trunk/products/org.maemo.esbox.product/about.ini 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,29 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%productBlurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=icons/esbox_32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+# aboutImage=icons/about.png
+
+# Property "appName" contains name of the application (translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Link to tips and tricks help page
+# optional
+tipsAndTricksHref=/org.indt.esbox.help/html/tips.htm
Property changes on: trunk/products/org.maemo.esbox.product/about.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/about.mappings
===================================================================
--- trunk/products/org.maemo.esbox.product/about.mappings (rev 0)
+++ trunk/products/org.maemo.esbox.product/about.mappings 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,9 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+# The following should contain the build version.
+# e.g. "0=20020612"
+# This value will be added automaticaly via the build scripts
+0=200808202228
\ No newline at end of file
Property changes on: trunk/products/org.maemo.esbox.product/about.mappings
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/about.properties
===================================================================
--- trunk/products/org.maemo.esbox.product/about.properties (rev 0)
+++ trunk/products/org.maemo.esbox.product/about.properties 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,11 @@
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+productBlurb=Copyright (c)2007-2008 INDT, (c)2008 Nokia Corporation. All rights reserved.\n\
+Visit http://esbox.garage.maemo.org/\n\
+\n\
+This product includes software developed by Eclipse Project\n\
+Visit http://www.eclipse.org/
\ No newline at end of file
Property changes on: trunk/products/org.maemo.esbox.product/about.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/build.properties
===================================================================
--- trunk/products/org.maemo.esbox.product/build.properties (rev 0)
+++ trunk/products/org.maemo.esbox.product/build.properties 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,13 @@
+bin.includes = META-INF/,\
+ plugin.xml,\
+ icons/,\
+ intro/,\
+ splash.bmp,\
+ plugin_customization.ini,\
+ about.properties,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ plugin.properties,\
+ intro-esbox.png,\
+ introData.xml
Property changes on: trunk/products/org.maemo.esbox.product/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/icons/esboxIntroPage.gif
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/icons/esboxIntroPage.gif
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/icons/esboxIntroPage_hov.gif
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/icons/esboxIntroPage_hov.gif
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/icons/esbox_32.png
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/icons/esbox_32.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/icons/esbox_48.gif
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/icons/esbox_48.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/icons/esbox_48.png
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/icons/esbox_48.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/icons/esbox_64.png
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/icons/esbox_64.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/icons/maemo_16x16.png
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/icons/maemo_16x16.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/intro/css/overview.css
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/css/overview.css (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/css/overview.css 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,2 @@
+a#esboxOverview img { background-image : url('../../icons/esboxIntroPage.gif'); }
+a#esboxOverview:hover img { background-image : url('../../icons/esboxIntroPage_hov.gif'); }
Property changes on: trunk/products/org.maemo.esbox.product/intro/css/overview.css
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro/css/overview.properties
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/css/overview.properties (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/css/overview.properties 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,14 @@
+###############################################################################
+# Copyright (c) 2005, 2007 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+overview.page-content.overview-links.layout.vspacing = 35
+
+overview.subtitle-id = overview/page-content/page-title
+overview.description-id = overview/page-content/page-description
\ No newline at end of file
Property changes on: trunk/products/org.maemo.esbox.product/intro/css/overview.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro/css/tutorials.css
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/css/tutorials.css (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/css/tutorials.css 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,2 @@
+a#esboxTutorial img { background-image : url('../../icons/esboxIntroPage.gif'); }
+a#esboxTutorial:hover img { background-image : url('../../icons/esboxIntroPage_hov.gif'); }
Property changes on: trunk/products/org.maemo.esbox.product/intro/css/tutorials.css
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro/css/tutorials.properties
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/css/tutorials.properties (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/css/tutorials.properties 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2006, 2008 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+tutorials.cvs_checkout.link-icon = images/topiclabel/tu_checkout48.gif
+tutorials.cvs_checkout.hover-icon = images/topiclabel/tu_checkout48_hov.gif
+
+tutorials.cvs_merge.link-icon = images/topiclabel/tu_merge48.gif
+tutorials.cvs_merge.hover-icon = images/topiclabel/tu_merge48_hov.gif
+
+tutorials.subtitle-id = tutorials/page-content/page-title
+tutorials.description-id = tutorials/page-content/page-description
Property changes on: trunk/products/org.maemo.esbox.product/intro/css/tutorials.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro/css/whatsnew.css
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/css/whatsnew.css (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/css/whatsnew.css 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,50 @@
+
+a#platform-noteworthy img { background-image : url(../../images/topiclabel/wn_eclplatform48.gif); }
+a#platform-noteworthy:hover img { background-image : url(../../images/topiclabel/wn_eclplatform48_hov.gif); }
+
+a#updates img { background-image : url(../../images/topiclabel/wn_updates48.gif); }
+a#updates:hover img { background-image : url(../../images/topiclabel/wn_updates48_hov.gif); }
+
+a#eclipse img { background-image : url(../../images/topiclabel/wn_eclcommunity48.gif); }
+a#eclipse:hover img { background-image : url(../../images/topiclabel/wn_eclcommunity48_hov.gif); }
+
+a#migration img { background-image : url(../../images/topiclabel/wn_migrate48.gif); }
+a#migration:hover img { background-image : url(../../images/topiclabel/wn_migrate48_hov.gif); }
+
+div#rss-news {
+ position: relative;
+ top: -25px;
+ margin-bottom: -25px;
+ margin-left: 52px;
+}
+
+#rss-news .div-label {
+ font-size: 9pt;
+}
+
+#rss-news .provided-content {
+}
+
+#rss-news .status-text {
+ font-weight: normal;
+ color: #909090;
+ font-size: 8pt;
+}
+
+ul#eclipse-news {
+ list-style-type: none;
+ list-style-image: url("../../images/topiclabel/arrow.gif");
+ margin-left: 10px;
+ margin-top: 5px;
+}
+
+ul#eclipse-news li {
+}
+
+ul#eclipse-news a {
+ font-weight: normal;
+}
+
+ul#eclipse-news a:hover {
+ text-decoration: underline;
+}
\ No newline at end of file
Property changes on: trunk/products/org.maemo.esbox.product/intro/css/whatsnew.css
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro/css/whatsnew.properties
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/css/whatsnew.properties (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/css/whatsnew.properties 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,26 @@
+###############################################################################
+# Copyright (c) 2005, 2007 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+whatsnew.platform-noteworthy.link-icon = images/topiclabel/wn_eclplatform48.gif
+whatsnew.platform-noteworthy.hover-icon = images/topiclabel/wn_eclplatform48_hov.gif
+
+whatsnew.updates.link-icon = images/topiclabel/wn_updates48.gif
+whatsnew.updates.hover-icon = images/topiclabel/wn_updates48_hov.gif
+
+whatsnew.eclipse.link-icon = images/topiclabel/wn_eclcommunity48.gif
+whatsnew.eclipse.hover-icon = images/topiclabel/wn_eclcommunity48_hov.gif
+
+whatsnew.migration.link-icon = images/topiclabel/wn_migrate48.gif
+whatsnew.migration.hover-icon = images/topiclabel/wn_migrate48_hov.gif
+
+whatsnew.page-content.layout.vspacing = 40
+
+whatsnew.subtitle-id = news/page-content/page-title
Property changes on: trunk/products/org.maemo.esbox.product/intro/css/whatsnew.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro/overviewExtensionContent.xml
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/overviewExtensionContent.xml (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/overviewExtensionContent.xml 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<introContent>
+ <extensionContent id="org.maemo.org.product.intro.overviewExtension" style="css/overview.css"
+ name="ESbox Overview" path="overview/@">
+ <group style-id="content-group" id="org.maemo.org.product.intro.overviewGroup">
+ <link label="ESbox Development"
+ url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.maemo.esbox.help/html/toc.html"
+ id="esboxOverview"
+ style-id="content-link">
+ <text>Get to know what is ESbox and how it can help with your Maemo application development.</text>
+ </link>
+ </group>
+ </extensionContent>
+</introContent>
\ No newline at end of file
Property changes on: trunk/products/org.maemo.esbox.product/intro/overviewExtensionContent.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro/tutorialsExtensionContent.xml
===================================================================
--- trunk/products/org.maemo.esbox.product/intro/tutorialsExtensionContent.xml (rev 0)
+++ trunk/products/org.maemo.esbox.product/intro/tutorialsExtensionContent.xml 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<introContent>
+ <!-- Extension to the SDK Tutorials Page. -->
+ <extensionContent
+ id="org.maemo.org.product.intro.tutorialExtension"
+ name="ESbox Tutorial"
+ alt-style="css/tutorials.properties"
+ style="css/tutorials.css"
+ path="tutorials/@">
+ <group id="esboxTutorial" style-id="content-group">
+ <link label="ESbox Development"
+ url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.maemo.esbox.help/html/gettingstarted/BasicTutorial.html"
+ id="esboxTutorial"
+ style-id="content-link">
+ <text>Learn how to create ESbox projects</text>
+ </link>
+ </group>
+ </extensionContent>
+</introContent>
Property changes on: trunk/products/org.maemo.esbox.product/intro/tutorialsExtensionContent.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/intro-esbox.png
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/intro-esbox.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/introData.xml
===================================================================
--- trunk/products/org.maemo.esbox.product/introData.xml (rev 0)
+++ trunk/products/org.maemo.esbox.product/introData.xml 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<extensions>
+ <page id="tutorials">
+ <group path="page-content/bottom-left" default="true">
+ <extension id="orgeclipsecdtdocuserwelcome-introExtension" importance="low"/>
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ <group path="page-content/top-left">
+ <extension id="org.maemo.org.product.intro.tutorialExtension" importance="new"/>
+ </group>
+ <group path="page-content/top-right">
+ </group>
+ <hidden> <extension id="org.eclipse.jdt" importance="low"/>
+ <extension id="org.eclipse.team" importance="low"/>
+ <extension id="org.eclipse.pde" importance="low"/>
+ </hidden>
+ </page>
+ <page id="samples">
+ <group path="page-content/bottom-left" default="true">
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ <group path="page-content/top-left">
+ <extension id="org.eclipse.pde.workbench" importance="low"/>
+ </group>
+ <group path="page-content/top-right">
+ <extension id="org.eclipse.jdt" importance="low"/>
+ <extension id="org.eclipse.pde.swt" importance="low"/>
+ </group>
+ </page>
+ <page id="whatsnew">
+ <group path="page-content/bottom-left" default="true">
+ <extension id="orgeclipsecdtdocuserwelcome-introExtension" importance="low"/>
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ <group path="page-content/top-left">
+ <extension id="org.eclipse.ui.workbench.news" importance="low"/>
+ <extension id="org.eclipse.jdt" importance="low"/>
+ <extension id="org.eclipse.pde.changes" importance="low"/>
+ <extension id="org.eclipse.ui.workbench.migration" importance="callout"/>
+ </group>
+ <group path="page-content/top-right">
+ <extension id="org.eclipse.ui.workbench" importance="low"/>
+ </group>
+ </page>
+ <page id="overview">
+ <group path="page-content/bottom-left" default="true">
+ <extension id="orgeclipsecdtdocuserwelcome-introExtension" importance="low"/>
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ <group path="page-content/top-left">
+ <extension id="org.maemo.org.product.intro.overviewExtension" importance="new"/>
+ </group>
+ <group path="page-content/top-right">
+ </group>
+ <hidden> <extension id="org.eclipse.ui.workbench" importance="low"/>
+ <extension id="org.eclipse.jdt" importance="low"/>
+ <extension id="org.eclipse.pde" importance="low"/>
+ </hidden>
+ </page>
+</extensions>
Property changes on: trunk/products/org.maemo.esbox.product/introData.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/plugin.properties
===================================================================
--- trunk/products/org.maemo.esbox.product/plugin.properties (rev 0)
+++ trunk/products/org.maemo.esbox.product/plugin.properties 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,34 @@
+###############################################################################
+# Copyright (c) 2008 Nokia.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Ling Wang (Nokia) - initial implementation
+###############################################################################
+pluginName=ESbox Product Plugin
+providerName=INDT & Nokia
+
+productName=ESbox
+productBlurb=ESbox\n\
+version: 1.5.0\n\
+Build id: {0}\n\
+\n\
+Copyright (c)2007-2008 INDT, 2008 Nokia Corporation. All rights reserved.\n\
+Visit http://esbox.garage.maemo.org/\n\
+This product includes software developed by Eclipse Project.\n\
+Visit http://www.eclipse.org/
+
+cheatsheet.actionset = Cheat Sheets
+cheatsheet.item = &Cheat Sheets...
+shortcut.overview.tooltip = Overview
+shortcut.tutorials.tooltip = Tutorials
+shortcut.samples.tooltip = Samples
+shortcut.whatsnew.tooltip = What's New
+
+productIntroTitle = Welcome to ESbox 1.5.0
+productIntroBrandingText = ESbox
+introDescription-overview = ESbox is an Eclipse plug-in that helps programmers to develop applications for maemo platform on Scratchbox Apophis.
+introDescription-tutorials = Learn how to be productive using ESbox by completing end-to-end tutorials that will guide you along the way.
Property changes on: trunk/products/org.maemo.esbox.product/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/plugin.xml
===================================================================
--- trunk/products/org.maemo.esbox.product/plugin.xml (rev 0)
+++ trunk/products/org.maemo.esbox.product/plugin.xml 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,227 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ id="esbox"
+ name="ESbox"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ description="Eclipse development environment for Maemo application developers"
+ name="ESbox">
+ <property
+ name="windowImages"
+ value="icons/maemo_16x16.png,icons/esbox_32.png,icons/esbox_48.png,icons/esbox_64.png,icons/esbox_64.png">
+ </property>
+ <property
+ name="aboutText"
+ value="%productBlurb">
+ </property>
+ <property
+ name="aboutImage"
+ value="icons/esbox_64.png">
+ </property>
+ <property
+ name="startupProgressRect"
+ value="0,145,780,15">
+ </property>
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="ESbox">
+ </property>
+ <property
+ name="startupForegroundColor"
+ value="FFFFFF">
+ </property>
+ <property
+ name="startupMessageRect"
+ value="2,125,180,15">
+ </property>
+ <property
+ name="introTitle"
+ value="%productIntroTitle"/>
+ <property
+ name="introBrandingImage"
+ value="product:intro-esbox.png"/>
+ <property
+ name="introBrandingImageText"
+ value="%productIntroBrandingText"/>
+ <property
+ name="introDescription-overview"
+ value="%introDescription-overview"/>
+ <property
+ name="introDescription-tutorials"
+ value="%introDescription-tutorials"/>
+ <property
+ name="introDescription-samples"
+ value="%introDescription-samples"/>
+ </product>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro">
+ <introProductBinding
+ introId="org.eclipse.ui.intro.universal"
+ productId="org.maemo.esbox.product.esbox">
+ </introProductBinding>
+ </extension>
+
+ <!-- ===================================================== -->
+ <!-- Standby Content Part contributions -->
+ <!-- ===================================================== -->
+ <extension point="org.eclipse.ui.intro.configExtension">
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="$nl$/intro/overviewExtensionContent.xml"/>
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="$nl$/intro/tutorialsExtensionContent.xml"/>
+ </extension>
+
+<!-- show global Welcome preference page. Not really needed.
+
+ <extension
+ point="org.eclipse.ui.preferencePages">
+ <page
+ category="org.eclipse.ui.preferencePages.Workbench"
+ class="org.eclipse.ui.internal.intro.universal.WelcomeCustomizationPreferencePage"
+ id="org.maemo.esbox.product.introCustomization"
+ name="ESbox Welcome">
+ </page>
+ </extension>
+-->
+
+ <!-- ===================================================== -->
+ <!-- Hide unwanted UI elements -->
+ <!-- ===================================================== -->
+
+ <extension
+ point="org.eclipse.ui.activities">
+
+ <category
+ name="Obscured by ESbox"
+ description="Features obscured by ESbox to simplify the UI for you. You can choose to turn on them when needed."
+ id="org.maemo.esbox.toolsCategory">
+ </category>
+
+ <!-- ********* CDT ********************* -->
+ <activity
+ name="CDT Elements"
+ description="UI elements from CDT. Enable this capability if you want to use them."
+ id="org.maemo.esbox.product.cdtActivity">
+ </activity>
+
+ <categoryActivityBinding
+ activityId="org.maemo.esbox.product.cdtActivity"
+ categoryId="org.maemo.esbox.toolsCategory">
+ </categoryActivityBinding>
+
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.cdtActivity"
+ pattern="org.eclipse.cdt.launch/org.eclipse.cdt.launch.*CLaunch">
+ </activityPatternBinding>
+
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.cdtActivity"
+ pattern="org.eclipse.cdt.launch/org.eclipse.cdt.debug.ui.*CShortcut">
+ </activityPatternBinding>
+
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.cdtActivity"
+ pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.wizards.*">
+ </activityPatternBinding>
+
+<!-- I cannot find a way to hide the "New->C Project" menu command in context menu of Project View
+ And these don't help...... LWang. 08/28/08
+
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.cdtActivity"
+ pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.actions.New*DropDown">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.cdtActivity"
+ pattern="org.eclipse.cdt.ui/org.eclipse.cdt.ui.*Wizards">
+ </activityPatternBinding>
+-->
+
+ <!-- The "Convert to C/C++ Make Project" menu command. -->
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.cdtActivity"
+ pattern="org.eclipse.cdt.managedbuilder.ui/org.eclipse.cdt.ui.wizards.*Wizard">
+ </activityPatternBinding>
+
+ <!-- ********* DSF ********************* -->
+ <activity
+ name="DD-DSF"
+ description="UI elements from DD-DSF. Enable this capability to uncover them."
+ id="org.maemo.esbox.product.dsfActivity">
+ </activity>
+
+ <categoryActivityBinding
+ activityId="org.maemo.esbox.product.dsfActivity"
+ categoryId="org.maemo.esbox.toolsCategory">
+ </categoryActivityBinding>
+
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.dsfActivity"
+ pattern="org.eclipse.dd.gdb.launch/org.eclipse.dd.gdb.launch.*CLaunch">
+ </activityPatternBinding>
+
+ <!-- ********* Redhat Autotools ********************* -->
+ <activity
+ name="Autotools Elements"
+ description="UI elements from Redhat Autotools project. Enable this capability to uncover them."
+ id="org.maemo.esbox.product.autotoolsActivity">
+ </activity>
+
+ <categoryActivityBinding
+ activityId="org.maemo.esbox.product.autotoolsActivity"
+ categoryId="org.maemo.esbox.toolsCategory">
+ </categoryActivityBinding>
+
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.autotoolsActivity"
+ pattern="com.redhat.eclipse.cdt.autotools/com.redhat.eclipse.cdt.autotools.wizard1">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.autotoolsActivity"
+ pattern="com.redhat.eclipse.cdt.autotools/com.redhat.eclipse.cdt.autotools.wizard2">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.autotoolsActivity"
+ pattern="com.redhat.eclipse.cdt.autotools/com.redhat.eclipse.cdt.autotools.wizard3">
+ </activityPatternBinding>
+
+
+ <!--************ Pydev elements *********-->
+
+ <activity
+ name="Pydev Elements"
+ description="UI elements from Pydev. Enable this capability to uncover them."
+ id="org.maemo.esbox.product.pydevActivity">
+ </activity>
+
+ <categoryActivityBinding
+ activityId="org.maemo.esbox.product.pydevActivity"
+ categoryId="org.maemo.esbox.toolsCategory">
+ </categoryActivityBinding>
+
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.pydevActivity"
+ pattern="org.python.pydev.debug/org.python.pydev.debug.*LaunchConfigurationType">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.pydevActivity"
+ pattern="org.python.pydev.debug/org.python.pydev.debug.ui.launchShortcut.*">
+ </activityPatternBinding>
+ <activityPatternBinding
+ activityId="org.maemo.esbox.product.pydevActivity"
+ pattern="org.python.pydev/org.python.pydev.ui.wizards.project.*">
+ </activityPatternBinding>
+
+ </extension>
+
+</plugin>
Property changes on: trunk/products/org.maemo.esbox.product/plugin.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/plugin_customization.ini
===================================================================
--- trunk/products/org.maemo.esbox.product/plugin_customization.ini (rev 0)
+++ trunk/products/org.maemo.esbox.product/plugin_customization.ini 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,31 @@
+# plugin_customization.ini
+# sets default values for plug-in-specific preferences
+# keys are qualified by plug-in id
+# e.g., com.example.acmeplugin/myproperty=myvalue
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in plugin_customization.properties
+# This file does not need to be translated.
+
+# Property "org.eclipse.ui/defaultPerspectiveId" controls the
+# perspective that the workbench opens initially
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.cdt.ui.CPerspective
+
+# new-style tabs by default
+org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
+
+# put the perspective switcher on the top right
+org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
+
+# show progress on startup
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
+
+# Welcome theme to use
+# org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
+org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.purpleMesh
+
+# Root page links to show in the Universal Welcome
+# org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
+org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials
+
+# Initial page layout of the Universal Welcome
+org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
Property changes on: trunk/products/org.maemo.esbox.product/plugin_customization.ini
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/products/org.maemo.esbox.product/splash.bmp
===================================================================
(Binary files differ)
Property changes on: trunk/products/org.maemo.esbox.product/splash.bmp
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/products/org.maemo.esbox.product/src/org/maemo/esbox/product/Activator.java
===================================================================
--- trunk/products/org.maemo.esbox.product/src/org/maemo/esbox/product/Activator.java (rev 0)
+++ trunk/products/org.maemo.esbox.product/src/org/maemo/esbox/product/Activator.java 2008-08-30 00:54:08 UTC (rev 773)
@@ -0,0 +1,50 @@
+package org.maemo.esbox.product;
+
+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.maemo.esbox.product";
+
+ // 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;
+ }
+
+}
Property changes on: trunk/products/org.maemo.esbox.product/src/org/maemo/esbox/product/Activator.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
More information about the Esbox-commits
mailing list