7a3ec1eef6
Reported by: kris mail
11 lines
429 B
XML
11 lines
429 B
XML
--- build.xml.orig Sat Nov 11 17:57:29 2006
|
|
+++ build.xml Sat Nov 11 17:58:32 2006
|
|
@@ -58,7 +58,7 @@
|
|
</fileset>
|
|
</copy>
|
|
</target>
|
|
- <target name="jar" description="o Create the jar" depends="compile,test">
|
|
+ <target name="jar" description="o Create the jar" depends="compile">
|
|
<jar jarfile="${defaulttargetdir}/${final.name}.jar">
|
|
<fileset dir="${classesdir}">
|
|
<exclude name="**/examples/**"/>
|