summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2010-01-11 14:36:42 +0000
committerMarko Grönroos <magi@iki.fi>2010-01-11 14:36:42 +0000
commit1fca4e0176d0c667bf7295be019f9a9046b2375a (patch)
treec42c1746892d674a609076878145c34b09b86735 /build
parent59d31a7a5b96d9d7dfb6c9e56cf92c3864031b12 (diff)
downloadvaadin-framework-1fca4e0176d0c667bf7295be019f9a9046b2375a.tar.gz
vaadin-framework-1fca4e0176d0c667bf7295be019f9a9046b2375a.zip
Changed differences filename to generic. For #3811.
svn changeset:10680/svn branch:6.3
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index 58654a1d73..7e5fc8fd8e 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -996,12 +996,12 @@
<!-- This should be called after the Linux package is ready. -->
<target name="differences" if="build.differences">
- <exec executable="python" searchpath="true" failonerror="true" output="${result-path}/differences-linux.txt">
+ <exec executable="python" searchpath="true" failonerror="true" output="${result-path}/differences.txt">
<arg value="build/bin/package-diff.py"/>
<arg value="${version.full}"/>
</exec>
- <echo>##teamcity[publishArtifacts '${result-path}/differences-linux.txt']</echo>
+ <echo>##teamcity[publishArtifacts '${result-path}/differences.txt']</echo>
</target>
<!-- ================================================================== -->