Blame SOURCES/0010-Fix-javadoc-link.patch

c3050d
From 4753784d3e8ed5ec9973f67e9017bcb7ef41b4b1 Mon Sep 17 00:00:00 2001
c3050d
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
c3050d
Date: Tue, 18 May 2010 15:07:00 +0200
c3050d
Subject: [PATCH 10/10] Fix javadoc link
c3050d
c3050d
---
c3050d
 build.xml |    3 +--
c3050d
 1 files changed, 1 insertions(+), 2 deletions(-)
c3050d
c3050d
diff --git a/build.xml b/build.xml
c3050d
index 54bad8f..c775a68 100644
c3050d
--- a/build.xml
c3050d
+++ b/build.xml
c3050d
@@ -517,8 +517,7 @@
c3050d
 -->'
c3050d
              bottom="Copyright 2000-2007 Apache Software Foundation.">
c3050d
 
c3050d
-      <link href="http://java.sun.com/j2se/1.3/docs/api/"/>
c3050d
-      <link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
c3050d
+      <link href="${jdk.javadoc}"/>
c3050d
       <classpath refid="compile.classpath"/>
c3050d
     </javadoc>
c3050d
 
c3050d
-- 
c3050d
1.6.6.1