Author: tolusha
Date: 2011-09-29 11:04:47 -0400 (Thu, 29 Sep 2011)
New Revision: 5007
Modified:
ws/trunk/exo.ws.rest.core/src/main/resources/conf/portal/configuration.xml
ws/trunk/exo.ws.rest.core/src/test/resources/conf/standalone/test-configuration.xml
ws/trunk/exo.ws.rest.ext/src/main/resources/conf/portal/configuration.xml
ws/trunk/exo.ws.rest.ext/src/test/resources/conf/standalone/test-configuration.xml
Log:
EXOJCR-1532: Change the target xsd on xml file
Modified: ws/trunk/exo.ws.rest.core/src/main/resources/conf/portal/configuration.xml
===================================================================
--- ws/trunk/exo.ws.rest.core/src/main/resources/conf/portal/configuration.xml 2011-09-29
15:03:32 UTC (rev 5006)
+++ ws/trunk/exo.ws.rest.core/src/main/resources/conf/portal/configuration.xml 2011-09-29
15:04:47 UTC (rev 5007)
@@ -19,8 +19,8 @@
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.exoplatform.org/xml/ns/kernel_1_0.xsd
http://www.exoplatform.org/xml/ns/kernel_1_0.xsd"
-
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_0.xsd">
+<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd
http://www.exoplatform.org/xml/ns/kernel_1_2.xsd"
+
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
<component>
<type>org.exoplatform.services.rest.impl.ApplicationRegistry</type>
</component>
Modified:
ws/trunk/exo.ws.rest.core/src/test/resources/conf/standalone/test-configuration.xml
===================================================================
---
ws/trunk/exo.ws.rest.core/src/test/resources/conf/standalone/test-configuration.xml 2011-09-29
15:03:32 UTC (rev 5006)
+++
ws/trunk/exo.ws.rest.core/src/test/resources/conf/standalone/test-configuration.xml 2011-09-29
15:04:47 UTC (rev 5007)
@@ -19,8 +19,8 @@
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">
+<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd
http://www.exoplatform.org/xml/ns/kernel_1_2.xsd"
+
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
<component>
<key>org.exoplatform.services.log.LogConfigurationInitializer</key>
<type>org.exoplatform.services.log.LogConfigurationInitializer</type>
Modified: ws/trunk/exo.ws.rest.ext/src/main/resources/conf/portal/configuration.xml
===================================================================
--- ws/trunk/exo.ws.rest.ext/src/main/resources/conf/portal/configuration.xml 2011-09-29
15:03:32 UTC (rev 5006)
+++ ws/trunk/exo.ws.rest.ext/src/main/resources/conf/portal/configuration.xml 2011-09-29
15:04:47 UTC (rev 5007)
@@ -19,8 +19,8 @@
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.exoplatform.org/xml/ns/kernel_1_0.xsd
http://www.exoplatform.org/xml/ns/kernel_1_0.xsd"
-
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_0.xsd">
+<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd
http://www.exoplatform.org/xml/ns/kernel_1_2.xsd"
+
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
<external-component-plugins>
<target-component>org.exoplatform.services.rest.impl.RequestHandlerImpl</target-component>
<component-plugin>
Modified:
ws/trunk/exo.ws.rest.ext/src/test/resources/conf/standalone/test-configuration.xml
===================================================================
---
ws/trunk/exo.ws.rest.ext/src/test/resources/conf/standalone/test-configuration.xml 2011-09-29
15:03:32 UTC (rev 5006)
+++
ws/trunk/exo.ws.rest.ext/src/test/resources/conf/standalone/test-configuration.xml 2011-09-29
15:04:47 UTC (rev 5007)
@@ -6,7 +6,7 @@
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">
+<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd
http://www.exoplatform.org/xml/ns/kernel_1_2.xsd"
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
<component>
<key>org.exoplatform.services.log.LogConfigurationInitializer</key>
<type>org.exoplatform.services.log.LogConfigurationInitializer</type>