sysperfana/analyzetoolext/com.nokia.carbide.extensions.analyzetool/buildFeature.xml
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <project default="feature_export" name="build"> |
|
3 <property name="feature_location" value="C:\temp"/> |
|
4 <property name="feature_name" value="AnalyzeTool_2009w26_Carbide_Extension.zip"/> |
|
5 <target name="feature_export"> |
|
6 <pde.exportFeatures destination="${feature_location}" exportSource="false" exportType="zip" features="com.nokia.carbide.extensions.analyzetool" filename="${feature_name}" useJARFormat="false"/> |
|
7 </target> |
|
8 </project> |