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/04/16 18:47:23 UTC

svn commit: r648747 - /james/jsieve/trunk/build.xml

Author: rdonkin
Date: Wed Apr 16 09:47:18 2008
New Revision: 648747

URL: http://svn.apache.org/viewvc?rev=648747&view=rev
Log:
Minor fixes

Modified:
    james/jsieve/trunk/build.xml

Modified: james/jsieve/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=648747&r1=648746&r2=648747&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Wed Apr 16 09:47:18 2008
@@ -25,7 +25,7 @@
 ==============================================================================
 -->
 
-<project default="main" basedir=".">
+<project name='Apache JAMES JSieve' default="main" basedir=".">
     <!--
     Give user a chance to override without editing this file
     (and without typing -D each time he compiles it)
@@ -495,7 +495,7 @@
         <echo message=" available targets are:"/>
         <echo message=""/>
         <echo message="   dist-lite --> generates unpacked distribution (default)"/>
-        <echo message="   test      --> tests the jarred classes"/>
+        <echo message="   dist-lite-test --> tests the jarred classes"/>
         <echo message="   website   --> makes all the docs and javadocs"/>
         <echo message="   compile   --> compiles the source code"/>
         <echo message="   dist      --> generates all the jSieve distributions, packed"/>



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