Author: kalle Date: Wed Apr 23 06:45:55 2008 New Revision: 650866 URL: http://svn.apache.org/viewvc?rev=650866&view=rev Log: MAHOUT-17 oups, wrong path, not sure how that could pass tests..
Modified: lucene/mahout/trunk/core/pom.xml Modified: lucene/mahout/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=650866&r1=650865&r2=650866&view=diff ============================================================================== --- lucene/mahout/trunk/core/pom.xml (original) +++ lucene/mahout/trunk/core/pom.xml Wed Apr 23 06:45:55 2008 @@ -62,7 +62,7 @@ <goal>install-file</goal> </goals> <configuration> - <file>lib/hadoop-${hadoop.version}-core.jar</file> + <file>lib/kfs-${kfs.version}.jar</file> <groupId>org.kosmix.kosmofs</groupId> <artifactId>kfs</artifactId> <packaging>jar</packaging> @@ -79,7 +79,7 @@ <goal>install-file</goal> </goals> <configuration> - <file>lib/hadoop-${hadoop.version}-core.jar</file> + <file>lib/jets3t-${hadoop.version}.jar</file> <groupId>jets3t</groupId> <artifactId>jets3t</artifactId> <packaging>jar</packaging> @@ -97,7 +97,7 @@ <goal>install-file</goal> </goals> <configuration> - <file>lib/hadoop-${hadoop.version}-core.jar</file> + <file>lib/xmlenc-${xmlenc.version}.jar</file> <groupId>org.znerd.xmlenc</groupId> <artifactId>xmlenc</artifactId> <packaging>jar</packaging>