You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2006/11/13 12:22:26 UTC

svn commit: r474255 - in /webservices/axis2/branches/java/1_1: maven.xml xdocs/images/breadcrumbs-bg.gif xdocs/images/h2-bg.gif xdocs/images/leftcolumn-bg.gif xdocs/style/ xdocs/style/maven-theme.css

Author: thilina
Date: Mon Nov 13 03:22:25 2006
New Revision: 474255

URL: http://svn.apache.org/viewvc?view=rev&rev=474255
Log:
Applying the patch given at http://issues.apache.org/jira/browse/AXIS2-1692

Great work Amal.. Thanx a ton..


Added:
    webservices/axis2/branches/java/1_1/xdocs/images/breadcrumbs-bg.gif   (with props)
    webservices/axis2/branches/java/1_1/xdocs/images/h2-bg.gif   (with props)
    webservices/axis2/branches/java/1_1/xdocs/images/leftcolumn-bg.gif   (with props)
    webservices/axis2/branches/java/1_1/xdocs/style/
    webservices/axis2/branches/java/1_1/xdocs/style/maven-theme.css
Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=474255&r1=474254&r2=474255
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Mon Nov 13 03:22:25 2006
@@ -933,6 +933,14 @@
             <ant:link href="http://xmlbeans.apache.org/docs/2.1.0/reference/"/>
         </ant:javadoc>
     </goal>
+    
+    <postGoal name="site">
+         <ant:copy toDir="target/docs/style" overwrite="true">
+             <ant:fileset dir="xdocs/style">
+                 <ant:include name="*.css"/>
+             </ant:fileset>
+         </ant:copy>
+    </postGoal>
 
     <!-- ================================================================ -->
     <!--- Reports -->

Added: webservices/axis2/branches/java/1_1/xdocs/images/breadcrumbs-bg.gif
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/images/breadcrumbs-bg.gif?view=auto&rev=474255
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/branches/java/1_1/xdocs/images/breadcrumbs-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/branches/java/1_1/xdocs/images/h2-bg.gif
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/images/h2-bg.gif?view=auto&rev=474255
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/branches/java/1_1/xdocs/images/h2-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/branches/java/1_1/xdocs/images/leftcolumn-bg.gif
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/images/leftcolumn-bg.gif?view=auto&rev=474255
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/branches/java/1_1/xdocs/images/leftcolumn-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/branches/java/1_1/xdocs/style/maven-theme.css
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/style/maven-theme.css?view=auto&rev=474255
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/style/maven-theme.css (added)
+++ webservices/axis2/branches/java/1_1/xdocs/style/maven-theme.css Mon Nov 13 03:22:25 2006
@@ -0,0 +1,101 @@
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 15px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+background-image: url(../images/h2-bg.gif); 
+	background-repeat: repeat-x; 
+	background-attachment: scroll; 
+	background-position: left top; 
+	height: 20px;
+  padding: 4px 4px 4px 6px;
+  border-bottom: 1px solid #cccccc;
+  color: #333333;
+  background-color: #ffffff;
+  font-weight:900;
+  font-size: large;
+}
+h3 {
+padding: 4px 4px 2px 6px;
+  border-bottom: 1px solid #cccccc;
+  border-top: 0px solid #cccccc;
+  border-left: 0px solid #cccccc;
+  border-right: 0px solid #cccccc;
+  color: #666666;
+  font-weight: semi-bold;
+  font-size: normal;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#banner { 
+	background-color: #ffffff; 
+	border-bottom: 1px solid #fff; 
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  background-image: url(../images/breadcrumbs-bg.gif); 
+	background-repeat: repeat-x; 
+	background-attachment: scroll; 
+	background-position: left top; 
+	height: 28px;
+}
+#leftColumn {
+  margin: 5px 0 0 10px;
+  border: 1px solid #b5b5b5;
+  background-color: #ffffff;
+  background-image: url(../images/leftcolumn-bg.gif); 
+	background-repeat: repeat-x; 
+	background-attachment: scroll; 
+	background-position: left top;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 4px;
+  padding-bottom: 4px;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org