Author: thomas.heute(a)jboss.com
Date: 2009-01-21 06:49:15 -0500 (Wed, 21 Jan 2009)
New Revision: 12583
Modified:
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/1column/index.jsp
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/3columns/index.jsp
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/index.jsp
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/maximized.jsp
branches/Enterprise_Portal_Platform_4_3/server/src/main/org/jboss/portal/server/PortalConstants.java
Log:
JBoss Enterprise Portal Platform
Modified:
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/1column/index.jsp
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/1column/index.jsp 2009-01-21
11:34:58 UTC (rev 12582)
+++
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/1column/index.jsp 2009-01-21
11:49:15 UTC (rev 12583)
@@ -54,7 +54,7 @@
<!-- TODO: Fix the auto jump in this tag -->
<div id="footer-container" class="portal-copyright"><%=
rb.getString("POWERED_BY") %>
-<a class="portal-copyright"
href="http://www.jboss.com/products/jbossportal">JBoss
Portal</a><br/>
+<a class="portal-copyright"
href="http://www.redhat.com/jboss/platforms/portals/">JBoss Enterprise Portal
Platform</a><br/>
</div>
<p:region regionName='AJAXFooter' regionID='AJAXFooter'/>
Modified:
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/3columns/index.jsp
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/3columns/index.jsp 2009-01-21
11:34:58 UTC (rev 12582)
+++
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/3columns/index.jsp 2009-01-21
11:49:15 UTC (rev 12583)
@@ -61,7 +61,7 @@
<!-- TODO: Fix the auto jump in this tag -->
<div id="footer-container" class="portal-copyright"><%=
rb.getString("POWERED_BY") %>
-<a class="portal-copyright"
href="http://www.jboss.com/products/jbossportal">JBoss
Portal</a><br/>
+<a class="portal-copyright"
href="http://www.redhat.com/jboss/platforms/portals/">JBoss Enterprise Portal
Platform</a><br/>
</div>
<p:region regionName='AJAXFooter' regionID='AJAXFooter'/>
Modified:
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/index.jsp
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/index.jsp 2009-01-21
11:34:58 UTC (rev 12582)
+++
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/index.jsp 2009-01-21
11:49:15 UTC (rev 12583)
@@ -49,7 +49,7 @@
</div>
<div id="footer-container" class="portal-copyright"><%=
rb.getString("POWERED_BY") %>
-<a class="portal-copyright"
href="http://www.jboss.com/products/jbossportal">JBoss
Portal</a><br/>
+<a class="portal-copyright"
href="http://www.redhat.com/jboss/platforms/portals/">JBoss Enterprise Portal
Platform</a><br/>
</div>
<p:region regionName='AJAXFooter' regionID='AJAXFooter'/>
Modified:
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/maximized.jsp
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/maximized.jsp 2009-01-21
11:34:58 UTC (rev 12582)
+++
branches/Enterprise_Portal_Platform_4_3/core/src/bin/portal-core-war/layouts/generic/maximized.jsp 2009-01-21
11:49:15 UTC (rev 12583)
@@ -41,7 +41,7 @@
<hr class="cleaner"/>
<div id="footer-container"
class="portal-copyright"><%= rb.getString("POWERED_BY") %>
- <a class="portal-copyright"
href="http://www.jboss.com/products/jbossportal">JBoss
Portal</a><br>
+ <a class="portal-copyright"
href="http://www.redhat.com/jboss/platforms/portals/">JBoss Enterprise Portal
Platform</a><br>
<span id="ThemeBy"></span>
</div>
</div>
Modified:
branches/Enterprise_Portal_Platform_4_3/server/src/main/org/jboss/portal/server/PortalConstants.java
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/server/src/main/org/jboss/portal/server/PortalConstants.java 2009-01-21
11:34:58 UTC (rev 12582)
+++
branches/Enterprise_Portal_Platform_4_3/server/src/main/org/jboss/portal/server/PortalConstants.java 2009-01-21
11:49:15 UTC (rev 12583)
@@ -36,7 +36,7 @@
{
/** Current version. */
- public static final Version VERSION = new Version("Enterprise Portal
Platform", 4, 3, 0, new Version.Qualifier(Version.Qualifier.Prefix.SNAPSHOT),
"Enterprise");
+ public static final Version VERSION = new Version("JBoss Enterprise Portal
Platform", 4, 3, 0, new Version.Qualifier(Version.Qualifier.Prefix.SNAPSHOT),
"Enterprise");
/** The default portal name. */
public static final String DEFAULT_PORTAL_NAME = "default";