You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/02/11 12:36:40 UTC

svn commit: r1069779 - /incubator/npanday/trunk/dotnet/pom.xml

Author: lcorneliussen
Date: Fri Feb 11 12:36:39 2011
New Revision: 1069779

URL: http://svn.apache.org/viewvc?rev=1069779&view=rev
Log:
[NPANDAY-369]

* Forcing npanday-tests to run on nunit-console-x86

Modified:
    incubator/npanday/trunk/dotnet/pom.xml

Modified: incubator/npanday/trunk/dotnet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1069779&r1=1069778&r2=1069779&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Fri Feb 11 12:36:39 2011
@@ -86,6 +86,9 @@ under the License.
           <groupId>npanday.plugin</groupId>
 		  <artifactId>maven-test-plugin</artifactId>
           <version>${stable.npanday.version}</version>
+          <configuration>
+             <forceX86>true</forceX86>
+          </configuration>
         </plugin>
 		<plugin>
           <groupId>npanday.plugin</groupId>