prj.el #1

  • //
  • guest/
  • paul_krause/
  • perforce/
  • api/
  • java/
  • p4package/
  • prj.el
  • View
  • Commits
  • Open Download .zip Download (245 B)
;; $Id$
(let ((dir (file-name-directory (if jde-xemacsp path file))))
  (setq c-basic-offset 2
	tab-width 8
	indent-tabs-mode t
	jde-global-classpath (cons dir jde-global-classpath))
	jde-compile-option-directory (expand-file-name "build" dir))
# Change User Description Committed
#2 1719 Paul Krause set keyword expansion
#1 1718 Paul Krause fix up project files for new directory structure