diff options
author | Dan Gudmundsson <[email protected]> | 2012-03-29 09:32:44 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2012-03-29 09:32:44 +0200 |
commit | b26b7487259ada76a47ffefe21a3069d9e70ba4c (patch) | |
tree | 05dd0166dd91abac2baf717362e0d9d50b133b2f /lib/eldap/src/eldap.app.src | |
parent | c068f4fa2b59cbdef069d826749186675c3d0ea5 (diff) | |
parent | 472a3d910595d7de1e49f241c1d241827b5c0bf4 (diff) | |
download | otp-b26b7487259ada76a47ffefe21a3069d9e70ba4c.tar.gz otp-b26b7487259ada76a47ffefe21a3069d9e70ba4c.tar.bz2 otp-b26b7487259ada76a47ffefe21a3069d9e70ba4c.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/eldap/src/eldap.app.src')
-rw-r--r-- | lib/eldap/src/eldap.app.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/eldap/src/eldap.app.src b/lib/eldap/src/eldap.app.src new file mode 100644 index 0000000000..8215328910 --- /dev/null +++ b/lib/eldap/src/eldap.app.src @@ -0,0 +1,8 @@ +{application, eldap, + [{description, "Ldap api"}, + {vsn, "%VSN%"}, + {modules, [eldap, 'ELDAPv3']}, + {registered, []}, + {applications, [kernel, stdlib]}, + {env, []} +]}. |