CVS update: sierra

From: cvs@openprivacy.org
Date: Wed Feb 07 2001 - 19:30:32 PST

  • Next message: cvs@openprivacy.org: "CVS update: openprivacy/htdocs/notes"

    Date: Wednesday February 7, 19101 @ 19:30
    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/sierra

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

    Update of /usr/local/cvs/public/sierra
    In directory giga:/tmp/cvs-serv12943

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

    *****************************************************************
    File: sierra/prj.el

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

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

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

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/prj.el.diff?r1=1.3&r2=1.2

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

    Index: sierra/prj.el
    diff -u sierra/prj.el:1.2 sierra/prj.el:1.3
    --- sierra/prj.el:1.2 Fri Jan 26 05:57:03 2001
    +++ sierra/prj.el Wed Feb 7 19:30:32 2001
    @@ -1,11 +1,44 @@
    +;;; prj.el --- Emacs JDE project settings
     
    +;; $Id: prj.el,v 1.3 2001/02/08 03:30:32 burton Exp $
     
    +;; Copyright (C) 1997-2000 Free Software Foundation, Inc.
    +
    +;; 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:
    +
    +;;
    +
    +
    +(setq jde-compile-option-command-line-args "-depend -nowarn +E +D")
    +
    +
     ;===========================================================
     ; PROJECT SETTINGS FOR EMACS
     ;===========================================================
     
    -(setq my-java-vm-args '() )
    -(setq my-java-application-args '("test") )
    +(setq my-java-vm-args '())
    +(setq my-java-application-args '("test"))
     
     (setq jde-build-use-make t)
     (setq jde-run-working-directory "/projects/sierra/build")



    This archive was generated by hypermail 2b30 : Wed Feb 07 2001 - 19:30:33 PST