CVS update: sierra

From: cvs@openprivacy.org
Date: Fri Jan 26 2001 - 05:57:03 PST

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

    Date: Friday January 26, 19101 @ 5:57
    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-serv9464

    Modified Files:
            SOAPDeploymentDescriptor.xml prj.el
    Log Message:
    Everthing now uses a URI instead of a URIReference

    *****************************************************************
    File: sierra/SOAPDeploymentDescriptor.xml

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/SOAPDeploymentDescriptor.xml?annotate=1.2

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

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/SOAPDeploymentDescriptor.xml.diff?r1=1.2&r2=1.1

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

    Index: sierra/SOAPDeploymentDescriptor.xml
    diff -u sierra/SOAPDeploymentDescriptor.xml:1.1 sierra/SOAPDeploymentDescriptor.xml:1.2
    --- sierra/SOAPDeploymentDescriptor.xml:1.1 Wed Jan 24 12:52:37 2001
    +++ sierra/SOAPDeploymentDescriptor.xml Fri Jan 26 05:57:03 2001
    @@ -31,7 +31,7 @@
     
         <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                  xmlns:x="http://schemas.openprivacy.org/core/reputation/12/2000/principal/" qname="x:principal"
    - javaType="org.openprivacy.sierra.util.URIReference"
    + javaType="talon.util.net.URI"
                  java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer"
                  xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer"/>
     

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

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

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

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

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

    Index: sierra/prj.el
    diff -u sierra/prj.el:1.1 sierra/prj.el:1.2
    --- sierra/prj.el:1.1 Tue Jan 9 18:53:20 2001
    +++ sierra/prj.el Fri Jan 26 05:57:03 2001
    @@ -5,16 +5,16 @@
     ;===========================================================
     
     (setq my-java-vm-args '() )
    -(setq my-java-application-args '() )
    +(setq my-java-application-args '("test") )
     
    -(custom-set-variables
    - '(jde-build-use-make t)
    - '(jde-run-working-directory "/projects/sierra")
    - '(jde-run-application-class "org.openprivacy.sierra.test.Test")
    - '(jde-run-option-vm-args my-java-vm-args)
    - '(jde-db-option-vm-args my-java-vm-args)
    - '(jde-run-option-application-args my-java-application-args)
    - '(jde-db-option-application-args my-java-application-args)
    - '(jde-make-program "~/bin/quick-jikes-build.sh /projects/sierra/src/java")
    - '(jde-bug-jdk-directory "/usr/local/jdk1.3/")
    - '(jde-compile-option-sourcepath "/projects/sierra/src/java"))
    +(setq jde-build-use-make t)
    +(setq jde-run-working-directory "/projects/sierra/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)
    +(setq jde-db-option-application-args my-java-application-args)
    +(setq jde-make-program "~/bin/quick-jikes-build.sh /projects/sierra/src/java")
    +(setq jde-bug-jdk-directory "/usr/local/jdk1.3/")
    +(setq jde-compile-option-sourcepath "/projects/sierra/src/java")
    +



    This archive was generated by hypermail 2b30 : Fri Jan 26 2001 - 05:57:05 PST