From c24b03f33ff0c43463e471346a1d2c6857ba4f5e Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Fri, 29 Jun 2001 07:23:11 +0000 Subject: [PATCH] first cut --- prj.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 prj.el diff --git a/prj.el b/prj.el new file mode 100755 index 000000000..4a259a25c --- /dev/null +++ b/prj.el @@ -0,0 +1,7 @@ +(jde-set-project-name "chainsaw") +(jde-set-variables + '(jde-db-source-directories (quote ("h:/checkstyle/src/checkstyle/"))) + '(jde-global-classpath (quote ("h:/checkstyle/classes/checkstyle" "h:/checkstyle/classes/tests" "C:/apps/jakarta-regexp-1.2/jakarta-regexp-1.2.jar"))) + '(jde-run-application-class "com.puppycrawl.tools.checkstyle.Main") + '(jde-run-option-application-args (quote ("VerifierImpl.java"))) +)