Author: benlc
Date: 2010-07-27 00:39:26 -0400 (Tue, 27 Jul 2010)
New Revision: 23738
Added:
trunk/hibernatetools/docs/task-reference/en-US/fallback_content/
trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Conventions.xml
trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Feedback.xml
trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Legal_Notice.xml
Modified:
trunk/hibernatetools/docs/task-reference/en-US/Book_Info.xml
trunk/hibernatetools/docs/task-reference/en-US/Preface.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Create_Hibernate_Configuration_File.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Edit_Mapping_File.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-New_Hibernate_XML_Mapping_files.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_One.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Three.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Two.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-New_JPA_Project.xml
trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-Open_Perspective.xml
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Project_creation.xml
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API.xml
Log:
'committing changes to proc-*.xml files and fallback content for maven build
compatibility'
Modified: trunk/hibernatetools/docs/task-reference/en-US/Book_Info.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/Book_Info.xml 2010-07-27 02:46:09 UTC
(rev 23737)
+++ trunk/hibernatetools/docs/task-reference/en-US/Book_Info.xml 2010-07-27 04:39:26 UTC
(rev 23738)
@@ -22,7 +22,20 @@
</imageobject>
</inlinemediaobject>
</corpauthor>
+ <!--FOR PUBLICAN -->
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Common_Content/Legal_Notice.xml">
+ <!--FOR JDOCBOOK:-->
+ <xi:fallback
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include href="fallback_content/Legal_Notice.xml"
+
xmlns:xi="http://www.w3.org/2001/XInclude">
+ </xi:include>
+ </xi:fallback>
+ </xi:include>
+
+<!--
<xi:include href="Common_Content/Legal_Notice.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+-->
<xi:include href="Author_Group.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</bookinfo>
Modified: trunk/hibernatetools/docs/task-reference/en-US/Preface.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/Preface.xml 2010-07-27 02:46:09 UTC
(rev 23737)
+++ trunk/hibernatetools/docs/task-reference/en-US/Preface.xml 2010-07-27 04:39:26 UTC
(rev 23738)
@@ -5,9 +5,21 @@
]>
<preface id="pref-Hibernate_Tools_Reference_Guide-Preface">
<title>Preface</title>
+ <!--FOR PUBLICAN -->
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Feedback.xml">
+ <!--FOR JDOCBOOK:-->
+ <xi:fallback
xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include href="fallback_content/Feedback.xml"
+
xmlns:xi="http://www.w3.org/2001/XInclude">
+ </xi:include>
+ </xi:fallback>
+ </xi:include>
+<!--
<xi:include href="Common_Content/Conventions.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Feedback.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback
xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include
href="Common_Content/Feedback.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</xi:fallback>
</xi:include>
+ -->
</preface>
Added: trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Conventions.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Conventions.xml
(rev 0)
+++
trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Conventions.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -0,0 +1,165 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<section>
+ <title>Document Conventions</title>
+ <para>
+ This manual uses several conventions to highlight certain words and phrases and draw
attention to specific pieces of information.
+ </para>
+ <para>
+ In PDF and paper editions, this manual uses typefaces drawn from the <ulink
url="https://fedorahosted.org/liberation-fonts/">Liberation
Fonts</ulink> set. The Liberation Fonts set is also used in HTML editions if the set
is installed on your system. If not, alternative but equivalent typefaces are displayed.
Note: Red Hat Enterprise Linux 5 and later includes the Liberation Fonts set by default.
+ </para>
+ <section>
+ <title>Typographic Conventions</title>
+ <para>
+ Four typographic conventions are used to call attention to specific words and phrases.
These conventions, and the circumstances they apply to, are as follows.
+ </para>
+ <para>
+ <literal>Mono-spaced Bold</literal>
+ </para>
+ <para>
+ Used to highlight system input, including shell commands, file names and paths. Also
used to highlight keycaps and key combinations. For example:
+ </para>
+ <blockquote>
+ <para>
+ To see the contents of the file
<filename>my_next_bestselling_novel</filename> in your current working
directory, enter the <command>cat my_next_bestselling_novel</command> command
at the shell prompt and press <keycap>Enter</keycap> to execute the command.
+ </para>
+ </blockquote>
+ <para>
+ The above includes a file name, a shell command and a keycap, all presented in
mono-spaced bold and all distinguishable thanks to context.
+ </para>
+ <para>
+ Key combinations can be distinguished from keycaps by the hyphen connecting each part
of a key combination. For example:
+ </para>
+ <blockquote>
+ <para>
+ Press <keycap>Enter</keycap> to execute the command.
+ </para>
+ <para>
+ Press
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F1</keycap></keycombo>
to switch to the first virtual terminal. Press
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>F7</keycap></keycombo>
to return to your X-Windows session.
+ </para>
+ </blockquote>
+ <para>
+ The first paragraph highlights the particular keycap to press. The second highlights
two key combinations (each a set of three keycaps with each set pressed simultaneously).
+ </para>
+ <para>
+ If source code is discussed, class names, methods, functions, variable names and
returned values mentioned within a paragraph will be presented as above, in
<literal>mono-spaced bold</literal>. For example:
+ </para>
+ <blockquote>
+ <para>
+ File-related classes include <classname>filesystem</classname> for file
systems, <classname>file</classname> for files, and
<classname>dir</classname> for directories. Each class has its own associated
set of permissions.
+ </para>
+ </blockquote>
+ <para>
+ <application>Proportional Bold</application>
+ </para>
+ <para>
+ This denotes words or phrases encountered on a system, including application names;
dialog box text; labeled buttons; check-box and radio button labels; menu titles and
sub-menu titles. For example:
+ </para>
+ <blockquote>
+ <para>
+ Choose
<menuchoice><guimenu>System</guimenu><guisubmenu>Preferences</guisubmenu><guimenuitem>Mouse</guimenuitem></menuchoice>
from the main menu bar to launch <application>Mouse Preferences</application>.
In the <guilabel>Buttons</guilabel> tab, click the <guilabel>Left-handed
mouse</guilabel> check box and click <guibutton>Close</guibutton> to
switch the primary mouse button from the left to the right (making the mouse suitable for
use in the left hand).
+ </para>
+ <para>
+ To insert a special character into a <application>gedit</application>
file, choose
<menuchoice><guimenu>Applications</guimenu><guisubmenu>Accessories</guisubmenu><guimenuitem>Character
Map</guimenuitem></menuchoice> from the main menu bar. Next, choose
<menuchoice><guimenu>Search</guimenu><guimenuitem>Find…</guimenuitem></menuchoice>
from the <application>Character Map</application> menu bar, type the name of
the character in the <guilabel>Search</guilabel> field and click
<guibutton>Next</guibutton>. The character you sought will be highlighted in
the <guilabel>Character Table</guilabel>. Double-click this highlighted
character to place it in the <guilabel>Text to copy</guilabel> field and then
click the <guibutton>Copy</guibutton> button. Now switch back to your document
and choose
<menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste</guimenuitem></menuchoice>
from the <application>gedit</application> menu bar.
+ </para>
+ </blockquote>
+ <para>
+ The above text includes application names; system-wide menu names and items;
application-specific menu names; and buttons and text found within a GUI interface, all
presented in proportional bold and all distinguishable by context.
+ </para>
+ <para>
+ <command><replaceable>Mono-spaced Bold
Italic</replaceable></command> or
<application><replaceable>Proportional Bold
Italic</replaceable></application>
+ </para>
+ <para>
+ Whether mono-spaced bold or proportional bold, the addition of italics indicates
replaceable or variable text. Italics denotes text you do not input literally or displayed
text that changes depending on circumstance. For example:
+ </para>
+ <blockquote>
+ <para>
+ To connect to a remote machine using ssh, type <command>ssh
<replaceable>username</replaceable>(a)<replaceable>domain.name</replaceable></command>
at a shell prompt. If the remote machine is <filename>example.com</filename>
and your username on that machine is john, type <command>ssh
john(a)example.com</command>.
+ </para>
+ <para>
+ The <command>mount -o remount
<replaceable>file-system</replaceable></command> command remounts the
named file system. For example, to remount the <filename>/home</filename> file
system, the command is <command>mount -o remount /home</command>.
+ </para>
+ <para>
+ To see the version of a currently installed package, use the <command>rpm -q
<replaceable>package</replaceable></command> command. It will return a
result as follows:
<command><replaceable>package-version-release</replaceable></command>.
+ </para>
+ </blockquote>
+ <para>
+ Note the words in bold italics above — username, domain.name, file-system,
package, version and release. Each word is a placeholder, either for text you enter when
issuing a command or for text displayed by the system.
+ </para>
+ <para>
+ Aside from standard usage for presenting the title of a work, italics denotes the
first use of a new and important term. For example:
+ </para>
+ <blockquote>
+ <para>
+ Publican is a <firstterm>DocBook</firstterm> publishing system.
+ </para>
+ </blockquote>
+ </section>
+
+ <section>
+ <title>Pull-quote Conventions</title>
+ <para>
+ Terminal output and source code listings are set off visually from the surrounding
text.
+ </para>
+ <para>
+ Output sent to a terminal is set in <computeroutput>mono-spaced
roman</computeroutput> and presented thus:
+ </para>
+
+<screen>books Desktop documentation drafts mss photos stuff svn
+books_tests Desktop1 downloads images notes scripts svgs
+</screen>
+ <para>
+ Source-code listings are also set in <computeroutput>mono-spaced
roman</computeroutput> but add syntax highlighting as follows:
+ </para>
+
+<programlisting language="Java">package org.jboss.book.jca.ex1;
+
+import javax.naming.InitialContext;
+
+public class ExClient
+{
+ public static void main(String args[])
+ throws Exception
+ {
+ InitialContext iniCtx = new InitialContext();
+ Object ref = iniCtx.lookup("EchoBean");
+ EchoHome home = (EchoHome) ref;
+ Echo echo = home.create();
+
+ System.out.println("Created Echo");
+
+ System.out.println("Echo.echo('Hello') = " +
echo.echo("Hello"));
+ }
+}
+</programlisting>
+ </section>
+
+ <section>
+ <title>Notes and Warnings</title>
+ <para>
+ Finally, we use three visual styles to draw attention to information that might
otherwise be overlooked.
+ </para>
+ <note>
+ <title>Note</title>
+ <para>
+ Notes are tips, shortcuts or alternative approaches to the task at hand. Ignoring a
note should have no negative consequences, but you might miss out on a trick that makes
your life easier.
+ </para>
+ </note>
+ <important>
+ <title>Important</title>
+ <para>
+ Important boxes detail things that are easily missed: configuration changes that only
apply to the current session, or services that need restarting before an update will
apply. Ignoring a box labeled 'Important' won't cause data loss but may cause
irritation and frustration.
+ </para>
+ </important>
+ <warning>
+ <title>Warning</title>
+ <para>
+ Warnings should not be ignored. Ignoring warnings will most likely cause data loss.
+ </para>
+ </warning>
+ </section>
+
+</section>
+
+
Added: trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Feedback.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Feedback.xml
(rev 0)
+++
trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Feedback.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<section>
+ <title>We Need Feedback!</title>
+ <indexterm>
+ <primary>feedback</primary>
+ <secondary>contact information for this manual</secondary>
+ </indexterm>
+ <para>
+ You should over ride this by creating your own local Feedback.xml file.
+ </para>
+</section>
+
+
Added: trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Legal_Notice.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Legal_Notice.xml
(rev 0)
+++
trunk/hibernatetools/docs/task-reference/en-US/fallback_content/Legal_Notice.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<legalnotice>
+ <para>
+ Copyright <trademark class="copyright"></trademark> &YEAR;
&HOLDER; This material may only be distributed subject to the terms and conditions set
forth in the GNU Free Documentation License (GFDL), V1.2 or later (the latest version is
presently available at <ulink
url="http://www.gnu.org/licenses/fdl.txt">http://www.gnu.org...>).
+ </para>
+</legalnotice>
+
Modified:
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Create_Hibernate_Configuration_File.xml
===================================================================
---
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Create_Hibernate_Configuration_File.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Create_Hibernate_Configuration_File.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE procedure PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
<procedure id="proc-HIB-Create_Hibernate_Configuration_File">
Modified: trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Edit_Mapping_File.xml
===================================================================
---
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Edit_Mapping_File.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Edit_Mapping_File.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
Modified:
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-New_Hibernate_XML_Mapping_files.xml
===================================================================
---
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-New_Hibernate_XML_Mapping_files.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++
trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-New_Hibernate_XML_Mapping_files.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
Modified: trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_One.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_One.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++ trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_One.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE procedure PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
Modified: trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Three.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Three.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++ trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Three.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
Modified: trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Two.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Two.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++ trunk/hibernatetools/docs/task-reference/en-US/proc-HIB-Template_Two.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE procedure PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
<procedure id="proc-HIB-Template_Two">
Modified: trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-New_JPA_Project.xml
===================================================================
--- trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-New_JPA_Project.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++ trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-New_JPA_Project.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE procedure PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
<procedure id="proc-JBT-New_JPA_Project">
Modified: trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-Open_Perspective.xml
===================================================================
---
trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-Open_Perspective.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++
trunk/hibernatetools/docs/task-reference/en-US/proc-JBT-Open_Perspective.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE procedure PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide_Template.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Tools_Reference_Guide.ent">
%BOOK_ENTITIES;
]>
Modified:
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Project_creation.xml
===================================================================
---
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Project_creation.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Project_creation.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -6,9 +6,9 @@
<section
id="sect-Hibernate_Tools_Reference_Guide-Tasks-Project_creation">
<title>Project creation</title>
<para>
- <xref linkend="proc-JBT-New_Project"/> describes the steps to create a
new project in JBoss Tools.
+ <!-- <xref linkend="proc-JBT-New_Project"/> describes the steps to
create a new project in JBoss Tools. -->
</para>
- <xi:include href="proc-JBT-New_Project.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <!-- <xi:include href="proc-JBT-New_Project.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
<para>
Continue by defining a JPA project type as described in <xref
linkend="proc-JBT-New_JPA_Project"/>:
</para>
Modified:
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API.xml
===================================================================
---
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API.xml 2010-07-27
02:46:09 UTC (rev 23737)
+++
trunk/hibernatetools/docs/task-reference/en-US/sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API.xml 2010-07-27
04:39:26 UTC (rev 23738)
@@ -8,9 +8,8 @@
<para>
</para>
- <xi:include
href="sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Project_creation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include
href="sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Project_creation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include
href="sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Data_definition_language_generation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include
href="sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Entity_generation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include
href="sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Supported_annotations.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
-
+ <xi:include
href="sect-Hibernate_Tools_Reference_Guide-Tasks-Java_persistence_API-Supported_annotations.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</section>
\ No newline at end of file