Author: heiko.braun(a)jboss.com
Date: 2008-01-09 15:55:27 -0500 (Wed, 09 Jan 2008)
New Revision: 5441
Removed:
stack/native/trunk/src/main/resources/jbossws.war/
Modified:
stack/native/trunk/build.xml
stack/native/trunk/src/main/resources/jbossws-context.war/index.html
stack/native/trunk/src/main/resources/jbossws-context.war/styles.css
Log:
Clean up web console, include implementation version and build id
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2008-01-09 20:37:24 UTC (rev 5440)
+++ stack/native/trunk/build.xml 2008-01-09 20:55:27 UTC (rev 5441)
@@ -235,12 +235,17 @@
</jar>
<!-- Build jbossws-context.war -->
- <copy todir="${core.output.lib.dir}/jbossws-context.war">
+ <copy todir="${core.output.lib.dir}/jbossws-context.war"
filtering="true">
<fileset dir="${core.resources.dir}/jbossws-context.war">
<include name="index.html"/>
<include name="styles.css"/>
<include name="WEB-INF/**"/>
</fileset>
+ <filterset>
+ <filter token="build.id" value="${build.id}"/>
+ <filter token="implementation.version"
value="jbossws-native-${version.id}"/>
+ <filtersfile file="${core.dir}/version.properties"/>
+ </filterset>
</copy>
<!-- Build jbossws-core-scripts.zip -->
Modified: stack/native/trunk/src/main/resources/jbossws-context.war/index.html
===================================================================
--- stack/native/trunk/src/main/resources/jbossws-context.war/index.html 2008-01-09
20:37:24 UTC (rev 5440)
+++ stack/native/trunk/src/main/resources/jbossws-context.war/index.html 2008-01-09
20:55:27 UTC (rev 5441)
@@ -1,14 +1,14 @@
<html><head>
<meta http-equiv='Content-Type content='text/html;
charset=iso-8859-1'>
-<title>JBossWS</title>
+<title>JBossWS (@implementation.version@)</title>
<link rel='stylesheet' href='./styles.css'>
</head>
<body>
-<div class='pageHeader'>Welcome to JBoss Web Services</div>
+<div class='pageHeader'>JBossWS</div>
<div class="pageSection">
-<h2>J2EE compatible web services</h2>
+<h2>Welcome to JBoss Web Services</h2>
JBossWS is a JAX-WS compliant web service stack developed to be part of JBoss'
JavaEE5 offering.
</div>
@@ -18,7 +18,9 @@
<fieldset>
<legend><b>Runtime information</b></legend>
<ul>
- <li><a href="services">View a list of deployed
services</a></li>
+ <li><b>Revision: @implementation.version@</b></li>
+ <li><b>Build: @build.id@</b></li>
+ <li><a href="services">View a list of deployed
services</a></li>
<!--li><a href="depends">View installed
dependencies</a></li-->
<li><a href="/jmx-console/">Access JMX
console</a></li>
</ul>
Modified: stack/native/trunk/src/main/resources/jbossws-context.war/styles.css
===================================================================
--- stack/native/trunk/src/main/resources/jbossws-context.war/styles.css 2008-01-09
20:37:24 UTC (rev 5440)
+++ stack/native/trunk/src/main/resources/jbossws-context.war/styles.css 2008-01-09
20:55:27 UTC (rev 5441)
@@ -18,7 +18,7 @@
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
- background-color: #aaaadd;
+ background-color: #3b4f66;
max-width: 900px;
}
@@ -29,7 +29,7 @@
}
.metrics
-{
+{
font-size: 6pt;
background-color: #dddddd;
width: 100%;
@@ -41,7 +41,7 @@
font-size: 8pt;
font-weight: 600;
text-align: center;
- background-color: #aaaadd;
+ background-color: #3b4f66;
}
/* table row list view */
@@ -171,7 +171,7 @@
a {
font-family: Verdana, sans-serif;
- color: #0000dd;
+ color: #3b4f66;
text-decoration: none;
}
Show replies by date