WRT feature was introduced
authorEugene Ostroukhov <eugeneo@symbian.org>
Tue, 26 Jan 2010 13:27:13 -0800
changeset 47 206295ed5a0d
parent 46 8928e0dc33b0
child 48 df12256c6ad0
WRT feature was introduced
org.symbian.tools.wrttools.feature/.project
org.symbian.tools.wrttools.feature/build.properties
org.symbian.tools.wrttools.feature/compile.org.symbian.tools.wrttools.xml
org.symbian.tools.wrttools.feature/feature.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.feature/.project	Tue Jan 26 13:27:13 2010 -0800
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.symbian.tools.wrttools.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>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.feature/build.properties	Tue Jan 26 13:27:13 2010 -0800
@@ -0,0 +1,1 @@
+bin.includes = feature.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.feature/compile.org.symbian.tools.wrttools.xml	Tue Jan 26 13:27:13 2010 -0800
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Compile org.symbian.tools.wrttools" default="main">
+	<target name="main">
+		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.jseditors" target="build.jars"/>
+		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools" target="build.jars"/>
+		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.previewer" target="build.jars"/>
+		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.debug.core" target="build.jars"/>
+		<ant antfile="build.xml" dir="../../../../dev/wrt-integration/org.symbian.tools.wrttools.product" target="build.jars"/>
+	</target>
+</project>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.feature/feature.xml	Tue Jan 26 13:27:13 2010 -0800
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.symbian.tools.wrttools"
+      label="WRT Tools Feature"
+      version="1.0.0.qualifier"
+      provider-name="Symbian Foundation">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <requires>
+      <import feature="org.eclipse.wst.jsdt.feature" version="1.1.2.v200908101420-77-FGCCcNBC-BhLcE_Pm" match="greaterOrEqual"/>
+      <import plugin="org.chromium.debug.ui"/>
+      <import plugin="org.chromium.sdk"/>
+      <import plugin="org.mozilla.xpcom"/>
+      <import plugin="org.mozilla.xulrunner"/>
+      <import plugin="org.chromium.debug.core"/>
+   </requires>
+
+   <plugin
+         id="org.symbian.tools.wrttools"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.symbian.tools.wrttools.debug.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.symbian.tools.wrttools.previewer"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.symbian.tools.wrttools.editors"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+</feature>