Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
b87c0a52
Commit
b87c0a52
authored
Jan 23, 2010
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MANIFEST update + Makefile target
parent
8a4e23f6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
0 deletions
+23
-0
build/lemonldap-ng/Makefile
build/lemonldap-ng/Makefile
+9
-0
modules/lemonldap-ng-common/MANIFEST
modules/lemonldap-ng-common/MANIFEST
+1
-0
modules/lemonldap-ng-manager/MANIFEST
modules/lemonldap-ng-manager/MANIFEST
+5
-0
modules/lemonldap-ng-portal/MANIFEST
modules/lemonldap-ng-portal/MANIFEST
+8
-0
No files found.
build/lemonldap-ng/Makefile
View file @
b87c0a52
...
...
@@ -128,6 +128,7 @@ all: configure common handler manager portal
#
# Perl libraries configuration
#
configure
:
common_conf handler_conf portal_conf manager_conf
common_conf
:
...
...
@@ -449,6 +450,14 @@ debian-dist: dist
zip-dist
:
$(MAKE)
dist
"COMPRESS=zip -r"
COMPRESSSUFFIX
=
zip
manifest
:
configure
@
for
i
in
${SRCCOMMONDIR}
${SRCHANDLERDIR}
${SRCPORTALDIR}
${SRCMANAGERDIR}
;
do
\
cd
$$
i
;
\
make manifest
;
\
rm
-vf
MANIFEST.
*
;
\
cd
-
;
\
done
cpan
:
clean configure common_cpan handler_cpan portal_cpan manager_cpan
@
for
i
in
Common Portal Handler Manager
;
do
\
$(UNCOMPRESS)
Lemonldap-NG-
$$
i-
*
.
$(COMPRESSSUFFIX)
\
...
...
modules/lemonldap-ng-common/MANIFEST
View file @
b87c0a52
...
...
@@ -14,6 +14,7 @@ lib/Lemonldap/NG/Common/Conf/DBI.pm
lib/Lemonldap/NG/Common/Conf/File.pm
lib/Lemonldap/NG/Common/Conf/LDAP.pm
lib/Lemonldap/NG/Common/Conf/RDBI.pm
lib/Lemonldap/NG/Common/Conf/SAML/Metadata.pm
lib/Lemonldap/NG/Common/Conf/Serializer.pm
lib/Lemonldap/NG/Common/Conf/SOAP.pm
lib/Lemonldap/NG/Common/Crypto.pm
...
...
modules/lemonldap-ng-manager/MANIFEST
View file @
b87c0a52
...
...
@@ -33,6 +33,9 @@ example/mrtg/lmng-mrtg
example/mrtg/mrtg.cfg.example
example/scripts/lmConfigEditor
example/sessions.pl
example/skins/default/accordion.css
example/skins/default/application_side_list.png
example/skins/default/application_side_tree.png
example/skins/default/arrow_refresh.png
example/skins/default/collapsable-last.gif
example/skins/default/collapsable.gif
...
...
@@ -61,6 +64,7 @@ example/skins/default/images/ui-icons_ffffff_256x240.png
example/skins/default/jquery-1.3.2.min.js
example/skins/default/jquery-ui-1.7.2.custom.css
example/skins/default/jquery-ui-1.7.2.custom.min.js
example/skins/default/jquery.cookie.js
example/skins/default/leaf-last.gif
example/skins/default/leaf.gif
example/skins/default/lemonldap-ng.ico
...
...
@@ -79,6 +83,7 @@ example/skins/default/plus.gif
example/skins/default/root.gif
example/skins/default/spacer.gif
example/skins/default/spinner.gif
example/skins/default/tree.css
example/skins/default/tree.js
example/skins/default/tree_line.gif
example/skins/default/vframe.png
...
...
modules/lemonldap-ng-portal/MANIFEST
View file @
b87c0a52
...
...
@@ -41,6 +41,7 @@ example/error.pl
example/index.pl
example/index_simple.pl
example/index_skin.pl
example/mail.pl
example/PortalStatus.pl
example/scripts/buildPortalWSDL
example/scripts/purgeCentralCache
...
...
@@ -56,7 +57,12 @@ example/skins/common/favicon.ico
example/skins/common/jquery-1.3.2.min.js
example/skins/common/jquery-ui-1.7.2.custom.min.js
example/skins/common/key.png
example/skins/common/mail_confirm.tpl
example/skins/common/mail_footer.tpl
example/skins/common/mail_header.tpl
example/skins/common/mail_password.tpl
example/skins/common/ok.png
example/skins/common/portal.js
example/skins/common/stop.png
example/skins/common/user_suit.png
example/skins/common/valid-xhtml10-blue.png
...
...
@@ -72,6 +78,7 @@ example/skins/pastel/header.tpl
example/skins/pastel/info.tpl
example/skins/pastel/lock.png
example/skins/pastel/login.tpl
example/skins/pastel/mail.tpl
example/skins/pastel/menu.tpl
example/skins/pastel/notification.tpl
example/skins/pastel/password.tpl
...
...
@@ -101,6 +108,7 @@ lib/Lemonldap/NG/Portal/AuthSSL.pm
lib/Lemonldap/NG/Portal/CDA.pm
lib/Lemonldap/NG/Portal/IssuerDBNull.pm
lib/Lemonldap/NG/Portal/IssuerDBSAML.pm
lib/Lemonldap/NG/Portal/MailReset.pm
lib/Lemonldap/NG/Portal/Menu.pm
lib/Lemonldap/NG/Portal/Notification.pm
lib/Lemonldap/NG/Portal/Notification/DBI.pm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment