Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<target name="main"> 
   <taskdef resource="aQute/bnd/ant/taskdef.properties"
	      classpath="bnd-0.0.178.jar"/> 
   <taskdef name="ipojo" classpath="org.apache.felix.ipojo.ant-0.7.3-SNAPSHOT.jar" classname="org.apache.felix.ipojo.task.IPojoTask"/> 

        <bnd 
	      classpath="src" 
	      eclipse="true" 
	      failok="false" 
	      exceptions="true" 
	      files="foo.bnd"/> 
	<ipojo
		      input="foo.jar"
		      metadata = "meta.xml"/>
</target>