aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ic/src/ic.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/ic/src/ic.app.src
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/ic/src/ic.app.src')
-rw-r--r--lib/ic/src/ic.app.src52
1 files changed, 52 insertions, 0 deletions
diff --git a/lib/ic/src/ic.app.src b/lib/ic/src/ic.app.src
new file mode 100644
index 0000000000..29aa6def00
--- /dev/null
+++ b/lib/ic/src/ic.app.src
@@ -0,0 +1,52 @@
+{application, ic,
+ [{description, "The IDL Compiler"},
+ {vsn, "%VSN%"},
+ {modules,
+ [
+ ic,
+ ic_cclient,
+ ic_cbe,
+ ic_cserver,
+ ic_erlbe,
+ ic_fetch,
+ ic_noc,
+ ic_plainbe,
+ ic_pp,
+ ic_pragma,
+ icenum,
+ iceval,
+ icparse,
+ icpreproc,
+ icscan,
+ icstruct,
+ ictk,
+ ictype,
+ ic_array_java,
+ ic_attribute_java,
+ ic_code,
+ ic_codegen,
+ ic_constant_java,
+ ic_enum_java,
+ ic_error,
+ ic_file,
+ ic_forms,
+ ic_genobj,
+ ic_java_type,
+ ic_jbe,
+ ic_options,
+ ic_sequence_java,
+ ic_struct_java,
+ ic_symtab,
+ ic_union_java,
+ ic_util,
+ icunion,
+ ic_erl_template
+ ]
+ },
+ {registered, []},
+ {applications, [stdlib, kernel]},
+ {env, []},
+ {mod, {ic, []}}
+]}.
+
+