~ubuntu-branches/debian/sid/libcommons-el-java/sid

« back to all changes in this revision

Viewing changes to debian/patches/0002-reduce-depends-of-javadoc-target.patch

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-02 22:38:06 UTC
  • Revision ID: package-import@ubuntu.com-20110902223806-e94yrvtf1a8clq32
Tags: 1.0-7
* Team upload.
* Change Build-Depend-Indep: libservlet2.5-java.
* Refresh patches and update OSGi metadata.
* Remove Arnaud from Uploaders list.
* Remove Java runtime from Depends.
* Update Standards-Version: 3.9.1.
* Fix the name of the doc-base Document.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
2
Date: Fri, 2 Sep 2011 22:28:09 +0200
 
3
Subject: reduce depends of javadoc target
 
4
 
 
5
---
 
6
 build.xml |    2 +-
 
7
 1 files changed, 1 insertions(+), 1 deletions(-)
 
8
 
 
9
diff --git a/build.xml b/build.xml
 
10
index c0a248a..325fdd8 100755
 
11
--- a/build.xml
 
12
+++ b/build.xml
 
13
@@ -207,7 +207,7 @@
 
14
    description="Clean and compile all components"/>
 
15
 
 
16
 
 
17
-  <target name="javadoc" depends="compile"
 
18
+  <target name="javadoc" depends="compile-only"
 
19
    description="Create component Javadoc documentation">
 
20
     <mkdir      dir="${dist.home}"/>
 
21
     <mkdir      dir="${dist.home}/docs"/>
 
22
--