Div. try/catch machen Ausführung im Debugger möglich (J.St. via TV)
[thera-pi.git] / Libraries / build-user.xml
blob800faa86f5033035898feb6e6b63859cbf1fe5eb
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         
20         <target name="copylibs">
21                 <mkdir dir="${dir.dist.lib}"/>
22                 <copy todir="${dir.dist.lib}">
23                         <fileset dir="${dir.binary.lib}" includes="**/*.jar"/>
24                 </copy>
25         </target>
26         
27 </project>