From ccf7d49067309e043185205047dbe7abd26535bf Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 5 Jun 2008 21:13:05 +0000 Subject: Remove the Javascript shell from Futon due to unresolved licensing issues. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@663740 13f79535-47bb-0310-9956-ffa450edef68 --- share/Makefile.am | 2 - share/www/index.html | 1 - share/www/script/shell.js | 722 ---------------------------------------------- share/www/shell.html | 79 ----- 4 files changed, 804 deletions(-) delete mode 100644 share/www/script/shell.js delete mode 100644 share/www/shell.html (limited to 'share') diff --git a/share/Makefile.am b/share/Makefile.am index f1f44b05..b31564ab 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -65,6 +65,4 @@ nobase_dist_pkgdata_DATA = \ www/script/jquery.suggest.js \ www/script/json2.js \ www/script/pprint.js \ - www/script/shell.js \ - www/shell.html \ www/style/layout.css diff --git a/share/www/index.html b/share/www/index.html index dcbba925..c75dac5b 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -87,7 +87,6 @@ specific language governing permissions and limitations under the License.