Skip to content

Commit

Permalink
Drops unused modeshape-web-jcr-rest config from web.xml
Browse files Browse the repository at this point in the history
The corresponding fcrepo4 commit:
fcrepo/fcrepo@172e0c8
  • Loading branch information
Edwin Shin committed Jun 13, 2013
1 parent a882196 commit a2476be
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/main/webapp/WEB-INF/web.xml
Expand Up @@ -31,23 +31,6 @@
<url-pattern>/rest/*</url-pattern>
</servlet-mapping>

<!-- engaging the ModeShape REST API -->

<context-param>
<param-name>org.modeshape.jcr.URL</param-name>
<param-value>WEB-INF/classes/config/repository.json</param-value>
</context-param>

<context-param>
<param-name>org.modeshape.jcr.RepositoryName</param-name>
<param-value>repo</param-value>
</context-param>

<!-- Required parameter for ModeShape REST - should not be modified -->
<listener>
<listener-class>org.modeshape.web.jcr.ModeShapeJcrDeployer</listener-class>
</listener>

<!-- BEGIN CMIS -->
<listener>
<listener-class>org.modeshape.cmis.CmisContextListener</listener-class>
Expand Down

0 comments on commit a2476be

Please sign in to comment.