Author: mcaspers
Date: 2011-03-07 15:55:46 -0500 (Mon, 07 Mar 2011)
New Revision: 29578
Modified:
trunk/birt/docs/en-US/birt_integration_with_seam.xml
trunk/birt/docs/en-US/hibernate_datasource.xml
Log:
"Working on installation instructions"
Modified: trunk/birt/docs/en-US/birt_integration_with_seam.xml
===================================================================
--- trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 18:04:48 UTC (rev
29577)
+++ trunk/birt/docs/en-US/birt_integration_with_seam.xml 2011-03-07 20:55:46 UTC (rev
29578)
@@ -12,14 +12,14 @@
</para>
- <tip>
+ <note>
<title>Tip:</title>
<para>We used <ulink
url="http://sourceforge.net/project/showfiles.php?group_id=22866&...
JBoss Seam 2.0.1 GA</ulink> and <ulink
url="http://sourceforge.net/project/showfiles.php?group_id=22866&...
JBoss Application Server 4.2.2 GA</ulink> in examples of this
guide.</para>
- </tip>
+ </note>
<section id="creatin_project_with_birt">
<title>Creating Seam Web Project with Birt Facet</title>
Modified: trunk/birt/docs/en-US/hibernate_datasource.xml
===================================================================
--- trunk/birt/docs/en-US/hibernate_datasource.xml 2011-03-07 18:04:48 UTC (rev 29577)
+++ trunk/birt/docs/en-US/hibernate_datasource.xml 2011-03-07 20:55:46 UTC (rev 29578)
@@ -20,7 +20,7 @@
In this guide we will use the <property>Employees</property> table of
the <property>DATAMODELS</property> database.
</para>
- <tip>
+ <note>
<title>Tip:</title>
<para>Before performing Seam Generate Entities, you should have a
connection profile
adjusted and connected to a database. How to do this see in the <ulink
@@ -32,7 +32,7 @@
<link linkend="birt_integration_with_seam">Adding BIRT
Functionality to Standard Seam Web Project</link> chapter,
you would have a connection profile already configured.
</para>
- </tip>
+ </note>
</listitem>
<listitem>
<para>
@@ -168,11 +168,11 @@
<para>Now you can insert the data set items of
<property>HibernateDataSet</property> into the
<property>employees.rptdesign</property>.</para>
- <tip>
+ <note>
<title>Tip:</title>
<para>If you don't know how to do this we suggest that you refer
to the <ulink
url="http://www.eclipse.org/birt/phoenix/tutorial/">Eclipse
BIRT Tutorial</ulink>.</para>
- </tip>
+ </note>
<para>You can also use parameters in the query to add dynamics to your report. In
the previous example we hardcoded the selection criterion in the
<code>where</code> clause. </para>