Author: nickboldt
Date: 2011-06-29 11:55:57 -0400 (Wed, 29 Jun 2011)
New Revision: 32451
Modified:
branches/jbosstools-3.2.x/build/aggregate/site/index-template.html
branches/jbosstools-3.2.x/build/aggregate/site/index.html
Log:
replace relative paths w/ absolute ones
Modified: branches/jbosstools-3.2.x/build/aggregate/site/index-template.html
===================================================================
--- branches/jbosstools-3.2.x/build/aggregate/site/index-template.html 2011-06-29 15:49:21
UTC (rev 32450)
+++ branches/jbosstools-3.2.x/build/aggregate/site/index-template.html 2011-06-29 15:55:57
UTC (rev 32451)
@@ -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: branches/jbosstools-3.2.x/build/aggregate/site/index.html
===================================================================
--- branches/jbosstools-3.2.x/build/aggregate/site/index.html 2011-06-29 15:49:21 UTC (rev
32450)
+++ branches/jbosstools-3.2.x/build/aggregate/site/index.html 2011-06-29 15:55:57 UTC (rev
32451)
@@ -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">