You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/08/20 10:34:32 UTC

svn commit: r14886 [9/19] - in /dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5: ./ lucene/ lucene/changes/ lucene/maven/ lucene/maven/org/ lucene/maven/org/apache/ lucene/maven/org/apache/lucene/ lucene/maven/org/apache/lu...

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom Sat Aug 20 10:34:26 2016
@@ -0,0 +1,80 @@
+<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.
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.lucene</groupId>
+    <artifactId>lucene-parent</artifactId>
+    <version>6.2.0</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-sandbox</artifactId>
+  <packaging>jar</packaging>
+  <name>Lucene Sandbox</name>
+  <description>Lucene Sandbox</description>
+  <properties>
+    <module-directory>lucene/sandbox</module-directory>
+    <relative-top-level>../../..</relative-top-level>
+    <module-path>${relative-top-level}/${module-directory}</module-path>
+  </properties>
+  <scm>
+    <connection>scm:git:${vc-anonymous-base-url}</connection>
+    <developerConnection>scm:git:${vc-dev-base-url}</developerConnection>
+    <url>${vc-browse-base-url};f=${module-directory}</url>
+  </scm>
+  <dependencies>
+    <dependency> 
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-codecs</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+  <build>
+    <sourceDirectory>${module-path}/src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>${module-path}/src/resources</directory>
+      </resource>
+    </resources>
+    <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.build.testSourceDirectory}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.asc
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.asc (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.asc Sat Aug 20 10:34:26 2016
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iEYEABECAAYFAle4JacACgkQ8RmUH25o2mEoXACggIzMFBVs0c2Bqc1Qj7+irec4
+Lu8An1mLL3ayt2GLm/+DSg+ScvNhbaY1
+=85cj
+-----END PGP SIGNATURE-----

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+ffc09ff9ab1d79a19355716d302ada78
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/6.2.0/lucene-sandbox-6.2.0.pom.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+69d2c0fc6a07f4e0b571602093f0f7e5cedec97a
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml Sat Aug 20 10:34:26 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-sandbox</artifactId>
+  <version>6.2.0</version>
+  <versioning>
+    <versions>
+      <version>6.2.0</version>
+    </versions>
+    <lastUpdated>20160820094053</lastUpdated>
+  </versioning>
+</metadata>

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.md5
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.md5 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.md5 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+3cae83b007e6d8b6f4cbeaf32f96afda
\ No newline at end of file

Added: dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.sha1
==============================================================================
--- dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.sha1 (added)
+++ dev/lucene/lucene-solr-6.2.0-RC1-rev764d0f19151dbff6f5fcd9fc4b2682cf934590c5/lucene/maven/org/apache/lucene/lucene-sandbox/maven-metadata.xml.sha1 Sat Aug 20 10:34:26 2016
@@ -0,0 +1 @@
+0954be2db43170439dc46da97aba99b9e7775652
\ No newline at end of file