Changeset 577 for trunk/grails-app/conf
- Timestamp:
- Jun 7, 2010, 5:42:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BuildConfig.groovy
r561 r577 29 29 delete file: "${stagingDir}/WEB-INF/lib/poi-3.0.2-FINAL-20080204.jar" 30 30 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" 31 40 } 32 41 … … 68 77 } 69 78 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 70 87 } 71 88
Note: See TracChangeset
for help on using the changeset viewer.