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/26 21:36:16 UTC

svn commit: r1305512 [6/6] - in /lucene/dev/branches/branch_3x: ./ dev-tools/eclipse/dot.settings/ dev-tools/idea/lucene/contrib/analyzers/kuromoji/ dev-tools/idea/lucene/contrib/analyzers/phonetic/ dev-tools/idea/lucene/contrib/facet/ dev-tools/idea/l...

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stoplabels.mt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stoplabels.mt?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stoplabels.mt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stoplabels.mt Mon Mar 26 19:36:09 2012
@@ -1 +1 @@
-customsolrstoplabel
+customsolrstoplabel

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stopwords.mt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stopwords.mt?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stopwords.mt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/carrot2/stopwords.mt Mon Mar 26 19:36:09 2012
@@ -1 +1 @@
-customsolrstopword
+customsolrstopword

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stoplabels.mt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stoplabels.mt?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stoplabels.mt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stoplabels.mt Mon Mar 26 19:36:09 2012
@@ -1 +1 @@
-customsolrstoplabelcustomdir
+customsolrstoplabelcustomdir

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stopwords.mt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stopwords.mt?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stopwords.mt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/src/test-files/clustering/solr/conf/clustering/custom/stopwords.mt Mon Mar 26 19:36:09 2012
@@ -1 +1 @@
-customsolrstopwordcustomdir
+customsolrstopwordcustomdir

Modified: lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-NOTICE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-NOTICE.txt?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-NOTICE.txt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-NOTICE.txt Mon Mar 26 19:36:09 2012
@@ -1,3 +1,3 @@
-
-jsonic - simple json encoder/decoder for java
+
+jsonic - simple json encoder/decoder for java
 http://jsonic.sourceforge.jp/
\ No newline at end of file

Modified: lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-pom.xml.template?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/langid/lib/jsonic-pom.xml.template Mon Mar 26 19:36:09 2012
@@ -1,36 +1,36 @@
-<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">
-
-  <!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-  -->
-
-  <parent>
-    <groupId>org.apache.solr</groupId>
-    <artifactId>solr-parent</artifactId>
-    <version>@version@</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.solr</groupId>
-  <artifactId>solr-jsonic</artifactId>
-  <name>Solr Specific JSONIC</name>
-  <version>@version@</version>
-  <description>Solr Specific JSONIC v1.2.0</description>
-  <packaging>jar</packaging>
-</project>
+<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">
+
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>@version@</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-jsonic</artifactId>
+  <name>Solr Specific JSONIC</name>
+  <version>@version@</version>
+  <description>Solr Specific JSONIC v1.2.0</description>
+  <packaging>jar</packaging>
+</project>

Modified: lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-NOTICE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-NOTICE.txt?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-NOTICE.txt (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-NOTICE.txt Mon Mar 26 19:36:09 2012
@@ -1,3 +1,3 @@
-langdetect
-
+langdetect
+
 http://code.google.com/p/language-detection/
\ No newline at end of file

Modified: lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-pom.xml.template?rev=1305512&r1=1305511&r2=1305512&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/langid/lib/langdetect-pom.xml.template Mon Mar 26 19:36:09 2012
@@ -1,36 +1,36 @@
-<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">
-
-  <!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-  -->
-
-  <parent>
-    <groupId>org.apache.solr</groupId>
-    <artifactId>solr-parent</artifactId>
-    <version>@version@</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.solr</groupId>
-  <artifactId>solr-langdetect</artifactId>
-  <name>Solr Specific langdetect</name>
-  <version>@version@</version>
-  <description>Solr Specific langdetect r111 compiled with JDK 5</description>
-  <packaging>jar</packaging>
-</project>
+<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">
+
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+  -->
+
+  <parent>
+    <groupId>org.apache.solr</groupId>
+    <artifactId>solr-parent</artifactId>
+    <version>@version@</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.solr</groupId>
+  <artifactId>solr-langdetect</artifactId>
+  <name>Solr Specific langdetect</name>
+  <version>@version@</version>
+  <description>Solr Specific langdetect r111 compiled with JDK 5</description>
+  <packaging>jar</packaging>
+</project>