[jboss-svn-commits] JBL Code SVN: r7263 - labs/reportingservices/trunk/dev/modules/engine/jfreereport/src/main/resources/META-INF
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 1 06:42:25 EST 2006
Author: romainguinot at gmail.com
Date: 2006-11-01 06:42:23 -0500 (Wed, 01 Nov 2006)
New Revision: 7263
Modified:
labs/reportingservices/trunk/dev/modules/engine/jfreereport/src/main/resources/META-INF/jboss-service.xml
Log:
corrected title comment
Modified: labs/reportingservices/trunk/dev/modules/engine/jfreereport/src/main/resources/META-INF/jboss-service.xml
===================================================================
--- labs/reportingservices/trunk/dev/modules/engine/jfreereport/src/main/resources/META-INF/jboss-service.xml 2006-11-01 03:28:39 UTC (rev 7262)
+++ labs/reportingservices/trunk/dev/modules/engine/jfreereport/src/main/resources/META-INF/jboss-service.xml 2006-11-01 11:42:23 UTC (rev 7263)
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<server>
-
+
<!-- ==================================================================== -->
- <!-- JFREE REPORT ENGINE -->
+ <!-- BIRT REPORT ENGINE -->
<!-- ==================================================================== -->
-
- <!--
- | ENGINES : type= should correspond to the file extension of reports files .
- | It's used by the Deployer to build the right engine ObjectName
+ <!--
+ | ENGINES : type= should correspond to the file extension of reports files .
+ | It's used by the Deployer to build the right engine ObjectName
-->
- <mbean code="org.jboss.reporting.server.engine.JFreeReport"
- name="reporting:service=ReportEngine,type=JFXML">
+ <mbean code="org.jboss.reporting.server.engine.BirtReport"
+ name="reporting:service=ReportEngine,type=RPTDESIGN">
</mbean>
</server>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list