Changeset 577 for trunk/grails-app/conf


Ignore:
Timestamp:
Jun 7, 2010, 5:42:37 PM (14 years ago)
Author:
gav
Message:

Upgrade Compass and Lucene jars to 2.1.4, to fix reindex on update as reported here http://jira.codehaus.org/browse/GRAILSPLUGINS-1022.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BuildConfig.groovy

    r561 r577  
    2929    delete file: "${stagingDir}/WEB-INF/lib/poi-3.0.2-FINAL-20080204.jar"
    3030    delete file: "${stagingDir}/WEB-INF/lib/facebook-2.0.4.jar"
     31    // Included by searchable plugin.
     32    delete file: "${stagingDir}/WEB-INF/lib/compass-2.1.0.jar"
     33    delete file: "${stagingDir}/WEB-INF/lib/compass-2.1.0-src.jar"
     34    delete file: "${stagingDir}/WEB-INF/lib/lucene-core.jar"
     35    delete file: "${stagingDir}/WEB-INF/lib/lucene-analyzers.jar"
     36    delete file: "${stagingDir}/WEB-INF/lib/lucene-highlighter.jar"
     37    delete file: "${stagingDir}/WEB-INF/lib/lucene-queries.jar"
     38    delete file: "${stagingDir}/WEB-INF/lib/lucene-snowball.jar"
     39    delete file: "${stagingDir}/WEB-INF/lib/lucene-spellchecker.jar"
    3140}
    3241
     
    6877        }
    6978
     79        runtime ('org.compass-project:compass:2.1.4')
     80        runtime ('org.apache.lucene:lucene-core:2.4.1')
     81        runtime ('org.apache.lucene:lucene-analyzers:2.4.1')
     82        runtime ('org.apache.lucene:lucene-highlighter:2.4.1')
     83        runtime ('org.apache.lucene:lucene-queries:2.4.1')
     84        runtime ('org.apache.lucene:lucene-snowball:2.4.1')
     85        runtime ('org.apache.lucene:lucene-spellchecker:2.4.1')
     86
    7087    }
    7188
Note: See TracChangeset for help on using the changeset viewer.