;; $Id: //guest/paul_krause/perforce/api/java/p4package/prj.el#2 $ (let* ((dir (file-name-directory (if jde-xemacsp path file))) (doc (expand-file-name "../../wvcm" dir)) (lib (expand-file-name "../../lib" dir)) (junit (expand-file-name "junit.jar" lib)) (bin (expand-file-name "bin" dir))) (setq c-basic-offset 4 tab-width 4 indent-tabs-mode nil jde-compile-option-directory bin jde-global-classpath (append (list bin junit) jde-global-classpath) jde-javadoc-gen-args (list "-sourcepath" dir "-subpackages" "com:javax" "-serialwarn") jde-javadoc-gen-detail-switch (list "-package") jde-javadoc-gen-destination-directory doc jde-javadoc-gen-use t))
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 4181 | Paul Krause |
Rename //guest/paul_krause/perforce/api/java/wcvm/com/... //guest/paul_krause/perforce/api/java/wcvm/javax/... To //guest/paul_krause/perforce/api/java/wcvm/src-15/... |
||
#5 | 4178 | Paul Krause | more project files | ||
#4 | 4139 | Paul Krause | more project files | ||
#3 | 4088 | Paul Krause | project files | ||
#2 | 4084 | Paul Krause | stubs | ||
#1 | 4074 | Paul Krause | fix bogus project files |