You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/10/02 12:43:41 UTC

svn commit: r701071 - /servicemix/scripts/builds/webapps/builds/status.jsp

Author: lhein
Date: Thu Oct  2 03:43:40 2008
New Revision: 701071

URL: http://svn.apache.org/viewvc?rev=701071&view=rev
Log:
done some formatting

Modified:
    servicemix/scripts/builds/webapps/builds/status.jsp

Modified: servicemix/scripts/builds/webapps/builds/status.jsp
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/webapps/builds/status.jsp?rev=701071&r1=701070&r2=701071&view=diff
==============================================================================
--- servicemix/scripts/builds/webapps/builds/status.jsp (original)
+++ servicemix/scripts/builds/webapps/builds/status.jsp Thu Oct  2 03:43:40 2008
@@ -132,66 +132,66 @@
   }
 %>
 
-<table>
+<table width='80%' cellpadding='0' cellspacing='0'>
   <tr>
-    <td>ActiveMQ trunk deploy</td>
-    <td><%= processBuildFile("activemq-deploy.log")%></td>
+    <td width='60%'>ActiveMQ trunk deploy</td>
+    <td width='40%'><%= processBuildFile("activemq-deploy.log")%></td>
   </tr>
   <tr>
-    <td>Camel trunk deploy</td>
-    <td><%= processBuildFile("camel-deploy.log")%></td>
+    <td width='60%'>Camel trunk deploy</td>
+    <td width='40%'><%= processBuildFile("camel-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 3.2 deploy 1</td>
-    <td><%= processBuildFile("servicemix-3.2-deploy.log")%></td>
+    <td width='60%'>ServiceMix 3.2 deploy 1</td>
+    <td width='40%'><%= processBuildFile("servicemix-3.2-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 3.2 deploy 2</td>
-    <td><%= processBuildFile("servicemix-3.2-deploy-2.log")%></td>
+    <td width='60%'>ServiceMix 3.2 deploy 2</td>
+    <td width='40%'><%= processBuildFile("servicemix-3.2-deploy-2.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 3.3 deploy</td>
-    <td><%= processBuildFile("smx-3.3-trunk-deploy.log")%></td>
+    <td width='60%'>ServiceMix 3.3 deploy</td>
+    <td width='40%'><%= processBuildFile("smx-3.3-trunk-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 4 legal deploy</td>
-    <td><%= processBuildFile("smx4-legal-deploy.log")%></td>
+    <td width='60%'>ServiceMix 4 legal deploy</td>
+    <td width='40%'><%= processBuildFile("smx4-legal-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 4 bundles deploy</td>
-    <td><%= processBuildFile("smx4-bundles-deploy.log")%></td>
+    <td width='60%'>ServiceMix 4 bundles deploy</td>
+    <td width='40%'><%= processBuildFile("smx4-bundles-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 4 kernel deploy</td>
-    <td><%= processBuildFile("smx4-kernel-deploy.log")%></td>
+    <td width='60%'>ServiceMix 4 kernel deploy</td>
+    <td width='40%'><%= processBuildFile("smx4-kernel-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 4 specs deploy</td>
-    <td><%= processBuildFile("smx4-specs-deploy.log")%></td>
+    <td width='60%'>ServiceMix 4 specs deploy</td>
+    <td width='40%'><%= processBuildFile("smx4-specs-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 4 nmr deploy</td>
-    <td><%= processBuildFile("smx4-nmr-deploy.log")%></td>
+    <td width='60%'>ServiceMix 4 nmr deploy</td>
+    <td width='40%'><%= processBuildFile("smx4-nmr-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix 4 features deploy</td>
-    <td><%= processBuildFile("smx4-features-deploy.log")%></td>
+    <td width='60%'>ServiceMix 4 features deploy</td>
+    <td width='40%'><%= processBuildFile("smx4-features-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix Components POM</td>
-    <td><%= processBuildFile("smx-components-pom-deploy.log")%></td>
+    <td width='60%'>ServiceMix Components POM</td>
+    <td width='40%'><%= processBuildFile("smx-components-pom-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix Archetypes</td>
-    <td><%= processBuildFile("smx-archetypes-deploy.log")%></td>
+    <td width='60%'>ServiceMix Archetypes</td>
+    <td width='40%'><%= processBuildFile("smx-archetypes-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix Maven Plugins POM</td>
-    <td><%= processBuildFile("smx-mvn-plugins-pom-deploy.log")%></td>
+    <td width='60%'>ServiceMix Maven Plugins POM</td>
+    <td width='40%'><%= processBuildFile("smx-mvn-plugins-pom-deploy.log")%></td>
   </tr>
   <tr>
-    <td>ServiceMix Utils</td>
-    <td><%= processBuildFile("smx-utils-trunk-deploy.log")%></td>
+    <td width='60%'>ServiceMix Utils</td>
+    <td width='40%'><%= processBuildFile("smx-utils-trunk-deploy.log")%></td>
   </tr>
 </table>
 </body>