Index: /trunk/grails-app/conf/BuildConfig.groovy
===================================================================
--- /trunk/grails-app/conf/BuildConfig.groovy	(revision 576)
+++ /trunk/grails-app/conf/BuildConfig.groovy	(revision 577)
@@ -29,4 +29,13 @@
     delete file: "${stagingDir}/WEB-INF/lib/poi-3.0.2-FINAL-20080204.jar"
     delete file: "${stagingDir}/WEB-INF/lib/facebook-2.0.4.jar"
+    // Included by searchable plugin.
+    delete file: "${stagingDir}/WEB-INF/lib/compass-2.1.0.jar"
+    delete file: "${stagingDir}/WEB-INF/lib/compass-2.1.0-src.jar"
+    delete file: "${stagingDir}/WEB-INF/lib/lucene-core.jar"
+    delete file: "${stagingDir}/WEB-INF/lib/lucene-analyzers.jar"
+    delete file: "${stagingDir}/WEB-INF/lib/lucene-highlighter.jar"
+    delete file: "${stagingDir}/WEB-INF/lib/lucene-queries.jar"
+    delete file: "${stagingDir}/WEB-INF/lib/lucene-snowball.jar"
+    delete file: "${stagingDir}/WEB-INF/lib/lucene-spellchecker.jar"
 }
 
@@ -68,4 +77,12 @@
         }
 
+        runtime ('org.compass-project:compass:2.1.4')
+        runtime ('org.apache.lucene:lucene-core:2.4.1')
+        runtime ('org.apache.lucene:lucene-analyzers:2.4.1')
+        runtime ('org.apache.lucene:lucene-highlighter:2.4.1')
+        runtime ('org.apache.lucene:lucene-queries:2.4.1')
+        runtime ('org.apache.lucene:lucene-snowball:2.4.1')
+        runtime ('org.apache.lucene:lucene-spellchecker:2.4.1')
+
     }
 
