CVS update: talon

From: cvs@openprivacy.org
Date: Thu Jan 25 2001 - 11:05:17 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/src/java/talon/tests"

    Date: Thursday January 25, 19101 @ 11:05
    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-serv7002

    Modified Files:
            prj.el
    Log Message:
    logger and property manager now being used... required for CompositeRCE

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

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

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

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

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

    Index: talon/prj.el
    diff -u talon/prj.el:1.1 talon/prj.el:1.2
    --- talon/prj.el:1.1 Tue Jan 16 02:42:32 2001
    +++ talon/prj.el Thu Jan 25 11:05:17 2001
    @@ -4,12 +4,12 @@
     ; PROJECT SETTINGS FOR EMACS
     ;===========================================================
     
    -(setq my-java-vm-args '("-DENABLE_JAVA_CORE=true") )
    -(setq my-java-application-args '() )
    +(setq my-java-vm-args '() )
    +(setq my-java-application-args '("test") )
     
     (setq jde-build-use-make t)
    -(setq jde-run-working-directory "/projects/talon")
    -(setq jde-run-application-class "Test")
    +(setq jde-run-working-directory "/projects/talon/build")
    +(setq jde-run-application-class "org.apache.tools.ant.Main")
     (setq jde-run-option-vm-args my-java-vm-args)
     (setq jde-db-option-vm-args my-java-vm-args)
     (setq jde-run-option-application-args my-java-application-args)



    This archive was generated by hypermail 2b30 : Thu Jan 25 2001 - 11:05:19 PST