This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
apache-commons-validator/commons-validator-1.3.1-crosslink.patch
Ville Skyttä 24ce8527ae Tweak source encoding to fix build with Java 1.7.
Drop versioned jars and javadoc dir.
Drop no longer needed javadoc Obsoletes.
Crosslink with local JDK API docs.
2012-01-14 13:10:41 +02:00

11 lines
639 B
Diff

diff -up commons-validator-1.3.1-src/build.xml~ commons-validator-1.3.1-src/build.xml
--- commons-validator-1.3.1-src/build.xml~ 2006-11-29 00:31:49.000000000 +0200
+++ commons-validator-1.3.1-src/build.xml 2012-01-14 13:00:24.844856452 +0200
@@ -301,6 +301,7 @@
doctitle="<h1>${component.title} (Version ${component.version})</h1>"
windowtitle="${component.title} (Version ${component.version})"
bottom="Copyright (c) 2001-2004 Apache Software Foundation"
+ link="/usr/share/javadoc/java/"
classpathref="compile.classpath" />
</target>