3 The line above must be the first line to make Eclipse add
4 an import tag to the exported Ant buildfile.
6 This import file can be used in all projects (hopefully) without change.
7 For project specific settings use project.properties.
11 <!-- common settings for all projects -->
12 <property file="../Build/build-common.properties"/>
14 <!-- project specific settings -->
15 <property file="project.properties"/>
17 <!-- common targets for all projects -->
18 <import file="../Build/build-common.xml"/>