1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
{application, cosProperty,
[{description, "The Erlang CosProperty application"},
{vsn, "%VSN%"},
{modules,
[
'cosProperty',
'CosPropertyService_PropertySetDefFactory_impl',
'CosPropertyService_PropertySetDef_impl',
'CosPropertyService_PropertySetFactory_impl',
'CosPropertyService_PropertiesIterator_impl',
'CosPropertyService_PropertyNamesIterator_impl',
'oe_CosProperty',
'CosPropertyService_ConflictingProperty',
'CosPropertyService_ConstraintNotSupported',
'CosPropertyService_FixedProperty',
'CosPropertyService_InvalidPropertyName',
'CosPropertyService_MultipleExceptions',
'CosPropertyService_Properties',
'CosPropertyService_PropertiesIterator',
'CosPropertyService_Property',
'CosPropertyService_PropertyDef',
'CosPropertyService_PropertyDefs',
'CosPropertyService_PropertyException',
'CosPropertyService_PropertyExceptions',
'CosPropertyService_PropertyMode',
'CosPropertyService_PropertyModes',
'CosPropertyService_PropertyNames',
'CosPropertyService_PropertyNamesIterator',
'CosPropertyService_PropertyNotFound',
'CosPropertyService_PropertySet',
'CosPropertyService_PropertySetDef',
'CosPropertyService_PropertySetDefFactory',
'CosPropertyService_PropertySetFactory',
'CosPropertyService_PropertyTypes',
'CosPropertyService_ReadOnlyProperty',
'CosPropertyService_UnsupportedMode',
'CosPropertyService_UnsupportedProperty',
'CosPropertyService_UnsupportedTypeCode'
]
},
{registered, [oe_cosPropertySup]},
{applications, [orber, stdlib, kernel]},
{env, []},
{mod, {cosProperty, []}},
{runtime_dependencies, ["stdlib-2.0","orber-3.6.27","mnesia-4.12",
"kernel-3.0","erts-6.0"]}
]}.
|