knguyen     2005/02/23 18:15:05 CET

  Modified files:
    core/src/webapp/WEB-INF/etc/spring 
                                       applicationcontext-metadata.xml 
  Log:
  - partial adv search refactoring
  
  Revision  Changes    Path
  1.3       +2 -2      
jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-metadata.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-metadata.xml.diff?r1=1.2&r2=1.3&f=h
  
  
  
  Index: applicationcontext-metadata.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/spring/applicationcontext-metadata.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- applicationcontext-metadata.xml   14 Feb 2005 14:25:00 -0000      1.2
  +++ applicationcontext-metadata.xml   23 Feb 2005 17:15:05 -0000      1.3
  @@ -256,7 +256,7 @@
                <property name="readOnly"><value>false</value></property>
                <property 
name="editableDefinition"><value>false</value></property>
                <property 
name="hiddenFromEditingEngine"><value>false</value></property>
  -             <property name="required"><value>true</value></property>
  +             <property name="required"><value>false</value></property>
                <property name="order"><value>10</value></property>
                <property name="contentDefinitionMappings">
                        <list>
  @@ -418,7 +418,7 @@
        </bean>
        <bean id="contentLastModificationDateListener" 
class="org.jahia.services.metadata.core.listeners.ContentLastModificationDateListener">
                <property name="metadataName">
  -                     <value>lastModificationDate</value>
  +                     <value>lastModifDate</value>
                </property>
        </bean>
        <bean id="contentMetadataListener" 
class="org.jahia.services.metadata.core.listeners.ContentMetadataListener">
  

Reply via email to