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 [1/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...

Author: brett
Date: Wed Feb 26 15:58:08 2014
New Revision: 1572114

URL: http://svn.apache.org/r1572114
Log:
remove trailing spaces in POMs

Modified:
    incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/pom.xml
    incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/pom.xml
    incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/pom.xml
    incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml
    incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/pom.xml
    incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/src/main/resources/archetype-resources/pom.xml
    incubator/npanday/trunk/archetypes/pom.xml
    incubator/npanday/trunk/components/dotnet-assembler/pom.xml
    incubator/npanday/trunk/components/dotnet-core/pom.xml
    incubator/npanday/trunk/components/dotnet-executable/pom.xml
    incubator/npanday/trunk/components/dotnet-model/assembly-plugins/pom.xml
    incubator/npanday/trunk/components/dotnet-model/compiler-plugins/pom.xml
    incubator/npanday/trunk/components/dotnet-model/configuration-appenders/pom.xml
    incubator/npanday/trunk/components/dotnet-model/dotnet-model-library-import/pom.xml
    incubator/npanday/trunk/components/dotnet-model/executable-plugins/pom.xml
    incubator/npanday/trunk/components/dotnet-model/netdependency/pom.xml
    incubator/npanday/trunk/components/dotnet-model/pom.xml
    incubator/npanday/trunk/components/dotnet-model/settings/pom.xml
    incubator/npanday/trunk/components/dotnet-msbuild/pom.xml
    incubator/npanday/trunk/components/dotnet-nuget/pom.xml
    incubator/npanday/trunk/components/dotnet-packaging/pom.xml
    incubator/npanday/trunk/components/dotnet-plugin/pom.xml
    incubator/npanday/trunk/components/dotnet-registry/pom.xml
    incubator/npanday/trunk/components/dotnet-vendor/pom.xml
    incubator/npanday/trunk/dist/npanday-installer/pom.xml
    incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml
    incubator/npanday/trunk/dist/npanday-skin/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.AutomationExtensibility/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Loader/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.MojoGenerator/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Runner/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Console/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/Engine/src/main/csharp/Converter/Algorithms/AbstractPomConverter.cs
    incubator/npanday/trunk/dotnet/assemblies/NPanday.ProjectImporter/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.Utils/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/main/csharp/NPandayImportProjectForm.Designer.cs
    incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/TestProject/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.Addin/src/test/resource/TestProject/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml
    incubator/npanday/trunk/dotnet/assemblies/pom.xml
    incubator/npanday/trunk/dotnet/pom.xml
    incubator/npanday/trunk/npanday-it-runner/pom.xml
    incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml
    incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT001_TransformAppConfig/pom.xml
    incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT002_TransformFurtherConfigs/pom.xml
    incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT003_CopyAppConfig/pom.xml
    incubator/npanday/trunk/plugins/application-maven-plugin/src/it/IT004_CopyTransformOtherXmlFiles/pom.xml
    incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT004_ConfigurationHandling/pom.xml
    incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/it/IT005_DefaultExcludes/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT001_InstallPackages/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT002_GeneratePoms/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT003_MultipleLibDirs/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT004_PackageWithDependencies/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT005_CustomDependencyIgnore/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT006_CustomSource/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT007_InstallToCustomLocalRepository/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT008_DeployToCustomLocalRepository/pom.xml
    incubator/npanday/trunk/plugins/library-importer-maven-plugin/src/it/IT009_ImporterLifecycle/pom.xml
    incubator/npanday/trunk/plugins/maven-compile-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-fxcop-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-install-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-link-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-mojo-generator-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-resgen-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-resolver-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-test-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-vsinstaller-plugin/src/site/resources/examples/pom.xml
    incubator/npanday/trunk/plugins/maven-wsdl-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-xsd-plugin/pom.xml
    incubator/npanday/trunk/plugins/maven-xsp-plugin/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Addin/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml
    incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml
    incubator/npanday/trunk/plugins/netplugins/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml
    incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml
    incubator/npanday/trunk/pom.xml
    incubator/npanday/trunk/site/pom.xml

Modified: incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,12 +18,12 @@ specific language governing permissions 
 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-archetypes</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-archetype-dotnet-simple</artifactId>  
-  <name>NPanday :: Simple Archetype</name> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-archetypes</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-archetype-dotnet-simple</artifactId>
+  <name>NPanday :: Simple Archetype</name>
 </project>

Modified: incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/maven-archetype-dotnet-simple/src/main/resources/archetype-resources/pom.xml Wed Feb 26 15:58:08 2014
@@ -17,10 +17,10 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project 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">  
-  <modelVersion>4.0.0</modelVersion>  
-  <groupId>${groupId}</groupId>  
-  <artifactId>${artifactId}</artifactId>  
+<project 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">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>${groupId}</groupId>
+  <artifactId>${artifactId}</artifactId>
   <version>${version}</version>
   <packaging>dotnet-library</packaging>
     <dependencies>
@@ -30,16 +30,16 @@ under the License.
       <version>2.2.8.0</version>
       <type>dotnet-library</type>
     </dependency>
-  </dependencies>  
-  <build> 
-    <sourceDirectory>src/main/csharp</sourceDirectory>  
-    <testSourceDirectory>src/test/csharp</testSourceDirectory>  
-    <plugins> 
-      <plugin> 
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/csharp</sourceDirectory>
+    <testSourceDirectory>src/test/csharp</testSourceDirectory>
+    <plugins>
+      <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
-        <artifactId>maven-compile-plugin</artifactId>  
-        <extensions>true</extensions> 
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
       </plugin>
-    </plugins> 
-  </build> 
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,12 +19,12 @@ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-archetypes</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-archetype-netexecutable</artifactId>  
-  <name>NPanday :: NetExecutable Archetype</name> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-archetypes</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-archetype-netexecutable</artifactId>
+  <name>NPanday :: NetExecutable Archetype</name>
 </project>

Modified: incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/maven-archetype-netexecutable/src/main/resources/archetype-resources/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,18 +18,18 @@ specific language governing permissions 
 under the License.
 -->
 
-<project 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">  
-  <modelVersion>4.0.0</modelVersion>  
-  <groupId>${groupId}</groupId>  
-  <artifactId>${artifactId}</artifactId>  
-  <version>${version}</version>  
-  <packaging>maven-plugin</packaging>  
-  <dependencies> 
-    <dependency> 
-      <groupId>junit</groupId>  
-      <artifactId>junit</artifactId>  
-      <version>3.8.1</version>  
-      <scope>test</scope> 
-    </dependency> 
-  </dependencies> 
+<project 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">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>${groupId}</groupId>
+  <artifactId>${artifactId}</artifactId>
+  <version>${version}</version>
+  <packaging>maven-plugin</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>

Modified: incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,12 +19,12 @@ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-archetypes</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>maven-archetype-vb-simple</artifactId>  
-  <name>NPanday :: Simple VB Archetype</name> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-archetypes</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-archetype-vb-simple</artifactId>
+  <name>NPanday :: Simple VB Archetype</name>
 </project>

Modified: incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/src/main/resources/archetype-resources/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/src/main/resources/archetype-resources/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/maven-archetype-vb-simple/src/main/resources/archetype-resources/pom.xml Wed Feb 26 15:58:08 2014
@@ -17,32 +17,32 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project 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">  
-  <modelVersion>4.0.0</modelVersion>  
-  <groupId>${groupId}</groupId>  
-  <artifactId>${artifactId}</artifactId>  
-  <version>${version}</version>  
-  <packaging>dotnet-executable</packaging>  
-  <dependencies> 
-    <dependency> 
-      <groupId>NUnit</groupId>  
-      <artifactId>NUnit.Framework</artifactId>  
-      <version>2.2.8.0</version>  
-      <type>dotnet-library</type> 
-    </dependency> 
-  </dependencies>  
-  <build> 
-    <sourceDirectory>src/main/vb</sourceDirectory>  
-    <testSourceDirectory>src/test/vb</testSourceDirectory>  
-    <plugins> 
-      <plugin> 
+<project 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">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>${groupId}</groupId>
+  <artifactId>${artifactId}</artifactId>
+  <version>${version}</version>
+  <packaging>dotnet-executable</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>NUnit</groupId>
+      <artifactId>NUnit.Framework</artifactId>
+      <version>2.2.8.0</version>
+      <type>dotnet-library</type>
+    </dependency>
+  </dependencies>
+  <build>
+    <sourceDirectory>src/main/vb</sourceDirectory>
+    <testSourceDirectory>src/test/vb</testSourceDirectory>
+    <plugins>
+      <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
-        <artifactId>maven-compile-plugin</artifactId>  
-        <extensions>true</extensions>  
-        <configuration> 
-          <language>VB</language> 
-        </configuration> 
-      </plugin> 
-    </plugins> 
-  </build> 
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <language>VB</language>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/archetypes/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/archetypes/pom.xml (original)
+++ incubator/npanday/trunk/archetypes/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,18 +19,18 @@ specific language governing permissions 
 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>apache-npanday</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-archetypes</artifactId>  
-  <packaging>pom</packaging>  
-  <name>NPanday :: Archetypes</name>  
-  <modules> 
-    <module>maven-archetype-dotnet-simple</module>  
-    <module>maven-archetype-netexecutable</module> 
-    <module>maven-archetype-vb-simple</module> 
-  </modules> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>apache-npanday</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-archetypes</artifactId>
+  <packaging>pom</packaging>
+  <name>NPanday :: Archetypes</name>
+  <modules>
+    <module>maven-archetype-dotnet-simple</module>
+    <module>maven-archetype-netexecutable</module>
+    <module>maven-archetype-vb-simple</module>
+  </modules>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-assembler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-assembler/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-assembler/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-assembler/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,32 +19,32 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-assembler</artifactId>  
-  <name>NPanday :: Assembler</name>  
-  <description>NPanday</description>  
-  <dependencies> 
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-plugin-api</artifactId> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-project</artifactId> 
-    </dependency>  
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-assembler</artifactId>
+  <name>NPanday :: Assembler</name>
+  <description>NPanday</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-assembly-plugins</artifactId>  
+      <artifactId>dotnet-model-assembly-plugins</artifactId>
     </dependency>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-core</artifactId>  
-    </dependency> 
+      <artifactId>dotnet-core</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

Modified: incubator/npanday/trunk/components/dotnet-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-core/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,27 +19,27 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-core</artifactId>  
-  <name>NPanday :: Core</name>  
-  <dependencies> 
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-core</artifactId>
+  <name>NPanday :: Core</name>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-registry</artifactId>  
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-plugin-api</artifactId> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-project</artifactId> 
-    </dependency> 
+      <artifactId>dotnet-registry</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -73,11 +73,11 @@
         </executions>
       </plugin>
     </plugins>
-    <resources> 
-      <resource> 
-        <directory>src/main/resources</directory>  
-        <filtering>true</filtering> 
-      </resource> 
-    </resources> 
-  </build> 
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-executable/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-executable/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-executable/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-executable/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,36 +19,36 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-executable</artifactId>  
-  <name>NPanday :: Executable</name>  
-  <dependencies> 
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-executable</artifactId>
+  <name>NPanday :: Executable</name>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-core</artifactId>  
-    </dependency>  
+      <artifactId>dotnet-core</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-executable-plugins</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-model-executable-plugins</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-compiler-plugins</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-model-compiler-plugins</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-vendor</artifactId>  
+      <artifactId>dotnet-vendor</artifactId>
     </dependency>
-    <dependency> 
-      <groupId>junit</groupId>  
-      <artifactId>junit</artifactId>  
-      <version>4.8.1</version>  
-      <scope>test</scope> 
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Modified: incubator/npanday/trunk/components/dotnet-model/assembly-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/assembly-plugins/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/assembly-plugins/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/assembly-plugins/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,27 +19,27 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-model</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model-assembly-plugins</artifactId>  
-  <name>NPanday :: Model :: Assembly Plugins</name>  
-  <description>Assembly model used for reading in information about assembly info marshallers.</description>  
-  <build> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-model</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model-assembly-plugins</artifactId>
+  <name>NPanday :: Model :: Assembly Plugins</name>
+  <description>Assembly model used for reading in information about assembly info marshallers.</description>
+  <build>
     <plugins>
-      <plugin> 
-        <groupId>org.codehaus.modello</groupId>  
-        <artifactId>modello-maven-plugin</artifactId>  
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
         <configuration>
           <models>
             <model>assembly-plugins.mdo</model>
           </models>
-          <version>1.0.0</version> 
-        </configuration> 
-      </plugin> 
-    </plugins> 
-  </build>  
+          <version>1.0.0</version>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-model/compiler-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/compiler-plugins/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/compiler-plugins/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/compiler-plugins/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,26 +19,26 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-model</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model-compiler-plugins</artifactId>  
-  <name>NPanday :: Model :: Compiler Plugins</name>  
-  <build> 
-    <plugins> 
-      <plugin> 
-        <groupId>org.codehaus.modello</groupId>  
-        <artifactId>modello-maven-plugin</artifactId>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-model</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model-compiler-plugins</artifactId>
+  <name>NPanday :: Model :: Compiler Plugins</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
         <configuration>
           <models>
             <model>compiler-plugins.mdo</model>
           </models>
           <version>1.5.0</version>
-        </configuration> 
-      </plugin> 
-    </plugins> 
-  </build>  
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-model/configuration-appenders/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/configuration-appenders/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/configuration-appenders/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/configuration-appenders/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,27 +19,27 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-model</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model-configuration-appenders</artifactId>  
-  <name>NPanday :: Model :: Configuration Appenders</name>  
-  <description />  
-  <build> 
-    <plugins> 
-      <plugin> 
-        <groupId>org.codehaus.modello</groupId>  
-        <artifactId>modello-maven-plugin</artifactId>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-model</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model-configuration-appenders</artifactId>
+  <name>NPanday :: Model :: Configuration Appenders</name>
+  <description />
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
         <configuration>
           <models>
             <model>configurationAppenders.mdo</model>
           </models>
-          <version>1.0.0</version> 
-        </configuration> 
-      </plugin> 
-    </plugins> 
-  </build>  
+          <version>1.0.0</version>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-model/dotnet-model-library-import/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/dotnet-model-library-import/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/dotnet-model-library-import/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/dotnet-model-library-import/pom.xml Wed Feb 26 15:58:08 2014
@@ -1,46 +1,46 @@
-<?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</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-model</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model-library-import</artifactId>
-  <name>NPanday :: Model :: Library Import</name>
-  <description>Model for describing how to import libraries and nuget packages into maven repos.</description>
-  <build> 
-    <plugins>
-      <plugin> 
-        <groupId>org.codehaus.modello</groupId>  
-        <artifactId>modello-maven-plugin</artifactId>  
-        <configuration>
-          <models>
-            <model>library-import.mdo</model>
-          </models>
-          <version>1.0.0</version> 
-        </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="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>dotnet-model</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model-library-import</artifactId>
+  <name>NPanday :: Model :: Library Import</name>
+  <description>Model for describing how to import libraries and nuget packages into maven repos.</description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
+        <configuration>
+          <models>
+            <model>library-import.mdo</model>
+          </models>
+          <version>1.0.0</version>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: incubator/npanday/trunk/components/dotnet-model/executable-plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/executable-plugins/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/executable-plugins/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/executable-plugins/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,19 +19,19 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-model</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model-executable-plugins</artifactId>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-model</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model-executable-plugins</artifactId>
   <name>NPanday :: Model :: Executable Plugins</name>
-  <build> 
-    <plugins> 
-      <plugin> 
-        <groupId>org.codehaus.modello</groupId>  
-        <artifactId>modello-maven-plugin</artifactId>  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
         <configuration>
           <models>
             <model>executable-plugins.mdo</model>
@@ -51,7 +51,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin> 
-    </plugins> 
-  </build>  
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-model/netdependency/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/netdependency/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/netdependency/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/netdependency/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,26 +19,26 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-model</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model-netdependency</artifactId>  
-  <name>NPanday :: Model :: Net Dependency</name>  
-  <build> 
-    <plugins> 
-      <plugin> 
-        <groupId>org.codehaus.modello</groupId>  
-        <artifactId>modello-maven-plugin</artifactId>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-model</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model-netdependency</artifactId>
+  <name>NPanday :: Model :: Net Dependency</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
         <configuration>
           <models>
             <model>netdependency.mdo</model>
           </models>
-          <version>1.0.0</version> 
-        </configuration> 
-      </plugin> 
-    </plugins> 
-  </build>  
+          <version>1.0.0</version>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-model/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,30 +20,30 @@
   -->
 
 <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>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model</artifactId>  
-  <packaging>pom</packaging>  
-  <name>NPanday :: Model</name>  
-  <modules> 
-    <module>assembly-plugins</module>  
-    <module>compiler-plugins</module>  
-    <module>executable-plugins</module>  
-    <module>netdependency</module>  
-    <module>configuration-appenders</module>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model</artifactId>
+  <packaging>pom</packaging>
+  <name>NPanday :: Model</name>
+  <modules>
+    <module>assembly-plugins</module>
+    <module>compiler-plugins</module>
+    <module>executable-plugins</module>
+    <module>netdependency</module>
+    <module>configuration-appenders</module>
     <module>settings</module>
     <module>dotnet-model-library-import</module>
   </modules>
-  <dependencies> 
-    <dependency> 
-      <groupId>org.codehaus.plexus</groupId>  
-      <artifactId>plexus-utils</artifactId> 
-    </dependency> 
-  </dependencies>  
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+  </dependencies>
   <build>
     <pluginManagement>
       <plugins>
@@ -76,20 +76,20 @@
         </plugin>
       </plugins>
     </pluginManagement>
-    <plugins> 
-      <plugin> 
-        <groupId>org.apache.maven.plugins</groupId>  
-        <artifactId>maven-site-plugin</artifactId>  
-        <configuration> 
-          <workingDirectory>${project.build.directory}/site</workingDirectory>  
-          <siteDirectory>${project.build.directory}/generated-site</siteDirectory> 
-        </configuration> 
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <workingDirectory>${project.build.directory}/site</workingDirectory>
+          <siteDirectory>${project.build.directory}/generated-site</siteDirectory>
+        </configuration>
       </plugin>
       <plugin>
         <!-- enable groovy testing -->
         <groupId>org.codehaus.gmaven</groupId>
         <artifactId>gmaven-plugin</artifactId>
       </plugin>
-    </plugins> 
-  </build> 
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-model/settings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-model/settings/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-model/settings/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-model/settings/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,26 +19,26 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-model</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-model-settings</artifactId>  
-  <name>NPanday :: Model :: Settings</name>  
-  <build> 
-    <plugins> 
-      <plugin> 
-        <groupId>org.codehaus.modello</groupId>  
-        <artifactId>modello-maven-plugin</artifactId>  
-        <configuration> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-model</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-model-settings</artifactId>
+  <name>NPanday :: Model :: Settings</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.modello</groupId>
+        <artifactId>modello-maven-plugin</artifactId>
+        <configuration>
           <models>
             <model>settings.mdo</model>
           </models>
-          <version>1.0.0</version> 
-        </configuration> 
-      </plugin> 
-    </plugins> 
-  </build>  
+          <version>1.0.0</version>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-msbuild/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-msbuild/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-msbuild/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-msbuild/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,41 +19,41 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-msbuild</artifactId>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-msbuild</artifactId>
   <name>NPanday :: MSBuild</name>
-  <description>Shared logic for executing MSBuild in the context of Mojos.</description>  
-  <dependencies> 
-    <dependency> 
+  <description>Shared logic for executing MSBuild in the context of Mojos.</description>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-core</artifactId>  
+      <artifactId>dotnet-core</artifactId>
     </dependency>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-executable-plugins</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-model-executable-plugins</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-compiler-plugins</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-model-compiler-plugins</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-executable</artifactId>  
+      <artifactId>dotnet-executable</artifactId>
     </dependency>
-	<dependency> 
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-vendor</artifactId>  
+      <artifactId>dotnet-vendor</artifactId>
     </dependency>
-    <dependency> 
-      <groupId>junit</groupId>  
-      <artifactId>junit</artifactId>  
-      <version>4.8.1</version>  
-      <scope>test</scope> 
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Modified: incubator/npanday/trunk/components/dotnet-nuget/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-nuget/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-nuget/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-nuget/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,41 +20,41 @@
   -->
 
 <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>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <artifactId>dotnet-nuget</artifactId>
   <name>NPanday :: MSBuild</name>
   <description>Shared logic for executing Nuget in the context of Mojos.</description>
-  <dependencies> 
-    <dependency> 
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-core</artifactId>  
+      <artifactId>dotnet-core</artifactId>
     </dependency>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-executable-plugins</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-model-executable-plugins</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-compiler-plugins</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-model-compiler-plugins</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-executable</artifactId>  
+      <artifactId>dotnet-executable</artifactId>
     </dependency>
-	<dependency> 
+	<dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-vendor</artifactId>  
+      <artifactId>dotnet-vendor</artifactId>
     </dependency>
-    <dependency> 
-      <groupId>junit</groupId>  
-      <artifactId>junit</artifactId>  
-      <version>4.8.1</version>  
-      <scope>test</scope> 
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.8.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

Modified: incubator/npanday/trunk/components/dotnet-packaging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-packaging/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-packaging/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-packaging/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="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>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-packaging</artifactId>
-  <name>NPanday :: Packaging</name>
-  <description>Shared API for packaging .NET applications</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-msbuild</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-assembly-plugin</artifactId>
-      <version>2.2.1</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-      </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="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>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-packaging</artifactId>
+  <name>NPanday :: Packaging</name>
+  <description>Shared API for packaging .NET applications</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.npanday</groupId>
+      <artifactId>dotnet-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.npanday</groupId>
+      <artifactId>dotnet-msbuild</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-assembly-plugin</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: incubator/npanday/trunk/components/dotnet-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-plugin/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,35 +19,35 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-plugin</artifactId>  
-  <name>NPanday :: Plugin</name>  
-  <dependencies> 
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-plugin-api</artifactId> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-project</artifactId> 
-    </dependency>  
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-plugin</artifactId>
+  <name>NPanday :: Plugin</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-executable</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-executable</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-vendor</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-vendor</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-configuration-appenders</artifactId>  
-    </dependency> 
+      <artifactId>dotnet-model-configuration-appenders</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

Modified: incubator/npanday/trunk/components/dotnet-registry/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-registry/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-registry/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-registry/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,40 +19,40 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-registry</artifactId>  
-  <name>NPanday :: Registry</name>  
-  <dependencies> 
-    <dependency> 
-      <groupId>org.apache.maven</groupId>  
-      <artifactId>maven-project</artifactId> 
-    </dependency>  
-    <dependency> 
-      <groupId>net.sf.kxml</groupId>  
-      <artifactId>kxml2</artifactId> 
-    </dependency>  
-    <dependency> 
-      <groupId>xmlpull</groupId>  
-      <artifactId>xmlpull</artifactId> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.openrdf</groupId>  
-      <artifactId>openrdf-repository-api</artifactId>  
-      <version>2.0-beta5</version> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.openrdf</groupId>  
-      <artifactId>openrdf-repository-sail</artifactId>  
-      <version>2.0-beta5</version> 
-    </dependency>  
-    <dependency> 
-      <groupId>org.openrdf</groupId>  
-      <artifactId>openrdf-sail-memory</artifactId>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-registry</artifactId>
+  <name>NPanday :: Registry</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.kxml</groupId>
+      <artifactId>kxml2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xmlpull</groupId>
+      <artifactId>xmlpull</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.openrdf</groupId>
+      <artifactId>openrdf-repository-api</artifactId>
+      <version>2.0-beta5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.openrdf</groupId>
+      <artifactId>openrdf-repository-sail</artifactId>
+      <version>2.0-beta5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.openrdf</groupId>
+      <artifactId>openrdf-sail-memory</artifactId>
       <version>2.0-beta5</version>
     </dependency>
     <dependency>
@@ -71,18 +71,18 @@
     </plugins>
   </build>
 
-  <reporting> 
-    <plugins> 
-      <plugin> 
-        <groupId>org.apache.maven.plugins</groupId>  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.7</version>
-      </plugin>  
-      <plugin> 
-        <groupId>org.apache.maven.plugins</groupId>  
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.3.1</version>
-      </plugin> 
-    </plugins> 
-  </reporting> 
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Modified: incubator/npanday/trunk/components/dotnet-vendor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-vendor/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-vendor/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-vendor/pom.xml Wed Feb 26 15:58:08 2014
@@ -19,23 +19,23 @@
   ~ 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> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>dotnet-components</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>dotnet-vendor</artifactId>  
-  <name>NPanday :: Vendor</name>  
-  <dependencies> 
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>dotnet-components</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>dotnet-vendor</artifactId>
+  <name>NPanday :: Vendor</name>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-core</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-core</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-model-settings</artifactId>  
-    </dependency> 
+      <artifactId>dotnet-model-settings</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

Modified: incubator/npanday/trunk/dist/npanday-installer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-installer/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-installer/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-installer/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,9 +18,9 @@
   ~ 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/xsd/maven-4.0.0.xsd">
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <artifactId>npanday-dist-parent</artifactId>  
+    <artifactId>npanday-dist-parent</artifactId>
     <version>1.5.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -34,49 +34,49 @@
       <version>${project.version}</version>
       <exclusions>
         <exclusion>
-          <groupId>Microsoft.VisualStudio.CommandBars</groupId>  
-          <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>  
+          <groupId>Microsoft.VisualStudio.CommandBars</groupId>
+          <artifactId>Microsoft.VisualStudio.CommandBars</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>EnvDTE</groupId>  
-          <artifactId>EnvDTE</artifactId>  
+          <groupId>EnvDTE</groupId>
+          <artifactId>EnvDTE</artifactId>
          </exclusion>
         <exclusion>
-          <groupId>EnvDTE80</groupId>  
-          <artifactId>EnvDTE80</artifactId>  
+          <groupId>EnvDTE80</groupId>
+          <artifactId>EnvDTE80</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>Extensibility</groupId>  
-          <artifactId>Extensibility</artifactId>  
+          <groupId>Extensibility</groupId>
+          <artifactId>Extensibility</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>VSLangProj</groupId>  
-          <artifactId>VSLangProj</artifactId>  
+          <groupId>VSLangProj</groupId>
+          <artifactId>VSLangProj</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>VSLangProj80</groupId>  
-          <artifactId>VSLangProj80</artifactId>  
+          <groupId>VSLangProj80</groupId>
+          <artifactId>VSLangProj80</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>VsWebSite.Interop</groupId>  
-          <artifactId>VsWebSite.Interop</artifactId>  
+          <groupId>VsWebSite.Interop</groupId>
+          <artifactId>VsWebSite.Interop</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>Microsoft.Build.Engine</groupId>  
-          <artifactId>Microsoft.Build.Engine</artifactId>  
-        </exclusion>        
+          <groupId>Microsoft.Build.Engine</groupId>
+          <artifactId>Microsoft.Build.Engine</artifactId>
+        </exclusion>
         <exclusion>
-          <groupId>Microsoft.Build.Framework</groupId>  
-          <artifactId>Microsoft.Build.Framework</artifactId>  
-        </exclusion>        
+          <groupId>Microsoft.Build.Framework</groupId>
+          <artifactId>Microsoft.Build.Framework</artifactId>
+        </exclusion>
         <exclusion>
-          <groupId>Microsoft.Build.Utilities</groupId>  
-          <artifactId>Microsoft.Build.Utilities</artifactId>  
-        </exclusion>        
+          <groupId>Microsoft.Build.Utilities</groupId>
+          <artifactId>Microsoft.Build.Utilities</artifactId>
+        </exclusion>
         <exclusion>
-          <groupId>Microsoft.Build.Tasks</groupId>  
-          <artifactId>Microsoft.Build.Tasks</artifactId>  
-        </exclusion>        
+          <groupId>Microsoft.Build.Tasks</groupId>
+          <artifactId>Microsoft.Build.Tasks</artifactId>
+        </exclusion>
       </exclusions>
       <type>dotnet-library</type>
     </dependency>

Modified: incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-repository-builder/pom.xml Wed Feb 26 15:58:08 2014
@@ -17,16 +17,16 @@
   ~ 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>
-    <artifactId>npanday-dist-parent</artifactId>  
-    <version>1.5.0-incubating-SNAPSHOT</version> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>npanday-repository-builder</artifactId>  
+    <artifactId>npanday-dist-parent</artifactId>
+    <version>1.5.0-incubating-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>npanday-repository-builder</artifactId>
   <packaging>pom</packaging>
-  <name>NPanday :: Repository Builder</name>  
+  <name>NPanday :: Repository Builder</name>
   <dependencies>
     <!--
     NPANDAY PLUGINS
@@ -149,54 +149,54 @@
 
     <!--
     NPANDAY NETPLUGINS
-     -->  
-    <dependency> 
+     -->
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin.Addin.JavaBinding</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
-    </dependency>  
-    <dependency> 
+      <artifactId>NPanday.Plugin.Addin.JavaBinding</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
-    </dependency>  
-    <dependency> 
+      <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
+      <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
     </dependency>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin.SysRef.JavaBinding</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
+      <artifactId>NPanday.Plugin.SysRef.JavaBinding</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
     </dependency>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
-      <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
+      <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
     </dependency>
 
     <!--
     NPANDAY ARCHETYPES
     -->
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>maven-archetype-dotnet-simple</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
-    </dependency>  
-    <dependency> 
+      <artifactId>maven-archetype-dotnet-simple</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>maven-archetype-netexecutable</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
+      <artifactId>maven-archetype-netexecutable</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
     </dependency>
-    <dependency> 
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>maven-archetype-vb-simple</artifactId>  
-      <version>1.5.0-incubating-SNAPSHOT</version> 
+      <artifactId>maven-archetype-vb-simple</artifactId>
+      <version>1.5.0-incubating-SNAPSHOT</version>
     </dependency>
-  </dependencies>  
+  </dependencies>
   <build>
-    <plugins>   
+    <plugins>
       <!-- Incorporate the .NET repository just built -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: incubator/npanday/trunk/dist/npanday-skin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dist/npanday-skin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dist/npanday-skin/pom.xml (original)
+++ incubator/npanday/trunk/dist/npanday-skin/pom.xml Wed Feb 26 15:58:08 2014
@@ -22,14 +22,14 @@
 <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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-  <parent> 
+  <parent>
     <groupId>org.apache.npanday</groupId>
-    <artifactId>npanday-dist-parent</artifactId>  
-    <version>1.5.0-incubating-SNAPSHOT</version> 
+    <artifactId>npanday-dist-parent</artifactId>
+    <version>1.5.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>npanday-skin</artifactId>
-  
+
   <name>NPanday Skin</name>
   <description>Skin for Maven Site Generation</description>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Artifact/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,51 +18,51 @@
   ~ 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</groupId>
-  <artifactId>NPanday.Artifact</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>NPanday :: .NET Artifact</name>  
-  <dependencies> 
-    <dependency> 
+  <artifactId>NPanday.Artifact</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday :: .NET Artifact</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>  
-    </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> 
-      <groupId>NUnit</groupId>  
-      <artifactId>NUnit.Framework</artifactId>  
-      <version>2.2.8.0</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>
 <!-- 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.Model.AutomationExtensibility/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.AutomationExtensibility/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.AutomationExtensibility/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.AutomationExtensibility/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,15 +18,15 @@
   ~ 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</groupId>
-  <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>NPanday :: .NET Model :: AutomationExtensibility</name>  
+  <artifactId>NPanday.Model.AutomationExtensibility</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday :: .NET Model :: AutomationExtensibility</name>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Model.Pom/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,34 +18,34 @@ 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</groupId>
-  <artifactId>NPanday.Model.Pom</artifactId>  
-  <packaging>dotnet-library</packaging>  
-  <name>NPanday :: .NET Model :: POM</name>  
-  <build> 
-    <plugins> 
-      <plugin> 
+  <artifactId>NPanday.Model.Pom</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday :: .NET Model :: POM</name>
+  <build>
+    <plugins>
+      <plugin>
         <groupId>org.apache.npanday.plugins</groupId>
-        <artifactId>maven-xsd-plugin</artifactId>  
-        <executions> 
-          <execution> 
-            <goals> 
-              <goal>xsd</goal> 
-            </goals> 
-          </execution> 
-        </executions>  
-        <configuration> 
-          <xsdFile>${basedir}/Pom.xsd</xsdFile> 
-        </configuration> 
-      </plugin>  
-      <plugin> 
+        <artifactId>maven-xsd-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>xsd</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <xsdFile>${basedir}/Pom.xsd</xsdFile>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>1.5</version>
@@ -71,15 +71,15 @@ under the License.
     </plugins>
     <pluginManagement>
       <plugins>
-        <plugin> 
+        <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> 
+          <configuration>
+            <keyfile>sample.snk</keyfile>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.npanday.plugins</groupId>
           <artifactId>maven-install-plugin</artifactId>
           <version>${bootstrap.npanday.version}</version>
@@ -96,5 +96,5 @@ under the License.
         </plugin>
       </plugins>
     </pluginManagement>
-  </build> 
+  </build>
 </project>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Loader/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Loader/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Loader/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.Loader/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,24 +18,24 @@ 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.Loader</artifactId>  
-  <packaging>dotnet-executable</packaging>  
-  <name>NPanday :: .NET Plugin Loader</name>  
-  <dependencies> 
-    <dependency> 
+  <artifactId>NPanday.Plugin.Loader</artifactId>
+  <packaging>dotnet-executable</packaging>
+  <name>NPanday :: .NET Plugin Loader</name>
+  <dependencies>
+    <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> 
+      <type>dotnet-library</type>
+    </dependency>
   </dependencies>
   <build>
     <plugins>

Modified: incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.MojoGenerator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.MojoGenerator/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.MojoGenerator/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/assemblies/NPanday.Plugin.MojoGenerator/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,19 +18,19 @@ 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.MojoGenerator</artifactId>  
-  <packaging>dotnet-executable</packaging>  
-  <name>NPanday :: .NET Plugin MojoGenerator</name>  
-  <dependencies> 
-    <dependency> 
+  <artifactId>NPanday.Plugin.MojoGenerator</artifactId>
+  <packaging>dotnet-executable</packaging>
+  <name>NPanday :: .NET Plugin MojoGenerator</name>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday.plugins</groupId>
       <artifactId>NPanday.Plugin</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>