diff options
author | Eike Stepper | 2011-09-18 06:44:57 +0000 |
---|---|---|
committer | Eike Stepper | 2011-09-18 06:44:57 +0000 |
commit | 03fd10d8a400d75d6346918104b74f27431e63bc (patch) | |
tree | 61c351243fcd3b1b0301b46a4a9a77f2a94fde32 /plugins | |
parent | 5347cbcce2f0e45abcf5f42177fdedf6974ec9c4 (diff) | |
download | cdo-03fd10d8a400d75d6346918104b74f27431e63bc.tar.gz cdo-03fd10d8a400d75d6346918104b74f27431e63bc.tar.xz cdo-03fd10d8a400d75d6346918104b74f27431e63bc.zip |
tutorials
Diffstat (limited to 'plugins')
32 files changed, 607 insertions, 23 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/build.xml b/plugins/org.eclipse.emf.cdo.doc/build.xml index c63ff28b29..ebbe04836d 100644 --- a/plugins/org.eclipse.emf.cdo.doc/build.xml +++ b/plugins/org.eclipse.emf.cdo.doc/build.xml @@ -320,6 +320,10 @@ <include name="**/*" /> </fileset> </copy> + <copy file="plugins/org.eclipse.emf.cdo.releng.doc/book.css" + todir="${project.path}/html" + verbose="true" + failonerror="false" /> <javadoc encoding="ISO-8859-1" classpathref="javadoc.classpath" diff --git a/plugins/org.eclipse.emf.cdo.doc/html/Overview.html b/plugins/org.eclipse.emf.cdo.doc/html/Overview.html index f4014c1b5d..2584fe9844 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/Overview.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/Overview.html @@ -6,6 +6,8 @@ Overview (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1><a name="Overview.html"/>Overview</h1> <p> <p> diff --git a/plugins/org.eclipse.emf.cdo.doc/html/book.css b/plugins/org.eclipse.emf.cdo.doc/html/book.css new file mode 100644 index 0000000000..f9822b0dbf --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/html/book.css @@ -0,0 +1,108 @@ +P.Code {
+ display: block;
+ text-align: left;
+ text-indent: 0.00pt;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 15pt;
+ font-weight: normal;
+ font-style: normal;
+ color: #4444CC;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+H6.CaptionFigColumn {
+ display: block;
+ text-align: left;
+ text-indent: 0.000000pt;
+ margin-top: 3.000000pt;
+ margin-bottom: 11.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+ font-size: 75%;
+ font-weight: bold;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+P.Note {
+ display: block;
+ text-align: left;
+ text-indent: 0pt;
+ margin-top: 19.500000pt;
+ margin-bottom: 19.500000pt;
+ margin-right: 0.000000pt;
+ margin-left: 30pt;
+ font-size: 110%;
+ font-weight: normal;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.UILabel {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.CodeName {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+UL.NavList {
+ margin-left: 1.5em;
+ padding-left: 0px;
+ list-style-type: none;
+}
+
+body, html { border: 0px }
+
+
+/* following font face declarations need to be removed for DBCS */
+
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
+pre, code { font-family: "Courier New", Courier, monospace;}
+
+/* end font face declarations */
+
+@media print {
+ html { font-size: 12pt }
+}
+
+body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
+h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px }
+h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
+h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
+h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic }
+p { margin-top: 10px; margin-bottom: 10px }
+pre { font-size: 93%; margin-left: 6; color: #4444CC }
+code { font-size: 93%; }
+table { font-size: 100% } /* needed for quirks mode */
+a:link { color: #0000FF }
+a:hover { color: #000080 }
+a:visited { text-decoration: underline }
+ul { margin-top: 10px; margin-bottom: 10px; }
+li { margin-top: 5px; margin-bottom: 5px; }
+li p { margin-top: 5px; margin-bottom: 5px; }
+ol { margin-top: 10px; margin-bottom: 10px; }
+dl { margin-top: 10px; margin-bottom: 10px; }
+dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
+dd { margin-top: 5px; margin-bottom: 5px; }
+strong { font-weight: bold}
+em { font-style: italic}
+var { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin;
+ border-left-color: #7B68EE; padding-left:5 }
+th { font-weight: bold }
diff --git a/plugins/org.eclipse.emf.cdo.doc/html/online/index.html b/plugins/org.eclipse.emf.cdo.doc/html/online/index.html index 9353c7ef60..964ab7e938 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/online/index.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/online/index.html @@ -6,6 +6,8 @@ Online Docs (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Online Docs</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/CreatingTransportConnections.html b/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/CreatingTransportConnections.html index 4eec0142dd..eac074aad1 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/CreatingTransportConnections.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/CreatingTransportConnections.html @@ -6,6 +6,8 @@ Creating Transport Connections (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1><a name="CreatingTransportConnections.html"/>Creating Transport Connections</h1> <p> This tutorial outlines the steps needed to create a Net4j <a href="../../../../org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/connector/IConnector.html" title="Interface in org.eclipse.net4j.connector"><code>IConnector</code></a> and connect it to an <a href="../../../../org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/acceptor/IAcceptor.html" title="Interface in org.eclipse.net4j.acceptor"><code>IAcceptor</code></a>. diff --git a/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/index.html b/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/index.html index 0c7fa20042..3984da8fad 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/index.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/programmers/connectors/index.html @@ -6,6 +6,8 @@ Connectors (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Connectors</h1> <p> In this category you'll find a number of articles about physical transport connections:<p> diff --git a/plugins/org.eclipse.emf.cdo.doc/html/programmers/index.html b/plugins/org.eclipse.emf.cdo.doc/html/programmers/index.html index c40a56591e..efe8457c1e 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/programmers/index.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/programmers/index.html @@ -6,6 +6,8 @@ Programmer's Guide (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Programmer's Guide</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/ConnectingToRepositories.html b/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/ConnectingToRepositories.html index bd1693e6d0..76f8985cca 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/ConnectingToRepositories.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/ConnectingToRepositories.html @@ -6,6 +6,8 @@ Connecting To Repositories (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1><a name="ConnectingToRepositories.html"/>Connecting To Repositories</h1> diff --git a/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/index.html b/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/index.html index 6292845925..3dfb23cecc 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/index.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/programmers/sessions/index.html @@ -6,6 +6,8 @@ Sessions (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Sessions</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.emf.cdo.doc/html/reference/index.html b/plugins/org.eclipse.emf.cdo.doc/html/reference/index.html index c0cc1d0ac8..02e5810c32 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/reference/index.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/reference/index.html @@ -6,6 +6,8 @@ Reference (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Reference</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.emf.cdo.doc/html/reference/schema/index.html b/plugins/org.eclipse.emf.cdo.doc/html/reference/schema/index.html index 838dc91aa2..9086ea7100 100644 --- a/plugins/org.eclipse.emf.cdo.doc/html/reference/schema/index.html +++ b/plugins/org.eclipse.emf.cdo.doc/html/reference/schema/index.html @@ -6,6 +6,8 @@ Extension Point Reference (CDO Model Repository Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Extension Point Reference</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/book.css b/plugins/org.eclipse.emf.cdo.releng.doc/book.css new file mode 100644 index 0000000000..f9822b0dbf --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.releng.doc/book.css @@ -0,0 +1,108 @@ +P.Code {
+ display: block;
+ text-align: left;
+ text-indent: 0.00pt;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 15pt;
+ font-weight: normal;
+ font-style: normal;
+ color: #4444CC;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+H6.CaptionFigColumn {
+ display: block;
+ text-align: left;
+ text-indent: 0.000000pt;
+ margin-top: 3.000000pt;
+ margin-bottom: 11.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+ font-size: 75%;
+ font-weight: bold;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+P.Note {
+ display: block;
+ text-align: left;
+ text-indent: 0pt;
+ margin-top: 19.500000pt;
+ margin-bottom: 19.500000pt;
+ margin-right: 0.000000pt;
+ margin-left: 30pt;
+ font-size: 110%;
+ font-weight: normal;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.UILabel {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.CodeName {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+UL.NavList {
+ margin-left: 1.5em;
+ padding-left: 0px;
+ list-style-type: none;
+}
+
+body, html { border: 0px }
+
+
+/* following font face declarations need to be removed for DBCS */
+
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
+pre, code { font-family: "Courier New", Courier, monospace;}
+
+/* end font face declarations */
+
+@media print {
+ html { font-size: 12pt }
+}
+
+body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
+h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px }
+h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
+h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
+h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic }
+p { margin-top: 10px; margin-bottom: 10px }
+pre { font-size: 93%; margin-left: 6; color: #4444CC }
+code { font-size: 93%; }
+table { font-size: 100% } /* needed for quirks mode */
+a:link { color: #0000FF }
+a:hover { color: #000080 }
+a:visited { text-decoration: underline }
+ul { margin-top: 10px; margin-bottom: 10px; }
+li { margin-top: 5px; margin-bottom: 5px; }
+li p { margin-top: 5px; margin-bottom: 5px; }
+ol { margin-top: 10px; margin-bottom: 10px; }
+dl { margin-top: 10px; margin-bottom: 10px; }
+dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
+dd { margin-top: 5px; margin-bottom: 5px; }
+strong { font-weight: bold}
+em { font-style: italic}
+var { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin;
+ border-left-color: #7B68EE; padding-left:5 }
+th { font-weight: bold }
diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant b/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant index e63380af46..2543f90f4c 100644 --- a/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant +++ b/plugins/org.eclipse.emf.cdo.releng.doc/buildTemplate.ant @@ -182,6 +182,10 @@ <include name="**/*" /> </fileset> </copy> + <copy file="plugins/org.eclipse.emf.cdo.releng.doc/book.css" + todir="${project.path}/html" + verbose="true" + failonerror="false" /> <javadoc encoding="ISO-8859-1" classpathref="javadoc.classpath" diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/src/org/eclipse/emf/cdo/releng/doc/article/impl/StructuralElementImpl.java b/plugins/org.eclipse.emf.cdo.releng.doc/src/org/eclipse/emf/cdo/releng/doc/article/impl/StructuralElementImpl.java index fb87269b98..44c5ee4f96 100644 --- a/plugins/org.eclipse.emf.cdo.releng.doc/src/org/eclipse/emf/cdo/releng/doc/article/impl/StructuralElementImpl.java +++ b/plugins/org.eclipse.emf.cdo.releng.doc/src/org/eclipse/emf/cdo/releng/doc/article/impl/StructuralElementImpl.java @@ -595,7 +595,8 @@ public abstract class StructuralElementImpl extends LinkTargetImpl implements St protected void generate(File file) throws IOException { - String title = getTitle() + " (" + getDocumentation().getTitle() + ")"; + Documentation documentation = getDocumentation(); + String title = getTitle() + " (" + documentation.getTitle() + ")"; PrintWriter out = null; try @@ -611,6 +612,9 @@ public abstract class StructuralElementImpl extends LinkTargetImpl implements St out.write(title + "\n"); out.write("</TITLE>\n"); out.write("\n"); + out.write("<LINK REL=\"STYLESHEET\" HREF=\"" + documentation.linkFrom(this) + + "book.css\" CHARSET=\"ISO-8859-1\" TYPE=\"text/css\">\n"); + out.write("\n"); out.write("<SCRIPT type=\"text/javascript\">\n"); out.write("function windowTitle()\n"); out.write("{\n"); @@ -624,7 +628,6 @@ public abstract class StructuralElementImpl extends LinkTargetImpl implements St out.write("</HEAD>\n"); out.write("\n"); out.write("<BODY BGCOLOR=\"white\" onload=\"windowTitle();\">\n"); - out.write("<HR>\n"); generate(out); diff --git a/plugins/org.eclipse.net4j.db.doc/build.xml b/plugins/org.eclipse.net4j.db.doc/build.xml index e3ba0f40e5..f8474744af 100644 --- a/plugins/org.eclipse.net4j.db.doc/build.xml +++ b/plugins/org.eclipse.net4j.db.doc/build.xml @@ -209,6 +209,10 @@ <include name="**/*" /> </fileset> </copy> + <copy file="plugins/org.eclipse.emf.cdo.releng.doc/book.css" + todir="${project.path}/html" + verbose="true" + failonerror="false" /> <javadoc encoding="ISO-8859-1" classpathref="javadoc.classpath" diff --git a/plugins/org.eclipse.net4j.db.doc/html/Overview.html b/plugins/org.eclipse.net4j.db.doc/html/Overview.html index 024941605d..4ab7d58937 100644 --- a/plugins/org.eclipse.net4j.db.doc/html/Overview.html +++ b/plugins/org.eclipse.net4j.db.doc/html/Overview.html @@ -6,6 +6,8 @@ Overview (Net4j DB Framework Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1><a name="Overview.html"/>Overview</h1> <p> <p> diff --git a/plugins/org.eclipse.net4j.db.doc/html/book.css b/plugins/org.eclipse.net4j.db.doc/html/book.css new file mode 100644 index 0000000000..f9822b0dbf --- /dev/null +++ b/plugins/org.eclipse.net4j.db.doc/html/book.css @@ -0,0 +1,108 @@ +P.Code {
+ display: block;
+ text-align: left;
+ text-indent: 0.00pt;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 15pt;
+ font-weight: normal;
+ font-style: normal;
+ color: #4444CC;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+H6.CaptionFigColumn {
+ display: block;
+ text-align: left;
+ text-indent: 0.000000pt;
+ margin-top: 3.000000pt;
+ margin-bottom: 11.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+ font-size: 75%;
+ font-weight: bold;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+P.Note {
+ display: block;
+ text-align: left;
+ text-indent: 0pt;
+ margin-top: 19.500000pt;
+ margin-bottom: 19.500000pt;
+ margin-right: 0.000000pt;
+ margin-left: 30pt;
+ font-size: 110%;
+ font-weight: normal;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.UILabel {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.CodeName {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+UL.NavList {
+ margin-left: 1.5em;
+ padding-left: 0px;
+ list-style-type: none;
+}
+
+body, html { border: 0px }
+
+
+/* following font face declarations need to be removed for DBCS */
+
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
+pre, code { font-family: "Courier New", Courier, monospace;}
+
+/* end font face declarations */
+
+@media print {
+ html { font-size: 12pt }
+}
+
+body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
+h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px }
+h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
+h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
+h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic }
+p { margin-top: 10px; margin-bottom: 10px }
+pre { font-size: 93%; margin-left: 6; color: #4444CC }
+code { font-size: 93%; }
+table { font-size: 100% } /* needed for quirks mode */
+a:link { color: #0000FF }
+a:hover { color: #000080 }
+a:visited { text-decoration: underline }
+ul { margin-top: 10px; margin-bottom: 10px; }
+li { margin-top: 5px; margin-bottom: 5px; }
+li p { margin-top: 5px; margin-bottom: 5px; }
+ol { margin-top: 10px; margin-bottom: 10px; }
+dl { margin-top: 10px; margin-bottom: 10px; }
+dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
+dd { margin-top: 5px; margin-bottom: 5px; }
+strong { font-weight: bold}
+em { font-style: italic}
+var { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin;
+ border-left-color: #7B68EE; padding-left:5 }
+th { font-weight: bold }
diff --git a/plugins/org.eclipse.net4j.db.doc/html/online/index.html b/plugins/org.eclipse.net4j.db.doc/html/online/index.html index 3c96870164..703a569d42 100644 --- a/plugins/org.eclipse.net4j.db.doc/html/online/index.html +++ b/plugins/org.eclipse.net4j.db.doc/html/online/index.html @@ -6,6 +6,8 @@ Online Docs (Net4j DB Framework Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Online Docs</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.db.doc/html/reference/index.html b/plugins/org.eclipse.net4j.db.doc/html/reference/index.html index 2714ee9992..552fdec456 100644 --- a/plugins/org.eclipse.net4j.db.doc/html/reference/index.html +++ b/plugins/org.eclipse.net4j.db.doc/html/reference/index.html @@ -6,6 +6,8 @@ Reference (Net4j DB Framework Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Reference</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.db.doc/html/reference/schema/index.html b/plugins/org.eclipse.net4j.db.doc/html/reference/schema/index.html index 1284f7a362..5a3b2b5bfa 100644 --- a/plugins/org.eclipse.net4j.db.doc/html/reference/schema/index.html +++ b/plugins/org.eclipse.net4j.db.doc/html/reference/schema/index.html @@ -6,6 +6,8 @@ Extension Point Reference (Net4j DB Framework Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Extension Point Reference</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.doc/build.xml b/plugins/org.eclipse.net4j.doc/build.xml index b80276444f..982412e067 100644 --- a/plugins/org.eclipse.net4j.doc/build.xml +++ b/plugins/org.eclipse.net4j.doc/build.xml @@ -237,6 +237,10 @@ <include name="**/*" /> </fileset> </copy> + <copy file="plugins/org.eclipse.emf.cdo.releng.doc/book.css" + todir="${project.path}/html" + verbose="true" + failonerror="false" /> <javadoc encoding="ISO-8859-1" classpathref="javadoc.classpath" diff --git a/plugins/org.eclipse.net4j.doc/html/Overview.html b/plugins/org.eclipse.net4j.doc/html/Overview.html index 4a2c1f32b4..3f0074367e 100644 --- a/plugins/org.eclipse.net4j.doc/html/Overview.html +++ b/plugins/org.eclipse.net4j.doc/html/Overview.html @@ -6,6 +6,8 @@ Overview (Net4j Signalling Platform Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1><a name="Overview.html"/>Overview</h1> <p> <p> diff --git a/plugins/org.eclipse.net4j.doc/html/book.css b/plugins/org.eclipse.net4j.doc/html/book.css new file mode 100644 index 0000000000..f9822b0dbf --- /dev/null +++ b/plugins/org.eclipse.net4j.doc/html/book.css @@ -0,0 +1,108 @@ +P.Code {
+ display: block;
+ text-align: left;
+ text-indent: 0.00pt;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 15pt;
+ font-weight: normal;
+ font-style: normal;
+ color: #4444CC;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+H6.CaptionFigColumn {
+ display: block;
+ text-align: left;
+ text-indent: 0.000000pt;
+ margin-top: 3.000000pt;
+ margin-bottom: 11.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+ font-size: 75%;
+ font-weight: bold;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+P.Note {
+ display: block;
+ text-align: left;
+ text-indent: 0pt;
+ margin-top: 19.500000pt;
+ margin-bottom: 19.500000pt;
+ margin-right: 0.000000pt;
+ margin-left: 30pt;
+ font-size: 110%;
+ font-weight: normal;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.UILabel {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.CodeName {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+UL.NavList {
+ margin-left: 1.5em;
+ padding-left: 0px;
+ list-style-type: none;
+}
+
+body, html { border: 0px }
+
+
+/* following font face declarations need to be removed for DBCS */
+
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
+pre, code { font-family: "Courier New", Courier, monospace;}
+
+/* end font face declarations */
+
+@media print {
+ html { font-size: 12pt }
+}
+
+body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
+h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px }
+h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
+h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
+h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic }
+p { margin-top: 10px; margin-bottom: 10px }
+pre { font-size: 93%; margin-left: 6; color: #4444CC }
+code { font-size: 93%; }
+table { font-size: 100% } /* needed for quirks mode */
+a:link { color: #0000FF }
+a:hover { color: #000080 }
+a:visited { text-decoration: underline }
+ul { margin-top: 10px; margin-bottom: 10px; }
+li { margin-top: 5px; margin-bottom: 5px; }
+li p { margin-top: 5px; margin-bottom: 5px; }
+ol { margin-top: 10px; margin-bottom: 10px; }
+dl { margin-top: 10px; margin-bottom: 10px; }
+dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
+dd { margin-top: 5px; margin-bottom: 5px; }
+strong { font-weight: bold}
+em { font-style: italic}
+var { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin;
+ border-left-color: #7B68EE; padding-left:5 }
+th { font-weight: bold }
diff --git a/plugins/org.eclipse.net4j.doc/html/online/index.html b/plugins/org.eclipse.net4j.doc/html/online/index.html index 2019df68e4..0c89edf8f7 100644 --- a/plugins/org.eclipse.net4j.doc/html/online/index.html +++ b/plugins/org.eclipse.net4j.doc/html/online/index.html @@ -6,6 +6,8 @@ Online Docs (Net4j Signalling Platform Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Online Docs</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.doc/html/reference/index.html b/plugins/org.eclipse.net4j.doc/html/reference/index.html index f9ec1ded78..a732f17f5a 100644 --- a/plugins/org.eclipse.net4j.doc/html/reference/index.html +++ b/plugins/org.eclipse.net4j.doc/html/reference/index.html @@ -6,6 +6,8 @@ Reference (Net4j Signalling Platform Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Reference</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.doc/html/reference/schema/index.html b/plugins/org.eclipse.net4j.doc/html/reference/schema/index.html index f5fdacda1c..f95fd98062 100644 --- a/plugins/org.eclipse.net4j.doc/html/reference/schema/index.html +++ b/plugins/org.eclipse.net4j.doc/html/reference/schema/index.html @@ -6,6 +6,8 @@ Extension Point Reference (Net4j Signalling Platform Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Extension Point Reference</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.util.doc/build.xml b/plugins/org.eclipse.net4j.util.doc/build.xml index 0eee147191..37baebe03a 100644 --- a/plugins/org.eclipse.net4j.util.doc/build.xml +++ b/plugins/org.eclipse.net4j.util.doc/build.xml @@ -244,6 +244,10 @@ <include name="**/*" /> </fileset> </copy> + <copy file="plugins/org.eclipse.emf.cdo.releng.doc/book.css" + todir="${project.path}/html" + verbose="true" + failonerror="false" /> <javadoc encoding="ISO-8859-1" classpathref="javadoc.classpath" diff --git a/plugins/org.eclipse.net4j.util.doc/html/Overview.html b/plugins/org.eclipse.net4j.util.doc/html/Overview.html index b3a132c838..4ae5ae58a5 100644 --- a/plugins/org.eclipse.net4j.util.doc/html/Overview.html +++ b/plugins/org.eclipse.net4j.util.doc/html/Overview.html @@ -6,6 +6,8 @@ Overview (Net4j Utilities Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1><a name="Overview.html"/>Overview</h1> <p> <p> diff --git a/plugins/org.eclipse.net4j.util.doc/html/book.css b/plugins/org.eclipse.net4j.util.doc/html/book.css new file mode 100644 index 0000000000..f9822b0dbf --- /dev/null +++ b/plugins/org.eclipse.net4j.util.doc/html/book.css @@ -0,0 +1,108 @@ +P.Code {
+ display: block;
+ text-align: left;
+ text-indent: 0.00pt;
+ margin-top: 0.000000pt;
+ margin-bottom: 0.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 15pt;
+ font-weight: normal;
+ font-style: normal;
+ color: #4444CC;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+H6.CaptionFigColumn {
+ display: block;
+ text-align: left;
+ text-indent: 0.000000pt;
+ margin-top: 3.000000pt;
+ margin-bottom: 11.000000pt;
+ margin-right: 0.000000pt;
+ margin-left: 0.000000pt;
+ font-size: 75%;
+ font-weight: bold;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+P.Note {
+ display: block;
+ text-align: left;
+ text-indent: 0pt;
+ margin-top: 19.500000pt;
+ margin-bottom: 19.500000pt;
+ margin-right: 0.000000pt;
+ margin-left: 30pt;
+ font-size: 110%;
+ font-weight: normal;
+ font-style: Italic;
+ color: #000000;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.UILabel {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+}
+EM.CodeName {
+ font-weight: Bold;
+ font-style: normal;
+ text-decoration: none;
+ vertical-align: baseline;
+ text-transform: none;
+ font-family: "Courier New", Courier, monospace;
+}
+UL.NavList {
+ margin-left: 1.5em;
+ padding-left: 0px;
+ list-style-type: none;
+}
+
+body, html { border: 0px }
+
+
+/* following font face declarations need to be removed for DBCS */
+
+body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
+pre, code { font-family: "Courier New", Courier, monospace;}
+
+/* end font face declarations */
+
+@media print {
+ html { font-size: 12pt }
+}
+
+body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
+h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px }
+h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
+h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
+h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic }
+p { margin-top: 10px; margin-bottom: 10px }
+pre { font-size: 93%; margin-left: 6; color: #4444CC }
+code { font-size: 93%; }
+table { font-size: 100% } /* needed for quirks mode */
+a:link { color: #0000FF }
+a:hover { color: #000080 }
+a:visited { text-decoration: underline }
+ul { margin-top: 10px; margin-bottom: 10px; }
+li { margin-top: 5px; margin-bottom: 5px; }
+li p { margin-top: 5px; margin-bottom: 5px; }
+ol { margin-top: 10px; margin-bottom: 10px; }
+dl { margin-top: 10px; margin-bottom: 10px; }
+dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
+dd { margin-top: 5px; margin-bottom: 5px; }
+strong { font-weight: bold}
+em { font-style: italic}
+var { font-style: italic}
+div.revision { border-left-style: solid; border-left-width: thin;
+ border-left-color: #7B68EE; padding-left:5 }
+th { font-weight: bold }
diff --git a/plugins/org.eclipse.net4j.util.doc/html/online/index.html b/plugins/org.eclipse.net4j.util.doc/html/online/index.html index 5d1751c320..ddacfb34d1 100644 --- a/plugins/org.eclipse.net4j.util.doc/html/online/index.html +++ b/plugins/org.eclipse.net4j.util.doc/html/online/index.html @@ -6,6 +6,8 @@ Online Docs (Net4j Utilities Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Online Docs</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.util.doc/html/reference/index.html b/plugins/org.eclipse.net4j.util.doc/html/reference/index.html index fd70fe63c4..54daa474fd 100644 --- a/plugins/org.eclipse.net4j.util.doc/html/reference/index.html +++ b/plugins/org.eclipse.net4j.util.doc/html/reference/index.html @@ -6,6 +6,8 @@ Reference (Net4j Utilities Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Reference</h1> <p> <table border="0"> diff --git a/plugins/org.eclipse.net4j.util.doc/html/reference/schema/index.html b/plugins/org.eclipse.net4j.util.doc/html/reference/schema/index.html index 96839b7f2b..7a66cbc6c7 100644 --- a/plugins/org.eclipse.net4j.util.doc/html/reference/schema/index.html +++ b/plugins/org.eclipse.net4j.util.doc/html/reference/schema/index.html @@ -6,6 +6,8 @@ Extension Point Reference (Net4j Utilities Documentation) </TITLE> +<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <SCRIPT type="text/javascript"> function windowTitle() { @@ -19,7 +21,6 @@ function windowTitle() </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> -<HR> <h1>Extension Point Reference</h1> <p> <table border="0"> |