equal
deleted
inserted
replaced
99 <arg value="-x!sf"/> |
99 <arg value="-x!sf"/> |
100 <arg value="${build.drive}/output/zips/release/binaries_${sf.spec.job.name}.zip"/> |
100 <arg value="${build.drive}/output/zips/release/binaries_${sf.spec.job.name}.zip"/> |
101 <arg value="epoc32\"/> |
101 <arg value="epoc32\"/> |
102 </exec> |
102 </exec> |
103 |
103 |
|
104 <!-- create a manifest. Currently just list of all files in the archive --> |
|
105 <exec executable="7z" dir="${build.drive}" output="${build.log.dir}/manifest_${build.id}_binaries_${sf.spec.job.name}.log"> |
|
106 <arg value="l"/> |
|
107 <arg value="${build.drive}/output/zips/release/binaries_${sf.spec.job.name}.zip"/> |
|
108 </exec> |
|
109 |
104 <antcall target="sf-zip-content"> |
110 <antcall target="sf-zip-content"> |
105 <param name="zip.config.file" value="${temp.build.dir}/zip.cfg.xml.ftl"/> |
111 <param name="zip.config.file" value="${temp.build.dir}/zip.cfg.xml.ftl"/> |
106 <param name="zip.target.name" value="bin-${sf.spec.job.name}-metadata" /> |
112 <param name="zip.target.name" value="bin-${sf.spec.job.name}-metadata" /> |
107 </antcall> |
113 </antcall> |
108 |
114 |