--- build.xml.orig	2005-08-31 10:01:54.000000000 -0500
+++ build.xml	2005-08-31 10:02:55.000000000 -0500
@@ -73,4 +73,15 @@
      </java>
    </target>
 
+   <target name="jar" depends="all">
+      <jar jarfile="lib/${ant.project.name}.jar" compress="true">
+         <fileset dir="${DESTINATION}">
+            <include name="**/*.class" />
+            <include name="**/*.txt" />
+            <include name="**/*.ini" />
+            <exclude name="**/junit/framework/*.class" />
+            <exclude name="**/http/utils/multipartrequest/*.class" />
+         </fileset>
+      </jar>
+   </target>
 </project>
