~ubuntu-branches/ubuntu/lucid/libjxp-java/lucid

« back to all changes in this revision

Viewing changes to debian/patches/fix-javadoc.patch

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, gregor herrmann, tony mancill
  • Date: 2009-08-19 17:37:16 UTC
  • Revision ID: james.westby@ubuntu.com-20090819173716-md9ibid0224vhyh8
Tags: 1.6.1-1
[ gregor herrmann ]
* Initial release (Closes: #519122)

[ tony mancill ]
* Include clarifying statement in debian/copyright regarding SPL
  licensed files now distributed under the BSD license.
* debian/rules sets DISPLAY (needed for junit tests)

[ gregor herrmann ]
* Set Standards-Version to 3.8.3 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: gregor herrmann <gregoa@debian.org>
 
2
Description: tell javadoc where the sources are actually
 
3
 
 
4
--- a/build.xml
 
5
+++ b/build.xml
 
6
@@ -144,7 +144,7 @@
 
7
     </property>
 
8
     <property name="title" value="jxp 1.6.1 API">
 
9
     </property>
 
10
-    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src" packagenames="org.onemind.jxp.*">
 
11
+    <javadoc use="true" private="true" destdir="${javadocdir}" author="true" version="true" sourcepath="src/java" packagenames="org.onemind.jxp.*">
 
12
       <classpath>
 
13
         <path refid="build.classpath">
 
14
         </path>