You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by to...@apache.org on 2007/05/14 15:50:18 UTC

svn commit: r537841 - /incubator/qpid/branches/M2/dotnet/Qpid.Sasl.Tests/default.build

Author: tomasr
Date: Mon May 14 06:50:18 2007
New Revision: 537841

URL: http://svn.apache.org/viewvc?view=rev&rev=537841
Log:
Fixed Qpid.Client.Tests build on linux

Modified:
    incubator/qpid/branches/M2/dotnet/Qpid.Sasl.Tests/default.build

Modified: incubator/qpid/branches/M2/dotnet/Qpid.Sasl.Tests/default.build
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/dotnet/Qpid.Sasl.Tests/default.build?view=diff&rev=537841&r1=537840&r2=537841
==============================================================================
--- incubator/qpid/branches/M2/dotnet/Qpid.Sasl.Tests/default.build (original)
+++ incubator/qpid/branches/M2/dotnet/Qpid.Sasl.Tests/default.build Mon May 14 06:50:18 2007
@@ -18,7 +18,7 @@
          </csc>
          <copy 
             tofile="${build.dir}/${project::get-name()}.Tests.dll.config" 
-            file="app.config"
+            file="App.config"
          />
     </target>
     <target name="test" depends="build">