diff options
author | Shevek <[email protected]> | 2008-05-18 19:51:57 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2008-05-18 19:51:57 +0000 |
commit | 6c4d542b4e4c29367a93ac825ab38ba24d0aea54 (patch) | |
tree | 03ca3590937d8f0145f8cf90a4da90ac5162eed1 /src/scripts/release.sh | |
parent | ddc3fa5b3b342a48898895910e98c092cd8e2ffa (diff) |
javadoc; more warning checks
Diffstat (limited to 'src/scripts/release.sh')
-rw-r--r-- | src/scripts/release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/release.sh b/src/scripts/release.sh index 7904468..7196d36 100644 --- a/src/scripts/release.sh +++ b/src/scripts/release.sh @@ -1,4 +1,4 @@ -scp build/dist/anarres-cpp-*.tar.gz [email protected]:public_html/projects/jcpp/ -scp -r build/javadoc/ [email protected]:public_html/projects/jcpp/ +rsync -avP build/dist/anarres-cpp-*.tar.gz [email protected]:public_html/projects/jcpp/ +rsync -avP --exclude=.svn --exclude=autohandler build/javadoc [email protected]:public_html/projects/jcpp/ cp build/tar/lib/anarres-cpp.jar /home/shevek/java/iengine/trunk/lib/runtime/jcpp/ cp build/tar/lib/anarres-cpp.jar /home/shevek/java/karma/trunk/lib/dp/ |