[Fxruby-commits] CVS: FXRuby make-drop.sh,1.15,1.16
Status: Inactive
Brought to you by:
lyle
|
From: Lyle J. <ly...@us...> - 2002-03-21 19:09:58
|
Update of /cvsroot/fxruby/FXRuby In directory usw-pr-cvs1:/tmp/cvs-serv27876 Modified Files: make-drop.sh Log Message: Changed the version number for the make-drop.sh script, and added the ICO icons for the examples/icons directory. Index: make-drop.sh =================================================================== RCS file: /cvsroot/fxruby/FXRuby/make-drop.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** make-drop.sh 5 Mar 2002 20:46:07 -0000 1.15 --- make-drop.sh 21 Mar 2002 19:09:54 -0000 1.16 *************** *** 1,4 **** #!/bin/sh ! PKGDIR=FXRuby-1.0.0 tar -cvzf $PKGDIR.tar.gz \ $PKGDIR/ANNOUNCE \ --- 1,4 ---- #!/bin/sh ! PKGDIR=FXRuby-1.0.3 tar -cvzf $PKGDIR.tar.gz \ $PKGDIR/ANNOUNCE \ *************** *** 14,17 **** --- 14,18 ---- $PKGDIR/examples/*.xml \ $PKGDIR/examples/icons/*.gif \ + $PKGDIR/examples/icons/*.ico \ $PKGDIR/examples/textedit/*.rb \ $PKGDIR/index.html \ |