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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]