summaryrefslogtreecommitdiff
path: root/makefile/preflighting/preflighting.product
diff options
context:
space:
mode:
authorEric Cloninger <dcp874@motorola.com>2012-08-21 16:47:26 -0500
committerEric Cloninger <dcp874@motorola.com>2012-08-21 16:47:26 -0500
commitcaaf5251628a0ef95931ed2e54449dbde92d97fc (patch)
treeb77127837ffddddf5fe7dafb48b812a3e125b7f5 /makefile/preflighting/preflighting.product
parentdd37e1328b736a11354a5847ad82c5f2551defa5 (diff)
downloadmotodev-caaf5251628a0ef95931ed2e54449dbde92d97fc.tar.gz
Scripted build files for MOTODEV tools
Build the MOTODEV Eclipse plugins and App Validator with ant. Change-Id: I5e85c02797f8c7400412f881c1f69ca518e4b25e Signed-off-by: Eric Cloninger <dcp874@motorola.com>
Diffstat (limited to 'makefile/preflighting/preflighting.product')
-rw-r--r--makefile/preflighting/preflighting.product27
1 files changed, 27 insertions, 0 deletions
diff --git a/makefile/preflighting/preflighting.product b/makefile/preflighting/preflighting.product
new file mode 100644
index 0000000..2b1a83f
--- /dev/null
+++ b/makefile/preflighting/preflighting.product
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?pde version="3.5"?>
+
+<product name="MOTODEV Studio Application Validator" uid="com.motorolamobility.preflighting" application="com.motorolamobility.preflighting.MOTODEVApplicationValidator" version="0.7.1" useFeatures="true" includeLaunchers="false">
+
+
+ <configIni use="default">
+ </configIni>
+
+ <launcherArgs>
+ <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac>
+ </launcherArgs>
+
+ <windowImages/>
+
+
+ <plugins>
+ </plugins>
+
+ <features>
+ <feature id="com.motorolamobility.preflighting.feature"/>
+ <feature id="com.motorolamobility.preflighting.ui.feature"/>
+ <feature id="com.motorolamobility.preflighting.sdk.feature"/>
+ </features>
+
+
+</product>