diff options
author | Marko Grönroos <magi@iki.fi> | 2010-01-11 14:36:42 +0000 |
---|---|---|
committer | Marko Grönroos <magi@iki.fi> | 2010-01-11 14:36:42 +0000 |
commit | 1fca4e0176d0c667bf7295be019f9a9046b2375a (patch) | |
tree | c42c1746892d674a609076878145c34b09b86735 /build | |
parent | 59d31a7a5b96d9d7dfb6c9e56cf92c3864031b12 (diff) | |
download | vaadin-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.xml | 4 |
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> <!-- ================================================================== --> |