[exo-jcr-commits] exo-jcr SVN: r214 - jcr/trunk/applications/java/web/samples/fckeditor/src/main/webapp/WEB-INF.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 5 06:55:43 EDT 2009


Author: nfilotto
Date: 2009-10-05 06:55:42 -0400 (Mon, 05 Oct 2009)
New Revision: 214

Modified:
   jcr/trunk/applications/java/web/samples/fckeditor/src/main/webapp/WEB-INF/web.xml
Log:
EXOJCR-166: Support separated ear delivery

Modified: jcr/trunk/applications/java/web/samples/fckeditor/src/main/webapp/WEB-INF/web.xml
===================================================================
--- jcr/trunk/applications/java/web/samples/fckeditor/src/main/webapp/WEB-INF/web.xml	2009-10-05 10:53:00 UTC (rev 213)
+++ jcr/trunk/applications/java/web/samples/fckeditor/src/main/webapp/WEB-INF/web.xml	2009-10-05 10:55:42 UTC (rev 214)
@@ -32,12 +32,6 @@
   </context-param>
 
   <context-param>
-    <param-name>org.exoplatform.frameworks.web.repositoryMapping</param-name>
-    <param-value>/rest/jcr</param-value>
-    <description>Repository mapping path. If there are servlet/filter for desplaying internal images/links inside html documents it should have the same mapping</description>
-  </context-param>
-
-  <context-param>
     <param-name>org.exoplatform.frameworks.jcr.command.web.fckeditor.digitalAssetsWorkspace</param-name>
     <param-value>digital-assets</param-value>
     <description>Binary assets workspace name</description>



More information about the exo-jcr-commits mailing list