From d90a268ff36d9da9a40f66bcd764ae91bee174c3 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Mon, 4 Dec 2000 13:47:41 +0000 Subject: [PATCH] oops - removing my funky elisp file. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268293 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/emacs-jprj.el | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 proposal/myrmidon/emacs-jprj.el diff --git a/proposal/myrmidon/emacs-jprj.el b/proposal/myrmidon/emacs-jprj.el deleted file mode 100644 index ddf0be918..000000000 --- a/proposal/myrmidon/emacs-jprj.el +++ /dev/null @@ -1,7 +0,0 @@ -(setq jprj-base-path (message "%s/" (expand-file-name (substitute-in-file-name "."))) ) -(setq jprj-src-path (message "%ssrc/java/" jprj-base-path) ) -(setq jprj-compile-command "./build.bat") -(setq jprj-run-command "./build.bat&");; cd dist; bin/ant.bat -f ../src/make/sample.xmk&") -;(setq tab-expansion-size 4) - -(load "update-prj")