equal
deleted
inserted
replaced
122 |
122 |
123 <!-- allow use of a release_metadata.xml without all referenced files being present --> |
123 <!-- allow use of a release_metadata.xml without all referenced files being present --> |
124 <hlm:signalInput id="getenvSignalInput" failbuild="never"> |
124 <hlm:signalInput id="getenvSignalInput" failbuild="never"> |
125 <hlm:notifierListRef refid="defaultFailNotifier" /> |
125 <hlm:notifierListRef refid="defaultFailNotifier" /> |
126 </hlm:signalInput> |
126 </hlm:signalInput> |
|
127 |
|
128 <!-- configure stages --> |
|
129 <hlm:stage id="preparation" starttarget="sf-prep" endtarget="sf-compile"/> |
|
130 <hlm:stage id="compilation" starttarget="sf-compile" endtarget="sf-compile"/> |
|
131 <hlm:stage id="postbuild" starttarget="sf-postbuild" endtarget="sf-postbuild"/> |
|
132 |
127 </then> |
133 </then> |
128 </if> |
134 </if> |
129 |
135 |
130 <!-- |
136 <!-- |
131 - END OF PROPERTY DEFINITIONS, TARGETS START HERE |
137 - END OF PROPERTY DEFINITIONS, TARGETS START HERE |