aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2011-12-16 10:02:27 +0200
committerArtur Signell <artur@vaadin.com>2011-12-16 10:02:27 +0200
commit67ec90d757bbd0c552f16a9d3a4f8b21b9764d35 (patch)
treedbaa588b66e46476e53ace6dff7c49db47cf3329 /build
parentcdd0555bf0d34b6d414b203c7b4e2c7863d91fa0 (diff)
downloadvaadin-framework-67ec90d757bbd0c552f16a9d3a4f8b21b9764d35.tar.gz
vaadin-framework-67ec90d757bbd0c552f16a9d3a4f8b21b9764d35.zip
Removed copying of non-existing zip file in nightly publish
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/build.xml b/build/build.xml
index 3777f55a0c..f1408e0d77 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -771,14 +771,10 @@
<echo>Installing ${output-dir}/WebContent/WEB-INF/lib/${lib-jar-name} to ${nightly.publish}</echo>
<echo>Hopefully you have permissions for the copy operation with SSH.</echo>
- <!-- FIXME tries to publish a ZIP; how does the download site handle these? -->
- <property name="package.filename" value="${result-path}/${base-name}.zip"/>
-
<!-- Copy the linux installation package and the JAR. -->
<exec executable="scp" searchpath="true" resultproperty="nightly.install.scp.result">
<arg value="-B"/>
<arg value="${output-dir}/WebContent/WEB-INF/lib/${lib-jar-name}"/>
- <arg value="${package.filename}"/>
<arg value="${nightly.publish}"/>
</exec>