This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to tag 1.3 in repository https://gitbox.apache.org/repos/asf/axis-axis1-java.git
commit 56de3a58865cdefcc2096e683159077439191b65 Author: Davanum Srinivas <d...@apache.org> AuthorDate: Thu Sep 29 03:43:53 2005 +0000 fix target jvm --- build.xml | 1 + xmls/properties.xml | 1 + xmls/targets.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/build.xml b/build.xml index 980bce3..5e22433 100644 --- a/build.xml +++ b/build.xml @@ -95,6 +95,7 @@ Copyright: <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/**"/> diff --git a/xmls/properties.xml b/xmls/properties.xml index 867cf29..3e7c3f9 100644 --- a/xmls/properties.xml +++ b/xmls/properties.xml @@ -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"/> diff --git a/xmls/targets.xml b/xmls/targets.xml index 01ab57b..a7ac2d9 100644 --- a/xmls/targets.xml +++ b/xmls/targets.xml @@ -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}" />