ehatcher 2003/03/15 18:33:59
Modified: proposal/xdocs build.xml
Log:
hopefully fix the Gump build
Revision Changes Path
1.21 +7 -0 ant/proposal/xdocs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/proposal/xdocs/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 7 Feb 2003 08:54:24 -0000 1.20
+++ build.xml 16 Mar 2003 02:33:59 -0000 1.21
@@ -185,6 +185,9 @@
<selector id="needs.swing">
<filename name="${optional.package}/splash/*"/>
</selector>
+ <selector id="needs.jsch">
+ <filename name="${optional.package}/ssh/*"/>
+ </selector>
<available property="jdk1.2+" classname="java.lang.ThreadLocal"/>
<available property="jdk1.3+" classname="java.lang.StrictMath"/>
@@ -357,6 +360,9 @@
<available property="beanshell.present"
classname="bsh.StringUtil"
classpathref="classpath"/>
+ <available property="jsch.present"
+ classname="com.jcraft.jsch.Session"
+ classpathref="classpath"/>
<path id="xdoclet.classpath">
<path>
@@ -428,6 +434,7 @@
<selector refid="needs.jai" unless="jai.present"/>
<selector refid="needs.jdepend" unless="jdepend.present"/>
<selector refid="needs.swing" unless="swing.present"/>
+ <selector refid="needs.jsch" unless="jsch.present"/>
</or>
</not>
</selector>