Author: nickboldt
Date: 2011-06-29 12:03:30 -0400 (Wed, 29 Jun 2011)
New Revision: 32452
Modified:
trunk/build/aggregate/site/index-template.html
trunk/build/aggregate/site/index.html
trunk/build/aggregate/soa-site/index-template.html
trunk/build/aggregate/soa-site/index.html
Log:
replace relative paths w/ absolute ones
Modified: trunk/build/aggregate/site/index-template.html
===================================================================
--- trunk/build/aggregate/site/index-template.html 2011-06-29 15:55:57 UTC (rev 32451)
+++ trunk/build/aggregate/site/index-template.html 2011-06-29 16:03:30 UTC (rev 32452)
@@ -2,7 +2,7 @@
<head>
<title>JBoss Tools ${update.site.description} Update
Site${update.site.version}</title>
<style>
-@import url("../web/site.css");
+@import
url("http://download.jboss.org/jbosstools/updates/web/site.css");
</style>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
Modified: trunk/build/aggregate/site/index.html
===================================================================
--- trunk/build/aggregate/site/index.html 2011-06-29 15:55:57 UTC (rev 32451)
+++ trunk/build/aggregate/site/index.html 2011-06-29 16:03:30 UTC (rev 32452)
@@ -2,7 +2,7 @@
<head>
<title>JBoss Tools Nightly Build Update Site</title>
<style>
-@import url("../web/site.css");
+@import
url("http://download.jboss.org/jbosstools/updates/web/site.css");
</style>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
Modified: trunk/build/aggregate/soa-site/index-template.html
===================================================================
--- trunk/build/aggregate/soa-site/index-template.html 2011-06-29 15:55:57 UTC (rev
32451)
+++ trunk/build/aggregate/soa-site/index-template.html 2011-06-29 16:03:30 UTC (rev
32452)
@@ -2,7 +2,7 @@
<head>
<title>JBoss Tools - SOA Tooling - ${update.site.description} Update
Site${update.site.version}</title>
<style>
-@import url("../web/site.css");
+@import
url("http://download.jboss.org/jbosstools/updates/web/site.css");
</style>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">
Modified: trunk/build/aggregate/soa-site/index.html
===================================================================
--- trunk/build/aggregate/soa-site/index.html 2011-06-29 15:55:57 UTC (rev 32451)
+++ trunk/build/aggregate/soa-site/index.html 2011-06-29 16:03:30 UTC (rev 32452)
@@ -2,7 +2,7 @@
<head>
<title>JBoss Tools - SOA Tooling - Nightly Build Update Site</title>
<style>
-@import url("../web/site.css");
+@import
url("http://download.jboss.org/jbosstools/updates/web/site.css");
</style>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0"
topmargin="0">