dion 2004/09/12 09:45:31
Modified: jelly/src/java/org/apache/commons/jelly jelly.properties
Log:
Add regexp taglib
Revision Changes Path
1.42 +1 -0 jakarta-commons/jelly/src/java/org/apache/commons/jelly/jelly.properties
Index: jelly.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/jelly.properties,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- jelly.properties 8 Sep 2004 04:27:59 -0000 1.41
+++ jelly.properties 12 Sep 2004 16:45:31 -0000 1.42
@@ -44,6 +44,7 @@
ojb = org.apache.commons.jelly.tags.ojb.OjbTagLibrary
pnuts = org.apache.commons.jelly.tags.bsf.PNutsTagLibrary
quartz = org.apache.commons.jelly.tags.quartz.QuartzTagLibrary
+regexp = org.apache.commons.jelly.tags.regexp.RegexpTagLibrary
soap = org.apache.commons.jelly.tags.soap.SoapTagLibrary
sql = org.apache.commons.jelly.tags.sql.SqlTagLibrary
swing = org.apache.commons.jelly.tags.swing.SwingTagLibrary
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|