[Esbox-commits] r1942 - in branches/work_Raul: . org.maemo.esbox.vm.ui

fabricioepa at garage.maemo.org fabricioepa at garage.maemo.org
Wed Aug 5 20:59:47 EEST 2009


Author: fabricioepa
Date: 2009-08-05 20:59:47 +0300 (Wed, 05 Aug 2009)
New Revision: 1942

Added:
   branches/work_Raul/org.maemo.esbox.vm.ui/
   branches/work_Raul/org.maemo.esbox.vm.ui/.classpath
   branches/work_Raul/org.maemo.esbox.vm.ui/.project
   branches/work_Raul/org.maemo.esbox.vm.ui/about.html
   branches/work_Raul/org.maemo.esbox.vm.ui/build.properties
Log:
creating VM UI plug-in

Added: branches/work_Raul/org.maemo.esbox.vm.ui/.classpath
===================================================================
--- branches/work_Raul/org.maemo.esbox.vm.ui/.classpath	                        (rev 0)
+++ branches/work_Raul/org.maemo.esbox.vm.ui/.classpath	2009-08-05 17:59:47 UTC (rev 1942)
@@ -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>

Added: branches/work_Raul/org.maemo.esbox.vm.ui/.project
===================================================================
--- branches/work_Raul/org.maemo.esbox.vm.ui/.project	                        (rev 0)
+++ branches/work_Raul/org.maemo.esbox.vm.ui/.project	2009-08-05 17:59:47 UTC (rev 1942)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.maemo.esbox.vm.ui</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>

Added: branches/work_Raul/org.maemo.esbox.vm.ui/about.html
===================================================================
--- branches/work_Raul/org.maemo.esbox.vm.ui/about.html	                        (rev 0)
+++ branches/work_Raul/org.maemo.esbox.vm.ui/about.html	2009-08-05 17:59:47 UTC (rev 1942)
@@ -0,0 +1,22 @@
+<h3>About This Content</h3>
+
+<h3>ESbox</h3>
+
+<p><a href="http://esbox.garage.maemo.org/" target="_blank">ESbox</a> 
+is a set of Eclipse plug-ins that helps programmers to develop applications for 
+maemo platform on Scratchbox Apophis. It supports C/C++ and Python programming 
+languages. Maemo 4.x SDKs (and later) will be supported.
+</p>
+
+<h3>License</h3>
+
+<p>See <a href="about_files/epl-v10.html">Eclipse Public License Version 1.0 (&quot;EPL&quot;)</a>.
+</p>
+
+<h3>Applicable Licenses</h3>   
+   
+<p>ESbox includes a set of open source icons and other graphics. Such graphics are distributed
+under the <a href="about_files/CC-sa3.0_License.txt">Creative Commons Attribution-ShareAlike 3.0 license</a>.</p>
+
+
+<address> &copy; Copyright 2007-2008 INdT, 2007-2008 Nokia. All rights reserved. </address>

Added: branches/work_Raul/org.maemo.esbox.vm.ui/build.properties
===================================================================
--- branches/work_Raul/org.maemo.esbox.vm.ui/build.properties	                        (rev 0)
+++ branches/work_Raul/org.maemo.esbox.vm.ui/build.properties	2009-08-05 17:59:47 UTC (rev 1942)
@@ -0,0 +1,6 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               about.html,\
+               about_files/



More information about the Esbox-commits mailing list