From 1e6c69c70ecb96283757ffc148785503de3b6026 Mon Sep 17 00:00:00 2001 From: abijah Date: Fri, 28 Aug 2009 20:52:15 +0000 Subject: [PATCH] Really intended to check the sandbox script into the pre_0.1 branch. I'll do that next, then merge here. git-svn-id: file:///svn-source/pmgr/branches/sandbox_0.1@812 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/build_sandbox.cmd | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 site/build_sandbox.cmd diff --git a/site/build_sandbox.cmd b/site/build_sandbox.cmd deleted file mode 100644 index 3143b81..0000000 --- a/site/build_sandbox.cmd +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -mysqldump --user=pmgr --password=pmgruser --opt property_manager > H:\pmgr_sand.sql -mysql --user=pmgr --password=pmgruser --database=pmgr_sand < H:\pmgr_sand.sql -del H:\pmgr_sand.sql -echo Build Complete!