From seam-commits at lists.jboss.org Mon Mar 1 09:27:55 2010
Content-Type: multipart/mixed; boundary="===============8962149489519001455=="
MIME-Version: 1.0
From: seam-commits at lists.jboss.org
To: seam-commits at lists.jboss.org
Subject: [seam-commits] Seam SVN: r12085 - in
branches/enterprise/JBPAPP_4_3_FP01: examples and 4 other directories.
Date: Mon, 01 Mar 2010 09:27:55 -0500
Message-ID: <201003011427.o21ERtr9003767@svn01.web.mwc.hst.phx2.redhat.com>
--===============8962149489519001455==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: manaRH
Date: 2010-03-01 09:27:54 -0500 (Mon, 01 Mar 2010)
New Revision: 12085
Modified:
branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Mail.=
xml
branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Prefa=
ce.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/build.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/mail/build.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/mail/readme.txt
branches/enterprise/JBPAPP_4_3_FP01/examples/mail/resources/WEB-INF/comp=
onents.xml
branches/enterprise/JBPAPP_4_3_FP01/examples/mail/view/index.xhtml
branches/enterprise/JBPAPP_4_3_FP01/src/main/org/jboss/seam/mail-2.0.xsd
Log:
JBPAPP-3335 - removing remaining Meldware references
Modified: branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-U=
S/Mail.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Mail=
.xml 2010-03-01 04:47:41 UTC (rev 12084)
+++ branches/enterprise/JBPAPP_4_3_FP01/doc/Seam_Reference_Guide/en-US/Mail=
.xml 2010-03-01 14:27:54 UTC (rev 12085)
@@ -467,59 +467,7 @@
- =
-
- Meldware
- =
-
- Seam's mail examples use Meldware (from =
buni.org) =
- as a mail server. Meldware is a groupware package that provides =
- SMTP, POP3, IMAP,
- webmail, a shared calendar and an graphical admin tool; it's written=
as a
- JEE application so can be deployed onto JBoss AS alongside your Seam
- application. =
-
- =
-
- The version of Meldware distributed with Seam (in the mail/=
buni-meldware
- folder) is specially tailored for development - mailboxes, users and =
- aliases (email addresses) are created every time the application =
- deploys. If you want to use Meldware in production you should insta=
ll
- the latest release from buni.org. =
-
-
- To create mailboxes, users and aliases, you can use the =
- meldware component:
-
- =
-
- =
-
- =
-
-
- #{duke}
- #{root}
-
-
- =
-
-
- duke(a)jboss.org
- duke(a)jboss.com
-
- =
-]]>
=
-
- Here we've created two users, duke, who has two e=
mail
- addresses and an administrator with the username root.
-
- =
-
-