Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25875/src/main/java/org/xdoclet/plugin/hibernate

Modified Files:
        Filter.jelly 
Log Message:
fix for XDP-147, now there are multiple filters allowed


Index: Filter.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/Filter.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Filter.jelly        2 Sep 2005 09:14:01 -0000       1.2
--- Filter.jelly        29 Dec 2005 15:59:45 -0000      1.3
***************
*** 1,5 ****
  <j:jelly xmlns:j="jelly:core">
      <!-- process filter -->
!     <j:forEach var="filterTag" 
items="${filterEntity.getTagByName('hibernate.filter')}">
          <filter name="${filterTag.name_}" condition="${filterTag.condition}"/>
      </j:forEach>
--- 1,5 ----
  <j:jelly xmlns:j="jelly:core">
      <!-- process filter -->
!     <j:forEach var="filterTag" 
items="${filterEntity.getTagsByName('hibernate.filter')}">
          <filter name="${filterTag.name_}" condition="${filterTag.condition}"/>
      </j:forEach>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to