*** empty log message ***
[thera-pi.git] / Reha / build-user.xml
blobe6f672651eebef9f185feea522b233cf7a112f8a
1 <?eclipse.ant.import?>
2 <!-- 
3   The line above must be the first line to make Eclipse add
4   an import tag to the exported Ant buildfile.
5   
6   This import file can be used in all projects (hopefully) without change.
7   For project specific settings use project.properties.
8  -->
10 <project>
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"/>
19 </project>