80 |
80 |
81 |
81 |
82 <h2>Target sf-publish</h2> |
82 <h2>Target sf-publish</h2> |
83 |
83 |
84 <p><b>Location</b></p> |
84 <p><b>Location</b></p> |
85 <p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/common/build.postbuild.xml#L504">D:\maintools\sf-config\common\build.postbuild.xml:504:</a></tt> |
85 <p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/common/build.postbuild.xml#L622">d:\maintools\sf-config\common\build.postbuild.xml:622:</a></tt> |
86 </p> |
86 </p> |
87 |
87 |
88 <p><b>Conditional execution</b></p> |
88 <p><b>Conditional execution</b></p> |
89 <p>No conditions on target execution.</p> |
89 <p>No conditions on target execution.</p> |
90 <hr/> |
90 <hr/> |
127 <h3>Target dependencies</h3> |
127 <h3>Target dependencies</h3> |
128 <p align="center"> |
128 <p align="center"> |
129 <img src="target-sf-publish.dot.png" alt="sf-publish dependencies" usemap="#dependencies" |
129 <img src="target-sf-publish.dot.png" alt="sf-publish dependencies" usemap="#dependencies" |
130 style="border-style: none"/> |
130 style="border-style: none"/> |
131 <map name="dependencies" id="dependencies"> |
131 <map name="dependencies" id="dependencies"> |
132 <area shape="rect" id="node1" href="target-sf-publish.html" title="sf-publish" alt="" coords="155,5,243,53"> |
132 <area shape="rect" id="node1" href="target-sf-publish.html" title="sf-publish" alt="" coords="221,113,309,161"> |
133 <area shape="rect" id="node4" href="target-prep-publish.html" title="prep-publish" alt="" coords="292,5,399,53"> |
133 <area shape="rect" id="node10" href="target-prep-publish.html" title="prep-publish" alt="" coords="359,113,465,161"> |
134 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="5,5,107,53"> |
134 <area shape="rect" id="node2" href="target-sf-postbuild.html" title="sf-postbuild" alt="" coords="39,5,140,53"> |
|
135 <area shape="rect" id="node4" href="target-sf-create-public-PDK.html" title="sf-create-public-PDK" alt="" coords="5,77,173,125"> |
|
136 <area shape="rect" id="node6" href="target-sf-test-smoketest.html" title="sf-test-smoketest" alt="" coords="20,149,159,197"> |
|
137 <area shape="rect" id="node8" href="target-sf-test-bc-check.html" title="sf-test-bc-check" alt="" coords="24,221,155,269"> |
135 </map> |
138 </map> |
136 </p> |
139 </p> |
137 <hr/> |
140 <hr/> |
138 |
141 |
139 |
142 |
140 <h3>Source code</h3> |
143 <h3>Source code</h3> |
141 <pre> |
144 <pre> |
142 <target name="sf-publish" depends="prep-publish"> |
145 <target name="sf-publish" depends="prep-publish"> |
143 <copy todir="${publish.dir}" preservelastmodified="true" failonerror="false"> |
146 <copy todir="${publish.dir}" preservelastmodified="true" failonerror="false"> |
144 <fileset dir="${build.log.dir}"><include name="*.zip"/></fileset> |
147 <fileset dir="${build.output.dir}/zips/release/"><include name="build_*.zip"/></fileset> |
145 </copy> |
148 </copy> |
146 </target> |
149 </target> |
147 </pre> |
150 </pre> |
148 |
151 |
149 |
152 |