CVS update: talon

From: cvs@openprivacy.org
Date: Fri Feb 23 2001 - 02:09:17 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/docs"

    Date: Friday February 23, 19101 @ 2:09
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon

    -----------------------------------

    Update of /usr/local/cvs/public/talon
    In directory giga:/tmp/cvs-serv387

    Modified Files:
            prj.el
    Log Message:
    ...

    *****************************************************************
    File: talon/prj.el

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/prj.el?annotate=1.5

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/prj.el?rev=1.5&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/prj.el.diff?r1=1.5&r2=1.4

    -----------------------------------

    Index: talon/prj.el
    diff -u talon/prj.el:1.4 talon/prj.el:1.5
    --- talon/prj.el:1.4 Sun Feb 18 22:49:54 2001
    +++ talon/prj.el Fri Feb 23 02:09:17 2001
    @@ -1,6 +1,6 @@
     ;;; prj.el --- Emacs JDE project settings
     
    -;; $Id: prj.el,v 1.4 2001/02/19 06:49:54 burton Exp $
    +;; $Id: prj.el,v 1.5 2001/02/23 10:09:17 burton Exp $
     
     ;; Copyright (C) 1997-2000 Free Software Foundation, Inc.
     
    @@ -36,18 +36,13 @@
     
     (setq jde-compile-option-command-line-args "-depend -nowarn +E +D")
     (setq jde-bug-jdk-directory "/usr/local/jdk1.3/")
    -(setq jde-compile-option-directory "/tmp/classes")
    +(setq jde-compile-option-directory (expand-file-name "~/tmp/classes"))
     (setq jde-db-source-directories java-open-source-path)
     (setq jde-compiler "jikes")
     (setq jde-db-debugger (quote ("JDEbug" "jdb" . "Executable")))
    -(setq jde-javadoc-gen-destination-directory "/tmp/javadoc")
     (setq jde-run-classic-mode-vm t)
     
    -;;=================
    -;;jsee options
     
    -(setq jde-jsee-javadoc--d-directory "/tmp/javadoc")
    -
     ;; ==============================================================================
     ;; PROJECTS SPECIFIC SETTINGS
     ;; ==============================================================================
    @@ -55,6 +50,7 @@
     (setq my-java-vm-args '())
     (setq my-java-application-args '("test"))
     
    +(setq jde-javadoc-gen-destination-directory (expand-file-name "~/tmp/javadoc/talon"))
     (setq jde-build-use-make t)
     (setq jde-run-working-directory "/projects/talon/build")
     (setq jde-run-application-class "org.apache.tools.ant.Main")
    @@ -63,3 +59,5 @@
     (setq jde-run-option-application-args my-java-application-args)
     (setq jde-db-option-application-args my-java-application-args)
     (setq jde-make-program "~/bin/quick-jikes-build.sh /projects/talon/src/java")
    +
    +(setq jde-guess-imports '( "talon.*" "talon.interfaces.*" "talon.util.net.*" ))



    This archive was generated by hypermail 2b30 : Fri Feb 23 2001 - 02:09:18 PST