| commit | 20d4eadb92177baf9868607551eaa77e2e29ec22 | [log] [tgz] | 
|---|---|---|
| author | Leonardo Uribe <lu4242@apache.org> | Fri Oct 22 22:13:53 2010 +0000 | 
| committer | Leonardo Uribe <lu4242@apache.org> | Fri Oct 22 22:13:53 2010 +0000 | 
| tree | d4bdfbb5b8af7f066ce5a7b3a70823a40c8ea9bc | |
| parent | 266763960a2d1acf352b9a8c41b2baf2f1a63caf [diff] | 
MYFACES-2955 Allow projects using myfaces builder plugin to be open on Netbeans IDE 6.8
diff --git a/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/IOUtils.java b/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/IOUtils.java index 9c6e31c..e6cefec 100644 --- a/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/IOUtils.java +++ b/maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/IOUtils.java
@@ -148,7 +148,8 @@ //This directory that contains target/myfaces-builder-plugin/main //is banned, all here is generated //so we don't take a look at this directory - if (srcDir.matches(".*\\W+target\\W+myfaces-builder-plugin\\W+main\\W+.*")) + //if (srcDir.matches(".*\\W+target\\W+myfaces-builder-plugin\\W+main\\W+.*")) + if (srcDir.matches(".*\\W+target\\W+generated-sources\\W+myfaces-builder-plugin")) { continue; }