Author: pete.muir(a)jboss.org
Date: 2008-04-28 11:05:38 -0400 (Mon, 28 Apr 2008)
New Revision: 8050
Added:
trunk/extras/mail-ra.rar
Removed:
trunk/mail/
Modified:
trunk/doc/reference/en/modules/mail.xml
trunk/examples/build.xml
Log:
Move meldware to maven managed
Modified: trunk/doc/reference/en/modules/mail.xml
===================================================================
--- trunk/doc/reference/en/modules/mail.xml 2008-04-28 15:04:14 UTC (rev 8049)
+++ trunk/doc/reference/en/modules/mail.xml 2008-04-28 15:05:38 UTC (rev 8050)
@@ -328,7 +328,7 @@
<literal>mail-ra.rar</literal> — but the version distributed
with
JBoss AS has a number of limitations (and isn't bundled in some versions)
therefore we recommend using the <literal>mail-ra.rar</literal>
- distributed with Seam is recommended (it's in the
<literal>mail</literal>
+ distributed with Seam is recommended (it's in the
<literal>extras</literal>
directory in the Seam bundle). <literal>mail-ra.rar</literal> should
be placed in <literal>$JBOSS_HOME/server/default/deploy</literal>; if
the
version of JBoss AS you use already has this file, replace it.
Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml 2008-04-28 15:04:14 UTC (rev 8049)
+++ trunk/examples/build.xml 2008-04-28 15:05:38 UTC (rev 8050)
@@ -37,7 +37,7 @@
<!-- Library directories -->
<property name="lib.dir" value="${seam.dir}/lib" />
<property name="mail.dir" value="${seam.dir}/mail" />
- <property name="meldware.dir" value="${mail.dir}/buni-meldware"
/>
+ <property name="meldware.dir"
value="${lib.dir}/meldware.deployable" />
<!-- Target directories -->
<property name="dist.dir" value="dist" />
@@ -676,7 +676,12 @@
</target>
<!-- Deploy meldware to JBoss AS -->
- <target name="meldware">
+ <target name="meldware" if="deploy.meldware.mail">
+ <copyInlineDependencies id="jbosscommoncore" scope="runtime"
todir="${meldware.dir}">
+ <dependency groupId="org.buni.meldware" artifactId="mail"
type="ear" version="1.0M8" />
+ <dependency groupId="org.buni.meldware" artifactId="meldware"
type="store" version="1.0M8" />
+ <dependency groupId="org.buni.meldware"
artifactId="meldwarebase" type="sar" version="1.0M8" />
+ </copyInlineDependencies>
<copy todir="${deploy.dir}">
<fileset dir="${meldware.dir}">
<patternset refid="meldware.files" />
Copied: trunk/extras/mail-ra.rar (from rev 8032, trunk/mail/mail-ra.rar)
===================================================================
(Binary files differ)
Property changes on: trunk/extras/mail-ra.rar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date