1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project name =" module_android-async-http-fork" default =" compile.module.android-async-http-fork" >
3
+ <dirname property =" module.android-async-http-fork.basedir" file =" ${ant.file.module_android-async-http-fork}" />
4
+
5
+ <property name =" module.jdk.home.android-async-http-fork" value =" ${jdk.home.android_1.5_platform}" />
6
+ <property name =" module.jdk.bin.android-async-http-fork" value =" ${jdk.bin.android_1.5_platform}" />
7
+ <property name =" module.jdk.classpath.android-async-http-fork" value =" jdk.classpath.android_1.5_platform" />
8
+
9
+ <property name =" compiler.args.android-async-http-fork" value =" ${compiler.args}" />
10
+
11
+ <property name =" android-async-http-fork.output.dir" value =" ${module.android-async-http-fork.basedir}/../StartupNews/out/production/android-async-http-fork" />
12
+ <property name =" android-async-http-fork.testoutput.dir" value =" ${module.android-async-http-fork.basedir}/../StartupNews/out/test/android-async-http-fork" />
13
+
14
+ <path id =" android-async-http-fork.module.bootclasspath" >
15
+ <!-- Paths to be included in compilation bootclasspath -->
16
+ </path >
17
+
18
+ <path id =" android-async-http-fork.module.production.classpath" >
19
+ <path refid =" ${module.jdk.classpath.android-async-http-fork}" />
20
+ </path >
21
+
22
+ <path id =" android-async-http-fork.runtime.production.module.classpath" >
23
+ <pathelement location =" ${android-async-http-fork.output.dir}" />
24
+ </path >
25
+
26
+ <path id =" android-async-http-fork.module.classpath" >
27
+ <path refid =" ${module.jdk.classpath.android-async-http-fork}" />
28
+ <pathelement location =" ${android-async-http-fork.output.dir}" />
29
+ </path >
30
+
31
+ <path id =" android-async-http-fork.runtime.module.classpath" >
32
+ <pathelement location =" ${android-async-http-fork.testoutput.dir}" />
33
+ <pathelement location =" ${android-async-http-fork.output.dir}" />
34
+ </path >
35
+
36
+
37
+ <patternset id =" excluded.from.module.android-async-http-fork" >
38
+ <patternset refid =" ignored.files" />
39
+ </patternset >
40
+
41
+ <patternset id =" excluded.from.compilation.android-async-http-fork" >
42
+ <patternset refid =" excluded.from.module.android-async-http-fork" />
43
+ </patternset >
44
+
45
+ <path id =" android-async-http-fork.module.sourcepath" >
46
+ <dirset dir =" ${module.android-async-http-fork.basedir}" >
47
+ <include name =" examples" />
48
+ <include name =" src" />
49
+ <include name =" gen" />
50
+ </dirset >
51
+ </path >
52
+
53
+
54
+ <target name =" compile.module.android-async-http-fork" depends =" compile.module.android-async-http-fork.production,compile.module.android-async-http-fork.tests" description =" Compile module android-async-http-fork" />
55
+
56
+ <target name =" compile.module.android-async-http-fork.production" depends =" register.custom.compilers" description =" Compile module android-async-http-fork; production classes" >
57
+ <mkdir dir =" ${android-async-http-fork.output.dir}" />
58
+ <javac2 destdir =" ${android-async-http-fork.output.dir}" debug =" ${compiler.debug}" nowarn =" ${compiler.generate.no.warnings}" memorymaximumsize =" ${compiler.max.memory}" fork =" true" executable =" ${module.jdk.bin.android-async-http-fork}/javac" >
59
+ <compilerarg line =" ${compiler.args.android-async-http-fork}" />
60
+ <bootclasspath refid =" android-async-http-fork.module.bootclasspath" />
61
+ <classpath refid =" android-async-http-fork.module.production.classpath" />
62
+ <src refid =" android-async-http-fork.module.sourcepath" />
63
+ <patternset refid =" excluded.from.compilation.android-async-http-fork" />
64
+ </javac2 >
65
+
66
+ <copy todir =" ${android-async-http-fork.output.dir}" >
67
+ <fileset dir =" ${module.android-async-http-fork.basedir}/examples" >
68
+ <patternset refid =" compiler.resources" />
69
+ <type type =" file" />
70
+ </fileset >
71
+ <fileset dir =" ${module.android-async-http-fork.basedir}/src" >
72
+ <patternset refid =" compiler.resources" />
73
+ <type type =" file" />
74
+ </fileset >
75
+ <fileset dir =" ${module.android-async-http-fork.basedir}/gen" >
76
+ <patternset refid =" compiler.resources" />
77
+ <type type =" file" />
78
+ </fileset >
79
+ </copy >
80
+ </target >
81
+
82
+ <target name =" compile.module.android-async-http-fork.tests" depends =" register.custom.compilers,compile.module.android-async-http-fork.production" description =" compile module android-async-http-fork; test classes" unless =" skip.tests" />
83
+
84
+ <target name =" clean.module.android-async-http-fork" description =" cleanup module" >
85
+ <delete dir =" ${android-async-http-fork.output.dir}" />
86
+ <delete dir =" ${android-async-http-fork.testoutput.dir}" />
87
+ </target >
88
+ </project >
0 commit comments