Author: rdonkin
Date: Sun Sep 14 02:24:26 2008
New Revision: 695157

URL: http://svn.apache.org/viewvc?rev=695157&view=rev
Log:
Include release at top level in distribution so that users can see it 
immediately. MAILET-21

Modified:
    james/mailet/api/trunk/build.xml

Modified: james/mailet/api/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=695157&r1=695156&r2=695157&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Sun Sep 14 02:24:26 2008
@@ -215,9 +215,9 @@
       <echo message="Installing Mailet to ${dist.dir}"/>
 
       <!--Copies the Mailet jars into ./dist/lib -->
-      <copy todir="${dist.dir}/lib">
+      <copy todir="${dist.dir}">
         <fileset dir="${build.lib}">
-          <include name="*.jar"/>
+          <include name="${name}-${version}.jar"/>
         </fileset>
       </copy>
     </target>


Reply via email to