You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2011/08/11 20:40:08 UTC

svn commit: r1156818 - /incubator/photark/branches/photark-rest/photark-social-ui/src/main/webapp/WEB-INF/web.composite

Author: lresende
Date: Thu Aug 11 20:40:08 2011
New Revision: 1156818

URL: http://svn.apache.org/viewvc?rev=1156818&view=rev
Log:
Fixing JCR repository home property value

Modified:
    incubator/photark/branches/photark-rest/photark-social-ui/src/main/webapp/WEB-INF/web.composite

Modified: incubator/photark/branches/photark-rest/photark-social-ui/src/main/webapp/WEB-INF/web.composite
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-rest/photark-social-ui/src/main/webapp/WEB-INF/web.composite?rev=1156818&r1=1156817&r2=1156818&view=diff
==============================================================================
--- incubator/photark/branches/photark-rest/photark-social-ui/src/main/webapp/WEB-INF/web.composite (original)
+++ incubator/photark/branches/photark-rest/photark-social-ui/src/main/webapp/WEB-INF/web.composite Thu Aug 11 20:40:08 2011
@@ -25,8 +25,9 @@
     <!-- Component responsible for providing JCR Management Support -->
     <component name="RepositoryManager">
 		<implementation.java class="org.apache.photark.services.jcr.JCRRepositoryManager"/>
-		<property name="repositoryHome">target/photark</property>
+		<property name="repositoryHome">photark</property>
 	</component>
+	
 	<component name="PersonServiceComponent">
 		<implementation.java class="org.apache.photark.social.services.impl.JCRPersonServiceImpl"/>
 		<service name="PersonService">