~ubuntu-branches/ubuntu/quantal/commons-io/quantal

« back to all changes in this revision

Viewing changes to debian/patches/01_no_ext_links.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-10-08 18:40:07 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071008184007-mldy1l8uefdgmxjh
Tags: 1.3.2-2
debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating
.maven directory in user homedir (Closes: #445804)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_no_ext_links.dpatch by  <varunhiremath@gmail.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad commons-io-1.3.2~/build.xml commons-io-1.3.2/build.xml
 
9
--- commons-io-1.3.2~/build.xml 2007-09-21 00:33:32.000000000 +0530
 
10
+++ commons-io-1.3.2/build.xml  2007-09-21 00:35:25.000000000 +0530
 
11
@@ -296,8 +296,6 @@
 
12
         <path refid="build.classpath">
 
13
         </path>
 
14
       </classpath>
 
15
-      <link href="http://java.sun.com/j2se/1.4/docs/api/" />
 
16
-      <link href="http://java.sun.com/webservices/docs/1.5/api/" />        
 
17
     </javadoc>
 
18
   </target>
 
19
   <target name="get-deps" unless="noget">