[jboss-cvs] jboss-seam/examples/wiki/src/etc/META-INF ...

Christian Bauer christian at hibernate.org
Thu Dec 20 13:35:55 EST 2007


  User: cbauer  
  Date: 07/12/20 13:35:55

  Modified:    examples/wiki/src/etc/META-INF  wiki.taglib.xml
  Log:
  Simplifed and fixed help popup
  
  Revision  Changes    Path
  1.24      +0 -6      jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wiki.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- wiki.taglib.xml	19 Dec 2007 13:33:37 -0000	1.23
  +++ wiki.taglib.xml	20 Dec 2007 18:35:55 -0000	1.24
  @@ -13,12 +13,6 @@
       </function>
   
       <function>
  -        <function-name>renderPlainURL</function-name>
  -        <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
  -        <function-signature>java.lang.String renderPlainURL(org.jboss.seam.wiki.core.model.WikiNode)</function-signature>
  -    </function>
  -
  -    <function>
           <function-name>renderURL</function-name>
           <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
           <function-signature>java.lang.String renderURL(org.jboss.seam.wiki.core.model.WikiNode)</function-signature>
  
  
  



More information about the jboss-cvs-commits mailing list