[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jaxme-dev
Subject:    cvs commit: ws-jaxme/src/webapp build.xml
From:       jochen () apache ! org
Date:       2005-03-03 13:36:03
Message-ID: 20050303133603.25981.qmail () minotaur ! apache ! org
[Download RAW message or body]

jochen      2005/03/03 05:36:03

  Modified:    ant      pm.xml js.xml jm.xml
               src/test/jaxb build.xml
               src/webapp build.xml
  Log:
  Ensured that generated class files are 1.3 compatible.
  
  Revision  Changes    Path
  1.5       +2 -0      ws-jaxme/ant/pm.xml
  
  Index: pm.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/ant/pm.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pm.xml	21 Oct 2004 21:00:23 -0000	1.4
  +++ pm.xml	3 Mar 2005 13:36:03 -0000	1.5
  @@ -70,6 +70,7 @@
       <target name="PM.compile" depends="dirs,JM.all">
           <javac classpathref="pm.class.path" debug="${debug}"
               optimize="${optimize}" destdir="${build.pm.classes}"
  +            source="1.3" target="1.3"
               srcdir="${src.pm}">
               <exclude name="org/apache/ws/jaxme/pm/junit/**/*"/>
               <exclude name="org/apache/ws/jaxme/**/api4j/*" unless="have.inoapi4j"/>
  @@ -111,6 +112,7 @@
   
       <target name="PM.generate.compile" depends="PM.generate">
           <javac debug="${debug}"
  +            source="1.3" target="1.3"
               optimize="${optimize}" destdir="${build.pm.test.classes}">
               <classpath>
                   <path refid="pm.class.path"/>
  
  
  
  1.6       +2 -0      ws-jaxme/ant/js.xml
  
  Index: js.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/ant/js.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- js.xml	12 Sep 2004 04:25:50 -0000	1.5
  +++ js.xml	3 Mar 2005 13:36:03 -0000	1.6
  @@ -69,6 +69,7 @@
      
       <target name="JS.compile" depends="JS.antlr,init">
           <javac destdir="${build.js.classes}" debug="${debug}"
  +            source="1.3" target="1.3"
               optimize="${optimize}" classpathref="js.class.path">
               <src>
                   <pathelement location="${src.js}"/>
  @@ -155,6 +156,7 @@
           <javac destdir="${build.js.test.classes}"
               debug="${debug}" optimize="${optimize}"
               includes="org/apache/ws/jaxme/js/junit/**/*"
  +            source="1.3" target="1.3"
               classpathref="js.test.path">
             <src path="${src.js}"/>
             <src path="${build.js.src}"/>
  
  
  
  1.6       +2 -0      ws-jaxme/ant/jm.xml
  
  Index: jm.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/ant/jm.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jm.xml	2 Oct 2004 00:39:56 -0000	1.5
  +++ jm.xml	3 Mar 2005 13:36:03 -0000	1.6
  @@ -127,6 +127,7 @@
       <target name="JM.compile" depends="dirs,JM.precompile">
           <javac classpathref="jaxme.class.path" debug="${debug}"
               optimize="${optimize}" destdir="${build.jm.classes}"
  +             source="1.3" target="1.3"
               failonerror="true">
               <src>
                   <pathelement location="${src.jm}"/>
  @@ -182,6 +183,7 @@
       <target name="test" depends="JS.test,XS.test,JM.generate">
           <javac debug="${debug}"
               optimize="${optimize}" destdir="${build.jm.classes}"
  +            source="1.3" target="1.3"
               failonerror="true">
               <src>
                   <pathelement location="${src.jm}"/>
  
  
  
  1.15      +2 -0      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml	21 Oct 2004 21:00:23 -0000	1.14
  +++ build.xml	3 Mar 2005 13:36:03 -0000	1.15
  @@ -133,6 +133,8 @@
       <javac classpathref="xjc.class.path"
                     debug="${debug}"
                  optimize="${optimize}"
  +                 source="1.3"
  +                 target="1.3"   
                   destdir="${classdir}">
         <src location="${srcdir}"/>
         <src location="${testsrc}"/>   
  
  
  
  1.4       +1 -0      ws-jaxme/src/webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/webapp/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	23 Jul 2004 07:17:59 -0000	1.3
  +++ build.xml	3 Mar 2005 13:36:03 -0000	1.4
  @@ -58,6 +58,7 @@
     <target name="compile" depends="init">
       <mkdir dir="${build.classes}"/>
       <javac destdir="${build.classes}" srcdir="${src}" debug="${debug}"
  +           source="1.3" target="1.3"   
              optimize="${optimize}" classpathref="jaxme.webapp.class.path"/>
     </target>
   
  
  
  

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic