jkeyes 2003/11/08 16:24:58
Modified: cli project.properties
Log:
- bug 23757: Javadoc crosslinking
The attachment in Bugzilla was a direct fix to the build.xml
but as we generate this using Maven I made the fix
in project.properties. How to get this information into
the generated build.xml is unknown at this time. I have
asked the question on the maven users list.
Revision Changes Path
1.7 +2 -2 jakarta-commons-sandbox/cli/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/cli/project.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.properties 8 Nov 2003 22:10:00 -0000 1.6
+++ project.properties 9 Nov 2003 00:24:58 -0000 1.7
@@ -6,5 +6,5 @@
compile.optimize = off
compile.deprecation = off
-#maven.jarResources.basedir=${basedir}/src/java
-
+maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]