[gatein/gatein-pc] 604fd3: More verbose logging for unit tests
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-pc
Commit: 604fd30756770dc5de39cff6de65f27184b3fdcb
https://github.com/gatein/gatein-pc/commit/604fd30756770dc5de39cff6de65f2...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M pom.xml
M test/core/src/main/java/org/gatein/pc/test/unit/Failure.java
A test/core/src/main/resources/pc-log4j.properties
M test/servers/tomcat7/pom.xml
Log …
[View More]Message:
-----------
More verbose logging for unit tests
Commit: d997f24155dd0908efc1a00e467d4744aac1045c
https://github.com/gatein/gatein-pc/commit/d997f24155dd0908efc1a00e467d47...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M embed/src/main/java/org/gatein/pc/embed/EmbedServlet.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/LifeCycleStatus.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedObject.java
A portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedObjectFailedEvent.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycle1TestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycleReentranceDetectionTestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/ManagedObjectRegistryEventList.java
Log Message:
-----------
Remove notion of Failed status
Commit: 2ede04d403369dd4c61290c77206126592c06495
https://github.com/gatein/gatein-pc/commit/2ede04d403369dd4c61290c7720612...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/LifeCycleStatus.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletApplicationLifeCycle.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycle1TestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/ManagedObjectRegistryEventList.java
Log Message:
-----------
Rename STOPPED status to CREATED status
Commit: 38a6cebe6d6cecbad90c70805b82d0c62761fb68
https://github.com/gatein/gatein-pc/commit/38a6cebe6d6cecbad90c70805b82d0...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/LifeCycleStatus.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedObject.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletApplicationLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletFilterLifeCycle.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycle1TestCase.java
Log Message:
-----------
Added promote and demote operations for generifying start and stop
Commit: acec7ca4a1d3f441a14ef8beb8d58d4eaed5435a
https://github.com/gatein/gatein-pc/commit/acec7ca4a1d3f441a14ef8beb8d58d...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/LifeCycleStatus.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletApplicationLifeCycle.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycle1TestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/ManagedObjectRegistryEventList.java
Log Message:
-----------
Renamed status CREATED -> INITIALIZED
Commit: 3316b84f57ec8cf840876d7c234e2216a7fd6beb
https://github.com/gatein/gatein-pc/commit/3316b84f57ec8cf840876d7c234e22...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/LifeCycleStatus.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedObject.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletApplicationLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletApplicationContextImpl.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletApplicationDeployment.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletContainerContextImpl.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletFilterContextImpl.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycle1TestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycleReentranceDetectionTestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/ManagedObjectRegistryEventList.java
Log Message:
-----------
Introduce CREATED lifecycle status and renamed managedStop to managedDestroy
Commit: 289bc5f16fea3a97da7e5b987f4c2fcc1f78c148
https://github.com/gatein/gatein-pc/commit/289bc5f16fea3a97da7e5b987f4c2f...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/object/PortletContainerObject.java
M portlet/src/main/java/org/gatein/pc/portlet/container/object/PortletFilterObject.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletApplicationLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletContainerLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletFilterLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/jsr168/PortletContainerImpl.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/jsr168/PortletFilterImpl.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycle1TestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/ObjectSupport.java
Log Message:
-----------
Break the portlet filter and portlet container life cycle in two stages created/started
Commit: fcf799c8ff00bb0e2d1ea1c8d6b5d6c9ee2cd79b
https://github.com/gatein/gatein-pc/commit/fcf799c8ff00bb0e2d1ea1c8d6b5d6...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedObject.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
Log Message:
-----------
Make promote and demote operation not on the managed life cycle interface
Commit: 8784966ce6946d2e820f6acaf22f035a4384fa44
https://github.com/gatein/gatein-pc/commit/8784966ce6946d2e820f6acaf22f03...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedPortletContainer.java
M portlet/src/main/java/org/gatein/pc/portlet/container/object/PortletContainerObject.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletContainerLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/jsr168/PortletContainerImpl.java
M portlet/src/test/java/org/gatein/pc/portlet/container/PortletContainerObjectSupport.java
Log Message:
-----------
Expose the portlet instance from the managed life cycle of the portlet container
Commit: 2ea56c7d16247a1f829520935680c878933f1950
https://github.com/gatein/gatein-pc/commit/2ea56c7d16247a1f829520935680c8...
Author: Ken Finnigan <ken(a)kenfinnigan.me>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedPortletApplication.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedPortletFilter.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletApplicationDeployer.java
Log Message:
-----------
Add PortletFilter and PortletApplication retrieval on Managed types, and create protected method to create portlet application to enable overriding it.
Commit: 56a5b6b429d34fa41c28be61a8f90c655aeba2e2
https://github.com/gatein/gatein-pc/commit/56a5b6b429d34fa41c28be61a8f90c...
Author: Julien Viet <julien(a)julienviet.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M embed/src/main/java/org/gatein/pc/embed/EmbedServlet.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/LifeCycleStatus.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedObject.java
A portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedObjectFailedEvent.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedPortletApplication.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedPortletContainer.java
M portlet/src/main/java/org/gatein/pc/portlet/container/managed/ManagedPortletFilter.java
M portlet/src/main/java/org/gatein/pc/portlet/container/object/PortletContainerObject.java
M portlet/src/main/java/org/gatein/pc/portlet/container/object/PortletFilterObject.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/LifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletApplicationLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletContainerLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/container/PortletFilterLifeCycle.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletApplicationContextImpl.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletApplicationDeployer.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletApplicationDeployment.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletContainerContextImpl.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/deployment/PortletFilterContextImpl.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/jsr168/PortletContainerImpl.java
M portlet/src/main/java/org/gatein/pc/portlet/impl/jsr168/PortletFilterImpl.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycle1TestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/LifeCycleReentranceDetectionTestCase.java
M portlet/src/test/java/org/gatein/pc/portlet/container/ManagedObjectRegistryEventList.java
M portlet/src/test/java/org/gatein/pc/portlet/container/ObjectSupport.java
M portlet/src/test/java/org/gatein/pc/portlet/container/PortletContainerObjectSupport.java
Log Message:
-----------
GTNPC-86: Add a new phase in portlet container managed life cycle
Compare: https://github.com/gatein/gatein-pc/compare/2d46c088581d...56a5b6b429d3
[View Less]
11 years, 12 months
[gatein/gatein-portal] b4eee0: GTNPORTAL-2860 RememberMeFilter doesn't work with ...
by GitHub
Branch: refs/heads/3.5.x
Home: https://github.com/gatein/gatein-portal
Commit: b4eee0acccf5fdcc5fab60910f7c271d2d546fd5
https://github.com/gatein/gatein-portal/commit/b4eee0acccf5fdcc5fab60910f...
Author: Tran The Trong <trongtt(a)gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M component/web/security/src/main/java/org/exoplatform/web/login/RememberMeFilter.java
Log Message:
-----------
GTNPORTAL-2860 RememberMeFilter doesn't work with all …
[View More]type of request
Commit: 6c711006bfe96e98e95db64bdf6c573838fb2d43
https://github.com/gatein/gatein-portal/commit/6c711006bfe96e98e95db64bdf...
Author: Tran The Trong <trongtt(a)gmail.com>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M component/resources/src/main/java/org/exoplatform/services/resources/ResourceBundleDescription.java
M component/resources/src/main/java/org/exoplatform/services/resources/impl/BaseResourceBundleService.java
A component/resources/src/test/java/org/exoplatform/services/resources/TestLocaleConfig.java
A component/resources/src/test/java/org/exoplatform/services/resources/TestResourceBundleService.java
R component/resources/src/test/java/org/exoplatform/services/resources/test/TestLocaleConfig.java
R component/resources/src/test/java/org/exoplatform/services/resources/test/TestResourceBundleService.java
A component/resources/src/test/resources/bundles/locales-config.xml
A component/resources/src/test/resources/bundles/portal/base.properties
A component/resources/src/test/resources/bundles/portal/base_en.properties
A component/resources/src/test/resources/bundles/portal/no-base_en.properties
A component/resources/src/test/resources/bundles/portal/no-base_vi.properties
A component/resources/src/test/resources/bundles/portal/test.properties
A component/resources/src/test/resources/bundles/portal/test_en.properties
A component/resources/src/test/resources/bundles/portal/test_fr.properties
A component/resources/src/test/resources/bundles/portal/test_ru.properties
A component/resources/src/test/resources/bundles/portal/test_vi.properties
A component/resources/src/test/resources/bundles/portal/test_vi.xml
A component/resources/src/test/resources/bundles/portlet/base.properties
A component/resources/src/test/resources/bundles/portlet/base_en.properties
A component/resources/src/test/resources/bundles/portlet/no-base_en.properties
A component/resources/src/test/resources/bundles/portlet/no-base_vi.properties
A component/resources/src/test/resources/bundles/portlet/test.properties
A component/resources/src/test/resources/bundles/portlet/test_en.properties
A component/resources/src/test/resources/bundles/portlet/test_fr.properties
A component/resources/src/test/resources/bundles/portlet/test_it.properties
A component/resources/src/test/resources/bundles/portlet/test_ru.properties
A component/resources/src/test/resources/bundles/portlet/test_vi.properties
A component/resources/src/test/resources/bundles/portlet/test_vi.xml
A component/resources/src/test/resources/bundles/resource-bundle-configuration.xml
R component/resources/src/test/resources/locale/portlet_en.properties
R component/resources/src/test/resources/locale/test/myRB1-2.xml
R component/resources/src/test/resources/locale/test/myRB1.xml
R component/resources/src/test/resources/locale/test/myRB1_en-2.xml
R component/resources/src/test/resources/locale/test/myRB1_en.xml
R component/resources/src/test/resources/locale/test/myRB1_fr-2.xml
R component/resources/src/test/resources/locale/test/myRB1_fr.xml
R component/resources/src/test/resources/locale/test/myRB1_it-2.xml
R component/resources/src/test/resources/locale/test/myRB1_it.xml
R component/resources/src/test/resources/locale/test/myRB2-2.properties
R component/resources/src/test/resources/locale/test/myRB2.properties
R component/resources/src/test/resources/locale/test/myRB2_en-2.properties
R component/resources/src/test/resources/locale/test/myRB2_en.properties
R component/resources/src/test/resources/locale/test/myRB2_fr-2.properties
R component/resources/src/test/resources/locale/test/myRB2_fr.properties
R component/resources/src/test/resources/locale/test/myRB2_it-2.properties
R component/resources/src/test/resources/locale/test/myRB2_it.properties
R component/resources/src/test/resources/locale/test/resources/test.properties
R component/resources/src/test/resources/locale/test/resources/test_en.properties
R component/resources/src/test/resources/locale/test/resources/test_fr.properties
R component/resources/src/test/resources/locale/test/resources/test_it.properties
R component/resources/src/test/resources/locale/test/resources/test_ru.properties
R component/resources/src/test/resources/locale/test/resources/test_vi.properties
R component/resources/src/test/resources/locale/test/test_it.properties
A examples/extension/war/src/main/resources/locale/navigation/group/platform/users_cs.properties
A examples/extension/war/src/main/resources/locale/navigation/group/platform/users_en.properties
A examples/extension/war/src/main/resources/locale/navigation/group/platform/users_es.properties
A examples/extension/war/src/main/resources/locale/navigation/group/platform/users_it.properties
A examples/extension/war/src/main/resources/locale/navigation/portal/classic_cs.properties
A examples/extension/war/src/main/resources/locale/navigation/portal/classic_en.properties
A examples/extension/war/src/main/resources/locale/navigation/portal/classic_es.properties
A examples/extension/war/src/main/resources/locale/navigation/portal/classic_it.properties
A examples/extension/war/src/main/resources/locale/portal/sample_cs.properties
A examples/extension/war/src/main/resources/locale/portal/sample_en.properties
A examples/extension/war/src/main/resources/locale/portal/sample_es.properties
A examples/extension/war/src/main/resources/locale/portal/sample_it.properties
A examples/extension/war/src/main/resources/locale/portal/webui_cs.properties
A examples/extension/war/src/main/resources/locale/portal/webui_en.properties
A examples/extension/war/src/main/resources/locale/portal/webui_es.properties
A examples/extension/war/src/main/resources/locale/portal/webui_it.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_cs.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_en.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_it.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_cs.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_en.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_it.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_cs.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_en.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_it.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_cs.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
R examples/extension/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_it.properties
A examples/portal/war/src/main/resources/locale/navigation/group/platform/users_cs.properties
A examples/portal/war/src/main/resources/locale/navigation/group/platform/users_en.properties
A examples/portal/war/src/main/resources/locale/navigation/group/platform/users_es.properties
A examples/portal/war/src/main/resources/locale/navigation/group/platform/users_it.properties
A examples/portal/war/src/main/resources/locale/navigation/portal/classic_cs.properties
A examples/portal/war/src/main/resources/locale/navigation/portal/classic_en.properties
A examples/portal/war/src/main/resources/locale/navigation/portal/classic_es.properties
A examples/portal/war/src/main/resources/locale/navigation/portal/classic_it.properties
A examples/portal/war/src/main/resources/locale/portal/sample_cs.properties
A examples/portal/war/src/main/resources/locale/portal/sample_en.properties
A examples/portal/war/src/main/resources/locale/portal/sample_es.properties
A examples/portal/war/src/main/resources/locale/portal/sample_it.properties
A examples/portal/war/src/main/resources/locale/portal/webui_cs.properties
A examples/portal/war/src/main/resources/locale/portal/webui_en.properties
A examples/portal/war/src/main/resources/locale/portal/webui_es.properties
A examples/portal/war/src/main/resources/locale/portal/webui_it.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_cs.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_en.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_it.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_cs.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_en.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_it.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_cs.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_en.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_es.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/sample_it.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_cs.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
R examples/portal/war/src/main/webapp/WEB-INF/classes/locale/portal/webui_it.properties
M pom.xml
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_ar.xml
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_cs.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_de.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_en.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_es.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_fr.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_it.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_ja.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_ko.xml
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_ne.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_nl.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_pt_BR.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_ru.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_uk.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_vi.properties
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_zh.xml
A portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_zh_TW.xml
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_ar.xml
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_cs.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_de.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_en.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_es.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_it.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_ja.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_ko.xml
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_ne.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_nl.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_pt_BR.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_ru.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_uk.properties
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_vi.xml
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_zh.xml
A portlet/dashboard/src/main/resources/locale/portlet/gadget/GadgetPortlet_zh_TW.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_ar.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_cs.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_de.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_en.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_es.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_fr.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_it.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_ja.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_ko.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_ne.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_nl.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_pt_BR.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_ru.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_uk.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_vi.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_zh.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_zh_TW.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_ar.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_cs.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_de.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_en.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_es.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_it.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_ja.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_ko.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_ne.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_nl.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_pt_BR.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_ru.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_uk.properties
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_vi.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_zh.xml
R portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_ar.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_ru.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_vi.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AccountPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_ar.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_ru.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_vi.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/AdminToolbarPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_ar.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_ru.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_vi.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/GroupNavigationPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_ar.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_ru.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_vi.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/OrganizationPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_ru.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_vi.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/PortalNavigationPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_ar.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_vi.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_ar.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_ru.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_vi.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/StarToolbarPortlet_zh_TW.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_cs.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_de.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_en.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_es.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_fr.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_it.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_ja.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_ko.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_ne.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_nl.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_pt_BR.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_uk.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_vi.properties
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_zh.xml
A portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_ar.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_ru.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_vi.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_ar.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_ru.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_vi.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_ar.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_ru.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_vi.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_ar.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_ru.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_vi.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_ru.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_vi.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_ar.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_vi.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_ar.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_ru.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_vi.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_zh_TW.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_cs.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_de.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_en.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_es.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_fr.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_it.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_ja.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_ko.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_ne.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_nl.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_pt_BR.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_uk.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_vi.properties
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_zh.xml
R portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_zh_TW.xml
A portlet/web/src/main/resources/locale/portlet/portal/ConsolePortlet_it.properties
A portlet/web/src/main/resources/locale/portlet/portal/ConsolePortlet_ru.properties
A portlet/web/src/main/resources/locale/portlet/portal/ConsolePortlet_uk.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_ar.xml
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_cs.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_de.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_en.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_es.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_fr.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_it.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_ja.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_ko.xml
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_ne.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_nl.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_pt_BR.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_ru.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_uk.properties
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_zh.xml
A portlet/web/src/main/resources/locale/portlet/portal/NavigationPortlet_zh_TW.xml
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_ar.xml
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_cs.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_de.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_en.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_es.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_it.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_ja.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_ko.xml
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_ne.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_nl.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_pt_BR.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_uk.properties
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_zh.xml
A portlet/web/src/main/resources/locale/portlet/portal/PortalNavigationPortlet_zh_TW.xml
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_ar.xml
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_cs.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_de.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_en.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_es.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_fr.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_it.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_ja.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_ko.xml
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_ne.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_nl.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_pt_BR.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_ru.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_uk.properties
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_zh.xml
A portlet/web/src/main/resources/locale/portlet/web/BreadcumbsPortlet_zh_TW.xml
A portlet/web/src/main/resources/locale/portlet/web/BrowserPortlet_it.properties
A portlet/web/src/main/resources/locale/portlet/web/BrowserPortlet_uk.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_ar.xml
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_cs.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_de.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_en.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_es.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_fr.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_it.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_ja.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_ko.xml
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_ne.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_nl.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_pt_BR.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_ru.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_uk.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_vi.properties
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_zh.xml
A portlet/web/src/main/resources/locale/portlet/web/GroovyPortlet_zh_TW.xml
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_cs.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_de.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_en.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_es.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_it.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_ja.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_ko.xml
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_ne.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_nl.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_pt_BR.properties
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_zh.xml
A portlet/web/src/main/resources/locale/portlet/web/LogoPortlet_zh_TW.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/ConsolePortlet_it.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/ConsolePortlet_ru.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/ConsolePortlet_uk.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_ar.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_cs.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_de.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_en.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_es.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_fr.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_it.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_ja.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_ko.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_ne.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_nl.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_pt_BR.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_ru.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_uk.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_zh.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_zh_TW.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_ar.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_cs.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_de.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_en.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_es.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_it.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_ja.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_ko.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_ne.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_nl.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_pt_BR.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_uk.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_zh.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_zh_TW.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_ar.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_cs.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_de.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_en.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_es.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_fr.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_it.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_ja.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_ko.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_ne.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_nl.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_pt_BR.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_ru.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_uk.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_zh.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_zh_TW.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BrowserPortlet_it.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BrowserPortlet_uk.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_ar.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_cs.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_de.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_en.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_es.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_fr.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_it.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_ja.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_ko.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_ne.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_nl.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_pt_BR.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_ru.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_uk.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_vi.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_zh.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_zh_TW.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_cs.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_de.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_en.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_es.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_it.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_ja.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_ko.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_ne.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_nl.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_pt_BR.properties
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_zh.xml
R portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_zh_TW.xml
A testsuite/webuibasedsamples/src/main/resources/locale/portlet/web/UISamplePortlet_en.properties
A testsuite/webuibasedsamples/src/main/resources/locale/portlet/web/UISamplePortlet_it.properties
R testsuite/webuibasedsamples/src/main/webapp/WEB-INF/classes/locale/portlet/web/UISamplePortlet_en.properties
R testsuite/webuibasedsamples/src/main/webapp/WEB-INF/classes/locale/portlet/web/UISamplePortlet_it.properties
A web/eXoResources/src/main/resources/eXo/portal_de.properties
A web/eXoResources/src/main/resources/eXo/portal_en.properties
A web/eXoResources/src/main/resources/eXo/portal_fr.properties
A web/eXoResources/src/main/resources/eXo/portal_ru.properties
A web/eXoResources/src/main/resources/eXo/portal_vi.properties
R web/eXoResources/src/main/webapp/WEB-INF/classes/eXo/portal_de.properties
R web/eXoResources/src/main/webapp/WEB-INF/classes/eXo/portal_en.properties
R web/eXoResources/src/main/webapp/WEB-INF/classes/eXo/portal_fr.properties
R web/eXoResources/src/main/webapp/WEB-INF/classes/eXo/portal_ru.properties
R web/eXoResources/src/main/webapp/WEB-INF/classes/eXo/portal_vi.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_ar.xml
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_cs.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_de.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_en.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_es.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_fr.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_it.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_ja.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_ko.xml
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_ne.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_nl.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_pt_BR.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_ru.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_uk.properties
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_vi.xml
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_zh.xml
A web/portal/src/main/resources/locale/navigation/group/organization/management/executive-board_zh_TW.xml
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_ar.xml
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_cs.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_de.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_en.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_es.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_fr.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_it.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_ja.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_ko.xml
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_ne.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_nl.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_pt_BR.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_ru.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_uk.properties
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_vi.xml
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_zh.xml
A web/portal/src/main/resources/locale/navigation/group/platform/administrators_zh_TW.xml
A web/portal/src/main/resources/locale/navigation/group/platform/guests_ar.xml
A web/portal/src/main/resources/locale/navigation/group/platform/guests_cs.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_de.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_en.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_es.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_fr.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_it.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_ja.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_ko.xml
A web/portal/src/main/resources/locale/navigation/group/platform/guests_ne.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_nl.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_pt_BR.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_ru.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_uk.properties
A web/portal/src/main/resources/locale/navigation/group/platform/guests_vi.xml
A web/portal/src/main/resources/locale/navigation/group/platform/guests_zh.xml
A web/portal/src/main/resources/locale/navigation/group/platform/guests_zh_TW.xml
A web/portal/src/main/resources/locale/navigation/group/platform/users_ar.xml
A web/portal/src/main/resources/locale/navigation/group/platform/users_cs.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_de.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_en.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_es.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_fr.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_it.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_ja.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_ko.xml
A web/portal/src/main/resources/locale/navigation/group/platform/users_ne.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_nl.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_pt_BR.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_ru.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_uk.properties
A web/portal/src/main/resources/locale/navigation/group/platform/users_vi.xml
A web/portal/src/main/resources/locale/navigation/group/platform/users_zh.xml
A web/portal/src/main/resources/locale/navigation/group/platform/users_zh_TW.xml
A web/portal/src/main/resources/locale/navigation/portal/classic_ar.xml
A web/portal/src/main/resources/locale/navigation/portal/classic_cs.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_de.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_en.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_es.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_fr.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_it.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_ja.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_ko.xml
A web/portal/src/main/resources/locale/navigation/portal/classic_ne.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_nl.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_pt_BR.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_ru.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_uk.properties
A web/portal/src/main/resources/locale/navigation/portal/classic_vi.xml
A web/portal/src/main/resources/locale/navigation/portal/classic_zh.xml
A web/portal/src/main/resources/locale/navigation/portal/classic_zh_TW.xml
A web/portal/src/main/resources/locale/portal/custom_cs.properties
A web/portal/src/main/resources/locale/portal/custom_en.properties
A web/portal/src/main/resources/locale/portal/custom_it.properties
A web/portal/src/main/resources/locale/portal/custom_ja.properties
A web/portal/src/main/resources/locale/portal/custom_ko.xml
A web/portal/src/main/resources/locale/portal/custom_ne.properties
A web/portal/src/main/resources/locale/portal/custom_nl.properties
A web/portal/src/main/resources/locale/portal/custom_pt_BR.properties
A web/portal/src/main/resources/locale/portal/custom_zh.xml
A web/portal/src/main/resources/locale/portal/custom_zh_TW.xml
A web/portal/src/main/resources/locale/portal/expression_ar.xml
A web/portal/src/main/resources/locale/portal/expression_cs.properties
A web/portal/src/main/resources/locale/portal/expression_de.properties
A web/portal/src/main/resources/locale/portal/expression_en.properties
A web/portal/src/main/resources/locale/portal/expression_es.properties
A web/portal/src/main/resources/locale/portal/expression_fr.properties
A web/portal/src/main/resources/locale/portal/expression_it.properties
A web/portal/src/main/resources/locale/portal/expression_it.xml
A web/portal/src/main/resources/locale/portal/expression_ja.properties
A web/portal/src/main/resources/locale/portal/expression_ko.xml
A web/portal/src/main/resources/locale/portal/expression_ne.properties
A web/portal/src/main/resources/locale/portal/expression_nl.properties
A web/portal/src/main/resources/locale/portal/expression_pt_BR.properties
A web/portal/src/main/resources/locale/portal/expression_ru.properties
A web/portal/src/main/resources/locale/portal/expression_uk.properties
A web/portal/src/main/resources/locale/portal/expression_vi.xml
A web/portal/src/main/resources/locale/portal/expression_zh.xml
A web/portal/src/main/resources/locale/portal/expression_zh_TW.xml
A web/portal/src/main/resources/locale/portal/services_ar.xml
A web/portal/src/main/resources/locale/portal/services_cs.properties
A web/portal/src/main/resources/locale/portal/services_de.properties
A web/portal/src/main/resources/locale/portal/services_en.xml
A web/portal/src/main/resources/locale/portal/services_es.properties
A web/portal/src/main/resources/locale/portal/services_fr.properties
A web/portal/src/main/resources/locale/portal/services_it.properties
A web/portal/src/main/resources/locale/portal/services_it.xml
A web/portal/src/main/resources/locale/portal/services_ja.properties
A web/portal/src/main/resources/locale/portal/services_ko.xml
A web/portal/src/main/resources/locale/portal/services_ne.properties
A web/portal/src/main/resources/locale/portal/services_nl.properties
A web/portal/src/main/resources/locale/portal/services_pt_BR.properties
A web/portal/src/main/resources/locale/portal/services_ru.properties
A web/portal/src/main/resources/locale/portal/services_uk.properties
A web/portal/src/main/resources/locale/portal/services_vi.xml
A web/portal/src/main/resources/locale/portal/services_zh.xml
A web/portal/src/main/resources/locale/portal/services_zh_TW.xml
A web/portal/src/main/resources/locale/portal/webui_ar.xml
A web/portal/src/main/resources/locale/portal/webui_cs.properties
A web/portal/src/main/resources/locale/portal/webui_de.properties
A web/portal/src/main/resources/locale/portal/webui_en.properties
A web/portal/src/main/resources/locale/portal/webui_es.properties
A web/portal/src/main/resources/locale/portal/webui_fr.properties
A web/portal/src/main/resources/locale/portal/webui_it.properties
A web/portal/src/main/resources/locale/portal/webui_ja.properties
A web/portal/src/main/resources/locale/portal/webui_ko.xml
A web/portal/src/main/resources/locale/portal/webui_ne.properties
A web/portal/src/main/resources/locale/portal/webui_nl.properties
A web/portal/src/main/resources/locale/portal/webui_pt_BR.properties
A web/portal/src/main/resources/locale/portal/webui_ru.properties
A web/portal/src/main/resources/locale/portal/webui_uk.properties
A web/portal/src/main/resources/locale/portal/webui_vi.properties
A web/portal/src/main/resources/locale/portal/webui_zh.xml
A web/portal/src/main/resources/locale/portal/webui_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_vi.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_vi.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_vi.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_vi.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_vi.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_it.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_vi.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_en.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_it.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_vi.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_zh_TW.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ar.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_cs.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_de.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_es.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_fr.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_it.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ja.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ko.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ne.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_nl.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_pt_BR.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_ru.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_uk.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_vi.properties
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml
R web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh_TW.xml
Log Message:
-----------
GTNPORTAL-2852 Clean up and improve bundle loading process
Compare: https://github.com/gatein/gatein-portal/compare/179e240a79b8...6c711006bfe9
[View Less]
11 years, 12 months
[gatein/gatein-portal] 1f31e1: GTNPORTAL-2864: add image for the responsive skin ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 1f31e150607c3490bf7aa91c5ef8d7ca0c168c24
https://github.com/gatein/gatein-portal/commit/1f31e150607c3490bf7aa91c5e...
Author: mwringe <mwringe(a)redhat.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/customization/UIChangeSkinForm/Stylesheet.css
A web/eXoResources/src/main/webapp/skin/DefaultSkin/…
[View More]portal/webui/component/customization/UIChangeSkinForm/background/ChangeSkinResponsive.png
M web/portal/src/main/resources/locale/portal/webui_en.properties
Log Message:
-----------
GTNPORTAL-2864: add image for the responsive skin to the change skin selector.
Commit: cd73ea4bd28441097801eee1f6c9fa36439c9c69
https://github.com/gatein/gatein-portal/commit/cd73ea4bd28441097801eee1f6...
Author: mwringe <mwringe(a)redhat.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M web/eXoResources/src/main/webapp/WEB-INF/gatein-resources.xml
A web/eXoResources/src/main/webapp/javascript/eXo/portal/ToggleContainer.js
M web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/view/UIPortalComponent/Stylesheet.css
M web/portal/src/main/resources/locale/portal/webui_en.properties
M web/portal/src/main/webapp/WEB-INF/conf/uiconf/portal/webui/container/ContainerConfigOption.groovy
A web/portal/src/main/webapp/groovy/portal/webui/container/UISwitchingContainer.gtmpl
Log Message:
-----------
GTNPORTAL-2749: create new container type which will switch between a column layout and a row layout based on the width of the container.
Commit: 2754694e9609184417ded6d2fb28b24d7af0921d
https://github.com/gatein/gatein-portal/commit/2754694e9609184417ded6d2fb...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M pom.xml
Log Message:
-----------
GTNPORTAL-2883 Upgraded WCI, PC and WSRP dependencies to latest versions.
Commit: e38539002b2712567fee9ac1d2eafb5a6b08b2cb
https://github.com/gatein/gatein-portal/commit/e38539002b2712567fee9ac1d2...
Author: Luca Stancapiano <jedim(a)vige.it>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
A gadgets/eXoGadgets/src/main/webapp/gadgets/ServicesManagement/locale/it_ALL.xml
M mobile-integration/portlets/header/src/main/resources/locale/portlet/responsiveheader_it.properties
M portlet/dashboard/src/main/resources/locale/portlet/dashboard/TabbedDashboardPortlet_it.properties
M portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/ApplicationRegistryPortlet_it.properties
M portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/RegisterPortlet_it.properties
M portlet/exoadmin/src/main/resources/locale/portlet/exoadmin/UserToolbarPortlet_it.properties
M testsuite/selenium-snifftests/src/eclipse/gatein-selenium-GenerateSniffTests.launch
M testsuite/selenium-snifftests/src/eclipse/gatein-selenium-StartSeleniumServer.launch
M web/eXoResources/src/main/resources/eXo/portal_it.properties
M web/portal/src/main/resources/locale/portal/expression_it.properties
M web/portal/src/main/resources/locale/portal/webui_it.properties
Log Message:
-----------
Italian updates
Commit: 3917088b99723ac4f991aced475cde59a76516b1
https://github.com/gatein/gatein-portal/commit/3917088b99723ac4f991aced47...
Author: Boleslaw Dawidowicz <boleslaw.dawidowicz(a)gmail.com>
Date: 2013-04-03 (Wed, 03 Apr 2013)
Changed paths:
M pom.xml
Log Message:
-----------
Update SSO component
Compare: https://github.com/gatein/gatein-portal/compare/42cbddd6dca7...3917088b9972
[View Less]
11 years, 12 months
[gatein/gatein-portal] 0ac8f6: Italian translation
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-portal
Commit: 0ac8f63046cef87a117f798a9ffda432232cb890
https://github.com/gatein/gatein-portal/commit/0ac8f63046cef87a117f798a9f...
Author: Luca Stancapiano <jedim(a)vige.it>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
A component/resources/src/test/resources/bundles/portal/base_it.properties
A component/resources/src/test/resources/bundles/portal/no-base_it.properties
A component/…
[View More]resources/src/test/resources/bundles/portal/test_it.properties
A component/resources/src/test/resources/bundles/portlet/base_it.properties
A component/resources/src/test/resources/bundles/portlet/no-base_it.properties
M component/resources/src/test/resources/bundles/portlet/test_it.properties
A component/web/resources/src/test/resources/org/gatein/portal/controller/resource/script/WEB-INF/classes/bundle_it.properties
A component/web/resources/src/test/resources/org/gatein/portal/controller/resource/script/WEB-INF/classes/double_quote_bundle_it.properties
A component/web/resources/src/test/resources/org/gatein/portal/controller/resource/script/WEB-INF/classes/simple_quote_bundle_it.properties
M examples/extension/war/src/main/resources/locale/portal/sample_it.properties
M examples/portal/war/src/main/resources/locale/portal/sample_it.properties
A mobile-integration/portlets/banner/src/main/resources/locale/portlet/responsivebanner_it.properties
A mobile-integration/portlets/community/src/main/resources/locale/portlet/responsivecommunity_it.properties
A mobile-integration/portlets/features/src/main/resources/locale/portlet/responsivefeatures_it.properties
A mobile-integration/portlets/footer/src/main/resources/locale/portlet/responsivefooter_it.properties
A mobile-integration/portlets/header/src/main/resources/locale/portlet/responsiveheader_it.properties
A mobile-integration/portlets/navigation/src/main/resources/locale/portlet/responsivenavigation_it.properties
A portlet/admin/redirect/src/main/resources/locale/admin_it.properties
A web/eXoResources/src/main/resources/eXo/portal_it.properties
Log Message:
-----------
Italian translation
Commit: 2cb4df3d19d09defc914d37f2b6a17c1f638612d
https://github.com/gatein/gatein-portal/commit/2cb4df3d19d09defc914d37f2b...
Author: Luca Stancapiano <jedim(a)vige.it>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M mobile-integration/portlets/community/src/main/resources/locale/portlet/responsivecommunity_it.properties
M mobile-integration/portlets/features/src/main/resources/locale/portlet/responsivefeatures_it.properties
M mobile-integration/portlets/footer/src/main/resources/locale/portlet/responsivefooter_it.properties
M mobile-integration/portlets/header/src/main/resources/locale/portlet/responsiveheader_it.properties
M mobile-integration/portlets/navigation/src/main/resources/locale/portlet/responsivenavigation_it.properties
M portlet/admin/redirect/src/main/resources/locale/admin_it.properties
Log Message:
-----------
New italian updates
Commit: 97ad41a90ce415a713f88af6486b688a2031fbe3
https://github.com/gatein/gatein-portal/commit/97ad41a90ce415a713f88af648...
Author: nscavell <nick.scavelli(a)gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M pom.xml
Log Message:
-----------
GTNPORTAL-2877 Update gatein-management to 2.0.0.Beta01
Compare: https://github.com/gatein/gatein-portal/compare/68a4454e0a0e...97ad41a90ce4
[View Less]
11 years, 12 months
[gatein/gatein-sso] fff7bc: Update WCI to 2.3.1.CR01
by GitHub
Branch: refs/heads/master
Home: https://github.com/gatein/gatein-sso
Commit: fff7bc20eb7f1393ac004fac0b079d7798a8b247
https://github.com/gatein/gatein-sso/commit/fff7bc20eb7f1393ac004fac0b079...
Author: Boleslaw Dawidowicz <boleslaw.dawidowicz(a)gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M pom.xml
Log Message:
-----------
Update WCI to 2.3.1.CR01
Commit: 81ca7c00b52a2c9f7a2e9610a19acbf580204cee
https://github.com/gatein/gatein-…
[View More]sso/commit/81ca7c00b52a2c9f7a2e9610a19ac...
Author: Boleslaw Dawidowicz <boleslaw.dawidowicz(a)gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M agent/pom.xml
M auth-callback/pom.xml
M cas/gatein-cas-plugin/pom.xml
M cas/gatein-cas-portal/pom.xml
M cas/pom.xml
M common-plugin/pom.xml
M integration/pom.xml
M josso/gatein-agent-josso181/pom.xml
M josso/gatein-agent-josso182/pom.xml
M josso/gatein-josso-181/pom.xml
M josso/gatein-josso-182/pom.xml
M josso/gatein-josso-plugin/pom.xml
M josso/gatein-josso-portal/pom.xml
M josso/pom.xml
M opensso/gatein-opensso-plugin/pom.xml
M opensso/gatein-opensso-portal/pom.xml
M opensso/pom.xml
M packaging/pom.xml
M pom.xml
M saml/gatein-saml-plugin/pom.xml
M saml/gatein-saml-portal/pom.xml
M saml/pom.xml
M spnego/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 1.3.2.Final
Commit: b6672b40aa5172738c534120f45ac7185906a428
https://github.com/gatein/gatein-sso/commit/b6672b40aa5172738c534120f45ac...
Author: Boleslaw Dawidowicz <boleslaw.dawidowicz(a)gmail.com>
Date: 2013-04-02 (Tue, 02 Apr 2013)
Changed paths:
M agent/pom.xml
M auth-callback/pom.xml
M cas/gatein-cas-plugin/pom.xml
M cas/gatein-cas-portal/pom.xml
M cas/pom.xml
M common-plugin/pom.xml
M integration/pom.xml
M josso/gatein-agent-josso181/pom.xml
M josso/gatein-agent-josso182/pom.xml
M josso/gatein-josso-181/pom.xml
M josso/gatein-josso-182/pom.xml
M josso/gatein-josso-plugin/pom.xml
M josso/gatein-josso-portal/pom.xml
M josso/pom.xml
M opensso/gatein-opensso-plugin/pom.xml
M opensso/gatein-opensso-portal/pom.xml
M opensso/pom.xml
M packaging/pom.xml
M pom.xml
M saml/gatein-saml-plugin/pom.xml
M saml/gatein-saml-portal/pom.xml
M saml/pom.xml
M spnego/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/gatein/gatein-sso/compare/6b37dc3c1b87...b6672b40aa51
[View Less]
11 years, 12 months