build.xml

changeset 265
b73b733214aa
parent 262
6d622b1b4db0
child 286
f50545b5e2f1
equal deleted inserted replaced
261:72d410c3bab1 265:b73b733214aa
40 allow.download - permit downloads from public url (default is false) 40 allow.download - permit downloads from public url (default is false)
41 (used if bundles not found in drops.dir) 41 (used if bundles not found in drops.dir)
42 42
43 Run 'make help' for help using the Makefile. 43 Run 'make help' for help using the Makefile.
44 </description> 44 </description>
45
46 <!-- Mac is special, need to downgrade these before build.properties. -->
47 <condition property="javac.source" value="1.5">
48 <os family="mac"/>
49 </condition>
50 <condition property="javac.target" value="1.5">
51 <os family="mac"/>
52 </condition>
53 45
54 <!-- Project build properties. --> 46 <!-- Project build properties. -->
55 <property file="build.properties"/> 47 <property file="build.properties"/>
56 48
57 <!-- See if drop sources were included. --> 49 <!-- See if drop sources were included. -->

mercurial