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 [4/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/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,35 +18,35 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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>  
-    <relativePath>../../../pom.xml</relativePath> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>  
-  <packaging>maven-plugin</packaging>  
-  <name>NPanday :: Denenv Plugin (Java Binding)</name>  
-  <description>Plugin for setting up the environment when developing using NPanday Addin in Visual Studio</description>  
-  <dependencies> 
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>NPanday :: Denenv Plugin (Java Binding)</name>
+  <description>Plugin for setting up the environment when developing using NPanday Addin in Visual Studio</description>
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-assembler</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-assembler</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-plugin</artifactId>  
+      <artifactId>dotnet-plugin</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>${plexus.utils.version}</version>
     </dependency>
-  </dependencies> 
+  </dependencies>
 </project>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,24 +18,24 @@
   ~ 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.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday.plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Devenv</artifactId>  
-  <packaging>dotnet-maven-plugin</packaging>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>npanday.plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Devenv</artifactId>
+  <packaging>dotnet-maven-plugin</packaging>
   <name>NPanday :: Devenv Plugin</name>
-  <dependencies> 
-    <dependency> 
+  <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> 
-  </dependencies> 
+      <type>dotnet-library</type>
+    </dependency>
+  </dependencies>
   <build>
     <pluginManagement>
       <plugins>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/javabinding/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,31 +18,31 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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>  
-    <relativePath>../../../pom.xml</relativePath> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday.plugins</groupId>
-  <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>  
-  <packaging>maven-plugin</packaging>  
+  <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>
+  <packaging>maven-plugin</packaging>
   <name>NPanday :: MSBuild Plugin (Java Binding)</name>
   <description>Plugin that will process .NET project files</description>
-  <dependencies> 
-    <dependency> 
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-assembler</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-assembler</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-plugin</artifactId>  
+      <artifactId>dotnet-plugin</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Msbuild/pom.xml Wed Feb 26 15:58:08 2014
@@ -20,42 +20,42 @@
   -->
 
 <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.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday.plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Msbuild</artifactId>  
-  <packaging>dotnet-maven-plugin</packaging>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>npanday.plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Msbuild</artifactId>
+  <packaging>dotnet-maven-plugin</packaging>
   <name>NPanday :: Msbuild Plugin</name>
-  <description>Maven Plugin for .NET: Generates needed files for WPF and WCF projects</description>  
-  <dependencies> 
-    <dependency> 
+  <description>Maven Plugin for .NET: Generates needed files for WPF and WCF projects</description>
+  <dependencies>
+    <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.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.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>
     <dependency>
       <groupId>org.apache.npanday</groupId>
       <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
       <type>dotnet-library</type>
     </dependency>
-  </dependencies> 
+  </dependencies>
   <build>
     <pluginManagement>
       <plugins>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Resx/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.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday.plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Resx</artifactId>  
-  <packaging>dotnet-executable</packaging>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>npanday.plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Resx</artifactId>
+  <packaging>dotnet-executable</packaging>
   <name>NPanday :: ResX Plugin</name>
   <build>
     <pluginManagement>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,30 +18,30 @@
   ~ under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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>  
-    <relativePath>../../../pom.xml</relativePath> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>  
-  <packaging>maven-plugin</packaging>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>
+  <packaging>maven-plugin</packaging>
   <name>NPanday :: Settings Plugin (Java Binding)</name>
   <description>Plugin for reading and writing to settings.xml</description>
-  <dependencies> 
-    <dependency> 
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-assembler</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-assembler</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-plugin</artifactId>  
+      <artifactId>dotnet-plugin</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.Settings/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,24 +18,24 @@
   ~ 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.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday.plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.Settings</artifactId>  
-  <packaging>dotnet-maven-plugin</packaging>  
-  <name>NPanday :: Settings Plugin</name>  
-  <dependencies> 
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>npanday.plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.Settings</artifactId>
+  <packaging>dotnet-maven-plugin</packaging>
+  <name>NPanday :: Settings Plugin</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> 
-  </dependencies>  
+      <type>dotnet-library</type>
+    </dependency>
+  </dependencies>
   <build>
     <pluginManagement>
       <plugins>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml Wed Feb 26 15:58:08 2014
@@ -17,31 +17,31 @@ 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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>  
-    <relativePath>../../../pom.xml</relativePath> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday.plugins</groupId>
-  <artifactId>NPanday.Plugin.SysRef.JavaBinding</artifactId>  
-  <packaging>maven-plugin</packaging>  
+  <artifactId>NPanday.Plugin.SysRef.JavaBinding</artifactId>
+  <packaging>maven-plugin</packaging>
   <name>NPanday :: SysRef Plugin (Java Binding)</name>
   <description>Plugin that will generate the required system reference .dlls</description>
-  <dependencies> 
-    <dependency> 
+  <dependencies>
+    <dependency>
       <groupId>org.apache.npanday</groupId>
-      <artifactId>dotnet-assembler</artifactId>  
-    </dependency>  
-    <dependency> 
+      <artifactId>dotnet-assembler</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-plugin</artifactId>  
+      <artifactId>dotnet-plugin</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,42 +18,42 @@
   ~ 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.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>npanday.plugins</artifactId> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
-  <artifactId>NPanday.Plugin.SysRef</artifactId>  
-  <packaging>dotnet-maven-plugin</packaging>  
-  <name>NPanday :: SysRef Plugin</name>  
-  <dependencies> 
-    <dependency> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>npanday.plugins</artifactId>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPanday.Plugin.SysRef</artifactId>
+  <packaging>dotnet-maven-plugin</packaging>
+  <name>NPanday :: SysRef Plugin</name>
+  <dependencies>
+    <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.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.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>
     <dependency>
       <groupId>org.apache.npanday</groupId>
       <artifactId>NPanday.Model.Pom</artifactId>
       <version>1.5.0-incubating-SNAPSHOT</version>
       <type>dotnet-library</type>
     </dependency>
-  </dependencies> 
+  </dependencies>
   <build>
     <pluginManagement>
       <plugins>

Modified: incubator/npanday/trunk/plugins/netplugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/netplugins/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/netplugins/pom.xml (original)
+++ incubator/npanday/trunk/plugins/netplugins/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,24 +18,24 @@
   ~ 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.Project</artifactId>  
-    <relativePath>../../dotnet/pom.xml</relativePath> 
-  </parent>  
-  <modelVersion>4.0.0</modelVersion>  
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>NPanday.Project</artifactId>
+    <relativePath>../../dotnet/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.npanday.plugins</groupId>
-  <artifactId>npanday.plugins</artifactId>  
-  <packaging>pom</packaging>  
-  <name>NPanday :: .NET Plugins</name>  
-  <modules> 
-    <module>NPanday.Plugin.Addin</module>  
-    <module>NPanday.Plugin.Devenv</module>  
-    <module>NPanday.Plugin.Resx</module>  
+  <artifactId>npanday.plugins</artifactId>
+  <packaging>pom</packaging>
+  <name>NPanday :: .NET Plugins</name>
+  <modules>
+    <module>NPanday.Plugin.Addin</module>
+    <module>NPanday.Plugin.Devenv</module>
+    <module>NPanday.Plugin.Resx</module>
     <module>NPanday.Plugin.Settings</module>
     <module>NPanday.Plugin.SysRef</module>
-    <module>NPanday.Plugin.Msbuild</module>            
-  </modules>  
+    <module>NPanday.Plugin.Msbuild</module>
+  </modules>
 </project>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml Wed Feb 26 15:58:08 2014
@@ -17,10 +17,10 @@
   ~ 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.plugins</groupId>
-    <version>1.5.0-incubating-SNAPSHOT</version>  
-    <artifactId>maven-dotnet-plugins</artifactId> 
+    <version>1.5.0-incubating-SNAPSHOT</version>
+    <artifactId>maven-dotnet-plugins</artifactId>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>wix-maven-plugin</artifactId>

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT003/TestAppInstaller/pom.xml Wed Feb 26 15:58:08 2014
@@ -30,7 +30,7 @@
   <packaging>pom</packaging>
   <name>NPanday WiX Plugin Integation Test 003</name>
   <description>
-    Simple integration test to execute candle and light 
+    Simple integration test to execute candle and light
     in a multi-module project.
   </description>
 

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT004/TestAppInstaller/pom.xml Wed Feb 26 15:58:08 2014
@@ -29,7 +29,7 @@
   <packaging>pom</packaging>
   <name>NPanday WiX Plugin Integation Test 004</name>
   <description>
-    Simple integration test to execute candle and light 
+    Simple integration test to execute candle and light
     with an application that depends on a COM object.
   </description>
 <!-- TODO:  write the IT004.wxs file

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml (original)
+++ incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT005/TestAppInstaller/pom.xml Wed Feb 26 15:58:08 2014
@@ -29,7 +29,7 @@
   <packaging>pom</packaging>
   <name>NPanday WiX Plugin Integation Test 005</name>
   <description>
-    Simple integration test to execute candle and light 
+    Simple integration test to execute candle and light
     in a multi-module project.
   </description>
 

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT006/WixMSI/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/src/it/IT008/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Feb 26 15:58:08 2014
@@ -26,10 +26,10 @@ under the License.
     <version>12</version>
   </parent>
   <groupId>org.apache.npanday</groupId>
-  <artifactId>apache-npanday</artifactId>  
-  <packaging>pom</packaging>  
-  <version>1.5.0-incubating-SNAPSHOT</version>  
-  <name>Apache NPanday</name>  
+  <artifactId>apache-npanday</artifactId>
+  <packaging>pom</packaging>
+  <version>1.5.0-incubating-SNAPSHOT</version>
+  <name>Apache NPanday</name>
   <url>http://incubator.apache.org/npanday/</url>
   <description>NPanday provides Maven plugins to support building of .NET applications</description>
 
@@ -39,7 +39,7 @@ under the License.
     <plexus.utils.version>1.5.15</plexus.utils.version>
     <gmaven.version>1.2</gmaven.version>
     <!-- if you want to build NPanday with a specific version, replace this -->
-    <!-- 
+    <!--
       Note: this will cause problems trying to release the first time. We can do
       this:
         mvn release:prepare -Prun-its.dist
@@ -424,9 +424,9 @@ under the License.
     <dependencies>
       <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-assembler</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency>  
+        <artifactId>dotnet-assembler</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.npanday</groupId>
         <artifactId>dotnet-dao-project</artifactId>
@@ -434,58 +434,58 @@ under the License.
       </dependency>
       <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-executable</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
+        <artifactId>dotnet-executable</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-plugin</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-registry</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-core</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-vendor</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-model-netdependency</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
       </dependency>
-      <dependency> 
+      <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-plugin</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-registry</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-core</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-vendor</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-model-netdependency</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-model-assembly-plugins</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-model-compiler-plugins</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-model-executable-plugins</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
-        <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-model-configuration-appenders</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
-      </dependency> 
-      <dependency> 
+        <artifactId>dotnet-model-assembly-plugins</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.npanday</groupId>
-        <artifactId>dotnet-model-settings</artifactId>  
-        <version>1.5.0-incubating-SNAPSHOT</version> 
+        <artifactId>dotnet-model-compiler-plugins</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-model-executable-plugins</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-model-configuration-appenders</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.npanday</groupId>
+        <artifactId>dotnet-model-settings</artifactId>
+        <version>1.5.0-incubating-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.npanday</groupId>
@@ -612,13 +612,13 @@ under the License.
                 <excludes>
                   <exclude>site/target/**</exclude>
                   <exclude>.git*</exclude>
-     
+
                   <!-- ui artifacts, usually not checked in -->
                   <exclude>atlassian-ide-plugin.xml</exclude>
                   <exclude>**/*.user</exclude>
                   <exclude>**/*.iml</exclude>
                   <exclude>**/*.sln</exclude>
-  
+
                   <!-- often excluded from the modules build -->
                   <exclude>npanday-it-runner/target/**</exclude>
                   <exclude>dist/**/target/**</exclude>

Modified: incubator/npanday/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1572114&r1=1572113&r2=1572114&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Wed Feb 26 15:58:08 2014
@@ -18,7 +18,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-<project> 
+<project>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.npanday</groupId>
@@ -32,7 +32,7 @@ under the License.
   <prerequisites>
     <maven>2.2.1</maven>
   </prerequisites>
-  
+
   <build>
     <plugins>
       <plugin>