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 br...@apache.org on 2014/02/27 06:23:49 UTC

svn commit: r1572444 - /incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml

Author: brett
Date: Thu Feb 27 06:23:48 2014
New Revision: 1572444

URL: http://svn.apache.org/r1572444
Log:
add missing platform declaration

Modified:
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml?rev=1572444&r1=1572443&r2=1572444&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_328_VS2010WpfProjectSupportTest/pom.xml Thu Feb 27 06:23:48 2014
@@ -60,6 +60,9 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <platform>x86</platform>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.npanday.plugins</groupId>