mcardle     2005/09/01 17:02:17 CEST

  Modified files:
    core/src/webapp/WEB-INF aop.xml 
  Log:
  limits the search space of potential objects matching the aspects, resulting 
in a faster bootup time
  
  Revision  Changes    Path
  1.3       +3 -6      jahia/core/src/webapp/WEB-INF/aop.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/aop.xml.diff?r1=1.2&r2=1.3&f=h
  
  
  
  Index: aop.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/src/webapp/WEB-INF/aop.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- aop.xml   23 Aug 2005 16:51:18 -0000      1.2
  +++ aop.xml   1 Sep 2005 15:02:17 -0000       1.3
  @@ -4,12 +4,9 @@
   
   <aspectwerkz>
       <system id="webapp">
  -        <!--exclude package="org.apache.commons.betwixt..*"/>
  -        <exclude package="org.jahia.utils.xml.betwixt..*"/>
  -        <exclude package="org.apache.log4j..*"/>
  -        <exclude package="org.apache.commons..*"/>
  -        <exclude package="org.objectweb.asm..*"/-->
  -
  +        <include package="org.jahia.apache.jsp.jsp.jahia.templates"/>
  +             <include package="org.jahia.taglibs"/>
  +             <include package="org.jahia.deprecated.taglibs"/>
   
           <aspect class="org.jahia.aop.EsiJspContentDetectionAspect">
   
  

Reply via email to