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 2005/07/15 22:57:01 UTC

cvs commit: ws-jaxme/ant jm.xml

jochen      2005/07/15 13:57:01

  Modified:    src/test/jaxb build.xml
               ant      jm.xml
  Log:
  The change to "file-{version}.jar" wasn't yet complete.
  
  Revision  Changes    Path
  1.19      +4 -4      ws-jaxme/src/test/jaxb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/test/jaxb/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml	8 Jul 2005 20:43:57 -0000	1.18
  +++ build.xml	15 Jul 2005 20:57:00 -0000	1.19
  @@ -70,10 +70,10 @@
   
     <target name="taskdef.jaxme" depends="check.params" if="run.jaxme">
       <path id="xjc.class.path">
  -      <pathelement location="${dist}/jaxme2.jar"/>
  -      <pathelement location="${dist}/jaxmejs.jar"/>
  -      <pathelement location="${dist}/jaxmexs.jar"/>
  -      <pathelement location="${dist}/jaxmeapi.jar"/>
  +      <pathelement location="${dist}/jaxme2-${version}.jar"/>
  +      <pathelement location="${dist}/jaxmejs-${version}.jar"/>
  +      <pathelement location="${dist}/jaxmexs-${version}.jar"/>
  +      <pathelement location="${dist}/jaxmeapi-${version}.jar"/>
       </path>
   	<property name="srcdir" location="${build}/test/jaxme/src"/>
   	<property name="classdir" location="${build}/test/jaxme/classes"/>
  
  
  
  1.9       +2 -1      ws-jaxme/ant/jm.xml
  
  Index: jm.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/ant/jm.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jm.xml	14 Jul 2005 18:32:17 -0000	1.8
  +++ jm.xml	15 Jul 2005 20:57:01 -0000	1.9
  @@ -150,7 +150,7 @@
                   <exclude name="org/apache/ws/jaxme/junit/**/*"/>
               </fileset>
           </jar>
  -        <zip destfile="${dist}/jaxme2-src.zip">
  +        <zip destfile="${dist}/jaxme2-src-${version}.zip">
               <fileset dir="${src.jm}"/>
               <fileset dir="${build.jm.src}"/>
           </zip>
  @@ -175,6 +175,7 @@
               <property name="preqs" location="${preqs}"/>
               <property name="run.jaxme" value="true"/>
               <property name="testsrc" location="src/test"/>
  +        	<property name="version" value="${version}"/>
           </ant>
       </target>
   
  
  
  

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