commit-gnue
[Top][All Lists]
Advanced

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

r6343 - trunk/gnue-appserver/src/classrep


From: reinhard
Subject: r6343 - trunk/gnue-appserver/src/classrep
Date: Tue, 21 Sep 2004 04:14:26 -0500 (CDT)

Author: reinhard
Date: 2004-09-21 04:14:24 -0500 (Tue, 21 Sep 2004)
New Revision: 6343

Removed:
   trunk/gnue-appserver/src/classrep/repository.ini
Log:
Removed repository.ini from wrong location.


Deleted: trunk/gnue-appserver/src/classrep/repository.ini
===================================================================
--- trunk/gnue-appserver/src/classrep/repository.ini    2004-09-20 19:08:04 UTC 
(rev 6342)
+++ trunk/gnue-appserver/src/classrep/repository.ini    2004-09-21 09:14:24 UTC 
(rev 6343)
@@ -1,472 +0,0 @@
-; GNU Enterprise Application Server - Definition of Class Repository
-;
-; Copyright 2003 Free Software Foundation
-;
-; This file is part of GNU Enterprise.
-;
-; GNU Enterprise 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, or (at your option) any later version.
-;
-; GNU Enterprise 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 program; see the file COPYING. If not, 
-; write to the Free Software Foundation, Inc., 59 Temple Place 
-; - Suite 330, Boston, MA 02111-1307, USA.
-;
-; $Id$
-
-; =============================================================================
-; Module definitions
-; =============================================================================
-; [ identifier ] == module
-[gnue]
-gnue_id      = 00000000000000000000000000000000
-gnue_name    = gnue
-gnue_comment = GNU Enterprise System Management
-
-
-; =============================================================================
-; Class definitions
-; =============================================================================
-; [ identifier_identifier ] == module_class
-[gnue_module]
-gnue_id      = 00000000000000000000000000000010
-gnue_module  = 00000000000000000000000000000000
-gnue_name    = module
-gnue_comment = GNU Enterprise Business Object Module
-
-[gnue_class]
-gnue_id      = 00000000000000000000000000000020
-gnue_module  = 00000000000000000000000000000000
-gnue_name    = class
-gnue_comment = GNU Enterprise Business Object Class
-
-[gnue_property]
-gnue_id      = 00000000000000000000000000000030
-gnue_module  = 00000000000000000000000000000000
-gnue_name    = property
-gnue_comment = GNU Enterprise Business Object Property
-
-[gnue_procedure]
-gnue_id      = 00000000000000000000000000000040
-gnue_module  = 00000000000000000000000000000000
-gnue_name    = procedure
-gnue_comment = GNU Enterprise Business Object Procedure
-
-[gnue_parameter]
-gnue_id      = 00000000000000000000000000000050
-gnue_module  = 00000000000000000000000000000000
-gnue_name    = parameter
-gnue_comment = GNU Enterprise Business Object Procedure Parameter
-
-; =============================================================================
-; Property definitions
-; =============================================================================
-; [ ident_ident.ident_ident ] == module_class.module_property
-
-; -----------------------------------------------------------------------------
-; modules
-; -----------------------------------------------------------------------------
-[gnue_module.gnue_id]
-gnue_id        = 00000000000000000000000000000011
-gnue_class     = 00000000000000000000000000000010
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = id
-gnue_type      = id
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Object ID
-gnue_nullable  = FALSE
-
-[gnue_module.gnue_name]
-gnue_id        = 00000000000000000000000000000012
-gnue_class     = 00000000000000000000000000000010
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = name
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Name
-gnue_nullable  = FALSE
-
-[gnue_module.gnue_comment]
-gnue_id        = 00000000000000000000000000000013
-gnue_class     = 00000000000000000000000000000010
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = comment
-gnue_type      = string
-gnue_length    = 70
-gnue_scale     = 
-gnue_comment   = Comment
-gnue_nullable  = 
-
-; -----------------------------------------------------------------------------
-; classes
-; -----------------------------------------------------------------------------
-[gnue_class.gnue_id]
-gnue_id        = 00000000000000000000000000000021
-gnue_class     = 00000000000000000000000000000020
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = id
-gnue_type      = id
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Object ID
-gnue_nullable  = FALSE
-
-[gnue_class.gnue_module]
-gnue_id        = 00000000000000000000000000000022
-gnue_class     = 00000000000000000000000000000020
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = module
-gnue_type      = gnue_module
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Module that defined this class
-gnue_nullable  = FALSE
-
-[gnue_class.gnue_name]
-gnue_id        = 00000000000000000000000000000023
-gnue_class     = 00000000000000000000000000000020
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = name
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Classname without modulename
-gnue_nullable  = FALSE
-
-[gnue_class.gnue_comment]
-gnue_id        = 00000000000000000000000000000024
-gnue_class     = 00000000000000000000000000000020
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = comment
-gnue_type      = string
-gnue_length    = 70
-gnue_scale     = 
-gnue_comment   = Comment
-gnue_nullable  = 
-
-; -----------------------------------------------------------------------------
-; properties
-; -----------------------------------------------------------------------------
-[gnue_property.gnue_id]
-gnue_id        = 00000000000000000000000000000031
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = id
-gnue_type      = id
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Object ID
-gnue_nullable  = FALSE
-
-[gnue_property.gnue_class]
-gnue_id        = 00000000000000000000000000000032
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = class
-gnue_type      = gnue_class
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Class the property belongs to
-gnue_nullable  = FALSE
-
-[gnue_property.gnue_module]
-gnue_id        = 00000000000000000000000000000033
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = module
-gnue_type      = gnue_module
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Module that defined this property
-gnue_nullable  = FALSE
-
-[gnue_property.gnue_name]
-gnue_id        = 00000000000000000000000000000034
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = name
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Propertyname without modulename
-gnue_nullable  = FALSE
-
-[gnue_property.gnue_type]
-gnue_id        = 00000000000000000000000000000035
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = type
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Property type 
-gnue_nullable  = FALSE
-
-[gnue_property.gnue_length]
-gnue_id        = 00000000000000000000000000000036
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = length
-gnue_type      = number
-gnue_length    = 6
-gnue_scale     = 
-gnue_comment   = Lenght of the property 
-gnue_nullable  = 
-
-[gnue_property.gnue_scale]
-gnue_id        = 00000000000000000000000000000037
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = scale
-gnue_type      = number
-gnue_length    = 4
-gnue_scale     = 
-gnue_comment   = Scale of numeric data
-gnue_nullable  = 
-
-[gnue_property.gnue_comment]
-gnue_id        = 00000000000000000000000000000038
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = comment
-gnue_type      = string
-gnue_length    = 70
-gnue_scale     = 
-gnue_comment   = Comment
-gnue_nullable  = 
-
-[gnue_property.gnue_nullable]
-gnue_id        = 00000000000000000000000000000039
-gnue_class     = 00000000000000000000000000000030
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = nullable
-gnue_type      = boolean
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Property can contain NULL values
-gnue_nullable  = FALSE
-
-
-; -----------------------------------------------------------------------------
-; procedures
-; -----------------------------------------------------------------------------
-[gnue_procedure.gnue_id]
-gnue_id        = 00000000000000000000000000000041
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = id
-gnue_type      = id
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Object ID
-gnue_nullable  = FALSE
-
-[gnue_procedure.gnue_class]
-gnue_id        = 00000000000000000000000000000042
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = class
-gnue_type      = gnue_class
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Class the procedure belongs to
-gnue_nullable  = FALSE
-
-[gnue_procedure.gnue_module]
-gnue_id        = 00000000000000000000000000000043
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = module
-gnue_type      = gnue_module
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Module that defined this procedure
-gnue_nullable  = FALSE
-
-[gnue_procedure.gnue_name]
-gnue_id        = 00000000000000000000000000000044
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = name
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Procedurename without modulename
-gnue_nullable  = FALSE
-
-[gnue_procedure.gnue_language]
-gnue_id        = 00000000000000000000000000000045
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = language
-gnue_type      = string
-gnue_length    = 10
-gnue_scale     = 
-gnue_comment   = Procedure language
-gnue_nullable  = FALSE
-
-[gnue_procedure.gnue_code]
-gnue_id        = 00000000000000000000000000000046
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = code
-gnue_type      = string
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Procedure code
-gnue_nullable  = FALSE
-
-[gnue_procedure.gnue_compiledcode]
-gnue_id        = 00000000000000000000000000000047
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = compiledcode
-gnue_type      = string
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Compiled procedure code
-gnue_nullable  = 
-
-[gnue_procedure.gnue_comment]
-gnue_id        = 00000000000000000000000000000048
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = comment
-gnue_type      = string
-gnue_length    = 70
-gnue_scale     = 
-gnue_comment   = Comment
-gnue_nullable  = 
-
-[gnue_procedure.gnue_type]
-gnue_id        = 00000000000000000000000000000049
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = type
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Type of the procedures result
-gnue_nullable  = 
-
-[gnue_procedure.gnue_length]
-gnue_id        = 0000000000000000000000000000004A
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = length
-gnue_type      = number
-gnue_length    = 6
-gnue_scale     = 
-gnue_comment   = Length of the procedures result
-gnue_nullable  = 
-
-[gnue_procedure.gnue_scale]
-gnue_id        = 0000000000000000000000000000004B
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = scale
-gnue_type      = number
-gnue_length    = 4
-gnue_scale     = 
-gnue_comment   = Scale of the procedures result
-gnue_nullable  = 
-
-[gnue_procedure.gnue_nullable]
-gnue_id        = 0000000000000000000000000000004C
-gnue_class     = 00000000000000000000000000000040
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = nullable
-gnue_type      = boolean
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Result of the procedure can contain NULL values
-gnue_nullable  = FALSE
-
-; -----------------------------------------------------------------------------
-; parameters
-; -----------------------------------------------------------------------------
-[gnue_parameter.gnue_id]
-gnue_id        = 00000000000000000000000000000051
-gnue_class     = 00000000000000000000000000000050
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = id
-gnue_type      = id
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Object ID
-gnue_nullable  = FALSE
-
-[gnue_parameter.gnue_procedure]
-gnue_id        = 00000000000000000000000000000052
-gnue_class     = 00000000000000000000000000000050
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = procedure
-gnue_type      = gnue_procedure
-gnue_length    = 
-gnue_scale     = 
-gnue_comment   = Procedure the parameter belongs to
-gnue_nullable  = FALSE
-
-[gnue_parameter.gnue_name]
-gnue_id        = 00000000000000000000000000000053
-gnue_class     = 00000000000000000000000000000050
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = name
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Name of the parameter
-gnue_nullable  = FALSE
-
-[gnue_parameter.gnue_type]
-gnue_id        = 00000000000000000000000000000054
-gnue_class     = 00000000000000000000000000000050
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = type
-gnue_type      = string
-gnue_length    = 35
-gnue_scale     = 
-gnue_comment   = Parameter type 
-gnue_nullable  = FALSE
-
-[gnue_parameter.gnue_length]
-gnue_id        = 00000000000000000000000000000055
-gnue_class     = 00000000000000000000000000000050
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = length
-gnue_type      = number
-gnue_length    = 6
-gnue_scale     = 
-gnue_comment   = Lenght of the parameter
-gnue_nullable  = 
-
-[gnue_parameter.gnue_scale]
-gnue_id        = 00000000000000000000000000000056
-gnue_class     = 00000000000000000000000000000050
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = scale
-gnue_type      = number
-gnue_length    = 4
-gnue_scale     = 
-gnue_comment   = Scale of numeric data
-gnue_nullable  = 
-
-[gnue_parameter.gnue_comment]
-gnue_id        = 00000000000000000000000000000057
-gnue_class     = 00000000000000000000000000000050
-gnue_module    = 00000000000000000000000000000000
-gnue_name      = comment
-gnue_type      = string
-gnue_length    = 70
-gnue_scale     = 
-gnue_comment   = Comment
-gnue_nullable  = 





reply via email to

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