diff --git a/build.xml b/build.xml index 7ddc86b..3c537e9 100644 --- a/build.xml +++ b/build.xml @@ -80,9 +80,6 @@ - - - @@ -119,7 +116,7 @@ - + @@ -185,7 +182,8 @@ ${stem}/jmx/*.java, ${stem}/or/jms/*.java" deprecation="${deprecation}" - debug="on"> + debug="on" + target="1.4"> @@ -206,7 +204,8 @@ classpath="${classpath}" excludes="misc/*" deprecation="${deprecation}" - debug="on"/> + debug="on" + target="1.4"/> @@ -225,7 +224,8 @@ excludes="${stem}/xml/examples/doc-files/**.java, ${stem}/xml/Transform.java" deprecation="${deprecation}" - classpath="${classpath}"> + classpath="${classpath}" + target="1.4"> + includes="${stem}/net/SMTPAppender.java" + target="1.4"> @@ -246,7 +247,8 @@ + includes="${stem}/net/JMS*.java" + target="1.4"> @@ -256,7 +258,8 @@ srcdir="${java.source.dir}" destdir="${javac.dest}" includes="${stem}/jmx/*.java" - excludes="${stem}/jmx/T.java"> + excludes="${stem}/jmx/T.java" + target="1.4">