CVS update: talon

From: cvs@openprivacy.org
Date: Thu Feb 08 2001 - 20:18:08 PST

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

    Date: Thursday February 8, 19101 @ 20:18
    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-serv21939

    Modified Files:
            prj.el
    Log Message:
    properties should be importing correctly

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

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/prj.el?rev=1.3&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.3&r2=1.2

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

    Index: talon/prj.el
    diff -u talon/prj.el:1.2 talon/prj.el:1.3
    --- talon/prj.el:1.2 Thu Jan 25 11:05:17 2001
    +++ talon/prj.el Thu Feb 8 20:18:08 2001
    @@ -1,12 +1,60 @@
    +;;; prj.el --- Emacs JDE project settings
     
    +;; $Id: prj.el,v 1.3 2001/02/09 04:18:08 burton Exp $
     
    -;===========================================================
    -; PROJECT SETTINGS FOR EMACS
    -;===========================================================
    +;; Copyright (C) 1997-2000 Free Software Foundation, Inc.
     
    -(setq my-java-vm-args '() )
    -(setq my-java-application-args '("test") )
    +;; Author: Kevin A. Burton (burton@openprivacy.org)
    +;; Maintainer: Kevin A. Burton (burton@openprivacy.org)
    +;; Location: http://relativity.yi.org
    +;; Keywords:
    +;; Version: 1.0.0
     
    +;; This file is [not yet] part of GNU Emacs.
    +
    +;; This program is free software; you can redistribute it and/or modify it under
    +;; the terms of the GNU General Public License as published by the Free Software
    +;; Foundation; either version 2 of the License, or any later version.
    +;;
    +;; This program is distributed in the hope that it will be useful, but WITHOUT
    +;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    +;; FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    +;; details.
    +;;
    +;; You should have received a copy of the GNU General Public License along with
    +;; this program; if not, write to the Free Software Foundation, Inc., 59 Temple
    +;; Place - Suite 330, Boston, MA 02111-1307, USA.
    +
    +;;; Commentary:
    +
    +;;
    +
    +;; ==============================================================================
    +;; GLOBAL SETTINGS
    +;; ==============================================================================
    +
    +
    +(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-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
    +;; ==============================================================================
    +
    +(setq my-java-vm-args '())
    +(setq my-java-application-args '("test"))
    +
     (setq jde-build-use-make t)
     (setq jde-run-working-directory "/projects/talon/build")
     (setq jde-run-application-class "org.apache.tools.ant.Main")
    @@ -15,5 +63,4 @@
     (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-bug-jdk-directory "/usr/local/jdk1.3/")
    -(setq jde-compile-option-sourcepath "/projects/talon/src/java")
    +(setq jde-compile-option-sourcepath '("/projects/talon/src/java"))



    This archive was generated by hypermail 2b30 : Thu Feb 08 2001 - 20:18:10 PST