Added some dirs to the splitter

This commit is contained in:
Lukas Eder 2013-10-07 14:01:25 +02:00
parent ba3030d010
commit a4019be79d

View File

@ -99,6 +99,8 @@ class Splitter extends Generators {
&& !path.canonicalPath.endsWith("._trace")
&& !path.canonicalPath.endsWith("jOOQ-tools")
&& !path.canonicalPath.endsWith("jOOQ-website")
&& !path.canonicalPath.endsWith("jOOQ-websites")
&& !path.canonicalPath.endsWith("jOOQ-webservices")
&& !path.canonicalPath.contains("\\access")
&& !path.canonicalPath.contains("\\ase")
&& !path.canonicalPath.contains("\\db2")