Author: brett
Date: Mon Mar  4 13:48:13 2013
New Revision: 1452302

URL: http://svn.apache.org/r1452302
Log:
ability to run importer tests on framework v3.5 as well

Modified:
    
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml

Modified: 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml?rev=1452302&r1=1452301&r2=1452302&view=diff
==============================================================================
--- 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml
 (original)
+++ 
incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml
 Mon Mar  4 13:48:13 2013
@@ -134,6 +134,20 @@
       </build>
     </profile>  
     <profile>
+      <id>net35</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.npanday.plugins</groupId>
+            <artifactId>maven-test-plugin</artifactId>
+            <configuration>
+              <executionFrameworkVersion>3.5</executionFrameworkVersion>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
       <id>net40</id>
       <build>
         <plugins>


Reply via email to