-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathbuild.properties
53 lines (45 loc) · 1.39 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Project name and version
project.name =Ample
project.version =0.9.5
# Location to your PHP instalation
executable.php =/Applications/MAMP/bin/php5.3/bin/php
build.dir =../amplesdk-builds/
# Uncomment features that you want to skip
# - Runtime
#skip.ample =true
#skip.ample.runtime =true
#skip.ample.runtime.core =true
#skip.ample.runtime.compat =true
#skip.ample.runtime.languages =true
skip.ample.runtime.languages.xbl =true
skip.ample.runtime.languages.rex =true
#skip.ample.runtime.languages.aml =true
#skip.ample.runtime.languages.smil =true
#skip.ample.runtime.languages.xmlevents =true
#skip.ample.runtime.languages.xlink =true
# - Cultures
#skip.ample.cultures =true
# - Languages
#skip.ample.languages =true
#skip.ample.languages.aui =true
#skip.ample.languages.xul =true
#skip.ample.languages.xhtml =true
#skip.ample.languages.svg =true
skip.ample.languages.xforms =true
#skip.ample.languages.chart =true
skip.ample.languages.mobile =true
#skip.ample.languages.xmlschema =true
# - Plugins
#skip.ample.plugins =true
#skip.ample.plugins.cookie =true
#skip.ample.plugins.forms =true
skip.ample.plugins.store =true
#skip.ample.plugins.touch =true
#skip.ample.plugins.xpath =true
#skip.ample.plugins.xslt =true
# - Examples
#skip.examples =true
# - Reference
#skip.reference =true
# - Licenses
#skip.license =true