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/17 02:24:34 UTC

svn commit: r1232271 - in /incubator/npanday/trunk/plugins: application-maven-plugin/pom.xml aspnet-maven-plugin/pom.xml

Author: brett
Date: Tue Jan 17 02:24:34 2012
New Revision: 1232271

URL: http://svn.apache.org/viewvc?rev=1232271&view=rev
Log:
environment variable is case-sensitive here for Windows...

Modified:
    incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml
    incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml

Modified: incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml?rev=1232271&r1=1232270&r2=1232271&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml Tue Jan 17 02:24:34 2012
@@ -74,7 +74,7 @@
       <id>no-visual-studio</id>
       <activation>
         <file>
-          <missing>${env.PROGRAMFILES}/MSBuild/Microsoft/VisualStudio/v10.0/Web/Microsoft.Web.Publishing.Tasks.dll</missing>
+          <missing>${env.ProgramFiles}/MSBuild/Microsoft/VisualStudio/v10.0/Web/Microsoft.Web.Publishing.Tasks.dll</missing>
         </file>
       </activation>
       <build>

Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml?rev=1232271&r1=1232270&r2=1232271&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml Tue Jan 17 02:24:34 2012
@@ -74,7 +74,7 @@
       <id>no-visual-studio</id>
       <activation>
         <file>
-          <missing>${env.PROGRAMFILES}/MSBuild/Microsoft/VisualStudio/v10.0/Web/Microsoft.Web.Publishing.Tasks.dll</missing>
+          <missing>${env.ProgramFiles}/MSBuild/Microsoft/VisualStudio/v10.0/Web/Microsoft.Web.Publishing.Tasks.dll</missing>
         </file>
       </activation>
       <build>