[Practicalxml-commits] SF.net SVN: practicalxml:[82] trunk/src/main/java/net/sf/practicalxml/ inter
Brought to you by:
kdgregory
|
From: Auto-Generated S. C. M. <pra...@li...> - 2009-04-30 13:04:44
|
Revision: 82
http://practicalxml.svn.sourceforge.net/practicalxml/?rev=82&view=rev
Author: kdgregory
Date: 2009-04-30 13:04:43 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
JavaDoc wants package.html to have HTML tags, was breaking site build ... who'da thunk
Modified Paths:
--------------
trunk/src/main/java/net/sf/practicalxml/internal/package.html
Modified: trunk/src/main/java/net/sf/practicalxml/internal/package.html
===================================================================
--- trunk/src/main/java/net/sf/practicalxml/internal/package.html 2009-04-30 12:08:58 UTC (rev 81)
+++ trunk/src/main/java/net/sf/practicalxml/internal/package.html 2009-04-30 13:04:43 UTC (rev 82)
@@ -1,4 +1,8 @@
-This package contains classes used internally by the PracticalXML library.
-Applications should not rely on the API of these classes, or indeed of their
-continued existence. In most cases, there's a better alternative in a third-
-party library.
\ No newline at end of file
+<html>
+<body>
+ This package contains classes used internally by the PracticalXML library.
+ Applications should not rely on the API of these classes, or indeed of their
+ continued existence. In most cases, there's a better alternative in a third-
+ party library.
+</body>
+</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|