~ubuntu-branches/ubuntu/oneiric/xom/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/02xom-clean-dist.patch

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath, Torsten Werner, Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-p9s6cah3mmfeyzzs
Tags: 1.1-2
[ Torsten Werner ]
* Fix Depends: libjaxen-java.

[ Varun Hiremath ]
* Add 05_build.patch to fix javadoc build
* Add libxom-java-doc.doc-base
* Clean up debian/rules and remove useless stuff.
* debian/rules: remove ecj from Build-Depends - not required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- build.xml.orig      2006-02-18 15:11:08.000000000 +0100
 
2
+++ build.xml   2006-02-18 15:11:58.000000000 +0100
 
3
@@ -590,6 +590,7 @@
 
4
     <delete>
 
5
       <fileset dir="." includes="junit*properties"/>
 
6
     </delete>
 
7
+    <delete dir="${dist.dir}"/>
 
8
   </target>
 
9
 
 
10