CVS update: sierra

From: cvs@openprivacy.org
Date: Tue Feb 20 2001 - 14:06:41 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/rce/impls"

    Date: Tuesday February 20, 19101 @ 14:06
    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-serv28587

    Modified Files:
            prj.el
    Log Message:
    reworked the way signatures are represented. We are now using a SignatureValue instead of the signature object which wasn't used correctly. also updated javadoc

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

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/prj.el?rev=1.8&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.8&r2=1.7

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

    Index: sierra/prj.el
    diff -u sierra/prj.el:1.7 sierra/prj.el:1.8
    --- sierra/prj.el:1.7 Mon Feb 19 15:38:23 2001
    +++ sierra/prj.el Tue Feb 20 14:06:41 2001
    @@ -1,6 +1,6 @@
     ;;; prj.el --- Emacs JDE project settings
     
    -;; $Id: prj.el,v 1.7 2001/02/19 23:38:23 burton Exp $
    +;; $Id: prj.el,v 1.8 2001/02/20 22:06:41 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 '("-Dtalon.project=sierra"))
     (setq my-java-application-args '("test"))
     
    +(setq jde-javadoc-gen-destination-directory (expand-file-name "~/tmp/javadoc/sierra"))
     (setq jde-build-use-make t)
     (setq jde-run-working-directory "/projects/sierra/build")
     (setq jde-run-application-class "org.apache.tools.ant.Main")



    This archive was generated by hypermail 2b30 : Tue Feb 20 2001 - 14:06:45 PST