[jboss-svn-commits] JBL Code SVN: r7275 - 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 10:25:03 EST 2006


Author: romainguinot at gmail.com
Date: 2006-11-01 10:25:01 -0500 (Wed, 01 Nov 2006)
New Revision: 7275

Modified:
   labs/reportingservices/trunk/dev/modules/engine/jfreereport/src/main/resources/META-INF/jboss-service.xml
Log:
Oops ...

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 14:49:20 UTC (rev 7274)
+++ labs/reportingservices/trunk/dev/modules/engine/jfreereport/src/main/resources/META-INF/jboss-service.xml	2006-11-01 15:25:01 UTC (rev 7275)
@@ -1,17 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <server>
- 
+  
   <!-- ==================================================================== -->
-  <!-- BIRT REPORT ENGINE                                                 -->
+  <!-- JFREE 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 
-    -->
-  <mbean code="org.jboss.reporting.server.engine.BirtReport"
-    name="reporting:service=ReportEngine,type=RPTDESIGN">
+  
+  
+  <!-- 
+    | 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>
-
+  
 </server>
\ No newline at end of file




More information about the jboss-svn-commits mailing list