summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-03-24 22:16:30 +0000
committerAidan Skinner <aidan@apache.org>2008-03-24 22:16:30 +0000
commitc0c3c38f032200e786cf5a4404cfa40a0c95f5e8 (patch)
treeb7d326570570b53936c6512d58c465c76244e925
parent5a414ecfb8ac75c9dee76ce9797c20b5a5034851 (diff)
downloadqpid-python-c0c3c38f032200e786cf5a4404cfa40a0c95f5e8.tar.gz
QPID-876 remove .exe for hot cross version compatability action
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@640601 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--dotnet/default.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/default.build b/dotnet/default.build
index 5dafa7fd9c..52a67ff638 100644
--- a/dotnet/default.build
+++ b/dotnet/default.build
@@ -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>