File: javadoc.diff

package info (click to toggle)
axis 1.4-28
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 52,076 kB
  • sloc: java: 129,120; xml: 10,602; jsp: 983; sh: 84; cs: 36; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Ensure Javadoc call get correct source version (1.3)
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2010-03-25
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -369,6 +369,7 @@
              use="true"
              windowtitle="${Name} API"
              doctitle="${Name}"
+             source="${source}"
              bottom="Copyright &#169; ${year} Apache Web Services Project. All Rights Reserved."
     />
   </target>