Package: sitemesh / 2.4.1+dfsg-1

disable_network.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/build.xml b/build.xml
index fb28188..3289747 100644
--- a/build.xml
+++ b/build.xml
@@ -90,11 +90,13 @@
             doctitle="${Name} ${version} API"
             footer="<a href="http://www.opensymphony.com/sitemesh/">www.opensymphony.com/sitemesh/</a>">
 
+            <!-- disable network access during build time
             <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>
             <link href="http://java.sun.com/products/servlet/2.3/javadoc/"/>
             <link href="http://jakarta.apache.org/velocity/api/"/>
             <link href="http://jakarta.apache.org/velocity/tools/javadoc/"/>
             <link href="http://freemarker.sourceforge.net/docs/api/"/>
+            -->
         </javadoc>
     </target>