Description: Fix build in Debian
 Fix build in Debian where jdom.jar is named jdom1.jar.
Author: Alexandre Rossi <alexandre.rossi@gmail.com>

--- libhtmlcleaner-java-2.2.orig/build.xml
+++ libhtmlcleaner-java-2.2/build.xml
@@ -13,7 +13,7 @@
 	<!-- classpath -->
 	<path id="classpath.compile">
 		<pathelement location="${dir.lib}/ant.jar"/>
-		<pathelement location="${dir.lib}/jdom.jar"/>
+		<pathelement location="${dir.lib}/jdom1.jar"/>
 	</path>
 
     <!--  sources targets -->
