Erweiterung um Patienten InfoBox
[thera-pi.git] / ArztBaustein / build.xml
blobdda420098eab181c77032afd5662ba2847bf147c
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- WARNING: Eclipse auto-generated file.
3               Any modifications will be overwritten.
4               To include a user specific buildfile here, simply create one in the same
5               directory with the processing instruction <?eclipse.ant.import?>
6               as the first entry and export the buildfile again. -->
7 <project basedir="." default="build" name="ArztBaustein">
8     <property environment="env"/>
9     <property name="Libraries.location" value="../Libraries"/>
10     <property name="ECLIPSE_HOME" value="../../../../usr/lib/eclipse"/>
11     <property name="debuglevel" value="source,lines,vars"/>
12     <property name="target" value="1.6"/>
13     <property name="source" value="1.6"/>
14     <import file="build-user.xml"/>
15     <path id="ArztBaustein.classpath">
16         <pathelement location="bin"/>
17         <pathelement location="${Libraries.location}/lib/openofficeorg/bootstrapconnector.jar"/>
18         <pathelement location="${Libraries.location}/lib/openofficeorg/java_uno_accessbridge.jar"/>
19         <pathelement location="${Libraries.location}/lib/openofficeorg/juh.jar"/>
20         <pathelement location="${Libraries.location}/lib/openofficeorg/junit-3.8.1.jar"/>
21         <pathelement location="${Libraries.location}/lib/openofficeorg/jurt.jar"/>
22         <pathelement location="${Libraries.location}/lib/openofficeorg/jut.jar"/>
23         <pathelement location="${Libraries.location}/lib/openofficeorg/registry-3.1.3.jar"/>
24         <pathelement location="${Libraries.location}/lib/openofficeorg/ridl.jar"/>
25         <pathelement location="${Libraries.location}/lib/openofficeorg/sandbox.jar"/>
26         <pathelement location="${Libraries.location}/lib/openofficeorg/unoil.jar"/>
27         <pathelement location="${Libraries.location}/lib/openofficeorg/unoloader.jar"/>
28         <pathelement location="${Libraries.location}/lib/swingx/swingx-1.6.jar"/>
29         <pathelement location="${Libraries.location}/lib/swingx/swing-worker.jar"/>
30         <pathelement location="${Libraries.location}/lib/jgoodies/looks-2.3.1.jar"/>
31         <pathelement location="${Libraries.location}/lib/jgoodies/forms-1.3.0.jar"/>
32         <pathelement location="${Libraries.location}/lib/jgoodies/jgoodies-common-0.9.9.jar"/>
33         <pathelement location="${Libraries.location}/lib/sql/mysql-connector-java-5.1.5-bin.jar"/>
34         <pathelement location="${Libraries.location}/lib/openofficeorg/officebean.jar"/>
35         <pathelement location="${Libraries.location}/lib/openofficeorg/ag.ion.noa_2.2.3.jar"/>
36     </path>
37     <target name="init">
38         <mkdir dir="bin"/>
39         <copy includeemptydirs="false" todir="bin">
40             <fileset dir="src">
41                 <exclude name="**/*.launch"/>
42                 <exclude name="**/*.java"/>
43             </fileset>
44         </copy>
45     </target>
46     <target name="clean">
47         <delete dir="bin"/>
48     </target>
49     <target depends="clean" name="cleanall"/>
50     <target depends="build-subprojects,build-project" name="build"/>
51     <target name="build-subprojects"/>
52     <target depends="init" name="build-project">
53         <echo message="${ant.project.name}: ${ant.file}"/>
54         <javac debug="true" debuglevel="${debuglevel}" destdir="bin" source="${source}" target="${target}">
55             <src path="src"/>
56             <classpath refid="ArztBaustein.classpath"/>
57         </javac>
58     </target>
59     <target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>
60     <target description="copy Eclipse compiler jars to ant lib directory" name="init-eclipse-compiler">
61         <copy todir="${ant.library.dir}">
62             <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
63         </copy>
64         <unzip dest="${ant.library.dir}">
65             <patternset includes="jdtCompilerAdapter.jar"/>
66             <fileset dir="${ECLIPSE_HOME}/plugins" includes="org.eclipse.jdt.core_*.jar"/>
67         </unzip>
68     </target>
69     <target description="compile project with Eclipse compiler" name="build-eclipse-compiler">
70         <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
71         <antcall target="build"/>
72     </target>
73 </project>