You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/30 01:10:20 UTC

svn commit: r1307158 - in /lucene/dev/branches/lucene3930/solr/contrib/langid: build.xml lib/jsonic-1.2.0.jar lib/langdetect-r111.jar

Author: rmuir
Date: Thu Mar 29 23:10:20 2012
New Revision: 1307158

URL: http://svn.apache.org/viewvc?rev=1307158&view=rev
Log:
LUCENE-3930: nuke jars

Removed:
    lucene/dev/branches/lucene3930/solr/contrib/langid/lib/jsonic-1.2.0.jar
    lucene/dev/branches/lucene3930/solr/contrib/langid/lib/langdetect-r111.jar
Modified:
    lucene/dev/branches/lucene3930/solr/contrib/langid/build.xml

Modified: lucene/dev/branches/lucene3930/solr/contrib/langid/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/contrib/langid/build.xml?rev=1307158&r1=1307157&r2=1307158&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/contrib/langid/build.xml (original)
+++ lucene/dev/branches/lucene3930/solr/contrib/langid/build.xml Thu Mar 29 23:10:20 2012
@@ -39,4 +39,13 @@
     <m2-deploy-with-pom-template pom.xml="${solr-langid.dir}/lib/langdetect-pom.xml.template"
                                  jar.file="${solr-langid.dir}/lib/langdetect-r111.jar" />
   </target>
+
+   <!-- hack: do this better -->
+   <target name="fetch">
+     <get src="http://language-detection.googlecode.com/git-history/c51112119be53a81e59706ce57bacaa90c052284/lib/langdetect.jar" 
+          dest="lib/langdetect-c51112119be53a81e59706ce57bacaa90c052284.jar"/>
+     <get src="http://language-detection.googlecode.com/git-history/c51112119be53a81e59706ce57bacaa90c052284/lib/jsonic-1.2.0.jar" 
+          dest="lib/jsonic-1.2.0.jar"/>
+   </target>
+  <target name="compile-core" depends="fetch,solr-contrib-build.compile-core"/>
 </project>