stevel 2004/11/03 02:54:00 Modified: . build.xml Log: remove httpclient selector. Leave the test in for future use. Revision Changes Path 1.441 +0 -8 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.440 retrieving revision 1.441 diff -u -r1.440 -r1.441 --- build.xml 2 Nov 2004 23:37:20 -0000 1.440 +++ build.xml 3 Nov 2004 10:54:00 -0000 1.441 @@ -328,10 +328,6 @@ <filename name="${ant.package}/launch/**/*"/> </selector> - <selector id="needs.apache-httpclient"> - </selector> - - <patternset id="onlinetests"> <exclude name="**/GetTest.java" if="offline"/> <exclude name="**/SignJarTest.java" if="offline"/> @@ -674,8 +670,6 @@ <selector refid="needs.jdepend" unless="jdepend.present"/> <selector refid="needs.swing" unless="swing.present"/> <selector refid="needs.jsch" unless="jsch.present"/> - <selector refid="needs.apache-httpclient" - unless="apache-httpclient.present"/> </or> </not> </selector> @@ -850,7 +844,6 @@ <selector refid="needs.jdepend"/> <selector refid="needs.swing"/> <selector refid="needs.jsch"/> - <selector refid="needs.apache-httpclient"/> </or> </not> </and> @@ -895,7 +888,6 @@ <optional-jar dep="swing"/> <optional-jar dep="jsch"/> <optional-jar dep="jdepend"/> - <optional-jar dep="apache-httpclient"/> <jar destfile="${build.lib}/${optional.jars.prefix}-weblogic.jar" basedir="${build.classes}"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]