Author: lcorneliussen
Date: Tue May 1 09:18:00 2012
New Revision: 1332582
URL: http://svn.apache.org/viewvc?rev=1332582&view=rev
Log:
[NPANDAY-499] Make configuration for compiler-plugins and executable-plugins
more flexible
o Smal fix, huge impacts :-)
Modified:
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandExecutor.java
Modified:
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandExecutor.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandExecutor.java?rev=1332582&r1=1332581&r2=1332582&view=diff
==============================================================================
---
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandExecutor.java
(original)
+++
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/CommandExecutor.java
Tue May 1 09:18:00 2012
@@ -138,7 +138,7 @@ public interface CommandExecutor
if ( !isNullOrEmpty( switchformats ) )
{
- new CustomSwitchAwareQuotingStrategy( parseSwitchFormats(
switchformats ) );
+ quotingStrategy = new CustomSwitchAwareQuotingStrategy(
parseSwitchFormats( switchformats ) );
}
if (ignorePrequoted) {