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/11/08 13:46:24 UTC

svn commit: r712384 - /james/server/trunk/build.xml

Author: rdonkin
Date: Sat Nov  8 04:46:24 2008
New Revision: 712384

URL: http://svn.apache.org/viewvc?rev=712384&view=rev
Log:
Add store synonym for function. I think that (for example) 'jcr-store' and 'jpa-store' is more intuitive than 'jpa-function'.

Modified:
    james/server/trunk/build.xml

Modified: james/server/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/build.xml?rev=712384&r1=712383&r2=712384&view=diff
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Sat Nov  8 04:46:24 2008
@@ -71,6 +71,7 @@
         <attribute name='dir' default='.'/>   
         <sequential>
             <fordo do='@{do}' dir='@{dir}' type='function'/>
+            <fordo do='@{do}' dir='@{dir}' type='store'/>
         </sequential>   
     </macrodef>    
     



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