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

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