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/02/07 13:32:12 UTC

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

Author: brett
Date: Tue Feb  7 13:32:12 2012
New Revision: 1241462

URL: http://svn.apache.org/viewvc?rev=1241462&view=rev
Log:
support web services .asmx files in webapps as well

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=1241462&r1=1241461&r2=1241462&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 Tue Feb  7 13:32:12 2012
@@ -30,6 +30,7 @@
         <include>**/*.aspx</include>
         <include>**/*.ascx</include>
         <include>**/*.asax</include>
+        <include>**/*.asmx</include>
         <include>**/*.svc</include>
         <include>**/*.master</include>
         <!-- due to case sensitivity, and some template projects use Master -->