aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cosProperty/src/cosProperty.app.src
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/cosProperty/src/cosProperty.app.src
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/cosProperty/src/cosProperty.app.src')
-rw-r--r--lib/cosProperty/src/cosProperty.app.src45
1 files changed, 45 insertions, 0 deletions
diff --git a/lib/cosProperty/src/cosProperty.app.src b/lib/cosProperty/src/cosProperty.app.src
new file mode 100644
index 0000000000..3099e904f7
--- /dev/null
+++ b/lib/cosProperty/src/cosProperty.app.src
@@ -0,0 +1,45 @@
+{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, []}}
+]}.