Author: max.andersen(a)jboss.com
Date: 2010-03-26 20:31:05 -0400 (Fri, 26 Mar 2010)
New Revision: 21088
Modified:
branches/modular_build/genpom.scala
Log:
exclude sdk from feature.xml
Modified: branches/modular_build/genpom.scala
===================================================================
--- branches/modular_build/genpom.scala 2010-03-27 00:10:29 UTC (rev 21087)
+++ branches/modular_build/genpom.scala 2010-03-27 00:31:05 UTC (rev 21088)
@@ -156,8 +156,7 @@
)
val realModules = dirs.filter(
- (n) => n.isDirectory() && !n.getName().startsWith(".")
&& (new File(new File(n, "META-INF"), "MANIFEST.MF").exists()
|| new File(n, "feature.xml").exists())
- )
+ (n) => n.isDirectory() && !n.getName().startsWith(".")
&& (new File(new File(n, "META-INF"), "MANIFEST.MF").exists()
|| (new File(n, "feature.xml").exists() &&
!n.getName().contains(".sdk."))))
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">
<modelVersion>4.0.0</modelVersion>