sysperfana/analyzetoolext/com.nokia.carbide.extensions.analyzetool/buildFeature.xml
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Tue, 24 Aug 2010 14:01:48 +0300
changeset 16 72f198be1c1d
parent 1 1050670c6980
permissions -rw-r--r--
Crash Analyser Carbide Extension 1.4.0

<?xml version="1.0" encoding="UTF-8"?>
<project default="feature_export" name="build">
	<property name="feature_location" value="C:\temp"/>
	<property name="feature_name" value="AnalyzeTool_2009w26_Carbide_Extension.zip"/>
	<target name="feature_export">
		<pde.exportFeatures destination="${feature_location}" exportSource="false" exportType="zip" features="com.nokia.carbide.extensions.analyzetool" filename="${feature_name}" useJARFormat="false"/>
	</target>
</project>