Author: max.andersen(a)jboss.com
Date: 2010-03-26 20:10:29 -0400 (Fri, 26 Mar 2010)
New Revision: 21087
Modified:
branches/modular_build/genpom.scala
Log:
pom gen now inlcudes all feature.xml folders. JBDS-486
Modified: branches/modular_build/genpom.scala
===================================================================
--- branches/modular_build/genpom.scala 2010-03-26 23:47:17 UTC (rev 21086)
+++ branches/modular_build/genpom.scala 2010-03-27 00:10:29 UTC (rev 21087)
@@ -156,7 +156,7 @@
)
val realModules = dirs.filter(
- (n) => n.isDirectory() && !n.getName().startsWith(".")
&& new File(new File(n, "META-INF"), "MANIFEST.MF").exists()
+ (n) => n.isDirectory() && !n.getName().startsWith(".")
&& (new File(new File(n, "META-INF"), "MANIFEST.MF").exists()
|| new File(n, "feature.xml").exists())
)
var modules =
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">