[objectivemax commit] r35 - trunk/Resources

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 20, 2009, 9:59:37 PM2/20/09
to objective...@googlegroups.com
Author: t...@electrotap.com
Date: Fri Feb 20 18:45:14 2009
New Revision: 35

Added:
trunk/Resources/release.sh (contents, props changed)

Log:
adding a new script for copying the correct stuff out into a release

Added: trunk/Resources/release.sh
==============================================================================
--- (empty file)
+++ trunk/Resources/release.sh Fri Feb 20 18:45:14 2009
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+cp -rv ../ ../../ObjectiveMax-Release
+cd ../../ObjectiveMax-Release
+
+pwd
+
+rm -rfv .svn
+rm -rfv */.svn
+rm -rfv */*/.svn
+rm -rfv */*/*/.svn
+rm -rfv */*/*/*/.svn
+rm -rfv */*/*/*/*/.svn
+
+rm -rfv */build
+rm -rfv */*/build
+
+rm -rfv Documentation/html/*.map
+rm -rfv Documentation/html/*.md5
+
+rm -rfv c74support
+

Reply all
Reply to author
Forward
0 new messages