jstrachan 2003/01/06 23:44:18
Modified: jelly project.xml
Log:
added back nekohtml which is required for the custom doclet. Though its not really a
core Jelly dependency.
We can probably implement a better mechanism for generating the tag documentation
and to remove this dependency later.
Revision Changes Path
1.115 +5 -0 jakarta-commons-sandbox/jelly/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- project.xml 7 Jan 2003 07:36:19 -0000 1.114
+++ project.xml 7 Jan 2003 07:44:18 -0000 1.115
@@ -268,6 +268,11 @@
<version>1.3</version>
</dependency>
+ <dependency>
+ <id>nekohtml</id>
+ <version>0.7.1</version>
+ </dependency>
+
<!-- used by SQL library -->
<dependency>
<id>jdbc</id>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>