(jde-project-file-version "1.0") (jde-set-variables '(jde-compile-option-classpath (quote ("xerces.jar:xalan.jar:xml-apis.jar:xmlrpc-1.2-b1.jar:jakarta-oro-2.0.8.jar:."))) '(jde-build-function (quote (jarify)))) ;; the following is manually-inserted code ;; 2003-05-08 mdh (defun jarify () (interactive) (shell-command "make arboreal.jar"))