You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/07/14 20:44:35 UTC

svn commit: r1146840 - /incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/resources/OSGI-INF/serviceComponents.xml

Author: reto
Date: Thu Jul 14 18:44:34 2011
New Revision: 1146840

URL: http://svn.apache.org/viewvc?rev=1146840&view=rev
Log:
CLEREZZA-610: removed serviceCompnents.xml element for removed FoafBrowser

Modified:
    incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/resources/OSGI-INF/serviceComponents.xml

Modified: incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/resources/OSGI-INF/serviceComponents.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/resources/OSGI-INF/serviceComponents.xml?rev=1146840&r1=1146839&r2=1146840&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/resources/OSGI-INF/serviceComponents.xml (original)
+++ incubator/clerezza/trunk/parent/platform.accountcontrolpanel/platform.accountcontrolpanel.core/src/main/resources/OSGI-INF/serviceComponents.xml Thu Jul 14 18:44:34 2011
@@ -84,17 +84,6 @@
         </service>
         <property name="service.pid" value="org.apache.clerezza.platform.accountcontrolpanel.html.ProfilePanel"/>
     </scr:component>
-
-	<scr:component enabled="true" name="org.apache.clerezza.platform.accountcontrolpanel.FoafBrowser">
-		<implementation class="org.apache.clerezza.platform.accountcontrolpanel.FoafBrowser"/>
-		<service servicefactory="false">
-			<provide interface="java.lang.Object"/>
-		</service>
-		<property name="javax.ws.rs" type="Boolean" value="true"/>
-		<property name="service.pid" value="org.apache.clerezza.platform.accountcontrolpanel.FoafBrowser"/>
-        <reference name="tcManager" interface="org.apache.clerezza.rdf.core.access.TcManager"
-                   cardinality="1..1" policy="static" bind="bindTcManager" unbind="unbindTcManager"/>
-	</scr:component>
 	<scr:component enabled="true" name="org.apache.clerezza.platform.accountcontrolpanel.html.ContactConfirmRenderlet">
 		<implementation class="org.apache.clerezza.platform.accountcontrolpanel.html.ContactConfirmRenderlet"/>
 		<service servicefactory="false">