You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2004/08/27 01:20:05 UTC

cvs commit: ws-jaxme/ant js.xml jm.xml

jochen      2004/08/26 16:20:05

  Modified:    ant      js.xml jm.xml
  Log:
  Minor path fixes in the build scripts.
  
  Revision  Changes    Path
  1.3       +1 -1      ws-jaxme/ant/js.xml
  
  Index: js.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/ant/js.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- js.xml	20 Aug 2004 23:43:29 -0000	1.2
  +++ js.xml	26 Aug 2004 23:20:05 -0000	1.3
  @@ -23,7 +23,7 @@
       <property name="build.js.db" location="${build.js}/db"/>
       <property name="build.js.db.db" location="${build.js.db}/db"/>
       <property name="build.js.classes" location="${build.js}/classes"/>
  -    <property name="build.js.test.classes" location="${build}/test/classes"/>
  +    <property name="build.js.test.classes" location="${build.js}/test/classes"/>
       <property name="build.js.src" location="${build}/src"/>
       <property name="build.js.reports" location="${build.js}/reports"/>
   
  
  
  
  1.3       +1 -1      ws-jaxme/ant/jm.xml
  
  Index: jm.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/ant/jm.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jm.xml	20 Aug 2004 23:43:29 -0000	1.2
  +++ jm.xml	26 Aug 2004 23:20:05 -0000	1.3
  @@ -165,7 +165,7 @@
   
       <target name="JM.generate.jaxb" if="jaxb.home">
           <ant dir="src/test/jaxb" inheritall="false" inheritrefs="false">
  -            <property name="build" location="${build}"/>
  +            <property name="build" location="${build.jm}"/>
               <property name="dist" location="${dist}"/>
               <property name="preqs" location="${preqs}"/>
               <property name="run.jaxb" value="true"/>
  
  
  

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