- Timestamp:
- Mar 21, 2011, 5:07:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/grailsUpgrade/grails-app/conf/BuildConfig.groovy
r636 r876 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"40 31 } 41 32 … … 51 42 52 43 repositories { 44 grailsHome() 53 45 grailsPlugins() 54 grails Home()46 grailsCentral() 55 47 56 48 // uncomment the below to enable remote dependency resolution … … 77 69 } 78 70 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 87 71 runtime ('org.apache.ant:ant:1.7.1') 88 72 runtime ('org.apache.ant:ant-launcher:1.7.1')
Note: See TracChangeset
for help on using the changeset viewer.