OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | gotm-commits List | Febuary 2005 Index

<--  Date Index  --> <--  Thread Index  -->

CVS update of gotm-jts/example/local (build.xml)


    Date: Monday, February 28, 2005 @ 11:16:10
  Author: moroy
    Path: /cvsroot/gotm/gotm-jts/example/local

Modified: build.xml

Updated java.dir and cfg.dir values.


-----------+
 build.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Index: gotm-jts/example/local/build.xml
diff -u gotm-jts/example/local/build.xml:1.3 
gotm-jts/example/local/build.xml:1.4
--- gotm-jts/example/local/build.xml:1.3        Wed Feb 23 18:39:47 2005
+++ gotm-jts/example/local/build.xml    Mon Feb 28 11:16:10 2005
@@ -21,15 +21,15 @@
 <!-- Initial developer(s): Romain Rouvoy.                                 -->
 <!-- Contributor(s): ______________________________________.              -->
 
-<!-- $Id: build.xml,v 1.3 2005/02/23 17:39:47 rouvoy Exp $ -->
+<!-- $Id: build.xml,v 1.4 2005/02/28 10:16:10 moroy Exp $ -->
 <!-- ==================================================================== -->
 
 <project name="gotm-jts-examples" default="local-all">
   <description>GoTM JTS Examples [gotm.objectweb.org] - GoTM is an open 
Transaction Monitor</description>
 
   <property name="src.dir"  value="src"/>
-  <property name="java.dir" value="${src.dir}/java"/>
-  <property name="cfg.dir"  value="${src.dir}/config"/>
+  <property name="java.dir" value="java"/>
+  <property name="cfg.dir"  value="config"/>
          
   <property name="ant.dir"     value="ant"/>
   <property name="fractal.dir" value="fractal"/>
@@ -59,12 +59,12 @@
   <target name="-local-prepare">
        <ant dir="${basedir}/../.." target="jts-build"/>
     <copy todir="${build.dir}/${class.dir}">
-      <fileset dir="${basedir}/${cfg.dir}" includes="**/*"/>
+      <fileset dir="${basedir}/${src.dir}/${cfg.dir}" includes="**/*"/>
     </copy>
   </target>
 
   <target name="local-compile" depends="-local-prepare">
-    <javac srcdir="${basedir}/${java.dir}"
+    <javac srcdir="${basedir}/${src.dir}/${java.dir}"
           destdir="${build.dir}/${class.dir}"
             debug="on">
       <classpath refid="classpath"/>
@@ -86,7 +86,7 @@
      <mkdir dir="${build.dir}/${class.dir}"/> 
      <xdoclet destdir="${build.dir}/${class.dir}" 
          excludedtags="@version,@author,@todo">
-       <fileset dir="${basedir}/${java.dir}" 
+       <fileset dir="${basedir}/${src.dir}/${java.dir}" 
            includes="org/objectweb/gotm/**/*.java"/>
        <fractal-primitive/>
      </xdoclet>     



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.