From 8542af0808fb65558f1bdd97c4994ddf258680ac Mon Sep 17 00:00:00 2001 From: Bimal Poudel Date: Sat, 7 May 2016 04:24:53 -0600 Subject: [PATCH] build.sh added for publishing into svn. --- hosted-content-importer/build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hosted-content-importer/build.sh diff --git a/hosted-content-importer/build.sh b/hosted-content-importer/build.sh new file mode 100644 index 0000000..1e88ac9 --- /dev/null +++ b/hosted-content-importer/build.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Run this file from /trunk/ + +rm -f caches/*.cache +rm -f classes/parsedown/download.sh +rm -f build.sh