[exo-jcr-commits] exo-jcr SVN: r3544 - in jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf: standalone and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 24 10:30:57 EST 2010


Author: tolusha
Date: 2010-11-24 10:30:57 -0500 (Wed, 24 Nov 2010)
New Revision: 3544

Added:
   jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/portal/configuration.xml
   jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-configuration.xml
   jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-multi-configuration.xml
Log:
JCR-1524: Move JCR framework commands list configuration to it right place

Added: jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/portal/configuration.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/portal/configuration.xml	                        (rev 0)
+++ jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/portal/configuration.xml	2010-11-24 15:30:57 UTC (rev 3544)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    Copyright (C) 2009 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">
+
+   <external-component-plugins>
+      <target-component>org.exoplatform.services.command.impl.CommandService</target-component>
+       <component-plugin>
+          <name>config.catalog</name>
+          <set-method>addPlugin</set-method>
+          <type>org.exoplatform.services.command.impl.CommonsXMLConfigurationPlugin</type>
+          <init-params>
+             <value-param>
+                <name>config-file</name>
+                <value>jar:/conf/custom-commands.xml</value>
+             </value-param>
+          </init-params>
+       </component-plugin>
+   </external-component-plugins>
+
+</configuration>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    Copyright (C) 2009 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">
+
+   <external-component-plugins>
+      <target-component>org.exoplatform.services.command.impl.CommandService</target-component>
+       <component-plugin>
+          <name>config.catalog</name>
+          <set-method>addPlugin</set-method>
+          <type>org.exoplatform.services.command.impl.CommonsXMLConfigurationPlugin</type>
+          <init-params>
+             <value-param>
+                <name>config-file</name>
+                <value>jar:/conf/custom-commands.xml</value>
+             </value-param>
+          </init-params>
+       </component-plugin>
+   </external-component-plugins>
+
+</configuration>

Added: jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-configuration.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-configuration.xml	                        (rev 0)
+++ jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-configuration.xml	2010-11-24 15:30:57 UTC (rev 3544)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    Copyright (C) 2009 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>
+   <external-component-plugins>
+      <target-component>org.exoplatform.services.command.impl.CommandService</target-component>
+       <component-plugin>
+          <name>config.catalog</name>
+          <set-method>addPlugin</set-method>
+          <type>org.exoplatform.services.command.impl.CommonsXMLConfigurationPlugin</type>
+          <init-params>
+             <value-param>
+                <name>config-file</name>
+                <value>conf/test-commands.xml</value>
+             </value-param>
+          </init-params>
+       </component-plugin>
+   </external-component-plugins>
+</configuration>

Added: jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-multi-configuration.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-multi-configuration.xml	                        (rev 0)
+++ jcr/branches/1.12.x/exo.jcr.framework.command/src/main/resources/conf/standalone/test-multi-configuration.xml	2010-11-24 15:30:57 UTC (rev 3544)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    Copyright (C) 2009 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>
+
+   <external-component-plugins>
+       <target-component>org.exoplatform.services.command.impl.CommandService</target-component>
+       <component-plugin>
+          <name>config.catalog</name>
+          <set-method>addPlugin</set-method>
+          <type>org.exoplatform.services.command.impl.CommonsXMLConfigurationPlugin</type>
+          <init-params>
+             <value-param>
+                <name>config-file</name>
+                <value>conf/test-commands.xml</value>
+             </value-param>
+          </init-params>
+       </component-plugin>
+       <component-plugin>
+          <name>config.catalog</name>
+          <set-method>addPlugin</set-method>
+          <type>org.exoplatform.services.command.impl.CommonsXMLConfigurationPlugin</type>
+          <init-params>
+             <value-param>
+                <name>config-file</name>
+                <value>conf/test-commands2.xml</value>
+             </value-param>
+          </init-params>
+       </component-plugin>
+       <component-plugin>
+          <name>config.catalog</name>
+          <set-method>addPlugin</set-method>
+          <type>org.exoplatform.services.command.impl.CommonsXMLConfigurationPlugin</type>
+          <init-params>
+             <value-param>
+                <name>config-file</name>
+                <value>conf/test-commands3.xml</value>
+             </value-param>
+          </init-params>
+       </component-plugin>
+   </external-component-plugins>
+
+</configuration>



More information about the exo-jcr-commits mailing list