Add missing patch files from last commit
This commit is contained in:
parent
8624e8ebde
commit
c28ee89c6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122731
2 changed files with 26 additions and 0 deletions
13
java/jakarta-commons-beanutils/files/patch-build.xml
Normal file
13
java/jakarta-commons-beanutils/files/patch-build.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
$FreeBSD$
|
||||
|
||||
--- build.xml.orig Mon Nov 29 03:07:46 2004
|
||||
+++ build.xml Mon Nov 29 03:09:59 2004
|
||||
@@ -214,6 +215,8 @@
|
||||
doctitle="<h1>${component.title} (Version ${component.version})</h1>"
|
||||
windowtitle="${component.title} (Version ${component.version})"
|
||||
bottom="Copyright (c) 2001-2004 - Apache Software Foundation">
|
||||
+ <link offline="true" packagelistLoc="${commons-collections.api}" href="http://jakarta.apache.org/commons/collections/api/"/>
|
||||
+ <link offline="true" packagelistLoc="${commons-logging.api}" href="http://jakarta.apache.org/commons/logging/api/"/>
|
||||
<classpath refid="compile.classpath"/>
|
||||
</javadoc>
|
||||
</target>
|
|
@ -0,0 +1,13 @@
|
|||
$FreeBSD$
|
||||
|
||||
--- optional/bean-collections/build.xml.orig Mon Nov 29 03:19:19 2004
|
||||
+++ optional/bean-collections/build.xml Mon Nov 29 03:22:15 2004
|
||||
@@ -257,6 +257,8 @@
|
||||
doctitle="<h1>${component.title} (Version ${component.version})</h1>"
|
||||
windowtitle="${component.title} (Version ${component.version})"
|
||||
bottom="Copyright (c) 2001-2004 - Apache Software Foundation">
|
||||
+ <link offline="true" packagelistLoc="${commons-collections.api}" href="http://jakarta.apache.org/commons/collections/api/"/>
|
||||
+ <link offline="true" packagelistLoc="${commons-logging.api}" href="http://jakarta.apache.org/commons/logging/api/"/>
|
||||
<classpath refid="compile.classpath"/>
|
||||
</javadoc>
|
||||
<copy
|
Loading…
Reference in a new issue