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/10/26 07:36:18 UTC

svn commit: r707941 - in /james/jsieve/trunk: build.xml samples/

Author: rdonkin
Date: Sat Oct 25 23:36:17 2008
New Revision: 707941

URL: http://svn.apache.org/viewvc?rev=707941&view=rev
Log:
First step towards separating out a samples module (copy stage of copy-then-prune). JSIEVE-40

Added:
    james/jsieve/trunk/samples/   (props changed)
      - copied from r707939, james/jsieve/trunk/main/
Modified:
    james/jsieve/trunk/build.xml

Modified: james/jsieve/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=707941&r1=707940&r2=707941&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Sat Oct 25 23:36:17 2008
@@ -34,7 +34,8 @@
         <attribute name='dir' default='.'/>   
         <sequential>
             <subant target='@{do}'>
-                <fileset dir='@{dir}' includes='main/build.xml'/>   
+                <fileset dir='@{dir}' includes='main/build.xml'/>
+                <fileset dir='@{dir}' includes='samples/build.xml'/>   
             </subant>   
         </sequential>   
     </macrodef>

Propchange: james/jsieve/trunk/samples/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 25 23:36:17 2008
@@ -0,0 +1,3 @@
+target
+.*
+*.log

Propchange: james/jsieve/trunk/samples/
------------------------------------------------------------------------------
    svn:mergeinfo = 



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