[Esbox-commits] r857 - trunk/products/org.maemo.esbox.product-feature
lwang at garage.maemo.org
lwang at garage.maemo.org
Fri Oct 10 00:12:55 EEST 2008
Author: lwang
Date: 2008-10-10 00:12:54 +0300 (Fri, 10 Oct 2008)
New Revision: 857
Modified:
trunk/products/org.maemo.esbox.product-feature/feature.xml
Log:
added ESBox RSE feature in the ESbox product feature.
Modified: trunk/products/org.maemo.esbox.product-feature/feature.xml
===================================================================
--- trunk/products/org.maemo.esbox.product-feature/feature.xml 2008-10-09 21:08:59 UTC (rev 856)
+++ trunk/products/org.maemo.esbox.product-feature/feature.xml 2008-10-09 21:12:54 UTC (rev 857)
@@ -1,70 +1,66 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.maemo.esbox.product_feature"
- label="ESbox Product Feature"
- version="1.5.0.qualifier"
- provider-name="Nokia & INdT"
- plugin="org.maemo.esbox.product">
-
- <description>
- Top-level ESbox product feature that includes all ESbox components.
- </description>
-
- <copyright>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.maemo.esbox.product_feature"
+ label="ESbox Product Feature"
+ version="1.5.0.qualifier"
+ provider-name="Nokia & INdT"
+ plugin="org.maemo.esbox.product">
+
+ <description>
+ Top-level ESbox product feature that includes all ESbox components.
+ </description>
+
+ <copyright>
Copyright (c) 2007-2008 INdT, (c) 2007-2008 Nokia. All rights
-reserved.
- </copyright>
-
- <license url="http://www.eclipse.org/legal/epl-v10.html">
- For legal terms, see the Eclipse Public License.
- </license>
-
- <url>
- <update label="Update Site for ESbox project" url="http://esbox.garage.maemo.org/update"/>
- </url>
-
- <includes
- id="org.maemo.esbox.core"
- version="0.0.0"/>
-
- <includes
- id="org.maemo.esbox.cpp"
- version="0.0.0"/>
-
- <includes
- id="org.maemo.esbox.device"
- version="0.0.0"/>
-
- <includes
- id="org.maemo.esbox.linux"
- version="0.0.0"/>
-
- <includes
- id="org.maemo.esbox.maemosdk"
- version="0.0.0"/>
-
- <includes
- id="org.maemo.esbox.python"
- version="0.0.0"/>
-
- <requires>
- <import plugin="org.eclipse.ui"/>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
- <import plugin="org.eclipse.help.ui" version="3.2.0" match="compatible"/>
- <import plugin="org.eclipse.help.base" version="3.1.0" match="compatible"/>
- <import plugin="org.eclipse.ui.cheatsheets" version="3.2.0" match="compatible"/>
- <import plugin="org.eclipse.ui.ide.application" version="1.0.0" match="compatible"/>
- <import plugin="org.eclipse.emf.common"/>
- <import plugin="org.eclipse.emf.ecore"/>
- <import plugin="org.eclipse.emf.ecore.xmi"/>
- </requires>
-
- <plugin
- id="org.maemo.esbox.product"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+reserved.
+ </copyright>
+
+ <license url="http://www.eclipse.org/legal/epl-v10.html">
+ For legal terms, see the Eclipse Public License.
+ </license>
+
+ <url>
+ <update label="Update Site for ESbox project" url="http://esbox.garage.maemo.org/update"/>
+ </url>
+
+ <includes
+ id="org.maemo.esbox.core"
+ version="0.0.0"/>
+
+ <includes
+ id="org.maemo.esbox.cpp"
+ version="0.0.0"/>
+
+ <includes
+ id="org.maemo.esbox.device"
+ version="0.0.0"/>
+
+ <includes
+ id="org.maemo.esbox.linux"
+ version="0.0.0"/>
+
+ <includes
+ id="org.maemo.esbox.maemosdk"
+ version="0.0.0"/>
+
+ <includes
+ id="org.maemo.esbox.python"
+ version="0.0.0"/>
+
+ <includes
+ id="org.maemo.esbox.device.rse"
+ version="0.0.0"/>
+
+ <requires>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.core.runtime"/>
+ </requires>
+
+ <plugin
+ id="org.maemo.esbox.product"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
More information about the Esbox-commits
mailing list