Erweiterung um Patienten InfoBox
[thera-pi.git] / ArztBaustein / build-user.xml
blob1a60f43fdea7ed21b480c76b1b8aaef8d7079af8
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 default="jar">
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>