[Msnphelper-cvs-commit] CVS: msnphelper MSNP.build,1.2,1.3
Status: Alpha
Brought to you by:
cmyers
|
From: Chad M. <cm...@us...> - 2002-03-18 05:31:47
|
Update of /cvsroot/msnphelper/msnphelper
In directory usw-pr-cvs1:/tmp/cvs-serv22087
Modified Files:
MSNP.build
Log Message:
Added zipping for src dist images
Index: MSNP.build
===================================================================
RCS file: /cvsroot/msnphelper/msnphelper/MSNP.build,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** MSNP.build 18 Mar 2002 05:13:51 -0000 1.2
--- MSNP.build 18 Mar 2002 05:31:45 -0000 1.3
***************
*** 42,45 ****
--- 42,50 ----
</fileset>
</copy>
+ <zip zipfile="${dist.dir}\msnphelper.zip">
+ <fileset basedir="${dist.dir}">
+ <includes name="**/*.*"/>
+ </fileset>
+ </zip>
</target>
|