diff options
author | Shevek <[email protected]> | 2008-05-08 20:08:23 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2008-05-08 20:08:23 +0000 |
commit | 932a35e8b2734dfc14aac56c8b1dc96174a5b009 (patch) | |
tree | f179b742735e285311c281f9a7f7d3dc03611ebe /src/scripts | |
parent | d7362497e323ee1d2e94165f9642e4b9a663a542 (diff) |
add cpp task
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/release.sh b/src/scripts/release.sh index 620ce96..7904468 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/ -cp build/tar/lib/anarres-cpp.jar /home/shevek/java/iengine/lib/runtime/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/ |