commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue appserver/src/geasRpcServer.py forms/src/G...


From: Jason Cater
Subject: gnue appserver/src/geasRpcServer.py forms/src/G...
Date: Mon, 03 Jun 2002 15:09:37 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/06/03 15:09:37

Modified files:
        appserver/src  : geasRpcServer.py 
        forms/src      : GFClient.py 
        reports/src    : GRRun.py GRServer.py 

Log message:
        fixes for the client/ directory changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/src/geasRpcServer.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFClient.py.diff?tr1=1.42&tr2=1.43&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/GRRun.py.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/reports/src/GRServer.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue/appserver/src/geasRpcServer.py
diff -c gnue/appserver/src/geasRpcServer.py:1.9 
gnue/appserver/src/geasRpcServer.py:1.10
*** gnue/appserver/src/geasRpcServer.py:1.9     Mon Jun  3 09:21:00 2002
--- gnue/appserver/src/geasRpcServer.py Mon Jun  3 15:09:37 2002
***************
*** 19,25 ****
  #
  # Copyright 2001-2002 Free Software Foundation
  #
! # $Id: geasRpcServer.py,v 1.9 2002/06/03 13:21:00 siesel Exp $
  
  from geasList import *
  from geasSession import *
--- 19,25 ----
  #
  # Copyright 2001-2002 Free Software Foundation
  #
! # $Id: geasRpcServer.py,v 1.10 2002/06/03 19:09:37 jcater Exp $
  
  from geasList import *
  from geasSession import *
***************
*** 66,72 ****
    NAME = "GNUe Application Server"
    VERSION = VERSION
    USAGE = GServerApp.USAGE
!   COMMAND = 'geas'
    SUMMARY = "GNUe Application Server is a data and business rules server. " \
            + "It provides a backend to forms and reports. In an n-tier " \
            + "environment, GEAS holds all business rules/logic and provides " \
--- 66,72 ----
    NAME = "GNUe Application Server"
    VERSION = VERSION
    USAGE = GServerApp.USAGE
!   COMMAND = 'gnue-appserver'
    SUMMARY = "GNUe Application Server is a data and business rules server. " \
            + "It provides a backend to forms and reports. In an n-tier " \
            + "environment, GEAS holds all business rules/logic and provides " \
Index: gnue/forms/src/GFClient.py
diff -c gnue/forms/src/GFClient.py:1.42 gnue/forms/src/GFClient.py:1.43
*** gnue/forms/src/GFClient.py:1.42     Sun Jun  2 18:21:42 2002
--- gnue/forms/src/GFClient.py  Mon Jun  3 15:09:37 2002
***************
*** 51,57 ****
    # GClientApp() overrides
    #
    VERSION = VERSION
!   COMMAND = "gfclient"
    NAME = "GNUe Forms"
    USAGE = GClientApp.USAGE + " file"
    COMMAND_OPTIONS = [
--- 51,57 ----
    # GClientApp() overrides
    #
    VERSION = VERSION
!   COMMAND = "gnue-forms"
    NAME = "GNUe Forms"
    USAGE = GClientApp.USAGE + " file"
    COMMAND_OPTIONS = [
Index: gnue/reports/src/GRRun.py
diff -c gnue/reports/src/GRRun.py:1.15 gnue/reports/src/GRRun.py:1.16
*** gnue/reports/src/GRRun.py:1.15      Sun Jun  2 18:21:42 2002
--- gnue/reports/src/GRRun.py   Mon Jun  3 15:09:37 2002
***************
*** 55,61 ****
    # GClientApp() overrides
    #
    VERSION = VERSION
!   COMMAND = "grrun"
    NAME = "GNUe Reports Client"
    COMMAND_OPTIONS = [
        [ 'destination_type', 'D', 'destination-type', 1, 'file', 'type',
--- 55,61 ----
    # GClientApp() overrides
    #
    VERSION = VERSION
!   COMMAND = "gnue-reports"
    NAME = "GNUe Reports Client"
    COMMAND_OPTIONS = [
        [ 'destination_type', 'D', 'destination-type', 1, 'file', 'type',
Index: gnue/reports/src/GRServer.py
diff -c gnue/reports/src/GRServer.py:1.6 gnue/reports/src/GRServer.py:1.7
*** gnue/reports/src/GRServer.py:1.6    Sun Jun  2 18:21:42 2002
--- gnue/reports/src/GRServer.py        Mon Jun  3 15:09:37 2002
***************
*** 47,53 ****
    # GServerApp() overrides
    #
    VERSION = VERSION
!   COMMAND = "grserve"
    NAME = "GNUe Reports Server"
    USAGE = GServerApp.USAGE
    COMMAND_OPTIONS = [ ]
--- 47,53 ----
    # GServerApp() overrides
    #
    VERSION = VERSION
!   COMMAND = "gnue-reports-server"
    NAME = "GNUe Reports Server"
    USAGE = GServerApp.USAGE
    COMMAND_OPTIONS = [ ]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]