--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/htiextension/com.nokia.carbide.extensions.hticonnection/feature.xml Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="com.nokia.carbide.extensions.hticonnection"
+ label="Carbide.c++ Extensions - HTI Connection"
+ version="1.3.0"
+ provider-name="Nokia"
+ plugin="com.nokia.s60tools.hticonnection">
+
+ <description>
+ The HTI Connection service provides a communication interface between Carbide.c++ and an emulator/device.
+ </description>
+
+ <copyright>
+ Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: "http://www.eclipse.org/legal/epl-v10.html".
+ </copyright>
+
+ <license url="license.txt">
+Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+All rights reserved.
+This component and the accompanying materials are made available
+under the terms of "Eclipse Public License v1.0"
+which accompanies this distribution, and is available
+at the URL "http://www.eclipse.org/legal/epl-v10.html".
+
+Part of the graphics of the program are from Eclipse 3.4 platform
+and CDT project in Eclipse community, which are made available under
+the terms of the Eclipse Public License v1.0.
+A copy of the EPL is provided at
+http://www.eclipse.org/legal/epl-v10.html
+ </license>
+
+ <url>
+ <update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
+ <discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
+ </url>
+
+ <requires>
+ <import plugin="org.eclipse.core.runtime" version="3.4.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.4.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jface.text" version="3.4.0" match="greaterOrEqual"/>
+ <import plugin="com.nokia.s60tools.ui" version="1.1.9" match="greaterOrEqual"/>
+ <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.resources" version="3.4.0" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="com.nokia.s60tools.hticonnection"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="com.nokia.s60tools.hticonnection.help"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>