Develop and Download Open Source Software

Browse CVS Repository

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

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

revision 1.2 by orrisroot, Fri Oct 7 18:03:50 2005 UTC revision 1.3 by orrisroot, Wed Feb 22 01:56:59 2006 UTC
# Line 1  Line 1 
1    #!/bin/sh
2    
3    test -d tmp && exit 1
4  mkdir tmp  mkdir tmp
5    
6  cd tmp  cd tmp
7  cvs -d cvs.sourceforge.jp:/cvsroot/samurai-graph co -P samurai-graph  cvs -d cvs.sourceforge.jp:/cvsroot/samurai-graph co -P samurai-graph
8  cd samurai-graph  cd samurai-graph
9    version=`grep "samurai-graph.version" src/resources/samurai-graph.properties | sed -e "s+^samurai-graph.version=++g" -e 's+.$++'`
10  rm -rf `find . -name '*.jar'`  rm -rf `find . -name '*.jar'`
11  rm -rf `find . -name '*.exe'`  rm -rf `find . -name '*.exe'`
12  rm -rf `find . -name '*.dll'`  rm -rf `find . -name '*.dll'`
13  rm -rf `find . -name 'CVS' -type d`  rm -rf `find . -name 'CVS' -type d`
14  cd ..  cd ..
15  mv samurai-graph samurai-graph-src-1.0.3  mv samurai-graph samurai-graph-src-$version
16  zip -9 -r samurai-graph-src-1.0.3.zip samurai-graph-src-1.0.3  zip -9 -r samurai-graph-src-$version.zip samurai-graph-src-$version

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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