diff options
Diffstat (limited to 'publish.xml')
-rw-r--r-- | publish.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/publish.xml b/publish.xml index 4007f2db00..d37087d8f9 100644 --- a/publish.xml +++ b/publish.xml @@ -11,11 +11,6 @@ <ivy:settings file="ivysettings-publish.xml" id="publish.settings" /> <property file="publish.properties" /> - <available property="ant-jsch.present" file="${ant.home}/lib/ant-jsch.jar" /> - <available property="jsch.present" file="${ant.home}/lib/jsch-0.1.48.jar" /> - <fail unless="ant-jsch.present" message="Please install ant-jsch.jar into ANT_HOME/lib" /> - <fail unless="jsch.present" message="Please install jsch.jar into ANT_HOME/lib" /> - <target name="nightly.publish" depends="nightly.download.publish, nightly.maven.publish"> </target> |