Author: tchemit Date: 2008-01-12 19:29:09 +0000 (Sat, 12 Jan 2008) New Revision: 156 Modified: trunk/jaxx/build.xml Log: modification buil ant pour s'adapter au projet maven 2 Modified: trunk/jaxx/build.xml =================================================================== --- trunk/jaxx/build.xml 2008-01-12 19:28:30 UTC (rev 155) +++ trunk/jaxx/build.xml 2008-01-12 19:29:09 UTC (rev 156) @@ -2,7 +2,7 @@ <property name="src.dir" location="src"/> <property name="jaxx.version" value="1.0.3-beta3"/> <property name="java.src.dir" location="${src.dir}/java"/> - <property name="docs.src.dir" location="${src.dir}/docs"/> + <property name="docs.src.dir" location="${basedir}/doc"/> <property name="build.dir" location="target"/> <property name="java.build.dir" location="${build.dir}/classes"/> <property name="lib.build.dir" location="${build.dir}/lib"/> @@ -12,7 +12,7 @@ <property name="bin.build.dir" location="${build.dir}/bin"/> <property name="examples.dir" value="examples"/> <property name="examples.build.dir" value="${build.dir}/java/examples"/> - <property name="testcases.dir" value="testcases"/> + <property name="testcases.dir" value="src/test/"/> <property name="junit.src.dir" location="${testcases.dir}/unittests"/> <property name="junit.build.dir" location="${build.dir}/test-classes"/>
participants (1)
-
tchemit@users.labs.libre-entreprise.org