[pkg-java] r17263 - in trunk/maven-ant-helper: . debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Sep 23 14:48:42 UTC 2013
Author: ebourg-guest
Date: 2013-09-23 14:48:42 +0000 (Mon, 23 Sep 2013)
New Revision: 17263
Modified:
trunk/maven-ant-helper/debian/changelog
trunk/maven-ant-helper/maven-build.xml
Log:
Removed the Javadoc link with the OpenJDK 6 documentation
Modified: trunk/maven-ant-helper/debian/changelog
===================================================================
--- trunk/maven-ant-helper/debian/changelog 2013-09-23 14:32:02 UTC (rev 17262)
+++ trunk/maven-ant-helper/debian/changelog 2013-09-23 14:48:42 UTC (rev 17263)
@@ -5,6 +5,7 @@
- Updated Standards-Version to 3.9.4 (no changes)
- Use canonical URLs for the Vcs-* fields
- Removed the duplicate Section field for the binary package
+ * Removed the Javadoc link with the OpenJDK 6 documentation
-- Emmanuel Bourg <ebourg at apache.org> Mon, 23 Sep 2013 16:25:59 +0200
Modified: trunk/maven-ant-helper/maven-build.xml
===================================================================
--- trunk/maven-ant-helper/maven-build.xml 2013-09-23 14:32:02 UTC (rev 17262)
+++ trunk/maven-ant-helper/maven-build.xml 2013-09-23 14:48:42 UTC (rev 17263)
@@ -447,7 +447,6 @@
<include name="**"/>
</packageset>
<link href="file:///usr/share/doc/default-jdk-doc/api" packagelistLoc="/usr/share/doc/default-jdk/api/" />
- <link href="file:///usr/share/doc/openjdk-6-doc/api" packagelistLoc="/usr/share/doc/openjdk-6/api/" />
<link href="file:///usr/share/doc/classpath-doc/api" />
<link href="file:///usr/share/doc/${dependency}/api" />
<link href="file:///usr/share/doc/${dependency2}/api" />
More information about the pkg-java-commits
mailing list