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 da...@apache.org on 2007/05/03 16:54:13 UTC

svn commit: r534898 - /james/mailet/trunk/build.xml

Author: danny
Date: Thu May  3 07:54:13 2007
New Revision: 534898

URL: http://svn.apache.org/viewvc?view=rev&rev=534898
Log:
fixed typo

Modified:
    james/mailet/trunk/build.xml

Modified: james/mailet/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/build.xml?view=diff&rev=534898&r1=534897&r2=534898
==============================================================================
--- james/mailet/trunk/build.xml (original)
+++ james/mailet/trunk/build.xml Thu May  3 07:54:13 2007
@@ -262,7 +262,7 @@
       <jar 
             jarfile="${build.lib}/${name}-${version}.jar" 
             basedir="${build.classes}">
-          <include name="org/apachemailet/**"/>
+          <include name="org/apache/mailet/**"/>
           <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