diff --git a/documentation/manual/ja-JP/src/main/docbook/Hibernate_Reference.xml b/documentation/manual/ja-JP/src/main/docbook/Hibernate_Reference.xml
new file mode 100644
index 0000000000..1c37a633c2
--- /dev/null
+++ b/documentation/manual/ja-JP/src/main/docbook/Hibernate_Reference.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+]>
+
+
+
+
+ HIBERNATE - Relational Persistence for Idiomatic Java
+ Hibernate Reference Documentation
+ &versionNumber;
+ &versionNumber;
+ 1
+
+
+
+
+
+
+
+
+
+ ©rightYear;
+ ©rightHolder;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/architecture.xml b/documentation/manual/ja-JP/src/main/docbook/content/architecture.xml
similarity index 95%
rename from documentation/manual/ja-JP/src/main/docbook/modules/architecture.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/architecture.xml
index 6974dcc266..18335290fa 100644
--- a/documentation/manual/ja-JP/src/main/docbook/modules/architecture.xml
+++ b/documentation/manual/ja-JP/src/main/docbook/content/architecture.xml
@@ -12,10 +12,10 @@
-
+
-
+
@@ -36,10 +36,10 @@
-
+
-
+
@@ -50,10 +50,10 @@
-
+
-
+
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/association_mapping.xml b/documentation/manual/ja-JP/src/main/docbook/content/association_mapping.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/association_mapping.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/association_mapping.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/basic_mapping.xml b/documentation/manual/ja-JP/src/main/docbook/content/basic_mapping.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/basic_mapping.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/basic_mapping.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/batch.xml b/documentation/manual/ja-JP/src/main/docbook/content/batch.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/batch.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/batch.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/best_practices.xml b/documentation/manual/ja-JP/src/main/docbook/content/best_practices.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/best_practices.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/best_practices.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/collection_mapping.xml b/documentation/manual/ja-JP/src/main/docbook/content/collection_mapping.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/collection_mapping.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/collection_mapping.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/component_mapping.xml b/documentation/manual/ja-JP/src/main/docbook/content/component_mapping.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/component_mapping.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/component_mapping.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/configuration.xml b/documentation/manual/ja-JP/src/main/docbook/content/configuration.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/configuration.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/configuration.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/events.xml b/documentation/manual/ja-JP/src/main/docbook/content/events.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/events.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/events.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/example_mappings.xml b/documentation/manual/ja-JP/src/main/docbook/content/example_mappings.xml
similarity index 93%
rename from documentation/manual/ja-JP/src/main/docbook/modules/example_mappings.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/example_mappings.xml
index 7606aa90a5..65fff8c111 100644
--- a/documentation/manual/ja-JP/src/main/docbook/modules/example_mappings.xml
+++ b/documentation/manual/ja-JP/src/main/docbook/content/example_mappings.xml
@@ -1,4 +1,6 @@
+
+
例:いろいろなマッピング
@@ -19,10 +21,10 @@
-
+
-
+
@@ -132,10 +134,10 @@ create sequence employer_id_seq]]>
-
+
-
+
@@ -256,10 +258,10 @@ alter table author_work
-
+
-
+
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/example_parentchild.xml b/documentation/manual/ja-JP/src/main/docbook/content/example_parentchild.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/example_parentchild.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/example_parentchild.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/example_weblog.xml b/documentation/manual/ja-JP/src/main/docbook/content/example_weblog.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/example_weblog.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/example_weblog.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/filters.xml b/documentation/manual/ja-JP/src/main/docbook/content/filters.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/filters.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/filters.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/inheritance_mapping.xml b/documentation/manual/ja-JP/src/main/docbook/content/inheritance_mapping.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/inheritance_mapping.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/inheritance_mapping.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/performance.xml b/documentation/manual/ja-JP/src/main/docbook/content/performance.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/performance.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/performance.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/persistent_classes.xml b/documentation/manual/ja-JP/src/main/docbook/content/persistent_classes.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/persistent_classes.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/persistent_classes.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/master.xml b/documentation/manual/ja-JP/src/main/docbook/content/preface.xml
similarity index 72%
rename from documentation/manual/ja-JP/src/main/docbook/master.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/preface.xml
index 17e948a30a..bb773fc6df 100644
--- a/documentation/manual/ja-JP/src/main/docbook/master.xml
+++ b/documentation/manual/ja-JP/src/main/docbook/content/preface.xml
@@ -1,231 +1,157 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-]>
-
-
-
-
- HIBERNATE - Relational Persistence for Idiomatic Java
- Hibernate Reference Documentation
- 3.2 cr3
-
-
-
-
-
- 前書き
-
-
- 今日の企業環境において、オブジェクト指向ソフトウェアとリレーショナルデータベースに関わる作業は
- 煩雑で膨大な時間を必要とします。
- HibernateはJava環境のオブジェクト/リレーショナルマッピングツールです。
- オブジェクト/リレーショナルマッピング(ORM)とは、
- オブジェクトモデルからSQLベーススキーマのリレーショナルデータモデルへと、
- データ表現をマッピングする(対応付ける)技術のことです。
-
-
-
- HibernateはJavaクラスからデータベーステーブルへ(そしてJavaデータ型からSQLデータ型へ)
- のマッピングを処理するだけではなく、データのクエリと復元の仕組みも提供します。
- このおかげでSQLとJDBCを使った手作業でのデータ処理に費やされていた開発時間を大幅に削減できます。
-
-
-
- Hibernateの最終目標は、データの永続化に関わる一般的なプログラミング作業の95%から開発者を解放することです。
- Hibernateはビジネスロジックの実装にストアドプロシージャを使う
- データ中心アプリケーションに対してのベストソリューションであるに留まりません。
- オブジェクト指向ドメインモデルとJavaベースの中間層でのビジネスロジックに対して最も役に立ちます。
- しかしHibernateはベンダ固有のSQLコードを削減またはカプセル化したり、
- 表形式からオブジェクトのグラフへとリザルトセットを変換するなどの、
- 一般的なタスクにも役立つでしょう。
-
-
-
- Hibernateやオブジェクト/リレーショナルマッピング、
- さらにはJavaが初めての方は、以下のステップに従ってください:
-
-
-
-
-
- を読んでください。
- 段階的に解説していきます。
- チュートリアルのソースコードはディストリビューションの
- doc/reference/tutorial ディレクトリに含まれています。
-
-
-
-
- を読んで、Hibernateが利用可能な環境を理解してください。
-
-
-
-
- Hibernateディストリビューションの eg/ ディレクトリを見てください。
- 簡単なスタンドアローンのアプリケーションがあります。
- JDBCドライバを lib/ ディレクトリにコピーして、
- 自分のデータベースに合う正しい値を指定するように etc/hibernate.properties
- を編集してください。
- ディストリビューションディレクトリから、コマンドプロンプトで
- ant eg とタイプしてください(Antを使います)。
- またWindows環境では build eg とタイプしてください。
-
-
-
-
- このリファレンスドキュメントを第一の情報源として利用してください。
- アプリケーション設計についてのさらなる情報や段階的なチュートリアルを探しているなら、
- Java Persistence with Hibernate(http://www.manning.com/bauer2)
- をおすすめします。
- またhttp://caveatemptor.hibernate.orgから
- Java Persistence with Hibernateの例題のアプリケーションをダウンロードできます。
-
-
-
-
- FAQはHibernateウェブサイトにあります。
-
-
-
-
- サードパーティのデモ、例、チュートリアルはHibernateウェブサイトにリンクがあります。
-
-
-
-
- Hibernateウェブサイトのコミュニティエリアは、デザインパターンやさまざまな統合ソリューション
- (Tomcat, JBoss AS, Struts, EJB, 等)についてのよい情報源です。
-
-
-
-
-
- 質問があればHibernateウェブサイトのユーザフォーラムを活用してください。
- またバグレポートとフィーチャリクエストのためJIRA課題追跡システムを用意しています。
- Hibernateの開発に興味があれば、開発者メーリングリストに参加してください。
- このドキュメントをあなたの国の言葉に翻訳したい場合は、
- 開発者メーリングリストで私たちにコンタクトを取ってください。
-
-
-
- 商用開発のサポート、製品のサポート、HibernateのトレーニングはJBoss Inc.が提供しています
- (http://www.hibernate.org/SupportTraining/を見てください)。
- HibernateはProfessional Open Sourceプロジェクト、
- そしてJBoss Enterprise Middleware System(JEMS)プロダクトスイートのクリティカルコンポーネントです。
-
-
-
-
- 日本語訳について
-
-
- この日本語版Hibernate Reference Document(以下、日本語版)は、
- Hibernateプロジェクトの翻訳プロセスに基づいて作成されています。
- 日本語版ならびに原文はLGPLライセンスに準じます。
-
-
-
- 日本語版の利用によって第三者が被るあらゆる不利益に対して、
- 原著者、翻訳者ならびにその組織は一切の保証をいたしかねます。
- 日本語版は誤りを含む可能性があることを認識した上でご利用ください。
- 内容の正確な意味を把握するためには、原文を読むことをおすすめします。
- また、もし日本語版に誤りを見つけられた場合は、翻訳者にご連絡いただければ幸いです。
- ただし内容に関してのお問い合わせには応じかねますので、ご了承ください。
-
-
-
-
- 日本語版翻訳者について
-
-
- 日本語版バージョン3.2 cr3の翻訳は株式会社エクサ
- (ホームページはこちら)
- の以下のメンバーで行いました。
- 本間力(6,18,19,21,22,23章担当)、
- 広戸裕介(前書き,2,5,13,14,24,25章担当)、
- 武市正人(7,8,9,10章担当)、
- 那須秀男(12,16,17章担当)、
- 井関知文(1,3,11章担当)、
- 飯田浩司(4,15章担当)、
- 平間健一(20章担当)、
- 森龍二(レビュー担当)。
- なお誤訳等のご指摘は本間、広戸までお願いいたします。
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- &tutorial;
-
- &architecture;
-
- &configuration;
-
- &persistent-classes;
-
- &basic-mapping;
- &collection-mapping;
- &association-mapping;
- &component-mapping;
- &inheritance-mapping;
-
- &session-api;
- &transactions;
- &events;
- &batch;
-
- &query-hql;
- &query-criteria;
- &query-sql;
- &filters;
- &xml;
-
- &performance;
-
- &toolset-guide;
-
- &example-parentchild;
- &example-weblog;
- &example-mappings;
-
- &best-practices;
-
-
-
+
+
+
+
+
+ 前書き
+
+
+ 今日の企業環境において、オブジェクト指向ソフトウェアとリレーショナルデータベースに関わる作業は
+ 煩雑で膨大な時間を必要とします。
+ HibernateはJava環境のオブジェクト/リレーショナルマッピングツールです。
+ オブジェクト/リレーショナルマッピング(ORM)とは、
+ オブジェクトモデルからSQLベーススキーマのリレーショナルデータモデルへと、
+ データ表現をマッピングする(対応付ける)技術のことです。
+
+
+
+ HibernateはJavaクラスからデータベーステーブルへ(そしてJavaデータ型からSQLデータ型へ)
+ のマッピングを処理するだけではなく、データのクエリと復元の仕組みも提供します。
+ このおかげでSQLとJDBCを使った手作業でのデータ処理に費やされていた開発時間を大幅に削減できます。
+
+
+
+ Hibernateの最終目標は、データの永続化に関わる一般的なプログラミング作業の95%から開発者を解放することです。
+ Hibernateはビジネスロジックの実装にストアドプロシージャを使う
+ データ中心アプリケーションに対してのベストソリューションであるに留まりません。
+ オブジェクト指向ドメインモデルとJavaベースの中間層でのビジネスロジックに対して最も役に立ちます。
+ しかしHibernateはベンダ固有のSQLコードを削減またはカプセル化したり、
+ 表形式からオブジェクトのグラフへとリザルトセットを変換するなどの、
+ 一般的なタスクにも役立つでしょう。
+
+
+
+ Hibernateやオブジェクト/リレーショナルマッピング、
+ さらにはJavaが初めての方は、以下のステップに従ってください:
+
+
+
+
+
+ を読んでください。
+ 段階的に解説していきます。
+ チュートリアルのソースコードはディストリビューションの
+ doc/reference/tutorial ディレクトリに含まれています。
+
+
+
+
+ を読んで、Hibernateが利用可能な環境を理解してください。
+
+
+
+
+ Hibernateディストリビューションの eg/ ディレクトリを見てください。
+ 簡単なスタンドアローンのアプリケーションがあります。
+ JDBCドライバを lib/ ディレクトリにコピーして、
+ 自分のデータベースに合う正しい値を指定するように etc/hibernate.properties
+ を編集してください。
+ ディストリビューションディレクトリから、コマンドプロンプトで
+ ant eg とタイプしてください(Antを使います)。
+ またWindows環境では build eg とタイプしてください。
+
+
+
+
+ このリファレンスドキュメントを第一の情報源として利用してください。
+ アプリケーション設計についてのさらなる情報や段階的なチュートリアルを探しているなら、
+ Java Persistence with Hibernate(http://www.manning.com/bauer2)
+ をおすすめします。
+ またhttp://caveatemptor.hibernate.orgから
+ Java Persistence with Hibernateの例題のアプリケーションをダウンロードできます。
+
+
+
+
+ FAQはHibernateウェブサイトにあります。
+
+
+
+
+ サードパーティのデモ、例、チュートリアルはHibernateウェブサイトにリンクがあります。
+
+
+
+
+ Hibernateウェブサイトのコミュニティエリアは、デザインパターンやさまざまな統合ソリューション
+ (Tomcat, JBoss AS, Struts, EJB, 等)についてのよい情報源です。
+
+
+
+
+
+ 質問があればHibernateウェブサイトのユーザフォーラムを活用してください。
+ またバグレポートとフィーチャリクエストのためJIRA課題追跡システムを用意しています。
+ Hibernateの開発に興味があれば、開発者メーリングリストに参加してください。
+ このドキュメントをあなたの国の言葉に翻訳したい場合は、
+ 開発者メーリングリストで私たちにコンタクトを取ってください。
+
+
+
+ 商用開発のサポート、製品のサポート、HibernateのトレーニングはJBoss Inc.が提供しています
+ (http://www.hibernate.org/SupportTraining/を見てください)。
+ HibernateはProfessional Open Sourceプロジェクト、
+ そしてJBoss Enterprise Middleware System(JEMS)プロダクトスイートのクリティカルコンポーネントです。
+
+
+
\ No newline at end of file
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/query_criteria.xml b/documentation/manual/ja-JP/src/main/docbook/content/query_criteria.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/query_criteria.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/query_criteria.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/query_hql.xml b/documentation/manual/ja-JP/src/main/docbook/content/query_hql.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/query_hql.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/query_hql.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/query_sql.xml b/documentation/manual/ja-JP/src/main/docbook/content/query_sql.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/query_sql.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/query_sql.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/session_api.xml b/documentation/manual/ja-JP/src/main/docbook/content/session_api.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/session_api.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/session_api.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml b/documentation/manual/ja-JP/src/main/docbook/content/toolset_guide.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/toolset_guide.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/toolset_guide.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/transactions.xml b/documentation/manual/ja-JP/src/main/docbook/content/transactions.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/transactions.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/transactions.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/tutorial.xml b/documentation/manual/ja-JP/src/main/docbook/content/tutorial.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/tutorial.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/tutorial.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/modules/xml.xml b/documentation/manual/ja-JP/src/main/docbook/content/xml.xml
similarity index 100%
rename from documentation/manual/ja-JP/src/main/docbook/modules/xml.xml
rename to documentation/manual/ja-JP/src/main/docbook/content/xml.xml
diff --git a/documentation/manual/ja-JP/src/main/docbook/images/AuthorWork.png b/documentation/manual/ja-JP/src/main/docbook/images/AuthorWork.png
new file mode 100644
index 0000000000..ef4ab7227a
Binary files /dev/null and b/documentation/manual/ja-JP/src/main/docbook/images/AuthorWork.png differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/AuthorWork.zargo b/documentation/manual/ja-JP/src/main/docbook/images/AuthorWork.zargo
similarity index 100%
rename from documentation/manual/ja-JP/src/main/resources/shared/images/AuthorWork.zargo
rename to documentation/manual/ja-JP/src/main/docbook/images/AuthorWork.zargo
diff --git a/documentation/manual/ja-JP/src/main/docbook/images/CustomerOrderProduct.png b/documentation/manual/ja-JP/src/main/docbook/images/CustomerOrderProduct.png
new file mode 100644
index 0000000000..7034cbe8cd
Binary files /dev/null and b/documentation/manual/ja-JP/src/main/docbook/images/CustomerOrderProduct.png differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/CustomerOrderProduct.zargo b/documentation/manual/ja-JP/src/main/docbook/images/CustomerOrderProduct.zargo
similarity index 100%
rename from documentation/manual/ja-JP/src/main/resources/shared/images/CustomerOrderProduct.zargo
rename to documentation/manual/ja-JP/src/main/docbook/images/CustomerOrderProduct.zargo
diff --git a/documentation/manual/ja-JP/src/main/docbook/images/EmployerEmployee.png b/documentation/manual/ja-JP/src/main/docbook/images/EmployerEmployee.png
new file mode 100644
index 0000000000..a7ecff483f
Binary files /dev/null and b/documentation/manual/ja-JP/src/main/docbook/images/EmployerEmployee.png differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/EmployerEmployee.zargo b/documentation/manual/ja-JP/src/main/docbook/images/EmployerEmployee.zargo
similarity index 100%
rename from documentation/manual/ja-JP/src/main/resources/shared/images/EmployerEmployee.zargo
rename to documentation/manual/ja-JP/src/main/docbook/images/EmployerEmployee.zargo
diff --git a/documentation/manual/ja-JP/src/main/docbook/images/full_cream.png b/documentation/manual/ja-JP/src/main/docbook/images/full_cream.png
new file mode 100644
index 0000000000..4f174a0b05
Binary files /dev/null and b/documentation/manual/ja-JP/src/main/docbook/images/full_cream.png differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/full_cream.svg b/documentation/manual/ja-JP/src/main/docbook/images/full_cream.svg
similarity index 100%
rename from documentation/manual/ja-JP/src/main/resources/shared/images/full_cream.svg
rename to documentation/manual/ja-JP/src/main/docbook/images/full_cream.svg
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/hibernate_logo_a.png b/documentation/manual/ja-JP/src/main/docbook/images/hibernate_logo_a.png
similarity index 100%
rename from documentation/manual/ja-JP/src/main/resources/shared/images/hibernate_logo_a.png
rename to documentation/manual/ja-JP/src/main/docbook/images/hibernate_logo_a.png
diff --git a/documentation/manual/ja-JP/src/main/docbook/images/lite.png b/documentation/manual/ja-JP/src/main/docbook/images/lite.png
new file mode 100644
index 0000000000..8db5dcb5e1
Binary files /dev/null and b/documentation/manual/ja-JP/src/main/docbook/images/lite.png differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/lite.svg b/documentation/manual/ja-JP/src/main/docbook/images/lite.svg
similarity index 100%
rename from documentation/manual/ja-JP/src/main/resources/shared/images/lite.svg
rename to documentation/manual/ja-JP/src/main/docbook/images/lite.svg
diff --git a/documentation/manual/ja-JP/src/main/docbook/images/overview.png b/documentation/manual/ja-JP/src/main/docbook/images/overview.png
new file mode 100644
index 0000000000..1593a9522d
Binary files /dev/null and b/documentation/manual/ja-JP/src/main/docbook/images/overview.png differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/overview.svg b/documentation/manual/ja-JP/src/main/docbook/images/overview.svg
similarity index 100%
rename from documentation/manual/ja-JP/src/main/resources/shared/images/overview.svg
rename to documentation/manual/ja-JP/src/main/docbook/images/overview.svg
diff --git a/documentation/manual/ja-JP/src/main/docbook/legal_notice.xml b/documentation/manual/ja-JP/src/main/docbook/legal_notice.xml
new file mode 100644
index 0000000000..1fe3fba20b
--- /dev/null
+++ b/documentation/manual/ja-JP/src/main/docbook/legal_notice.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+ Legal Notice
+
+
+ 1801 Varsity Drive
+ Raleigh, NC27606-2072USA
+ Phone: +1 919 754 3700
+ Phone: 888 733 4281
+ Fax: +1 919 754 3701
+ PO Box 13588Research Triangle Park, NC27709USA
+
+
+
+ Copyright 2007 by Red Hat, Inc. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/).
+
+
+ Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder.
+
+
+ Distribution of the work or derivative of the work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder.
+
+
+ Red Hat and the Red Hat "Shadow Man" logo are registered trademarks of Red Hat, Inc. in the United States and other countries.
+
+
+ All other trademarks referenced herein are the property of their respective owners.
+
+
+ The GPG fingerprint of the security@redhat.com key is:
+
+
+ CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E
+
+
\ No newline at end of file
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/css/html.css b/documentation/manual/ja-JP/src/main/resources/shared/css/html.css
deleted file mode 100644
index d6342f562a..0000000000
--- a/documentation/manual/ja-JP/src/main/resources/shared/css/html.css
+++ /dev/null
@@ -1,97 +0,0 @@
-A {
- color: #003399;
-}
-
-A:active {
- color: #003399;
-}
-
-A:visited {
- color: #888888;
-}
-
-P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
- color: #000000;
-}
-
-TD, TH, SPAN {
- color: #000000;
-}
-
-BLOCKQUOTE {
- margin-right: 0px;
-}
-
-
-H1, H2, H3, H4, H5, H6 {
- color: #000000;
- font-weight:500;
- margin-top:10px;
- padding-top:15px;
-}
-
-TABLE {
- border-collapse: collapse;
- border-spacing:0;
- border: 1px thin black;
- empty-cells: hide;
-}
-
-TD {
- padding: 4pt;
-}
-
-H1 { font-size: 150%; }
-H2 { font-size: 140%; }
-H3 { font-size: 110%; font-weight: bold; }
-H4 { font-size: 110%; font-weight: bold;}
-H5 { font-size: 100%; font-style: italic; }
-H6 { font-size: 100%; font-style: italic; }
-
-TT {
-font-size: 90%;
- font-family: "Courier New", Courier, monospace;
- color: #000000;
-}
-
-PRE {
-font-size: 100%;
- padding: 5px;
- border-style: solid;
- border-width: 1px;
- border-color: #CCCCCC;
- background-color: #F4F4F4;
-}
-
-UL, OL, LI {
- list-style: disc;
-}
-
-HR {
- width: 100%;
- height: 1px;
- background-color: #CCCCCC;
- border-width: 0px;
- padding: 0px;
- color: #CCCCCC;
-}
-
-.variablelist {
- padding-top: 10;
- padding-bottom:10;
- margin:0;
-}
-
-.itemizedlist, UL {
- padding-top: 0;
- padding-bottom:0;
- margin:0;
-}
-
-.term {
- font-weight:bold;
-}
-
-
-
-
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/AuthorWork.gif b/documentation/manual/ja-JP/src/main/resources/shared/images/AuthorWork.gif
deleted file mode 100644
index d0fb5125fa..0000000000
Binary files a/documentation/manual/ja-JP/src/main/resources/shared/images/AuthorWork.gif and /dev/null differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/CustomerOrderProduct.gif b/documentation/manual/ja-JP/src/main/resources/shared/images/CustomerOrderProduct.gif
deleted file mode 100644
index 52d84864d5..0000000000
Binary files a/documentation/manual/ja-JP/src/main/resources/shared/images/CustomerOrderProduct.gif and /dev/null differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/EmployerEmployee.gif b/documentation/manual/ja-JP/src/main/resources/shared/images/EmployerEmployee.gif
deleted file mode 100644
index 112e9b4f08..0000000000
Binary files a/documentation/manual/ja-JP/src/main/resources/shared/images/EmployerEmployee.gif and /dev/null differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/full_cream.gif b/documentation/manual/ja-JP/src/main/resources/shared/images/full_cream.gif
deleted file mode 100644
index ef15d69100..0000000000
Binary files a/documentation/manual/ja-JP/src/main/resources/shared/images/full_cream.gif and /dev/null differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/lite.gif b/documentation/manual/ja-JP/src/main/resources/shared/images/lite.gif
deleted file mode 100644
index fd34bcec09..0000000000
Binary files a/documentation/manual/ja-JP/src/main/resources/shared/images/lite.gif and /dev/null differ
diff --git a/documentation/manual/ja-JP/src/main/resources/shared/images/overview.gif b/documentation/manual/ja-JP/src/main/resources/shared/images/overview.gif
deleted file mode 100644
index d7dfda915c..0000000000
Binary files a/documentation/manual/ja-JP/src/main/resources/shared/images/overview.gif and /dev/null differ