Author: dgolovin
Date: 2011-09-30 13:02:51 -0400 (Fri, 30 Sep 2011)
New Revision: 35230
Modified:
trunk/build/pom.xml
Log:
restore cdi-bootstrap profile which was deleted by mistake
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2011-09-30 15:21:21 UTC (rev 35229)
+++ trunk/build/pom.xml 2011-09-30 17:02:51 UTC (rev 35230)
@@ -364,6 +364,16 @@
</profile>
<profile>
+ <id>cdi-bootstrap</id>
+ <modules>
+ <module>../tests</module>
+ <module>../common</module>
+ <module>../jst</module>
+ <module>../cdi</module>
+ </modules>
+ </profile>
+
+ <profile>
<id>birt</id>
<activation>
<activeByDefault>true</activeByDefault>