<?xml version="1.0"?>
<project>
<target>
	<manifest file="manifest.mf" mode="update">
		<attribute name="Built-By" value="${user.name}"/>
		<attribute name="Bundle-Name" value="Intercepted BundleContext Demo"/>
		<attribute name="Bundle-Description" 
			value="provides a example of intercepted calls to the bundle context"/>
		<attribute name="Bundle-Version" value="0.1a"/>
		<attribute name="Bundle-Copyright" value="Library GNU Public License"/>
		<attribute name="Bundle-ContactAddress" 
			value="Didier Donsez (didier.donsez@ieee.org)"/>
		<attribute name="Import-Package" 
			value="org.ungoverned.gravity.servicebinder;specification-version=1.1.0, "/>
		<attribute name="Bundle-Activator" 
			value="fr.imag.adele.bundle.serviceondemand.impl.Activator"/>
		<attribute name="X-Bundle-Activator" 
			value="fr.imag.adele.bundle.hellorequestersb.impl.ActivatorWithServiceBinder"/>
		<attribute name="Metadata-Location" value="/metadata.xml"/>
	</manifest>
</target>
</project>