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/26 15:58:11 UTC

svn commit: r1572114 [2/4] - in /incubator/npanday/trunk: ./ archetypes/ archetypes/maven-archetype-dotnet-simple/ archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/ archetypes/maven-archetype-netexecutable/ archetypes/mav...

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Runner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Runner/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Runner/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Runner/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,15 +18,15 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 
-  <parent> 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.Assemblies</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.Assemblies</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday.plugins</groupId>
-  <artifactId>NPanday.Plugin.Runner</artifactId>  
-  <packaging>dotnet-executable</packaging>  
-  <name>NPanday :: .NET Plugin Runner</name> 
+  <artifactId>NPanday.Plugin.Runner</artifactId>
+  <packaging>dotnet-executable</packaging>
+  <name>NPanday :: .NET Plugin Runner</name>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,29 +18,29 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 
-  <parent> 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.Assemblies</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.Assemblies</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday.plugins</groupId>
-  <artifactId>NPanday.Plugin</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>NPanday :: .NET Plugin</name>  
-  <dependencies> 
-    <dependency> 
+  <artifactId>NPanday.Plugin</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday :: .NET Plugin</name>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.Pom</artifactId>  
+      <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type>  
-    </dependency> 
-  </dependencies>  
-  <build> 
+      <type>dotnet-library</type>
+    </dependency>
+  </dependencies>
+  <build>
     <!-- TODO: ideally, avoid GAC installation of this artifact -->
     <plugins>
-      <plugin> 
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>1.5</version>
@@ -65,20 +65,20 @@ under the License.
       </plugin>
     </plugins>
     <pluginManagement>
-      <plugins> 
-        <plugin> 
+      <plugins>
+        <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>maven-compile-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
           <configuration>
-            <keyfile>sample.snk</keyfile> 
-          </configuration> 
-        </plugin>  
-        <plugin> 
+            <keyfile>sample.snk</keyfile>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
-          <artifactId>maven-install-plugin</artifactId>  
+          <artifactId>maven-install-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
-        </plugin> 
+        </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
@@ -89,7 +89,7 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-      </plugins> 
+      </plugins>
     </pluginManagement>
-  </build> 
+  </build>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Console/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Console/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Console/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,15 +20,15 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.visualstudio</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.ImporterProjectParent</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.ProjectImporterConsole</artifactId>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.ImporterProjectParent</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.ProjectImporterConsole</artifactId>
   <packaging>dotnet-executable</packaging>
-  <name>NPanday :: Project Importer :: Console</name>  
+  <name>NPanday :: Project Importer :: Console</name>
   <build>
     <plugins>
       <plugin>
@@ -42,20 +42,20 @@
     </plugins>
   </build>
   <dependencies>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday.visualstudio</groupId>
-      <artifactId>NPanday.ProjectImporterEngine</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version>  
-      <type>dotnet-library</type> 
-    </dependency>  
-    <dependency> 
-      <groupId>NUnit</groupId>  
-      <artifactId>NUnit.Framework</artifactId>  
-      <version>2.2.8.0</version>  
-      <type>dotnet-library</type>  
+      <artifactId>NPanday.ProjectImporterEngine</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>dotnet-library</type>
 <!-- Temporarily disabled as it may cause issues, however cause has not been diagnosed and may be unrelated
       <scope>test</scope>
 -->
-    </dependency>  
-  </dependencies> 
+    </dependency>
+  </dependencies>
 </project>

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=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,28 +20,28 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday.visualstudio</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.ImporterProjectParent</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.ProjectImporterEngine</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>NPanday :: Project Importer :: Engine</name>  
-  <build> 
-    <plugins> 
-      <plugin> 
-        <artifactId>maven-assembly-plugin</artifactId>  
-        <configuration> 
-          <descriptorRefs> 
-            <descriptorRef>src</descriptorRef> 
-          </descriptorRefs> 
-        </configuration> 
-      </plugin> 
-    </plugins> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.ImporterProjectParent</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.ProjectImporterEngine</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday :: Project Importer :: Engine</name>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptorRefs>
+            <descriptorRef>src</descriptorRef>
+          </descriptorRefs>
+        </configuration>
+      </plugin>
+    </plugins>
     <pluginManagement>
-      <plugins> 
+      <plugins>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
@@ -54,56 +54,56 @@
             </excludes>
           </configuration>
         </plugin>
-      </plugins> 
+      </plugins>
     </pluginManagement>
-  </build>  
-  <dependencies> 
-    <dependency> 
+  </build>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version>  
-      <type>dotnet-library</type>  
-    </dependency>  
-    <dependency> 
+      <artifactId>NPanday.Artifact</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.logging</groupId>
-      <artifactId>log4net</artifactId>  
+      <artifactId>log4net</artifactId>
       <version>1.2.11</version>
-      <type>dotnet-library</type> 
+      <type>dotnet-library</type>
       <classifier>net-2.0</classifier>
-    </dependency>  
-    <dependency> 
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.Pom</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version>  
-      <type>dotnet-library</type>  
-    </dependency>  
-    <dependency> 
+      <artifactId>NPanday.Model.Pom</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.Settings</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version>  
-      <type>dotnet-library</type>  
-    </dependency>  
-    <dependency> 
+      <artifactId>NPanday.Model.Settings</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Utils</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version>  
-      <type>dotnet-library</type>  
-    </dependency>
-    <dependency> 
-      <groupId>Mono.Cecil</groupId>  
-      <artifactId>Mono.Cecil</artifactId>  
-      <version>0.9.5.4</version>  
-      <type>dotnet-library</type>  
-    </dependency>  
-    <dependency> 
-      <groupId>NUnit</groupId>  
-      <artifactId>NUnit.Framework</artifactId>  
-      <version>2.2.8.0</version>  
-      <type>dotnet-library</type>  
+      <artifactId>NPanday.Utils</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
+      <groupId>Mono.Cecil</groupId>
+      <artifactId>Mono.Cecil</artifactId>
+      <version>0.9.5.4</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>dotnet-library</type>
 <!-- Temporarily disabled as it may cause issues, however cause has not been diagnosed and may be unrelated
       <scope>test</scope>
 -->
-    </dependency>  
+    </dependency>
     <dependency>
       <groupId>Microsoft.Build.Engine</groupId>
       <artifactId>Microsoft.Build.Engine</artifactId>
@@ -132,15 +132,15 @@
       <type>gac_msil</type>
       <classifier>b03f5f7f11d50a3a</classifier>
     </dependency>
-  </dependencies>   
+  </dependencies>
   <profiles>
     <profile>
       <id>partcover</id>
       <build>
         <plugins>
-          <plugin> 
+          <plugin>
             <groupId>org.apache.npanday.plugins</groupId>
-            <artifactId>partcover-maven-plugin</artifactId>  
+            <artifactId>partcover-maven-plugin</artifactId>
             <configuration>
               <!--<nUnit>C:\\Program Files\\NUnit 2.5.7\\bin\net-2.0\\nunit-console.exe</nUnit>-->
               <!--<partCover>C:\\Program Files\PartCover\\PartCover .NET 4.0\\PartCover.exe</partCover>-->
@@ -148,18 +148,18 @@
               <!--<msxsl>C:\\WINDOWS\\msxsl.exe</msxsl>-->
               <!--<xslt>C:\\Program Files\\PartCover\\PartCover .NET 4.0\\xslt\\Report By Assembly.xslt"<xslt>-->
             </configuration>
-            <executions> 
+            <executions>
               <execution>
-                <goals> 
-                  <goal>generate</goal> 
+                <goals>
+                  <goal>generate</goal>
                   <goal>convert</goal>
-                </goals> 
-              </execution> 
-            </executions> 
-          </plugin>  
-        </plugins> 
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
       </build>
-    </profile>  
+    </profile>
     <profile>
       <id>net35</id>
       <build>
@@ -178,15 +178,15 @@
       <id>net40</id>
       <build>
         <plugins>
-          <plugin> 
+          <plugin>
             <groupId>org.apache.npanday.plugins</groupId>
             <artifactId>maven-test-plugin</artifactId>
             <configuration>
               <executionFrameworkVersion>4.0</executionFrameworkVersion>
             </configuration>
-          </plugin> 
-        </plugins> 
+          </plugin>
+        </plugins>
       </build>
-    </profile>  
+    </profile>
   </profiles>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs Wed Feb 26 15:58:08 2014
@@ -1182,7 +1182,7 @@ namespace NPanday.ProjectImporter.Conver
                 }
                 else
                 {
-                    // The dependency is in .references, or an Interop. 
+                    // The dependency is in .references, or an Interop.
                     // TODO: not a very good parsing of .references - if we have .references, don't we already know it from local repo?
 
                     Dependency refDependency = new Dependency();

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,18 +20,18 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.Assemblies</artifactId> 
-  </parent>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.Assemblies</artifactId>
+  </parent>
   <groupId>org.apache.npanday.visualstudio</groupId>
-  <artifactId>NPanday.ImporterProjectParent</artifactId>  
-  <packaging>pom</packaging>  
-  <modelVersion>4.0.0</modelVersion>  
-  <name>NPanday :: Project Importer</name>  
-  <modules> 
-    <module>Engine</module>  
-    <module>Console</module> 
-  </modules>  
+  <artifactId>NPanday.ImporterProjectParent</artifactId>
+  <packaging>pom</packaging>
+  <modelVersion>4.0.0</modelVersion>
+  <name>NPanday :: Project Importer</name>
+  <modules>
+    <module>Engine</module>
+    <module>Console</module>
+  </modules>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,53 +18,53 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 
-  <parent> 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.Assemblies</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.Assemblies</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday</groupId>
-  <artifactId>NPanday.Utils</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>NPanday :: .NET Utils</name>  
-  <dependencies>  
-    <dependency> 
+  <artifactId>NPanday.Utils</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday :: .NET Utils</name>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.logging</groupId>
-      <artifactId>log4net</artifactId>  
+      <artifactId>log4net</artifactId>
       <version>1.2.11</version>
-      <type>dotnet-library</type> 
+      <type>dotnet-library</type>
       <classifier>net-2.0</classifier>
-    </dependency>  
-    <dependency> 
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.Pom</artifactId>  
+      <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type> 
-    </dependency>  
-    <dependency> 
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.Settings</artifactId>  
+      <artifactId>NPanday.Model.Settings</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type>  
+      <type>dotnet-library</type>
     </dependency>
-	<dependency> 
-      <groupId>NUnit</groupId>  
-      <artifactId>NUnit.Framework</artifactId>  
-      <version>2.2.8.0</version>  
-      <type>dotnet-library</type>  
-      <scope>test</scope> 
+	<dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>dotnet-library</type>
+      <scope>test</scope>
     </dependency>
-  </dependencies>  
+  </dependencies>
   <profiles>
     <profile>
       <id>partcover</id>
       <build>
         <plugins>
-          <plugin> 
+          <plugin>
             <groupId>org.apache.npanday.plugins</groupId>
-            <artifactId>partcover-maven-plugin</artifactId>  
+            <artifactId>partcover-maven-plugin</artifactId>
             <configuration>
               <!--<nUnit>C:\\Program Files\\NUnit 2.5.7\\bin\net-2.0\\nunit-console.exe</nUnit>-->
               <!--<partCover>C:\\Program Files\PartCover\\PartCover .NET 4.0\\PartCover.exe</partCover>-->
@@ -72,16 +72,16 @@
               <!--<msxsl>C:\\WINDOWS\\msxsl.exe</msxsl>-->
               <!--<xslt>C:\\Program Files\\PartCover\\PartCover .NET 4.0\\xslt\\Report By Assembly.xslt"<xslt>-->
             </configuration>
-            <executions> 
-              <execution> 
-                <goals> 
-                  <goal>generate</goal> 
+            <executions>
+              <execution>
+                <goals>
+                  <goal>generate</goal>
                   <goal>convert</goal>
-                </goals> 
-              </execution> 
-            </executions> 
-          </plugin>  
-        </plugins> 
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
       </build>
     </profile>
   </profiles>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,110 +20,110 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.Assemblies</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.Assemblies</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday.visualstudio</groupId>
-  <artifactId>NPanday.VisualStudio.Addin</artifactId>  
-  <packaging>visual-studio-addin</packaging>  
-  <name>NPanday :: VisualStudio Addin</name>  
+  <artifactId>NPanday.VisualStudio.Addin</artifactId>
+  <packaging>visual-studio-addin</packaging>
+  <name>NPanday :: VisualStudio Addin</name>
   <dependencies>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin</artifactId>  
+      <artifactId>NPanday.Plugin</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type> 
-    </dependency>  
-    <dependency> 
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.logging</groupId>
-      <artifactId>log4net</artifactId>  
+      <artifactId>log4net</artifactId>
       <version>1.2.11</version>
-      <type>dotnet-library</type> 
+      <type>dotnet-library</type>
       <classifier>net-2.0</classifier>
-    </dependency>  
-    <dependency> 
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.Pom</artifactId>  
+      <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type> 
-    </dependency>  
-    <dependency> 
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Artifact</artifactId>  
+      <artifactId>NPanday.Artifact</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type> 
-    </dependency>  
-    <dependency> 
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Model.Settings</artifactId>  
+      <artifactId>NPanday.Model.Settings</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type>  
-    </dependency>  
-    <dependency> 
-      <groupId>Microsoft.VisualStudio.CommandBars</groupId>  
-      <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>  
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
+      <groupId>Microsoft.VisualStudio.CommandBars</groupId>
+      <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>
       <version>8.0.0.0</version>
-      <type>gac</type>  
+      <type>gac</type>
       <classifier>b03f5f7f11d50a3a</classifier>
-    </dependency>  
-    <dependency> 
-      <groupId>EnvDTE</groupId>  
-      <artifactId>EnvDTE</artifactId>  
+    </dependency>
+    <dependency>
+      <groupId>EnvDTE</groupId>
+      <artifactId>EnvDTE</artifactId>
       <version>8.0.0.0</version>
-      <type>gac</type>  
+      <type>gac</type>
       <classifier>b03f5f7f11d50a3a</classifier>
-    </dependency>  
-    <dependency> 
-      <groupId>EnvDTE80</groupId>  
-      <artifactId>EnvDTE80</artifactId>  
+    </dependency>
+    <dependency>
+      <groupId>EnvDTE80</groupId>
+      <artifactId>EnvDTE80</artifactId>
       <version>8.0.0.0</version>
-      <type>gac</type>  
+      <type>gac</type>
       <classifier>b03f5f7f11d50a3a</classifier>
-    </dependency>  
-    <dependency> 
-      <groupId>Extensibility</groupId>  
-      <artifactId>Extensibility</artifactId>  
-      <version>7.0.3300.0</version>  
-      <type>gac</type>  
-      <classifier>b03f5f7f11d50a3a</classifier>
-    </dependency>  
-    <dependency> 
-      <groupId>VSLangProj</groupId>  
-      <artifactId>VSLangProj</artifactId>  
-      <type>gac</type>  
-      <version>7.0.3300.0</version>  
-      <classifier>b03f5f7f11d50a3a</classifier>
-    </dependency>  
-    <dependency> 
-      <groupId>VSLangProj80</groupId>  
-      <artifactId>VSLangProj80</artifactId>  
-      <type>gac</type>  
-      <version>8.0.0.0</version>  
-      <classifier>b03f5f7f11d50a3a</classifier>
-    </dependency>  
-    <dependency> 
-      <groupId>VsWebSite.Interop</groupId>  
-      <artifactId>VsWebSite.Interop</artifactId>  
-      <type>gac</type>  
-      <version>8.0.0.0</version>  
+    </dependency>
+    <dependency>
+      <groupId>Extensibility</groupId>
+      <artifactId>Extensibility</artifactId>
+      <version>7.0.3300.0</version>
+      <type>gac</type>
+      <classifier>b03f5f7f11d50a3a</classifier>
+    </dependency>
+    <dependency>
+      <groupId>VSLangProj</groupId>
+      <artifactId>VSLangProj</artifactId>
+      <type>gac</type>
+      <version>7.0.3300.0</version>
+      <classifier>b03f5f7f11d50a3a</classifier>
+    </dependency>
+    <dependency>
+      <groupId>VSLangProj80</groupId>
+      <artifactId>VSLangProj80</artifactId>
+      <type>gac</type>
+      <version>8.0.0.0</version>
+      <classifier>b03f5f7f11d50a3a</classifier>
+    </dependency>
+    <dependency>
+      <groupId>VsWebSite.Interop</groupId>
+      <artifactId>VsWebSite.Interop</artifactId>
+      <type>gac</type>
+      <version>8.0.0.0</version>
       <classifier>b03f5f7f11d50a3a</classifier>
-    </dependency>  
-    <dependency> 
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday.visualstudio</groupId>
-      <artifactId>NPanday.ProjectImporterEngine</artifactId>  
+      <artifactId>NPanday.ProjectImporterEngine</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type> 
-    </dependency>  
-    <dependency> 
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>NPanday.Utils</artifactId>  
+      <artifactId>NPanday.Utils</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
-      <type>dotnet-library</type>  
-    </dependency> 
-  </dependencies>  
+      <type>dotnet-library</type>
+    </dependency>
+  </dependencies>
   <build>
     <resources>
       <resource>
@@ -135,55 +135,55 @@
       </resource>
     </resources>
   </build>
-  <profiles> 
+  <profiles>
     <profile>
       <id>partcover</id>
       <build>
         <plugins>
-          <plugin> 
+          <plugin>
             <groupId>org.apache.npanday.plugins</groupId>
-            <artifactId>partcover-maven-plugin</artifactId>  
+            <artifactId>partcover-maven-plugin</artifactId>
             <configuration>
               <!--<nUnit>C:\\Program Files\\NUnit 2.5.7\\bin\net-2.0\\nunit-console.exe</nUnit>-->
               <!--<partCover>C:\\Program Files\PartCover\\PartCover .NET 4.0\\PartCover.exe</partCover>-->
               <assemblyName>${project.build.directory}/test-assemblies/NPanday.VisualStudio.Addin-test.dll</assemblyName>
               <!--<msxsl>C:\\WINDOWS\\msxsl.exe</msxsl>-->
               <!--<xslt>C:\\Program Files\\PartCover\\PartCover .NET 4.0\\xslt\\Report By Assembly.xslt"<xslt>-->
-            </configuration> 
-            <executions> 
+            </configuration>
+            <executions>
               <execution>
-                <goals> 
-                  <goal>generate</goal> 
+                <goals>
+                  <goal>generate</goal>
                   <goal>convert</goal>
-                </goals> 
-              </execution> 
-            </executions> 
-          </plugin>  
-        </plugins> 
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
       </build>
     </profile>
-    <profile> 
-      <activation> 
-        <property> 
-          <name>startVS</name> 
-        </property> 
-      </activation>  
-      <build> 
-        <plugins> 
-          <plugin> 
+    <profile>
+      <activation>
+        <property>
+          <name>startVS</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
             <groupId>org.apache.npanday.plugins</groupId>
-            <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>  
+            <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>
             <version>${project.version}</version>
-            <executions> 
-              <execution> 
-                <goals> 
-                  <goal>start</goal> 
-                </goals> 
-              </execution> 
-            </executions> 
-          </plugin> 
-        </plugins> 
-      </build> 
-    </profile> 
-  </profiles> 
+            <executions>
+              <execution>
+                <goals>
+                  <goal>start</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.Designer.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.Designer.cs?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.Designer.cs (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.Designer.cs Wed Feb 26 15:58:08 2014
@@ -259,7 +259,7 @@ namespace NPanday.VisualStudio.Addin
             this.searchAssemblyFoldersExCheckBox.TabIndex = 1;
             this.searchAssemblyFoldersExCheckBox.Text = "Extra Assembly Folders";
             this.searchAssemblyFoldersExCheckBox.UseVisualStyleBackColor = true;
-            // 
+            //
             // searchFrameworkCheckBox
             // 
             this.searchFrameworkCheckBox.AutoSize = true;

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,32 +18,32 @@
   ~ under the License.
   -->
 
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  
-  <parent> 
-    <artifactId>TestProject-parent</artifactId>  
-    <groupId>Microsoft.TestProject</groupId>  
-    <version>1.2.1-maestro-2.3.5.14-SNAPSHOT</version>  
-    <relativePath>..\pom.xml</relativePath> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>TestProject</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>Microsoft.TestProject : TestProject</name>  
-  <build> 
-    <sourceDirectory>./</sourceDirectory>  
-    <plugins> 
-      <plugin> 
-        <groupId>npanday.plugin</groupId>  
-        <artifactId>maven-compile-plugin</artifactId>  
-        <extensions>true</extensions>  
-        <configuration> 
-          <frameworkVersion>3.5</frameworkVersion>  
-          <includeSources> 
-            <includeSource>Class1.cs</includeSource>  
-            <includeSource>Properties\AssemblyInfo.cs</includeSource> 
-          </includeSources> 
-        </configuration> 
-      </plugin> 
-    </plugins> 
-  </build> 
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <parent>
+    <artifactId>TestProject-parent</artifactId>
+    <groupId>Microsoft.TestProject</groupId>
+    <version>1.2.1-maestro-2.3.5.14-SNAPSHOT</version>
+    <relativePath>..\pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>TestProject</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>Microsoft.TestProject : TestProject</name>
+  <build>
+    <sourceDirectory>./</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>npanday.plugin</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <frameworkVersion>3.5</frameworkVersion>
+          <includeSources>
+            <includeSource>Class1.cs</includeSource>
+            <includeSource>Properties\AssemblyInfo.cs</includeSource>
+          </includeSources>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,14 +18,14 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  
-  <modelVersion>4.0.0</modelVersion>  
-  <groupId>Microsoft.TestProject</groupId>  
-  <artifactId>TestProject-parent</artifactId>  
-  <packaging>pom</packaging>  
-  <name>Microsoft.TestProject : TestProject-parent</name>  
-  <version>1.2.1-maestro-2.3.5.14-SNAPSHOT</version>  
-  <modules> 
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Microsoft.TestProject</groupId>
+  <artifactId>TestProject-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Microsoft.TestProject : TestProject-parent</name>
+  <version>1.2.1-maestro-2.3.5.14-SNAPSHOT</version>
+  <modules>
     <module>TestProject</module>
-  </modules> 
+  </modules>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,58 +20,58 @@
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>NPanday.Assemblies</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.Assemblies</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday.visualstudio</groupId>
-  <artifactId>NPanday.VisualStudio.ProjectWizard</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>NPanday :: VisualStudio Project Wizard</name>  
-  <dependencies> 
-    <dependency> 
-      <groupId>Microsoft.VisualStudio.TemplateWizardInterface</groupId>  
-      <artifactId>Microsoft.VisualStudio.TemplateWizardInterface</artifactId>  
-      <version>8.0.0.0</version>  
-      <classifier>b03f5f7f11d50a3a</classifier>  
-      <type>gac_msil</type> 
-    </dependency>  
-    <dependency> 
-      <groupId>EnvDTE</groupId>  
-      <artifactId>EnvDTE</artifactId>  
-      <version>8.0.0.0</version>  
-      <type>gac</type>  
-      <classifier>b03f5f7f11d50a3a</classifier> 
-    </dependency>  
-    <dependency> 
-      <groupId>EnvDTE80</groupId>  
-      <artifactId>EnvDTE80</artifactId>  
-      <version>8.0.0.0</version>  
-      <type>gac</type>  
-      <classifier>b03f5f7f11d50a3a</classifier> 
-    </dependency>  
-    <!-- TODO: remove? -->  
-    <dependency> 
-      <groupId>Microsoft.VisualStudio.CommandBars</groupId>  
-      <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>  
-      <version>8.0.0.0</version>  
-      <type>gac</type>  
-      <classifier>b03f5f7f11d50a3a</classifier> 
-    </dependency> 
-  </dependencies>  
-  <build> 
+  <artifactId>NPanday.VisualStudio.ProjectWizard</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday :: VisualStudio Project Wizard</name>
+  <dependencies>
+    <dependency>
+      <groupId>Microsoft.VisualStudio.TemplateWizardInterface</groupId>
+      <artifactId>Microsoft.VisualStudio.TemplateWizardInterface</artifactId>
+      <version>8.0.0.0</version>
+      <classifier>b03f5f7f11d50a3a</classifier>
+      <type>gac_msil</type>
+    </dependency>
+    <dependency>
+      <groupId>EnvDTE</groupId>
+      <artifactId>EnvDTE</artifactId>
+      <version>8.0.0.0</version>
+      <type>gac</type>
+      <classifier>b03f5f7f11d50a3a</classifier>
+    </dependency>
+    <dependency>
+      <groupId>EnvDTE80</groupId>
+      <artifactId>EnvDTE80</artifactId>
+      <version>8.0.0.0</version>
+      <type>gac</type>
+      <classifier>b03f5f7f11d50a3a</classifier>
+    </dependency>
+    <!-- TODO: remove? -->
+    <dependency>
+      <groupId>Microsoft.VisualStudio.CommandBars</groupId>
+      <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>
+      <version>8.0.0.0</version>
+      <type>gac</type>
+      <classifier>b03f5f7f11d50a3a</classifier>
+    </dependency>
+  </dependencies>
+  <build>
     <pluginManagement>
-      <plugins> 
-        <plugin> 
+      <plugins>
+        <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
-          <artifactId>maven-compile-plugin</artifactId>  
+          <artifactId>maven-compile-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
           <configuration>
-            <keyfile>sample.snk</keyfile> 
-          </configuration> 
-        </plugin>  
+            <keyfile>sample.snk</keyfile>
+          </configuration>
+        </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
@@ -83,7 +83,7 @@
             </excludes>
           </configuration>
         </plugin>
-      </plugins> 
+      </plugins>
     </pluginManagement>
-  </build> 
+  </build>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,27 +18,27 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
-   
-  <parent> 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
     <artifactId>NPanday.Project</artifactId>
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Assemblies</artifactId>  
-  <packaging>pom</packaging>  
-  <name>NPanday :: .NET Assemblies</name>  
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Assemblies</artifactId>
+  <packaging>pom</packaging>
+  <name>NPanday :: .NET Assemblies</name>
   <modules>
-    <module>NPanday.Model.Pom</module>  
-    <module>NPanday.Model.Settings</module>  
+    <module>NPanday.Model.Pom</module>
+    <module>NPanday.Model.Settings</module>
     <module>NPanday.Model.AutomationExtensibility</module>
     <module>NPanday.Utils</module>
-    <module>NPanday.Artifact</module> 
+    <module>NPanday.Artifact</module>
     <module>NPanday.Plugin</module>
     <module>NPanday.Plugin.MojoGenerator</module>	
-    <module>NPanday.Plugin.Loader</module>  
-    <module>NPanday.Plugin.Runner</module>  
+    <module>NPanday.Plugin.Loader</module>
+    <module>NPanday.Plugin.Runner</module>
   </modules>
 
   <profiles>

Modified: incubator/npanday/trunk/dotnet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,55 +18,55 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
-   <parent> 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>apache-npanday</artifactId>  
-    <relativePath>../pom.xml</relativePath> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>apache-npanday</artifactId>
+    <relativePath>../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Project</artifactId>  
-  <packaging>pom</packaging>  
-  <name>NPanday :: .NET Projects</name>  
-  <modules> 
-    <module>assemblies</module>  
-    <module>../plugins/netplugins</module> 
-  </modules>  
-  <build> 
-    <sourceDirectory>src/main/csharp</sourceDirectory>  
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Project</artifactId>
+  <packaging>pom</packaging>
+  <name>NPanday :: .NET Projects</name>
+  <modules>
+    <module>assemblies</module>
+    <module>../plugins/netplugins</module>
+  </modules>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
     <testSourceDirectory>src/test/csharp</testSourceDirectory>
-    <plugins> 
-      <plugin> 
+    <plugins>
+      <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
         <artifactId>maven-compile-plugin</artifactId>
         <version>${bootstrap.npanday.version}</version>
-        <extensions>true</extensions>  
-        <configuration> 
-          <frameworkVersion>2.0.50727</frameworkVersion> 
-        </configuration> 
-      </plugin>  
-    </plugins> 
+        <extensions>true</extensions>
+        <configuration>
+          <frameworkVersion>2.0.50727</frameworkVersion>
+        </configuration>
+      </plugin>
+    </plugins>
     <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
-          <artifactId>maven-compile-plugin</artifactId>  
+          <artifactId>maven-compile-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
-          <artifactId>maven-resgen-plugin</artifactId>  
+          <artifactId>maven-resgen-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
-          <artifactId>maven-repository-plugin</artifactId>  
+          <artifactId>maven-repository-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
         </plugin>
         <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
-          <artifactId>maven-install-plugin</artifactId>  
+          <artifactId>maven-install-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
         </plugin>
         <plugin>
@@ -109,104 +109,104 @@
         </plugin>
       </plugins>
     </pluginManagement>
-  </build>  
+  </build>
   <!-- TODO: the current NPanday libraries won't apply these properly, so we had to repeat them in the POMs as well -->
-  <dependencyManagement> 
-    <dependencies> 
-      <dependency> 
-        <groupId>Microsoft.Build.Engine</groupId>  
-        <artifactId>Microsoft.Build.Engine</artifactId>  
-        <type>gac_msil</type>  
-        <version>2.0.0.0</version>  
-        <classifier>b03f5f7f11d50a3a</classifier> 
-      </dependency>  
-      <dependency> 
-        <groupId>EnvDTE</groupId>  
-        <artifactId>EnvDTE</artifactId>  
-        <type>gac</type>  
-        <version>8.0.0.0</version>  
-        <classifier>b03f5f7f11d50a3a</classifier> 
-      </dependency>  
-      <dependency> 
-        <groupId>EnvDTE80</groupId>  
-        <artifactId>EnvDTE80</artifactId>  
-        <type>gac</type>  
-        <version>8.0.0.0</version>  
-        <classifier>b03f5f7f11d50a3a</classifier> 
-      </dependency>  
-      <dependency> 
-        <groupId>Microsoft.VisualStudio.CommandBars</groupId>  
-        <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>  
-        <version>8.0.0.0</version>  
-        <classifier>b03f5f7f11d50a3a</classifier>  
-        <type>gac</type> 
-      </dependency>  
-      <dependency> 
-        <groupId>Microsoft.VisualStudio.TemplateWizardInterface</groupId>  
-        <artifactId>Microsoft.VisualStudio.TemplateWizardInterface</artifactId>  
-        <version>8.0.0.0</version>  
-        <classifier>b03f5f7f11d50a3a</classifier>  
-        <type>gac_msil</type> 
-      </dependency>  
-      <dependency> 
-        <groupId>Extensibility</groupId>  
-        <artifactId>Extensibility</artifactId>  
-        <type>gac</type>  
-        <version>7.0.3300.0</version>  
-        <classifier>b03f5f7f11d50a3a</classifier> 
-      </dependency>  
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>Microsoft.Build.Engine</groupId>
+        <artifactId>Microsoft.Build.Engine</artifactId>
+        <type>gac_msil</type>
+        <version>2.0.0.0</version>
+        <classifier>b03f5f7f11d50a3a</classifier>
+      </dependency>
+      <dependency>
+        <groupId>EnvDTE</groupId>
+        <artifactId>EnvDTE</artifactId>
+        <type>gac</type>
+        <version>8.0.0.0</version>
+        <classifier>b03f5f7f11d50a3a</classifier>
+      </dependency>
+      <dependency>
+        <groupId>EnvDTE80</groupId>
+        <artifactId>EnvDTE80</artifactId>
+        <type>gac</type>
+        <version>8.0.0.0</version>
+        <classifier>b03f5f7f11d50a3a</classifier>
+      </dependency>
+      <dependency>
+        <groupId>Microsoft.VisualStudio.CommandBars</groupId>
+        <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>
+        <version>8.0.0.0</version>
+        <classifier>b03f5f7f11d50a3a</classifier>
+        <type>gac</type>
+      </dependency>
+      <dependency>
+        <groupId>Microsoft.VisualStudio.TemplateWizardInterface</groupId>
+        <artifactId>Microsoft.VisualStudio.TemplateWizardInterface</artifactId>
+        <version>8.0.0.0</version>
+        <classifier>b03f5f7f11d50a3a</classifier>
+        <type>gac_msil</type>
+      </dependency>
+      <dependency>
+        <groupId>Extensibility</groupId>
+        <artifactId>Extensibility</artifactId>
+        <type>gac</type>
+        <version>7.0.3300.0</version>
+        <classifier>b03f5f7f11d50a3a</classifier>
+      </dependency>
 
-      <dependency> 
+      <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>NPanday.Model.Pom</artifactId>  
+        <artifactId>NPanday.Model.Pom</artifactId>
         <version>1.5.0-incubating-SNAPSHOT</version>
-        <type>dotnet-library</type>  
-      </dependency>  
-      <dependency> 
+        <type>dotnet-library</type>
+      </dependency>
+      <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
+        <artifactId>NPanday.Model.AutomationExtensibility</artifactId>
         <version>1.5.0-incubating-SNAPSHOT</version>
-        <type>dotnet-library</type>  
-      </dependency>  
-      <dependency> 
+        <type>dotnet-library</type>
+      </dependency>
+      <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>NPanday.Model.Settings</artifactId>  
+        <artifactId>NPanday.Model.Settings</artifactId>
         <version>1.5.0-incubating-SNAPSHOT</version>
-        <type>dotnet-library</type>  
-      </dependency>  
-      <dependency> 
+        <type>dotnet-library</type>
+      </dependency>
+      <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>NPanday.Artifact</artifactId>  
+        <artifactId>NPanday.Artifact</artifactId>
         <version>1.5.0-incubating-SNAPSHOT</version>
-        <type>dotnet-library</type>  
-      </dependency>  
-      <dependency> 
+        <type>dotnet-library</type>
+      </dependency>
+      <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>NPanday.Utils</artifactId>  
+        <artifactId>NPanday.Utils</artifactId>
         <version>1.5.0-incubating-SNAPSHOT</version>
-        <type>dotnet-library</type>  
-      </dependency>  
-      <dependency> 
+        <type>dotnet-library</type>
+      </dependency>
+      <dependency>
         <groupId>org.apache.npanday.plugins</groupId>
-        <artifactId>NPanday.Plugin</artifactId>  
+        <artifactId>NPanday.Plugin</artifactId>
         <version>1.5.0-incubating-SNAPSHOT</version>
-        <type>dotnet-library</type>  
-      </dependency>  
-      <dependency> 
+        <type>dotnet-library</type>
+      </dependency>
+      <dependency>
         <groupId>org.apache.npanday.visualstudio</groupId>
-        <artifactId>NPanday.ProjectImporterEngine</artifactId>  
+        <artifactId>NPanday.ProjectImporterEngine</artifactId>
         <version>1.5.0-incubating-SNAPSHOT</version>
-        <type>dotnet-library</type>  
-      </dependency>  
-    </dependencies> 
-  </dependencyManagement> 
+        <type>dotnet-library</type>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <dependencies>
-    <dependency> 
-      <groupId>NUnit</groupId>  
-      <artifactId>NUnit.Framework</artifactId>  
-      <version>2.2.8.0</version>  
-      <type>dotnet-library</type>  
-      <scope>test</scope> 
-    </dependency> 
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>dotnet-library</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>

Modified: incubator/npanday/trunk/npanday-it-runner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/npanday-it-runner/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/npanday-it-runner/pom.xml (original)
+++ incubator/npanday/trunk/npanday-it-runner/pom.xml Wed Feb 26 15:58:08 2014
@@ -26,10 +26,10 @@ under the License.
     <version>1.5.0-incubating-SNAPSHOT</version>
     <artifactId>apache-npanday</artifactId>
   </parent>
-  
+
   <modelVersion>4.0.0</modelVersion>
   <artifactId>npanday-it-runner</artifactId>
-  
+
   <name>Integration Test Executor</name>
 
   <dependencies>
@@ -39,8 +39,8 @@ under the License.
       <version>${project.version}</version>
       <classifier>tests</classifier>
     </dependency>
-  </dependencies>    
-  
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>
@@ -76,7 +76,7 @@ under the License.
             </configuration>
           </execution>
         </executions>
-      </plugin>      
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,100 +1,100 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>org.apache.npanday.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>
-    <artifactId>maven-dotnet-plugins</artifactId>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>application-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>NPanday :: Application Maven Plugin</name>
-  <description>Maven Plugin for .NET: Packaging of runnable .NET applications</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-archiver</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>${plexus.utils.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-assembly-plugin</artifactId>
-      <version>2.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-packaging</artifactId>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <exclude>**/*.iml</exclude>
-              <exclude>src/it/**</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-  <profiles>
-    <!-- TODO: remove when XDT doesn't rely on Visual Studio being installed -->
-    <profile>
-      <id>no-visual-studio</id>
-      <activation>
-        <file>
-          <missing>${env.ProgramFiles}/MSBuild/Microsoft/VisualStudio/v10.0/Web/Microsoft.Web.Publishing.Tasks.dll</missing>
-        </file>
-      </activation>
-      <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-invoker-plugin</artifactId>
-              <configuration>
-                <pomExcludes>
-                  <!-- This test requires Visual Studio 2010 be installed -->
-                  <pomExclude>IT001_TransformAppConfig/pom.xml</pomExclude>
-                  <pomExclude>IT002_TransformFurtherConfigs/pom.xml</pomExclude>
-                  <pomExclude>IT004_CopyTransformOtherXmlFiles/pom.xml</pomExclude>
-                </pomExcludes>
-              </configuration>
-            </plugin>
-          </plugins>
-        </pluginManagement>
-      </build>
-    </profile>
-  </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.npanday.plugins</groupId>
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>application-maven-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Application Maven Plugin</name>
+  <description>Maven Plugin for .NET: Packaging of runnable .NET applications</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-archiver</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>${plexus.utils.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-assembly-plugin</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.npanday</groupId>
+      <artifactId>dotnet-packaging</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>**/*.iml</exclude>
+              <exclude>src/it/**</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <profiles>
+    <!-- TODO: remove when XDT doesn't rely on Visual Studio being installed -->
+    <profile>
+      <id>no-visual-studio</id>
+      <activation>
+        <file>
+          <missing>${env.ProgramFiles}/MSBuild/Microsoft/VisualStudio/v10.0/Web/Microsoft.Web.Publishing.Tasks.dll</missing>
+        </file>
+      </activation>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-invoker-plugin</artifactId>
+              <configuration>
+                <pomExcludes>
+                  <!-- This test requires Visual Studio 2010 be installed -->
+                  <pomExclude>IT001_TransformAppConfig/pom.xml</pomExclude>
+                  <pomExclude>IT002_TransformFurtherConfigs/pom.xml</pomExclude>
+                  <pomExclude>IT004_CopyTransformOtherXmlFiles/pom.xml</pomExclude>
+                </pomExcludes>
+              </configuration>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+  </profiles>
+</project>

Modified: incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT001_TransformAppConfig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT001_TransformAppConfig/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT001_TransformAppConfig/pom.xml (original)
+++ incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT001_TransformAppConfig/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,51 +1,51 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT001_TransformAppConfig</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process-configs</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT001_TransformAppConfig</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process-configs</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT002_TransformFurtherConfigs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT002_TransformFurtherConfigs/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT002_TransformFurtherConfigs/pom.xml (original)
+++ incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT002_TransformFurtherConfigs/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,57 +1,57 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT002_TransformFurtherConfigs</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process-configs</goal>
-            </goals>
-            <configuration>
-              <configIncludes>
-                <include>*.config</include>
-              </configIncludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT002_TransformFurtherConfigs</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process-configs</goal>
+            </goals>
+            <configuration>
+              <configIncludes>
+                <include>*.config</include>
+              </configIncludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT003_CopyAppConfig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT003_CopyAppConfig/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT003_CopyAppConfig/pom.xml (original)
+++ incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT003_CopyAppConfig/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,52 +1,52 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT003_CopyAppConfig</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process-configs</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT003_CopyAppConfig</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process-configs</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT004_CopyTransformOtherXmlFiles/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT004_CopyTransformOtherXmlFiles/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT004_CopyTransformOtherXmlFiles/pom.xml (original)
+++ incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT004_CopyTransformOtherXmlFiles/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT004_CopyTransformOtherXmlFiles</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-
-  <properties>
-    <frameworkVersion>4.0</frameworkVersion>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process-configs</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <additionalConfigIncludes>
-            <additionalConfigInclude>*.xml</additionalConfigInclude>
-          </additionalConfigIncludes>
-          <additionalConfigExcludes>
-            <additionalConfigExclude>excluded.xml</additionalConfigExclude>
-          </additionalConfigExcludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT004_CopyTransformOtherXmlFiles</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <frameworkVersion>4.0</frameworkVersion>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process-configs</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <additionalConfigIncludes>
+            <additionalConfigInclude>*.xml</additionalConfigInclude>
+          </additionalConfigIncludes>
+          <additionalConfigExcludes>
+            <additionalConfigExclude>excluded.xml</additionalConfigExclude>
+          </additionalConfigExcludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT004_ConfigurationHandling/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT004_ConfigurationHandling/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT004_ConfigurationHandling/pom.xml (original)
+++ incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT004_ConfigurationHandling/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,59 +1,59 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
-  <artifactId>IT004_ConfigurationHandling</artifactId>
-  <version>@project.version@</version>
-  <packaging>pom</packaging>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>@project.artifactId@</artifactId>
-        <version>@project.version@</version>
-        <extensions>true</extensions>
-        <executions>
-          <execution>
-            <id>default-package</id>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>process-configs</goal>
-            </goals>
-            <configuration>
-              <frameworkVersion>4.0</frameworkVersion>
-              <configIncludes>
-                <configInclude>**/*.config</configInclude>
-                <configInclude>**/*.xml</configInclude>
-              </configIncludes>
-              <configExcludes>
-                <configExclude>**/excluded.xml</configExclude>
-              </configExcludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>@project.groupId@.@project.artifactId@-its</groupId>
+  <artifactId>IT004_ConfigurationHandling</artifactId>
+  <version>@project.version@</version>
+  <packaging>pom</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>@project.groupId@</groupId>
+        <artifactId>@project.artifactId@</artifactId>
+        <version>@project.version@</version>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <id>default-package</id>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>process-configs</goal>
+            </goals>
+            <configuration>
+              <frameworkVersion>4.0</frameworkVersion>
+              <configIncludes>
+                <configInclude>**/*.config</configInclude>
+                <configInclude>**/*.xml</configInclude>
+              </configIncludes>
+              <configExcludes>
+                <configExclude>**/excluded.xml</configExclude>
+              </configExcludes>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>