Files
spring-integration/spring-integration-samples/osgi-outbound/build.xml
2009-07-17 02:24:05 +00:00

12 lines
240 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project name="osgi-outbound" default="jar">
<target name="jar">
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-outbound-1.0.3.jar"
basedir="bin"
/>
</target>
</project>