Browse CVS Repository
Contents of /samurai-graph/samurai-graph/HowToCreateSourceDist.txt
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Fri Oct 7 18:03:50 2005 UTC
(18 years, 6 months ago)
by orrisroot
Branch: MAIN
CVS Tags: RELEASE_1_0_3, RELEASE_1_0_4
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
update to next release.
| 1 |
mkdir tmp |
| 2 |
cd tmp |
| 3 |
cvs -d cvs.sourceforge.jp:/cvsroot/samurai-graph co -P samurai-graph |
| 4 |
cd samurai-graph |
| 5 |
rm -rf `find . -name '*.jar'` |
| 6 |
rm -rf `find . -name '*.exe'` |
| 7 |
rm -rf `find . -name '*.dll'` |
| 8 |
rm -rf `find . -name 'CVS' -type d` |
| 9 |
cd .. |
| 10 |
mv samurai-graph samurai-graph-src-1.0.3 |
| 11 |
zip -9 -r samurai-graph-src-1.0.3.zip samurai-graph-src-1.0.3 |
|