equal
deleted
inserted
replaced
4 <dirname property="sf.platform.config.dir" file="${ant.file.SF-PLATFORM-CONFIG}"/> |
4 <dirname property="sf.platform.config.dir" file="${ant.file.SF-PLATFORM-CONFIG}"/> |
5 |
5 |
6 <!-- |
6 <!-- |
7 * Property defaults |
7 * Property defaults |
8 --> |
8 --> |
|
9 |
|
10 <!-- MattD - workaround until generating a model from package definitions works--> |
|
11 <target name="sf-build-noprep" depends="sf-compile,sf-postbuild"> |
|
12 <echo>[SF-BUILD-NOPREP] (platform)</echo> |
|
13 <echo>[SF-BUILD-NOPREP] WARNING: Not generating model from packages</echo> |
|
14 </target> |
9 |
15 |
10 <!-- workaround until GenXML can merge v2.0.0 fragments --> |
16 <!-- workaround until GenXML can merge v2.0.0 fragments --> |
11 <!-- |
17 <!-- |
12 This target is effectively a callback, called from compile-main. |
18 This target is effectively a callback, called from compile-main. |
13 Its responsibility is to convert the set of peices in ref "system.definition.files" into one sys def with absolute paths |
19 Its responsibility is to convert the set of peices in ref "system.definition.files" into one sys def with absolute paths |