Skip to content

Commit

Permalink
Bug 1035324 Change Product name to JBoss Portal in Quickstarts
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Nov 28, 2013
1 parent 8995312 commit 2ff2988
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 34 deletions.
Expand Up @@ -33,7 +33,7 @@
<name>portal</name>
<object type="org.exoplatform.container.definition.PortalContainerDefinition">
<!-- The name of the Portal Container: note that a Portal Container called "portal"
already exists in the default JPP installation. Therefore, we actually redefine
already exists in the default GateIn installation. Therefore, we actually redefine
that existing Portal Container here. -->
<field name="name">
<string>portal</string>
Expand Down
Expand Up @@ -37,15 +37,15 @@
<!--
Note that we actually do not need to name locale.navigation.portal.classic and
locale.navigation.group.platform.administrators here as they are in init.resources
of the default JPP installation. But it makes no harm to include them once again here.
of the default Portal installation. But it makes no harm to include them once again here.
-->
<value>locale.navigation.portal.classic</value>
<value>locale.navigation.group.platform.administrators</value>
</values-param>
<values-param>
<name>portal.resource.names</name>
<description>These resources are merged to a single resource bundle which is accessible from anywhere
in JPP. All these keys are located in the same bundle, which is separated from the navigation
in the Portal. All these keys are located in the same bundle, which is separated from the navigation
resource bundles.</description>
<value>locale.portal.extension</value>
</values-param>
Expand Down
Expand Up @@ -33,7 +33,7 @@
<css-path>/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet.css</css-path>
</portlet-skin>

<!-- JPP will load this CSS for HomePagePortlet instead of the default one. -->
<!-- JBoss Portal will load this CSS for HomePagePortlet instead of the default one. -->
<portlet-skin>
<!--
The name of the web application containing the portlet.xml file in which
Expand All @@ -44,7 +44,7 @@
<!-- <portlet-name> value from the portlet.xml referenced above -->
<portlet-name>HomePagePortlet</portlet-name>
<skin-name>JppSkin</skin-name>
<css-path>/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet-JPP.css</css-path>
<css-path>/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet-jboss-portal.css</css-path>
</portlet-skin>

<!--
Expand All @@ -59,14 +59,14 @@
</portlet-skin>

<!--
JPP will load this CSS for BannerPortlet instead of the default one.
JBoss Portal will load this CSS for BannerPortlet instead of the default one.
We want to replace the default logo with ours.
-->
<portlet-skin>
<application-name>web</application-name>
<portlet-name>BannerPortlet</portlet-name>
<skin-name>JppSkin</skin-name>
<css-path>/templates/skin/webui/component/UIBannerPortlet/DefaultStylesheet-JPP.css</css-path>
<css-path>/templates/skin/webui/component/UIBannerPortlet/DefaultStylesheet-jboss-portal.css</css-path>
</portlet-skin>


Expand Down
Expand Up @@ -254,9 +254,9 @@ public static class LinksAndVersions {
public static final String compatibility_portal_community_versionMinor = "6";
public static final String compatibility_portal_community_versionMm = "3.6";
public static final String compatibility_portal_community_versionMmm = "3.6.0";
public static final String compatibility_portal_product_projectName = "JBoss Portal Platform";
public static final String compatibility_portal_product_projectNameAndVersion = "JBoss Portal Platform 6.1";
public static final String compatibility_portal_product_projectNameShort = "JPP";
public static final String compatibility_portal_product_projectName = "Red Hat JBoss Portal";
public static final String compatibility_portal_product_projectNameAndVersion = "Red Hat JBoss Portal 6.1";
public static final String compatibility_portal_product_projectNameShort = "JBoss Portal";
public static final String compatibility_portal_product_versionMajor = "6";
public static final String compatibility_portal_product_versionMicro = "0";
public static final String compatibility_portal_product_versionMinor = "1";
Expand Down
Expand Up @@ -35,8 +35,8 @@
}

.UIBannerPortlet .RightBanner {
background: url('DefaultSkin/background/JPP-extension-logo.gif') no-repeat 13px 22px; /* orientation=lt */
background: url('DefaultSkin/background/JPP-extension-logo.gif') no-repeat right 22px; /* orientation=rt */
background: url('DefaultSkin/background/jboss-portal-extension-logo.gif') no-repeat 13px 22px; /* orientation=lt */
background: url('DefaultSkin/background/jboss-portal-extension-logo.gif') no-repeat right 22px; /* orientation=rt */
}

.UIBannerPortlet .MiddleBanner {
Expand Down
Expand Up @@ -88,7 +88,7 @@
}

.UIHomePagePortlet .AdImageLeft {
background: url('DefaultSkin/background/RightHome-JPP.jpg') no-repeat left top;
background: url('DefaultSkin/background/RightHome-jboss-portal.jpg') no-repeat left top;
}

* html .UIHomePagePortlet .AdImageLeft {
Expand Down
Expand Up @@ -43,7 +43,7 @@
<!-- <portlet-name> value from the portlet.xml referenced above -->
<portlet-name>HomePagePortlet</portlet-name>
<skin-name>JppSkin</skin-name>
<css-path>/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet-JPP.css</css-path>
<css-path>/templates/skin/webui/component/UIHomePagePortlet/DefaultStylesheet-jboss-portal.css</css-path>
</portlet-skin>


Expand All @@ -59,14 +59,14 @@
</portlet-skin>

<!--
JPP will load this CSS for BannerPortlet instead of the default one.
JBoss Portal will load this CSS for BannerPortlet instead of the default one.
We want to replace the default logo with ours.
-->
<portlet-skin>
<application-name>web</application-name>
<portlet-name>BannerPortlet</portlet-name>
<skin-name>JppSkin</skin-name>
<css-path>/templates/skin/webui/component/UIBannerPortlet/DefaultStylesheet-JPP.css</css-path>
<css-path>/templates/skin/webui/component/UIBannerPortlet/DefaultStylesheet-jboss-portal.css</css-path>
</portlet-skin>


Expand Down
Expand Up @@ -154,9 +154,9 @@ public static class LinksAndVersions {
public static final String compatibility_portal_community_versionMinor = "6";
public static final String compatibility_portal_community_versionMm = "3.6";
public static final String compatibility_portal_community_versionMmm = "3.6.0";
public static final String compatibility_portal_product_projectName = "JBoss Portal Platform";
public static final String compatibility_portal_product_projectNameAndVersion = "JBoss Portal Platform 6.1";
public static final String compatibility_portal_product_projectNameShort = "JPP";
public static final String compatibility_portal_product_projectName = "Red Hat JBoss Portal";
public static final String compatibility_portal_product_projectNameAndVersion = "Red Hat JBoss Portal 6.1";
public static final String compatibility_portal_product_projectNameShort = "JBoss Portal";
public static final String compatibility_portal_product_versionMajor = "6";
public static final String compatibility_portal_product_versionMicro = "0";
public static final String compatibility_portal_product_versionMinor = "1";
Expand Down
Expand Up @@ -34,8 +34,8 @@
}

.UIBannerPortlet .RightBanner {
background: url('DefaultSkin/background/JPP-sample-portal-logo.gif') no-repeat 13px 22px; /* orientation=lt */
background: url('DefaultSkin/background/JPP-extension-logo.gif') no-repeat right 22px; /* orientation=rt */
background: url('DefaultSkin/background/jboss-portal-sample-portal-logo.gif') no-repeat 13px 22px; /* orientation=lt */
background: url('DefaultSkin/background/jboss-portal-extension-logo.gif') no-repeat right 22px; /* orientation=rt */
}

.UIBannerPortlet .MiddleBanner {
Expand Down
Expand Up @@ -88,7 +88,7 @@
}

.UIHomePagePortlet .AdImageLeft {
background: url('DefaultSkin/background/RightHome-JPP.jpg') no-repeat left top;
background: url('DefaultSkin/background/RightHome-jboss-portal.jpg') no-repeat left top;
height: 148px;
}

Expand Down
4 changes: 2 additions & 2 deletions howto-release.adoc
Expand Up @@ -53,13 +53,13 @@ total 3248
-rw-rw-r--. 1 ppalaga ppalaga 81222 May 14 15:35 social-portlets.zip
# in most cases, you want to publish the *-Quickstarts.zip file (which contains all quickstarts)
# separately under GateIn/JPP Downloads
# separately under GateIn/JBoss Portal Downloads
mv -t /tmp *-Quickstarts.zip
# the remainig files belong to download.jboss.org/gatein/quickstarts/[jpp|gatein]-[major].[minor] folder
rsync * ...
----

. Upload the `*-Quickstarts.zip` file to GateIn/JPP Downloads:
. Upload the `*-Quickstarts.zip` file to GateIn/JBoss Portal Downloads:
+
[source,sh]
----
Expand Down
Expand Up @@ -56,7 +56,7 @@
<css-path>/css/QuickstartStylesheet.css</css-path>
</portlet-skin>

<!-- Skin definition for JPP -->
<!-- Skin definition for JBoss Portal -->
<portlet-skin>
<application-name>navigation-api-portlet</application-name>
<portlet-name>QuickstartNavigationPortlet</portlet-name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -75,8 +75,8 @@
<compatibility.portal.product.versionMicro>0</compatibility.portal.product.versionMicro>
<compatibility.portal.product.versionMm>${compatibility.portal.product.versionMajor}.${compatibility.portal.product.versionMinor}</compatibility.portal.product.versionMm>
<compatibility.portal.product.versionMmm>${compatibility.portal.product.versionMm}.${compatibility.portal.product.versionMicro}</compatibility.portal.product.versionMmm>
<compatibility.portal.product.projectName>JBoss Portal Platform</compatibility.portal.product.projectName>
<compatibility.portal.product.projectNameShort>JPP</compatibility.portal.product.projectNameShort>
<compatibility.portal.product.projectName>Red Hat JBoss Portal</compatibility.portal.product.projectName>
<compatibility.portal.product.projectNameShort>JBoss Portal</compatibility.portal.product.projectNameShort>
<compatibility.portal.product.projectNameAndVersion>${compatibility.portal.product.projectName} ${compatibility.portal.product.versionMm}</compatibility.portal.product.projectNameAndVersion>

<compatibility.portal.versionMajor>${compatibility.portal.community.versionMajor}</compatibility.portal.versionMajor>
Expand Down
12 changes: 6 additions & 6 deletions settings-zipped-repos.xml
Expand Up @@ -33,9 +33,9 @@
<id>jboss-local-repositories</id>
<repositories>
<repository>
<id>jpp</id>
<!-- Change this to where you have unpacked the zipped JPP 6.1.0 Maven repository -->
<url>file:///path/to/repo/jboss-jpp-6.1.0-maven-repository</url>
<id>jboss-portal</id>
<!-- Change this to where you have unpacked the zipped JBoss Portal 6.1.0 Maven repository -->
<url>file:///path/to/repo/jboss-portal-6.1.0-maven-repository</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down Expand Up @@ -136,9 +136,9 @@

<pluginRepositories>
<pluginRepository>
<id>jpp-plugins</id>
<!-- Change this to where you have unpacked the zipped JPP Maven repository -->
<url>file:///path/to/repo/jboss-jpp-6.1.0-maven-repository</url>
<id>jboss-portal-plugins</id>
<!-- Change this to where you have unpacked the zipped JBoss Portal Maven repository -->
<url>file:///path/to/repo/jboss-portal-6.1.0-maven-repository</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
Expand Up @@ -33,7 +33,7 @@
<name>portal</name>
<object type="org.exoplatform.container.definition.PortalContainerDefinition">
<!-- The name of the Portal Container: note that a Portal Container called "portal"
already exists in the default JPP installation. Therefore, we actually redefine
already exists in the default ${compatibility.portal.projectNameShort} installation. Therefore, we actually redefine
that existing Portal Container here. -->
<field name="name">
<string>portal</string>
Expand Down

0 comments on commit 2ff2988

Please sign in to comment.