--- a/common/build.xml Thu Jan 28 17:06:02 2010 +0000
+++ b/common/build.xml Thu Jan 28 18:09:20 2010 +0000
@@ -542,6 +542,7 @@
<runtarget target="sf-preprocess-package-config"/>
</then>
</if>
+ <stopwatch name="sf-zip-content (${zip.target.name})"/>
<if><available file="${zip.config.file}"/>
<then>
<runtarget target="preprocess-zip-config" />
@@ -553,6 +554,7 @@
<echo message="ERROR ${zip.config.file} not available for zipping!"/>
</else>
</if>
+ <stopwatch name="sf-zip-content (${zip.target.name})" action="elapsed"/>
</target>
<target name="sf-package-source" >