Develop and Download Open Source Software

Browse CVS Repository

Annotation of /samurai-graph/samurai-graph/HowToCreateSourceDist.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Sep 1 08:14:56 2005 UTC (18 years, 7 months ago) by orrisroot
Branch: MAIN
CVS Tags: RELEASE_1_0_2
File MIME type: text/plain
added how to create source distribution document.

1 orrisroot 1.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.2
11     zip -9 -r samurai-graph-src-1.0.2.zip samurai-graph-src-1.0.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26