jeffliu | f89135e | 2005-04-19 19:41:56 +0000 | [diff] [blame^] | 1 | <?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> |