blob: 4338e33a500dc204ed92166e7efd9c22a0e2e1e2 [file] [log] [blame]
jeffliuf89135e2005-04-19 19:41:56 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project name="org.apache.wsil4j.feature" default="main" basedir=".">
3
4 <target name="main" description="Assemble this feature into a .jar">
5 <zip destfile="${basedir}/org.apache.wsil4j.feature_1.0.0.jar" basedir="${basedir}" filesonly="false" whenempty="skip" update="false" excludes="build.properties build.xml .project"/>
6 </target>
7
8</project>