[jboss-svn-commits] JBL Code SVN: r7551 - labs/reportingservices/trunk/dev
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Nov 12 10:03:49 EST 2006
Author: romainguinot at gmail.com
Date: 2006-11-12 10:03:47 -0500 (Sun, 12 Nov 2006)
New Revision: 7551
Modified:
labs/reportingservices/trunk/dev/pom.xml
Log:
uncommented BIRT
Modified: labs/reportingservices/trunk/dev/pom.xml
===================================================================
--- labs/reportingservices/trunk/dev/pom.xml 2006-11-12 14:53:19 UTC (rev 7550)
+++ labs/reportingservices/trunk/dev/pom.xml 2006-11-12 15:03:47 UTC (rev 7551)
@@ -92,8 +92,13 @@
<version>${project.version}</version>
<type>jar</type>
</dependency>
+ <dependency>
+ <groupId>jboss.reportingservices</groupId>
+ <artifactId>engine-BIRT</artifactId>
+ <version>${project.version}</version>
+ <type>sar</type>
+ </dependency>
-
<!-- external dependencies-->
<!-- Apache commons -->
More information about the jboss-svn-commits
mailing list