You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2008/05/12 13:42:25 UTC

svn commit: r655479 - /lucene/mahout/trunk/pom.xml

Author: srowen
Date: Mon May 12 04:42:25 2008
New Revision: 655479

URL: http://svn.apache.org/viewvc?rev=655479&view=rev
Log:
Fixed breakage in pom.xml -- schemaLocation value broken across two lines

Modified:
    lucene/mahout/trunk/pom.xml

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=655479&r1=655478&r2=655479&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Mon May 12 04:42:25 2008
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.
-org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>