<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -uNr axis-1_4/build.xml axis-1_4-new/build.xml
--- axis-1_4/build.xml	2006-04-22 21:57:27.000000000 -0400
+++ axis-1_4-new/build.xml	2006-06-27 13:15:58.000000000 -0400
@@ -223,12 +223,6 @@
         &lt;/section&gt;
       &lt;/manifest&gt;
     &lt;/jar&gt;
-    &lt;copy file="${wsdl4j.jar}" toDir="${build.lib}"/&gt;
-    &lt;copy file="${commons-logging.jar}" toDir="${build.lib}"/&gt;
-    &lt;copy file="${commons-discovery.jar}" toDir="${build.lib}"/&gt;
-    &lt;copy file="${log4j-core.jar}" toDir="${build.lib}"/&gt;
-    &lt;copy file="${src.dir}/log4j.properties"
-          toDir="${build.lib}"/&gt;
 
      &lt;!--  Build the new org.apache.axis.tools.ant stuff --&gt;
      &lt;mkdir dir="${axis.home}/tools/lib" /&gt;
diff -uNr axis-1_4/xmls/properties.xml axis-1_4-new/xmls/properties.xml
--- axis-1_4/xmls/properties.xml	2006-04-22 21:56:52.000000000 -0400
+++ axis-1_4-new/xmls/properties.xml	2006-06-27 14:30:32.000000000 -0400
@@ -29,8 +29,8 @@
 &lt;!-- what gets pulled in to the binaries: everything --&gt;
 &lt;property name="debuglevel" value="lines,vars,source" /&gt;
 &lt;property name="deprecation" value="true" /&gt;
-&lt;property name="source" value="1.3" /&gt;
-&lt;property name="target" value="1.3" /&gt;
+&lt;property name="source" value="1.4" /&gt;
+&lt;property name="target" value="1.4" /&gt;
 
 &lt;!-- directories --&gt;
 &lt;property name="src.dir" location="${axis.home}/src"/&gt;
</pre></body></html>