You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ai...@apache.org on 2008/03/24 23:16:45 UTC

svn commit: r640601 - /incubator/qpid/branches/M2.1/dotnet/default.build

Author: aidan
Date: Mon Mar 24 15:16:30 2008
New Revision: 640601

URL: http://svn.apache.org/viewvc?rev=640601&view=rev
Log:
QPID-876 remove .exe for hot cross version compatability action

Modified:
    incubator/qpid/branches/M2.1/dotnet/default.build

Modified: incubator/qpid/branches/M2.1/dotnet/default.build
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/dotnet/default.build?rev=640601&r1=640600&r2=640601&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/dotnet/default.build (original)
+++ incubator/qpid/branches/M2.1/dotnet/default.build Mon Mar 24 15:16:30 2008
@@ -72,7 +72,7 @@
 
     <!-- Runs 'svnversion' to get the repository revision into the build property 'build.svnversion'. -->
     <target name="svnversion" description="Runs svnversion to get the current repository version into a build script property.">
-        <exec program="svnversion.exe" output="svnversion_tmp.txt">
+        <exec program="svnversion" output="svnversion_tmp.txt">
             <arg value="-n"/>
         </exec>