[gatein-commits] gatein SVN: r6875 - in portal/trunk/component/portal/src/test: resources/conf and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Jul 16 03:12:32 EDT 2011


Author: ndkhoiits
Date: 2011-07-16 03:12:30 -0400 (Sat, 16 Jul 2011)
New Revision: 6875

Removed:
   portal/trunk/component/portal/src/test/java/org/exoplatform/portal/i18n/
   portal/trunk/component/portal/src/test/resources/conf/test-i18nframework-configuration.xml
Log:
GTNPORTAL-1960 Remove unuseful testcase for i18n framework

Deleted: portal/trunk/component/portal/src/test/resources/conf/test-i18nframework-configuration.xml
===================================================================
--- portal/trunk/component/portal/src/test/resources/conf/test-i18nframework-configuration.xml	2011-07-15 21:29:28 UTC (rev 6874)
+++ portal/trunk/component/portal/src/test/resources/conf/test-i18nframework-configuration.xml	2011-07-16 07:12:30 UTC (rev 6875)
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~ Copyright (C) 2011 eXo Platform SAS.
-  ~
-  ~ This is free software; you can redistribute it and/or modify it
-  ~ under the terms of the GNU Lesser General Public License as
-  ~ published by the Free Software Foundation; either version 2.1 of
-  ~ the License, or (at your option) any later version.
-  ~
-  ~ This software is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
-  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  ~ Lesser General Public License for more details.
-  ~
-  ~ You should have received a copy of the GNU Lesser General Public
-  ~ License along with this software; if not, write to the Free
-  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  -->
-<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
-   xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
-
-   <component>
-      <key>org.exoplatform.commons.chromattic.ChromatticManager</key>
-      <type>org.exoplatform.commons.chromattic.ChromatticManager</type>
-   </component>
-   
-   <external-component-plugins>
-      <target-component>org.exoplatform.commons.chromattic.ChromatticManager</target-component>
-      <component-plugin>
-         <name>Chromattic</name>
-         <set-method>addLifeCycle</set-method>
-         <type>org.exoplatform.commons.chromattic.ChromatticLifeCycle</type>
-         <init-params>
-            <value-param>
-               <name>domain-name</name>
-               <value>i18n</value>
-            </value-param>
-            <value-param>
-               <name>workspace-name</name>
-               <value>portal-test</value>
-            </value-param>
-            <values-param>
-               <name>entities</name>
-               <value>org.exoplatform.portal.i18n.A</value>
-               <value>org.exoplatform.portal.i18n.B</value>
-               <value>org.exoplatform.portal.i18n.Described</value>
-               <value>org.exoplatform.portal.i18n.NavigationNode</value>
-               <value>org.exoplatform.portal.mop.i18n.I18Nized</value>
-               <value>org.exoplatform.portal.mop.i18n.LanguageSpace</value>
-               <value>org.exoplatform.portal.mop.i18n.Language</value>
-            </values-param>
-         </init-params>
-      </component-plugin>
-   </external-component-plugins>
-
-   <external-component-plugins>
-      <target-component>org.exoplatform.services.jcr.RepositoryService</target-component>
-      <component-plugin>
-         <name>add.namespaces</name>
-         <set-method>addPlugin</set-method>
-         <type>org.exoplatform.services.jcr.impl.AddNamespacesPlugin</type>
-         <init-params>
-            <properties-param>
-               <name>namespaces</name>
-               <property name="gtn" value="http://www.gatein.org/jcr/gatein/1.0/" />
-            </properties-param>
-         </init-params>
-      </component-plugin>
-      <component-plugin>
-         <name>add.nodeType</name>
-         <set-method>addPlugin</set-method>
-         <type>org.exoplatform.services.jcr.impl.AddNodeTypePlugin
-         </type>
-         <init-params>
-            <values-param>
-               <name>autoCreatedInNewRepository</name>
-               <description>Node types configuration file</description>
-               <value>jar:/org/exoplatform/portal/i18n/nodetypes.xml</value>
-               <value>jar:/org/exoplatform/portal/mop/i18n/nodetypes.xml</value>
-            </values-param>
-         </init-params>
-      </component-plugin>
-   </external-component-plugins>
-</configuration>
\ No newline at end of file



More information about the gatein-commits mailing list