You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/09/29 05:43:55 UTC

svn commit: r292383 - in /webservices/axis/branches/AXIS_1_3_FINAL: build.xml xmls/properties.xml xmls/targets.xml

Author: dims
Date: Wed Sep 28 20:43:53 2005
New Revision: 292383

URL: http://svn.apache.org/viewcvs?rev=292383&view=rev
Log:
fix target jvm


Modified:
    webservices/axis/branches/AXIS_1_3_FINAL/build.xml
    webservices/axis/branches/AXIS_1_3_FINAL/xmls/properties.xml
    webservices/axis/branches/AXIS_1_3_FINAL/xmls/targets.xml

Modified: webservices/axis/branches/AXIS_1_3_FINAL/build.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/branches/AXIS_1_3_FINAL/build.xml?rev=292383&r1=292382&r2=292383&view=diff
==============================================================================
--- webservices/axis/branches/AXIS_1_3_FINAL/build.xml (original)
+++ webservices/axis/branches/AXIS_1_3_FINAL/build.xml Wed Sep 28 20:43:53 2005
@@ -95,6 +95,7 @@
     <javac srcdir="${src.dir}" destdir="${build.dest}"  nowarn="${nowarn}" debug="${debug}"
       deprecation="${deprecation}" 
       source="${source}"
+      target="${target}"
       classpathref="classpath">
       <exclude name="**/old/**/*" />
       <exclude name="**/bak/**"/>

Modified: webservices/axis/branches/AXIS_1_3_FINAL/xmls/properties.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/branches/AXIS_1_3_FINAL/xmls/properties.xml?rev=292383&r1=292382&r2=292383&view=diff
==============================================================================
--- webservices/axis/branches/AXIS_1_3_FINAL/xmls/properties.xml (original)
+++ webservices/axis/branches/AXIS_1_3_FINAL/xmls/properties.xml Wed Sep 28 20:43:53 2005
@@ -30,6 +30,7 @@
 <property name="debuglevel" value="lines,vars,source" />
 <property name="deprecation" value="true" />
 <property name="source" value="1.3" />
+<property name="target" value="1.3" />
 
 <!-- directories -->
 <property name="src.dir" location="${axis.home}/src"/>

Modified: webservices/axis/branches/AXIS_1_3_FINAL/xmls/targets.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/branches/AXIS_1_3_FINAL/xmls/targets.xml?rev=292383&r1=292382&r2=292383&view=diff
==============================================================================
--- webservices/axis/branches/AXIS_1_3_FINAL/xmls/targets.xml (original)
+++ webservices/axis/branches/AXIS_1_3_FINAL/xmls/targets.xml Wed Sep 28 20:43:53 2005
@@ -374,6 +374,7 @@
     <echo message="debug=${debug}" />
     <echo message="nowarn=${nowarn}" />
     <echo message="source=${source}" />
+    <echo message="target=${target}" />
     <echo message="deprecation=${deprecation}" />
     <echo message="build.compiler=${build.compiler}" />
     <echo message="javac.fork=${javac.fork}" />