]> source.dussan.org Git - vaadin-framework.git/commitdiff
Changed differences filename to generic. For #3811.
authorMarko Grönroos <magi@iki.fi>
Mon, 11 Jan 2010 14:36:42 +0000 (14:36 +0000)
committerMarko Grönroos <magi@iki.fi>
Mon, 11 Jan 2010 14:36:42 +0000 (14:36 +0000)
svn changeset:10680/svn branch:6.3

build/build.xml

index 58654a1d733b673fba13e9be790dfe8f01d6c900..7e5fc8fd8e7574a8e339ce1c7f4a65373f5c0941 100644 (file)
 
     <!-- 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>
 
     <!-- ================================================================== -->