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

Christian Bauer christian at hibernate.org
Mon Sep 24 04:23:20 EDT 2007


  User: cbauer  
  Date: 07/09/24 04:23:20

  Modified:    examples/wiki/src/etc/META-INF   wiki.taglib.xml
                        persistence-test-war.xml
  Log:
  New help system and improved wiki text editor
  
  Revision  Changes    Path
  1.19      +12 -0     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.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- wiki.taglib.xml	15 Sep 2007 17:06:18 -0000	1.18
  +++ wiki.taglib.xml	24 Sep 2007 08:23:20 -0000	1.19
  @@ -7,6 +7,12 @@
       <namespace>http://jboss.com/products/seam/wiki</namespace>
   
       <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.Node)</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.Node)</function-signature>
  @@ -91,6 +97,12 @@
       </function>
   
       <function>
  +        <function-name>repeatString</function-name>
  +        <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
  +        <function-signature>java.lang.String repeatString(java.lang.String,java.lang.Integer)</function-signature>
  +    </function>
  +
  +    <function>
           <function-name>displayFilesize</function-name>
           <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
           <function-signature>java.lang.String displayFilesize(int)</function-signature>
  
  
  
  1.9       +4 -0      jboss-seam/examples/wiki/src/etc/META-INF/persistence-test-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence-test-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/persistence-test-war.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- persistence-test-war.xml	15 Sep 2007 17:06:18 -0000	1.8
  +++ persistence-test-war.xml	24 Sep 2007 08:23:20 -0000	1.9
  @@ -76,6 +76,10 @@
                         value="org.jboss.seam.wiki.core.nestedset.NestedSetPostInsertEventListener"/>
               <property name="hibernate.ejb.event.post-delete"
                         value="org.jboss.seam.wiki.core.nestedset.NestedSetPostDeleteEventListener"/>
  +            <!--
  +            <property name="hibernate.ejb.event.flush-entity"
  +                      value="org.jboss.seam.wiki.core.nestedset.NestedSetFlushEntityEventListener"/>
  +              -->
   
           </properties>
   
  
  
  



More information about the jboss-cvs-commits mailing list