dion        2003/01/11 01:21:52

  Modified:    jelly/src/java/org/apache/commons/jelly jelly.properties
  Log:
  - Reorder taglibs into alphabetical order
  - Reflect current core and optional split
  
  Revision  Changes    Path
  1.33      +20 -21    
jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/jelly.properties
  
  Index: jelly.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/jelly.properties,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- jelly.properties  7 Jan 2003 22:49:41 -0000       1.32
  +++ jelly.properties  11 Jan 2003 09:21:52 -0000      1.33
  @@ -1,37 +1,36 @@
   # register the default tag libraries with an abbreviated name
   core        = org.apache.commons.jelly.tags.core.CoreTagLibrary
   define      = org.apache.commons.jelly.tags.define.DefineTagLibrary
  -xml         = org.apache.commons.jelly.tags.xml.XMLTagLibrary
  -sql         = org.apache.commons.jelly.tags.sql.SqlTagLibrary
  -jsl         = org.apache.commons.jelly.tags.jsl.JSLTagLibrary
  -ant         = org.apache.commons.jelly.tags.ant.AntTagLibrary
   log         = org.apache.commons.jelly.tags.log.LogTagLibrary
  -jeez         = org.apache.commons.jelly.tags.jeez.JeezTagLibrary
  -util        = org.apache.commons.jelly.tags.util.UtilTagLibrary
   junit            = org.apache.commons.jelly.tags.junit.JUnitTagLibrary
   bean         = org.apache.commons.jelly.tags.bean.BeanTagLibrary
   dynabean     = org.apache.commons.jelly.tags.dynabean.DynabeanTagLibrary
   threads      = org.apache.commons.jelly.tags.threads.ThreadsTagLibrary
  +xml         = org.apache.commons.jelly.tags.xml.XMLTagLibrary
   
   # optional taglibs
  -swing            = org.apache.commons.jelly.tags.swing.SwingTagLibrary
  -swt              = org.apache.commons.jelly.tags.swt.SwtTagLibrary
  -soap         = org.apache.commons.jelly.tags.soap.SoapTagLibrary
  -xmlunit              = org.apache.commons.jelly.tags.xmlunit.XMLUnitTagLibrary
  -html         = org.apache.commons.jelly.tags.html.HTMLTagLibrary
  -betwixt              = org.apache.commons.jelly.tags.betwixt.BetwixtTagLibrary
  -jms         = org.apache.commons.jelly.tags.jms.JMSTagLibrary
  -email                = org.apache.commons.jelly.tags.email.EmailTagLibrary
  -validate    = org.apache.commons.jelly.tags.validate.ValidateTagLibrary
  -ojb         = org.apache.commons.jelly.tags.ojb.OjbTagLibrary
  +ant         = org.apache.commons.jelly.tags.ant.AntTagLibrary
  +antlr       = org.apache.commons.jelly.tags.antlr.AntlrTagLibrary
   beanshell   = org.apache.commons.jelly.tags.beanshell.BeanShellTagLibrary
  +betwixt              = org.apache.commons.jelly.tags.betwixt.BetwixtTagLibrary
   bsf         = org.apache.commons.jelly.tags.bsf.BSFTagLibrary
  +email                = org.apache.commons.jelly.tags.email.EmailTagLibrary
  +html         = org.apache.commons.jelly.tags.html.HTMLTagLibrary
  +http        = org.apache.commons.jelly.tags.http.HttpTagLibrary
  +interaction = org.apache.commons.jelly.tags.interaction.InteractionTagLibrary
   javascript  = org.apache.commons.jelly.tags.bsf.JavaScriptTagLibrary
  +jetty       = org.apache.commons.jelly.tags.jetty.JettyTagLibrary
  +jms         = org.apache.commons.jelly.tags.jms.JMSTagLibrary
   jpython     = org.apache.commons.jelly.tags.bsf.JPythonTagLibrary
  +jsl         = org.apache.commons.jelly.tags.jsl.JSLTagLibrary
  +ojb         = org.apache.commons.jelly.tags.ojb.OjbTagLibrary
   pnuts       = org.apache.commons.jelly.tags.bsf.PNutsTagLibrary
  -interaction = org.apache.commons.jelly.tags.interaction.InteractionTagLibrary
  -antlr       = org.apache.commons.jelly.tags.antlr.AntlrTagLibrary
   quartz      = org.apache.commons.jelly.tags.quartz.QuartzTagLibrary
  -http        = org.apache.commons.jelly.tags.http.HttpTagLibrary
  -jetty       = org.apache.commons.jelly.tags.jetty.JettyTagLibrary
  -velocity    = org.apache.commons.jelly.tags.velocity.VelocityTagLibrary
  \ No newline at end of file
  +soap         = org.apache.commons.jelly.tags.soap.SoapTagLibrary
  +sql         = org.apache.commons.jelly.tags.sql.SqlTagLibrary
  +swing            = org.apache.commons.jelly.tags.swing.SwingTagLibrary
  +swt              = org.apache.commons.jelly.tags.swt.SwtTagLibrary
  +util        = org.apache.commons.jelly.tags.util.UtilTagLibrary
  +validate    = org.apache.commons.jelly.tags.validate.ValidateTagLibrary
  +velocity    = org.apache.commons.jelly.tags.velocity.VelocityTagLibrary
  +xmlunit              = org.apache.commons.jelly.tags.xmlunit.XMLUnitTagLibrary
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to