Author: bago
Date: Sat Aug 26 18:57:12 2006
New Revision: 437273

URL: http://svn.apache.org/viewvc?rev=437273&view=rev
Log:
build.xml and default.properties updates according to previous SDL structure 
moves (JSIEVE-12)

Modified:
    james/jsieve/trunk/build.xml
    james/jsieve/trunk/default.properties

Modified: james/jsieve/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=437273&r1=437272&r2=437273&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Sat Aug 26 18:57:12 2006
@@ -95,6 +95,7 @@
       </copy>
       <fixcrlf srcdir="${java.dir}" includes="**/*.java" eol="lf" tab="remove" 
tablength="4" />
       <fixcrlf srcdir="${java.dir}" includes="**/*.html" eol="lf" tab="remove" 
tablength="4" />
+      <fixcrlf srcdir="${test.dir}" includes="**/*.java" eol="lf" tab="remove" 
tablength="4" />
       <fixcrlf srcdir="${xdocs.dir}" includes="**/*.xml" eol="lf" tab="remove" 
tablength="4" />
       <fixcrlf srcdir="${conf.dir}" includes="**/*.xml" eol="lf" tab="remove" 
tablength="4" />
       <fixcrlf srcdir="." includes="build.sh" eol="lf"/>
@@ -170,6 +171,7 @@
         <classpath refid="project.class.path"/>
         <src path="${build.src}"/>
         <src path="${java.dir}"/>
+        <src path="${test.dir}"/>
         <include name="org/apache/jsieve/**"/>
         <exclude name="**/samples/*/**"/>
       </javac>

Modified: james/jsieve/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/default.properties?rev=437273&r1=437272&r2=437273&view=diff
==============================================================================
--- james/jsieve/trunk/default.properties (original)
+++ james/jsieve/trunk/default.properties Sat Aug 26 18:57:12 2006
@@ -58,8 +58,9 @@
 
 src.dir=${jsieve.dir}/src
 java.dir=${src.dir}/main/java
+test.dir=${src.dir}/test/java
 javacc.dir=${src.dir}/main/jjtree
-conf.dir=${src.dir}/conf
+conf.dir=${src.dir}/test/resources
 xdocs.dir=${src.dir}/site/xdoc
 docs.src=${xdocs.dir}
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to