diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-package-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-package-source.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,209 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.xml:470: +
+ +Conditional execution
+No conditions on target execution.
++
+ ++
Name | Edit status | +
---|---|
User editable properties | +|
Internal properties | +
+ + +
++ <target name="sf-package-source" depends="sf-preprocess-package-config"> + <!-- Firstly zip up src & rnd by package --> + <antcall target="sf-zip-content"> + <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> + <param name="zip.target.name" value="src"/> + </antcall> + <!-- Then zip up src zips by layer --> + <antcall target="sf-zip-content"> + <param name="zip.config.file" value="${sf.common.config.dir}/generated/zip.cfg.xml.ftl"/> + <param name="zip.target.name" value="src-by-layer"/> + </antcall> + </target> ++ + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +