[Esbox-commits] r856 - trunk/device/org.maemo.esbox.device.rse-feature

lwang at garage.maemo.org lwang at garage.maemo.org
Fri Oct 10 00:09:02 EEST 2008


Author: lwang
Date: 2008-10-10 00:08:59 +0300 (Fri, 10 Oct 2008)
New Revision: 856

Added:
   trunk/device/org.maemo.esbox.device.rse-feature/.project
   trunk/device/org.maemo.esbox.device.rse-feature/build.properties
   trunk/device/org.maemo.esbox.device.rse-feature/feature.xml
Log:
Initial version of ESBox RSE feature.

Added: trunk/device/org.maemo.esbox.device.rse-feature/.project
===================================================================
--- trunk/device/org.maemo.esbox.device.rse-feature/.project	                        (rev 0)
+++ trunk/device/org.maemo.esbox.device.rse-feature/.project	2008-10-09 21:08:59 UTC (rev 856)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.maemo.esbox.device.rse-feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>


Property changes on: trunk/device/org.maemo.esbox.device.rse-feature/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/device/org.maemo.esbox.device.rse-feature/build.properties
===================================================================
--- trunk/device/org.maemo.esbox.device.rse-feature/build.properties	                        (rev 0)
+++ trunk/device/org.maemo.esbox.device.rse-feature/build.properties	2008-10-09 21:08:59 UTC (rev 856)
@@ -0,0 +1 @@
+bin.includes = feature.xml


Property changes on: trunk/device/org.maemo.esbox.device.rse-feature/build.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/device/org.maemo.esbox.device.rse-feature/feature.xml
===================================================================
--- trunk/device/org.maemo.esbox.device.rse-feature/feature.xml	                        (rev 0)
+++ trunk/device/org.maemo.esbox.device.rse-feature/feature.xml	2008-10-09 21:08:59 UTC (rev 856)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.maemo.esbox.device.rse"
+      label="ESbox RSE Integration Feature"
+      version="1.5.0.qualifier"
+      provider-name="Nokia">
+
+   <description>
+      ESbox RSE integration including RSE-based launch configuration
+support, predefine RSE connection for Nokia Internet tablet etc.
+   </description>
+
+   <copyright>
+      Copyright (c) 2007-2008 INdT, (c) 2007-2008 Nokia. All rights
+reserved.
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.eclipse.debug.core" version="3.4.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.debug.ui" version="3.4.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.core" version="3.0.1" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.subsystems.shells.core" version="3.0.0" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.subsystems.files.core" version="3.0.1" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.rse.services" version="3.0.1" match="greaterOrEqual"/>
+      <import plugin="org.maemo.esbox.launch" version="1.5.0" match="greaterOrEqual"/>
+      <import plugin="org.maemo.esbox.core" version="1.5.0" match="greaterOrEqual"/>
+      <import plugin="org.maemo.esbox.ui" version="1.5.0" match="greaterOrEqual"/>
+      <import plugin="org.maemo.esbox.device.launch" version="1.5.0" match="greaterOrEqual"/>
+   </requires>
+
+   <plugin
+         id="org.maemo.esbox.device.launch.rse"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>


Property changes on: trunk/device/org.maemo.esbox.device.rse-feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the Esbox-commits mailing list