diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-10-29 13:12:28 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-10-29 13:12:28 +0100 |
commit | ee32c9b1ecef7f1f63c1ffd3a4ced63e753b6cdc (patch) | |
tree | cbcd037f2b40962be8be3203b412e1cb1457ee41 | |
parent | 34e782f3916d95e9d8ee95c47d5c2df8090e6ec5 (diff) |
removed CVS dir and corrected MANIFEST
-rw-r--r-- | MANIFEST | 16 | ||||
-rw-r--r-- | lang/CVS/Entries | 6 | ||||
-rw-r--r-- | lang/CVS/Repository | 1 | ||||
-rw-r--r-- | lang/CVS/Root | 1 |
4 files changed, 9 insertions, 15 deletions
@@ -1,6 +1,6 @@ jwebmail.conf lib/JWebmail.pm -lib/JWebmail/Controller/All.pm +lib/JWebmail/Controller/Webmail.pm lib/JWebmail/Model/ReadMails.pm lib/JWebmail/Model/Driver/Mock.pm lib/JWebmail/Model/Driver/QMailAuthuser/Extract.pm @@ -15,7 +15,9 @@ LICENSE lang/de.lang lang/en.lang Makefile.PL -t/All.t +t/Webmail.t +t/INI.t +t/Helper.t script/jwebmail CREDITS MANIFEST @@ -28,9 +30,9 @@ templates/_pagination1.html.ep templates/not_found_.html.ep templates/error.html.ep templates/layouts/mainlayout.html.ep -templates/all/readmail.html.ep -templates/all/writemail.html.ep -templates/all/displayheaders.html.ep -templates/all/about.html.ep -templates/all/noaction.html.ep +templates/webmail/readmail.html.ep +templates/webmail/writemail.html.ep +templates/webmail/displayheaders.html.ep +templates/webmail/about.html.ep +templates/webmail/noaction.html.ep templates/_pagination2.html.ep diff --git a/lang/CVS/Entries b/lang/CVS/Entries deleted file mode 100644 index f0de199..0000000 --- a/lang/CVS/Entries +++ /dev/null @@ -1,6 +0,0 @@ -/de.lang/1.4/Sat Mar 18 21:13:25 2000// -/en.lang/1.4/Sat Mar 18 21:13:25 2000// -/fr.lang/1.4/Sat Mar 18 21:13:25 2000// -/it.lang/1.4/Sat Mar 18 21:13:25 2000// -/template.lang/1.5/Sat Mar 18 21:13:25 2000// -D diff --git a/lang/CVS/Repository b/lang/CVS/Repository deleted file mode 100644 index 958a813..0000000 --- a/lang/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -webmail/lang diff --git a/lang/CVS/Root b/lang/CVS/Root deleted file mode 100644 index d1faa17..0000000 --- a/lang/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -swix@cvs.oMail.sourceforge.net:/cvsroot/oMail |