Author: lcorneliussen
Date: Wed May 16 13:26:22 2012
New Revision: 1339156
URL: http://svn.apache.org/viewvc?rev=1339156&view=rev
Log:
[NPANDAY-210] Deprecate includeSources in favor of include/exclude patterns
o fixed in adding additional source roots for test compile
Modified:
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java
Modified:
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java?rev=1339156&r1=1339155&r2=1339156&view=diff
==============================================================================
---
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java
(original)
+++
incubator/npanday/trunk/components/dotnet-executable/src/main/java/npanday/executable/impl/CompilerContextImpl.java
Wed May 16 13:26:22 2012
@@ -483,7 +483,7 @@ public final class CompilerContextImpl
if ( bareRoots != null )
{
- for ( Object root : project.getCompileSourceRoots() )
+ for ( Object root : bareRoots )
{
if ( !root.equals( defaultSourceRoot ) )
{