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 2012/01/19 04:58:58 UTC

svn commit: r1233177 - /incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/main/resources/assemblies/components/aspnet-webapp-contents.xml

Author: brett
Date: Thu Jan 19 04:58:58 2012
New Revision: 1233177

URL: http://svn.apache.org/viewvc?rev=1233177&view=rev
Log:
make *.Master clearer, and support both cases

Modified:
    incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/main/resources/assemblies/components/aspnet-webapp-contents.xml

Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/main/resources/assemblies/components/aspnet-webapp-contents.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/main/resources/assemblies/components/aspnet-webapp-contents.xml?rev=1233177&r1=1233176&r2=1233177&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/main/resources/assemblies/components/aspnet-webapp-contents.xml (original)
+++ incubator/npanday/trunk/plugins/aspnet-maven-plugin/src/main/resources/assemblies/components/aspnet-webapp-contents.xml Thu Jan 19 04:58:58 2012
@@ -30,6 +30,8 @@
         <include>**/*.aspx</include>
         <include>**/*.ascx</include>
         <include>**/*.asax</include>
+        <include>**/*.master</include>
+        <!-- due to case sensitivity, and some template projects use Master -->
         <include>**/*.Master</include>
         <include>**/*.sitemaster</include>
         <include>**/*.cshtml</include>