File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <property file =" ${ build-cloud.properties.file } " />
1919
2020 <property name =" premium.name" value =" cloudstack-proprietary" />
21- <property name =" premium.dir" location =" ${ base.dir } /${ premium.name } " />
21+ <property name =" premium.base. dir" location =" ${ base.dir } /${ premium.name } " />
2222
23- <condition property =" build.dir" value =" ${ base.dir } /build" else =" ${ premium .dir} /build" > <!-- silly no-op -->
23+ <condition property =" my. build.dir" value =" ${ premium. base.dir} /build" else =" ${ base .dir} /build" >
2424 <and >
25- <available file =" ${ premium.dir } /build" />
25+ <available file =" ${ premium.base. dir } /build" />
2626 <not >
2727 <isset property =" OSS" />
2828 </not >
3333 <property name =" dist.dir" location =" ${ base.dir } /dist" />
3434 <property name =" target.dir" location =" ${ base.dir } /target" />
3535
36- <import file =" ${ build.dir } /build-cloud.xml" optional =" false" />
37- <import file =" ${ build.dir } /build-docs.xml" optional =" true" />
38- <import file =" ${ build.dir } /build-test.xml" optional =" true" />
39- <import file =" ${ build.dir } /package.xml" optional =" true" />
40- <import file =" ${ build.dir } /developer.xml" optional =" true" />
41-
42- </project >
36+ <import file =" ${ my.build.dir } /build-cloud.xml" optional =" false" />
37+ <import file =" ${ my.build.dir } /build-docs.xml" optional =" true" />
38+ <import file =" ${ my.build.dir } /build-test.xml" optional =" true" />
39+ <import file =" ${ my.build.dir } /package.xml" optional =" true" />
40+ <import file =" ${ my.build.dir } /developer.xml" optional =" true" />
41+ </project >
Original file line number Diff line number Diff line change 4444
4545 <depend srcdir =" @{top.dir}/src" destdir =" ${classes.dir}/@{jar.name}" cache =" ${dep.cache.dir}" />
4646
47+ <echo message =" Compiling @{top.dir}/src" />
4748 <javac srcdir =" @{top.dir}/src" debug =" ${debug}" debuglevel =" ${debuglevel}" deprecation =" ${deprecation}" destdir =" ${classes.dir}/@{jar.name}" source =" ${source.compat.version}" target =" ${target.compat.version}" includeantruntime =" false" compiler =" javac1.6" >
4849 <!-- compilerarg line="-processor com.cloud.annotation.LocalProcessor -processorpath ${base.dir}/tools/src -Xlint:all"/ -->
4950 <!-- compilerarg line="-processor com.cloud.utils.LocalProcessor -processorpath ${base.dir}/utils/src -Xlint:all"/ -->
You can’t perform that action at this time.
0 commit comments