diff options
author | Shevek <[email protected]> | 2009-02-06 01:10:48 +0000 |
---|---|---|
committer | Shevek <[email protected]> | 2009-02-06 01:10:48 +0000 |
commit | 24cb38b8398ddc3bc70a544c98a0acb3366ff8bc (patch) | |
tree | 84adb390dd167c189f94a7cf1952ca36903aeda6 /src/scripts/release.sh | |
parent | aba944f23747fdf35e890020cdbbca722bbaaacf (diff) |
start on objc
Diffstat (limited to 'src/scripts/release.sh')
-rw-r--r-- | src/scripts/release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/release.sh b/src/scripts/release.sh index 7196d36..cd88d95 100644 --- a/src/scripts/release.sh +++ b/src/scripts/release.sh @@ -2,3 +2,4 @@ rsync -avP build/dist/anarres-cpp-*.tar.gz [email protected]:public_html/p 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/ +cp build/tar/lib/anarres-cpp.jar /home/shevek/java/dp/trunk/lib/runtime/cpp/ |