You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/05/13 23:36:39 UTC

svn commit: r656021 - /james/mailet/base/trunk/build.xml

Author: rdonkin
Date: Tue May 13 14:36:39 2008
New Revision: 656021

URL: http://svn.apache.org/viewvc?rev=656021&view=rev
Log:
Don't ignore mailet classes

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

Modified: james/mailet/base/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/base/trunk/build.xml?rev=656021&r1=656020&r2=656021&view=diff
==============================================================================
--- james/mailet/base/trunk/build.xml (original)
+++ james/mailet/base/trunk/build.xml Tue May 13 14:36:39 2008
@@ -119,7 +119,7 @@
       <mkdir dir="${build.javadocs}"/>
       <javadoc 
       		failonerror="yes" 
-      		packagenames="org.apache.james.*" 
+      		packagenames="org.apache.*" 
       		destdir="${build.javadocs}">
         <sourcepath>
             <pathelement path="${java.dir}"/>
@@ -162,7 +162,7 @@
       <jar 
             jarfile="${build.lib}/${project}-${name}-${version}.jar" 
             basedir="${build.classes}">
-          <include name="org/apache/james/**"/>
+          <include name="org/apache/**"/>
           <include name="META-INF/**"/> 
           <exclude name="**/junit/*/**"/>
           <exclude name="**/samples/*/**"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org