Skip to content

Commit

Permalink
Updated build script to make builds on the Mocha branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Jun 30, 2013
1 parent d56531d commit 945169d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/jstbuild.sh
Expand Up @@ -80,6 +80,8 @@ if [ $checkout == 1 ]; then

echo "doing remote checkout ($revision) upload($upload)"
git clone git://github.com/ccgus/jstalk.git
cd jstalk
git checkout Mocha
else
echo "Copying local tree"
cp -r $SRC_DIR /tmp/jstalk
Expand Down Expand Up @@ -156,7 +158,6 @@ cp -R JSTalk.framework JSTalkFoo/.
cp -R /tmp/jstalk/example_scripts JSTalkFoo/examples
cp -R /tmp/jstalk/plugins/sqlite-fmdb-jstplugin/fmdb.jstalk JSTalkFoo/examples/.

mkdir JSTalkFoo/plugins
mkdir -p JSTalkFoo/JSTalk\ Editor.app/Contents/PlugIns

#cp -r JSTalk.acplugin JSTalkFoo/plugins/.
Expand All @@ -165,10 +166,6 @@ cp -r FMDB.jstplugin JSTalkFoo/JSTalk\ Editor.app/Contents/PlugIns/.
#cp -r ImageTools.jstplugin JSTalkFoo/JSTalk\ Editor.app/Contents/PlugIns/.
cp -r GTMScriptRunner.jstplugin JSTalkFoo/JSTalk\ Editor.app/Contents/PlugIns/.

mv /tmp/jstalk/plugins/proxitask/JSTalkProxiTask.bundle JSTalkFoo/plugins/.

cp /tmp/jstalk/plugins/README.txt JSTalkFoo/plugins/.

mv JSTalkFoo JSTalk

mv JSTalk ~/cvsbuilds/.
Expand Down

0 comments on commit 945169d

Please sign in to comment.