Author: dennisl
Date: Sat Feb 17 01:30:25 2007
New Revision: 508746

URL: http://svn.apache.org/viewvc?view=rev&rev=508746
Log:
o Set EOL style to native.

Modified:
    maven/plugins/trunk/maven-jxr-plugin/src/main/resources/stylesheet.css   
(contents, props changed)
    maven/plugins/trunk/maven-jxr-plugin/src/site/apt/examples/aggregate.apt   
(props changed)
    maven/plugins/trunk/maven-jxr-plugin/src/site/apt/examples/linkjavadoc.apt  
 (props changed)
    maven/plugins/trunk/maven-jxr-plugin/src/site/apt/index.apt   (props 
changed)
    maven/plugins/trunk/maven-jxr-plugin/src/site/apt/usage.apt   (props 
changed)
    
maven/plugins/trunk/maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css
   (contents, props changed)

Modified: maven/plugins/trunk/maven-jxr-plugin/src/main/resources/stylesheet.css
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jxr-plugin/src/main/resources/stylesheet.css?view=diff&rev=508746&r1=508745&r2=508746
==============================================================================
--- maven/plugins/trunk/maven-jxr-plugin/src/main/resources/stylesheet.css 
(original)
+++ maven/plugins/trunk/maven-jxr-plugin/src/main/resources/stylesheet.css Sat 
Feb 17 01:30:25 2007
@@ -1,116 +1,116 @@
-/* Javadoc style sheet */
-/* Define colors, fonts and other style attributes here to override the 
defaults  */
-body {
-    background-color: #fff;
-    font-family: Arial, Helvetica, sans-serif;
-}
-
-a:link {
-    color: #00f;
-}
-a:visited {
-    color: #00a;
-}
-
-a:active, a:hover {
-    color: #f30 !important;
-}
-
-ul, li {
-    list-style-type:none;
-    margin:0;
-    padding:0;
-}
-
-table td {
-    padding: 3px;
-    border: 1px solid #000;
-}
-table {
-    width:100%;
-    border: 1px solid #000;
-    border-collapse: collapse;
-}
-
-div.overview {
-    background-color:#ddd;
-    padding: 4px 4px 4px 0;
-}
-div.overview li, div.framenoframe li {
-    display: inline;
-}
-div.framenoframe {
-    text-align: center;
-    font-size: x-small;
-}
-div.framenoframe li {
-    margin: 0 3px 0 3px;
-}
-div.overview li {
-    margin:3px 3px 0 3px;
-    padding: 4px;
-}
-li.selected {
-    background-color:#888;
-    color: #fff;
-    font-weight: bold;
-}
-
-table.summary {
-    margin-bottom: 20px;
-}
-table.summary td, table.summary th {
-    font-weight: bold;
-    text-align: left;
-    padding: 3px;
-}
-table.summary th {
-    background-color:#036;
-    color: #fff;
-}
-table.summary td {
-    background-color:#eee;
-    border: 1px solid black;
-}
-
-em {
-    color: #A00;
-}
-em.comment {
-    color: #390;
-}
-.string {
-    color: #009;
-}
-div#footer {
-    text-align:center;
-}
-#overview {
-    padding:2px;
-}
-
-hr {
-    height: 1px;
-    color: #000;
-}
-
-/* JXR style sheet */
-#jxr_comment
-{
-    color: #390;
-}
-
-#jxr_javadoccomment
-{
-    color: #A00;
-}
-
-#jxr_string
-{
-    color: #009;
-}
-
-#jxr_keyword
-{
-    color: #000;
-}
+/* Javadoc style sheet */
+/* Define colors, fonts and other style attributes here to override the 
defaults  */
+body {
+    background-color: #fff;
+    font-family: Arial, Helvetica, sans-serif;
+}
+
+a:link {
+    color: #00f;
+}
+a:visited {
+    color: #00a;
+}
+
+a:active, a:hover {
+    color: #f30 !important;
+}
+
+ul, li {
+    list-style-type:none;
+    margin:0;
+    padding:0;
+}
+
+table td {
+    padding: 3px;
+    border: 1px solid #000;
+}
+table {
+    width:100%;
+    border: 1px solid #000;
+    border-collapse: collapse;
+}
+
+div.overview {
+    background-color:#ddd;
+    padding: 4px 4px 4px 0;
+}
+div.overview li, div.framenoframe li {
+    display: inline;
+}
+div.framenoframe {
+    text-align: center;
+    font-size: x-small;
+}
+div.framenoframe li {
+    margin: 0 3px 0 3px;
+}
+div.overview li {
+    margin:3px 3px 0 3px;
+    padding: 4px;
+}
+li.selected {
+    background-color:#888;
+    color: #fff;
+    font-weight: bold;
+}
+
+table.summary {
+    margin-bottom: 20px;
+}
+table.summary td, table.summary th {
+    font-weight: bold;
+    text-align: left;
+    padding: 3px;
+}
+table.summary th {
+    background-color:#036;
+    color: #fff;
+}
+table.summary td {
+    background-color:#eee;
+    border: 1px solid black;
+}
+
+em {
+    color: #A00;
+}
+em.comment {
+    color: #390;
+}
+.string {
+    color: #009;
+}
+div#footer {
+    text-align:center;
+}
+#overview {
+    padding:2px;
+}
+
+hr {
+    height: 1px;
+    color: #000;
+}
+
+/* JXR style sheet */
+#jxr_comment
+{
+    color: #390;
+}
+
+#jxr_javadoccomment
+{
+    color: #A00;
+}
+
+#jxr_string
+{
+    color: #009;
+}
+
+#jxr_keyword
+{
+    color: #000;
+}

Propchange: 
maven/plugins/trunk/maven-jxr-plugin/src/main/resources/stylesheet.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-jxr-plugin/src/site/apt/examples/aggregate.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-jxr-plugin/src/site/apt/examples/linkjavadoc.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-jxr-plugin/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-jxr-plugin/src/site/apt/usage.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: 
maven/plugins/trunk/maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css?view=diff&rev=508746&r1=508745&r2=508746
==============================================================================
--- 
maven/plugins/trunk/maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css
 (original)
+++ 
maven/plugins/trunk/maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css
 Sat Feb 17 01:30:25 2007
@@ -1,96 +1,96 @@
-/* Javadoc style sheet */
-/* Define colors, fonts and other style attributes here to override the 
defaults  */
-body { 
-       background-color: #fff;
-       font-family: Arial, Helvetica, sans-serif;
-}
-
-a:link {
- color: #00f;
-}
-a:visited {
- color: #00a;
-}
-
-a:active, a:hover {
- color: #f30 !important;
-}
-
-ul, li {
-       list-style-type:none ;
-       margin:0;
-       padding:0;
-}
-
-table td{
-       padding: 3px;
-       border: 1px solid #000;
-}
-table{
-       width:100%;
-       border: 1px solid #000;
-       border-collapse: collapse;
-}
-
-div.overview {
-       background-color:#ddd;
-       padding: 4px 4px 4px 0;
-}
-div.overview li, div.framenoframe li {
-       display: inline;
-}
-div.framenoframe {
-       text-align: center;
-       font-size: x-small;
-}
-div.framenoframe li {
-       margin: 0 3px 0 3px;
-}
-div.overview li {
-       margin:3px 3px 0 3px;
-       padding: 4px;
-}
-li.selected {
-       background-color:#888;
-       color: #fff;
-       font-weight: bold;
-}
-
-table.summary {
-       margin-bottom: 20px;
-}
-table.summary td, table.summary th {
-       font-weight: bold;
-       text-align: left;
-       padding: 3px;
-}
-table.summary th{
-       background-color:#036;
-       color: #fff;
-}
-table.summary td{
-       background-color:#eee;
-       border: 1px solid black;
-}
-
-em {
-       color: #A00;
-}
-em.comment {
-       color: #390;
-}
-.string {
-       color: #009;
-}
-div#footer {
-       text-align:center;
-}
-#overview {
-       padding:2px;
-}
-            
-            
-hr {
-       height: 1px;
-       color: #000;
+/* Javadoc style sheet */
+/* Define colors, fonts and other style attributes here to override the 
defaults  */
+body { 
+       background-color: #fff;
+       font-family: Arial, Helvetica, sans-serif;
+}
+
+a:link {
+ color: #00f;
+}
+a:visited {
+ color: #00a;
+}
+
+a:active, a:hover {
+ color: #f30 !important;
+}
+
+ul, li {
+       list-style-type:none ;
+       margin:0;
+       padding:0;
+}
+
+table td{
+       padding: 3px;
+       border: 1px solid #000;
+}
+table{
+       width:100%;
+       border: 1px solid #000;
+       border-collapse: collapse;
+}
+
+div.overview {
+       background-color:#ddd;
+       padding: 4px 4px 4px 0;
+}
+div.overview li, div.framenoframe li {
+       display: inline;
+}
+div.framenoframe {
+       text-align: center;
+       font-size: x-small;
+}
+div.framenoframe li {
+       margin: 0 3px 0 3px;
+}
+div.overview li {
+       margin:3px 3px 0 3px;
+       padding: 4px;
+}
+li.selected {
+       background-color:#888;
+       color: #fff;
+       font-weight: bold;
+}
+
+table.summary {
+       margin-bottom: 20px;
+}
+table.summary td, table.summary th {
+       font-weight: bold;
+       text-align: left;
+       padding: 3px;
+}
+table.summary th{
+       background-color:#036;
+       color: #fff;
+}
+table.summary td{
+       background-color:#eee;
+       border: 1px solid black;
+}
+
+em {
+       color: #A00;
+}
+em.comment {
+       color: #390;
+}
+.string {
+       color: #009;
+}
+div#footer {
+       text-align:center;
+}
+#overview {
+       padding:2px;
+}
+            
+            
+hr {
+       height: 1px;
+       color: #000;
 }

Propchange: 
maven/plugins/trunk/maven-jxr-plugin/src/site/resources/example/xref/stylesheet.css
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to