[exo-jcr-commits] exo-jcr SVN: r3525 - jcr/trunk/exo.jcr.framework.command/src/main/resources/conf.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 23 10:31:36 EST 2010


Author: tolusha
Date: 2010-11-23 10:31:36 -0500 (Tue, 23 Nov 2010)
New Revision: 3525

Added:
   jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/custom-commands.xml
   jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/portal/
   jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/standalone/
   jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands.xml
   jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands2.xml
   jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands3.xml
Log:
EXOJCR-1071: Move JCR framework commands list configuration to it right place

Added: jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/custom-commands.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/custom-commands.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/custom-commands.xml	2010-11-23 15:31:36 UTC (rev 3525)
@@ -0,0 +1,42 @@
+<!--
+
+    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.
+
+-->
+<catalog>
+   <command name="addNode" className="org.exoplatform.frameworks.jcr.command.core.AddNodeCommand" />
+   <command name="save" className="org.exoplatform.frameworks.jcr.command.core.SaveCommand" />
+   <command name="filterNodesByTypes" className="org.exoplatform.frameworks.jcr.command.ext.FilterNodesByTypesCommand" />
+   <command name="addResourceFile" className="org.exoplatform.frameworks.jcr.command.ext.AddResourceFileCommand" />
+   <command name="displayResource" className="org.exoplatform.frameworks.jcr.command.web.DisplayResourceCommand" />
+   <command name="getNode" className="org.exoplatform.frameworks.jcr.command.core.GetNodeCommand" />
+
+
+   <!-- chain name="displayResource">
+      <command id="1" className="org.exoplatform.frameworks.jcr.command.core.GetNodeCommand" />
+      <command id="2" className="org.exoplatform.frameworks.jcr.command.web.DisplayResourceCommand" />
+   </chain -->
+
+   <!-- FCKEditor -->
+   <command name="GetFolders" className="org.exoplatform.frameworks.jcr.command.web.fckeditor.GetFoldersOrFilesCommand" />
+   <command name="GetFiles" className="org.exoplatform.frameworks.jcr.command.web.fckeditor.GetFoldersOrFilesCommand" />
+   <command name="GetFoldersAndFiles" className="org.exoplatform.frameworks.jcr.command.web.fckeditor.GetFoldersOrFilesCommand" />
+   <command name="FileUpload" className="org.exoplatform.frameworks.jcr.command.web.fckeditor.UploadFileCommand" />
+   <command name="CreateFolder" className="org.exoplatform.frameworks.jcr.command.web.fckeditor.CreateFolderCommand" />
+
+</catalog>

Added: jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands.xml	2010-11-23 15:31:36 UTC (rev 3525)
@@ -0,0 +1,32 @@
+<!--
+
+    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.
+
+-->
+<catalog>
+
+   <!-- Single command "chains" from CatalogBaseTestCase -->
+   <command name="Command1" className="org.exoplatform.services.command.TestCommand1" />
+
+   <!-- Chains with nested commands -->
+   <chain name="Execute2">
+      <command id="1" className="org.exoplatform.services.command.TestCommand1" />
+      <command id="2" className="org.exoplatform.services.command.TestCommand1" />
+   </chain>
+
+</catalog>

Added: jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands2.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands2.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands2.xml	2010-11-23 15:31:36 UTC (rev 3525)
@@ -0,0 +1,28 @@
+<!--
+
+    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.
+
+-->
+<catalog>
+
+   <!-- Single command "chains" from CatalogBaseTestCase -->
+   <command name="Command2" className="org.exoplatform.services.command.TestCommand1" />
+
+   <command name="Command3" className="org.exoplatform.services.command.TestCommand1" />
+
+</catalog>

Added: jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands3.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands3.xml	                        (rev 0)
+++ jcr/trunk/exo.jcr.framework.command/src/main/resources/conf/test-commands3.xml	2010-11-23 15:31:36 UTC (rev 3525)
@@ -0,0 +1,28 @@
+<!--
+
+    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.
+
+-->
+<catalog name="catalog1">
+
+   <!-- Single command "chains" from CatalogBaseTestCase -->
+   <command name="Command2" className="org.exoplatform.services.command.TestCommand1" />
+
+   <command name="Command3" className="org.exoplatform.services.command.TestCommand1" />
+
+</catalog>



More information about the exo-jcr-commits mailing list