equal
deleted
inserted
replaced
5 |
5 |
6 <dirname property="sf.common.config.dir" file="${ant.file.SF-COMMON-CONFIG}"/> |
6 <dirname property="sf.common.config.dir" file="${ant.file.SF-COMMON-CONFIG}"/> |
7 |
7 |
8 <!-- import common properties/spec --> |
8 <!-- import common properties/spec --> |
9 <loadproperties srcFile="${sf.common.config.dir}/common.properties"/> |
9 <loadproperties srcFile="${sf.common.config.dir}/common.properties"/> |
10 <import file="${sf.common.config.dir}/common_spec.ant.xml" /> |
10 <import file="${sf.common.config.dir}/common_spec.ant.xml" /> |
11 |
11 |
12 <!-- import all core HELIUM targets --> |
12 <!-- import all core HELIUM targets --> |
13 <import file="${helium.dir}/helium.ant.xml" /> |
13 <import file="${helium.dir}/helium.ant.xml" /> |
14 |
14 |
15 <!-- conditional import of generated source spec if available --> |
15 <!-- conditional import of generated source spec if available --> |
50 |
50 |
51 <fmpp sourceFile="${sf.common.config.dir}/templates/source-spec.ant.xml.ftl" |
51 <fmpp sourceFile="${sf.common.config.dir}/templates/source-spec.ant.xml.ftl" |
52 outputFile="${sf.common.config.dir}/generated/source-spec.ant.xml"> |
52 outputFile="${sf.common.config.dir}/generated/source-spec.ant.xml"> |
53 <data expandProperties="yes"> |
53 <data expandProperties="yes"> |
54 ant: antProperties() |
54 ant: antProperties() |
55 data: csv(${sf.common.config.dir}/../../build/config/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) |
55 data: csv(${sf.project.location}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) |
56 </data> |
56 </data> |
57 </fmpp> |
57 </fmpp> |
58 </target> |
58 </target> |
59 |
59 |
60 <target name="sf-prebuild"> |
60 <target name="sf-prebuild"> |