You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2012/02/21 10:05:48 UTC

svn commit: r1291669 - in /lucene/dev/branches/lucene3795_lsp_spatial_module: dev-tools/eclipse/ dev-tools/maven/modules/spatial/ dev-tools/maven/modules/spatial/base/ dev-tools/maven/modules/spatial/strategy/ modules/spatial/ modules/spatial/base/src/...

Author: ryan
Date: Tue Feb 21 09:05:47 2012
New Revision: 1291669

URL: http://svn.apache.org/viewvc?rev=1291669&view=rev
Log:
LUCENE-3795: fix javadoc warnings, add pom files

Added:
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/base/
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/base/pom.xml.template
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/strategy/
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/strategy/pom.xml.template
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/overview.html
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/strategy/src/java/overview.html
Modified:
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/eclipse/dot.classpath
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContext.java
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContextFactory.java
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/prefix/Node.java
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/query/SpatialArgs.java
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/SpatialRelation.java
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/CircleImpl.java
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/GeoCircleImpl.java
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/build.xml

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/eclipse/dot.classpath?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/eclipse/dot.classpath Tue Feb 21 09:05:47 2012
@@ -55,6 +55,10 @@
 	<classpathentry kind="src" path="modules/queryparser/src/test"/>
 	<classpathentry kind="src" path="modules/suggest/src/java"/>
 	<classpathentry kind="src" path="modules/suggest/src/test"/>
+	<classpathentry kind="src" path="modules/spatial/base/src/java"/>
+	<classpathentry kind="src" path="modules/spatial/base/src/test"/>
+	<classpathentry kind="src" path="modules/spatial/strategy/src/java"/>
+	<classpathentry kind="src" path="modules/spatial/strategy/src/test"/>
 	<classpathentry kind="src" path="solr/core/src/java"/>
 	<classpathentry kind="src" path="solr/core/src/test"/>
 	<classpathentry kind="src" path="solr/core/src/test-files"/>

Added: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/base/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/base/pom.xml.template?rev=1291669&view=auto
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/base/pom.xml.template (added)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/base/pom.xml.template Tue Feb 21 09:05:47 2012
@@ -0,0 +1,71 @@
+<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>@version@</version>
+    <relativePath>../../../lucene/pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-spatial-base</artifactId>
+  <packaging>jar</packaging>
+  <name>Lucene Spatial Base</name>
+  <description>Spatial Code w/o lucene dependencies</description>
+  <properties>
+    <module-directory>modules/spatial/base</module-directory>
+    <build-directory>../build/base</build-directory>
+  </properties>
+  <dependencies>
+    <dependency> 
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <directory>${build-directory}</directory>
+    <outputDirectory>${build-directory}/classes/java</outputDirectory>
+    <testOutputDirectory>${build-directory}/classes/test</testOutputDirectory>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.build.testSourceDirectory}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Added: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template?rev=1291669&view=auto
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template (added)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template Tue Feb 21 09:05:47 2012
@@ -0,0 +1,49 @@
+<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>@version@</version>
+    <relativePath>../../lucene/pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-spatial-modules-aggregator</artifactId>
+  <name>Lucene Spatial Modules aggregator POM</name>
+  <packaging>pom</packaging>
+  <modules>
+    <module>base</module>
+    <module>strategy</module>
+  </modules>
+  <build>
+    <directory>build/lucene-spatial-modules-aggregator</directory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/strategy/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/strategy/pom.xml.template?rev=1291669&view=auto
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/strategy/pom.xml.template (added)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/strategy/pom.xml.template Tue Feb 21 09:05:47 2012
@@ -0,0 +1,90 @@
+<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>@version@</version>
+    <relativePath>../../../lucene/pom.xml</relativePath>
+  </parent>
+  <groupId>org.apache.lucene</groupId>
+  <artifactId>lucene-spatial-strategy</artifactId>
+  <packaging>jar</packaging>
+  <name>Lucene Spatial Strategies</name>
+  <description>    
+  	Spatial Strategies for Apache Lucene
+  </description>
+  <properties>
+    <module-directory>modules/spatial/strategy</module-directory>
+    <build-directory>../build/strategy</build-directory>
+  </properties>
+  <dependencies>
+    <dependency> 
+      <!-- lucene-test-framework dependency must be declared before lucene-core -->
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lucene-test-framework</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lucene-spatial-base</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lucene-core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lucene-queries</artifactId>
+      <version>${lucene.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lucene-analyzers-common</artifactId>
+      <version>${lucene.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>lucene-benchmark</artifactId>
+      <version>${lucene.version}</version>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+  <build>
+    <directory>${build-directory}</directory>
+    <outputDirectory>${build-directory}/classes/java</outputDirectory>
+    <testOutputDirectory>${build-directory}/classes/test</testOutputDirectory>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.build.testSourceDirectory}</directory>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </testResource>
+    </testResources>
+  </build>
+</project>

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContext.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContext.java?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContext.java (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContext.java Tue Feb 21 09:05:47 2012
@@ -112,7 +112,6 @@ public abstract class SpatialContext {
 
   /**
    * Is this a geospatial context (true) or simply 2d spatial (false)
-   * @return
    */
   public boolean isGeo() {
     return getUnits().isGeo();
@@ -156,7 +155,6 @@ public abstract class SpatialContext {
    *
    * @param ctr
    * @param distance The units of "distance" should be the same as {@link #getUnits()}.
-   * @return
    */
   public abstract Circle makeCircle(Point ctr, double distance);
 

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContextFactory.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContextFactory.java?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContextFactory.java (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/context/SpatialContextFactory.java Tue Feb 21 09:05:47 2012
@@ -41,7 +41,6 @@ public abstract class SpatialContextFact
    * then {@link SimpleSpatialContextFactory} is chosen.
    * @param args
    * @param classLoader
-   * @return
    */
   public static SpatialContext makeSpatialContext(Map<String,String> args, ClassLoader classLoader) {
     SpatialContextFactory instance;

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/prefix/Node.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/prefix/Node.java?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/prefix/Node.java (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/prefix/Node.java Tue Feb 21 09:05:47 2012
@@ -165,9 +165,6 @@ public abstract class Node implements Co
    * cell's boundary.
    * Precondition: Never called when getLevel() == maxLevel.
    * Precondition: this.getShape().relate(p) != DISJOINT.
-   *
-   * @param p
-   * @return
    */
   public abstract Node getSubCell(Point p);
 

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/query/SpatialArgs.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/query/SpatialArgs.java?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/query/SpatialArgs.java (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/query/SpatialArgs.java Tue Feb 21 09:05:47 2012
@@ -88,7 +88,6 @@ public class SpatialArgs {
 
   /**
    * Considers {@link SpatialOperation#BBoxWithin} in returning the shape.
-   * @return
    */
   public Shape getShape() {
     if (shape != null && (operation == SpatialOperation.BBoxWithin || operation == SpatialOperation.BBoxIntersects))

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/SpatialRelation.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/SpatialRelation.java?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/SpatialRelation.java (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/SpatialRelation.java Tue Feb 21 09:05:47 2012
@@ -43,7 +43,6 @@ public enum SpatialRelation {
    * If you were to call aShape.relate(bShape) and aShape.relate(cShape), you could call
    * this to merge the intersect results as if bShape & cShape were combined into {@link MultiShape}.
    * @param other
-   * @return
    */
   public SpatialRelation combine(SpatialRelation other) {
     if (this == other)

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/CircleImpl.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/CircleImpl.java?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/CircleImpl.java (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/CircleImpl.java Tue Feb 21 09:05:47 2012
@@ -69,7 +69,6 @@ public class CircleImpl implements Circl
 
   /**
    * Note that the bounding box might contain a minX that is > maxX, due to WGS84 dateline.
-   * @return
    */
   @Override
   public Rectangle getBoundingBox() {

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/GeoCircleImpl.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/GeoCircleImpl.java?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/GeoCircleImpl.java (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/org/apache/lucene/spatial/base/shape/simple/GeoCircleImpl.java Tue Feb 21 09:05:47 2012
@@ -68,8 +68,8 @@ public class GeoCircleImpl extends Circl
 
   /**
    * Called after bounding box is intersected.
-   * @bboxSect INTERSECTS or CONTAINS from enclosingBox's intersection
-   * @result DISJOINT, CONTAINS, or INTERSECTS (not WITHIN)
+   * @param bboxSect INTERSECTS or CONTAINS from enclosingBox's intersection
+   * @return DISJOINT, CONTAINS, or INTERSECTS (not WITHIN)
    */
   @Override
   protected SpatialRelation relateRectanglePhase2(Rectangle r, SpatialRelation bboxSect, SpatialContext ctx) {

Added: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/overview.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/overview.html?rev=1291669&view=auto
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/overview.html (added)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/base/src/java/overview.html Tue Feb 21 09:05:47 2012
@@ -0,0 +1,23 @@
+<!--
+ 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.
+-->
+<html>
+  <head>
+    <title>Apache Lucene Spatial Base</title>
+  </head>
+  <body>
+  </body>
+</html>
\ No newline at end of file

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/build.xml?rev=1291669&r1=1291668&r2=1291669&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/build.xml (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/build.xml Tue Feb 21 09:05:47 2012
@@ -60,18 +60,18 @@
   <target name="build-artifacts-and-tests" depends="default,compile-test" />
 
   <target name="dist-maven" depends="default,javadocs">
-    <ant dir="base" target="clean" />
-    <ant dir="strategy" target="clean" />
+    <ant dir="base" target="dist-maven" />
+    <ant dir="strategy" target="dist-maven" />
   </target>  	
 
   <target name="javadocs">
-    <ant dir="base" target="clean" />
-    <ant dir="strategy" target="clean" />
+    <ant dir="base" target="javadocs" />
+    <ant dir="strategy" target="javadocs" />
   </target>  	
 
   <target name="javadocs-index.html">
-    <ant dir="base" target="clean" />
-    <ant dir="strategy" target="clean" />
+    <ant dir="base" target="javadocs-index.html" />
+    <ant dir="strategy" target="javadocs-index.html" />
   </target>
 	
 </project>

Added: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/strategy/src/java/overview.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/strategy/src/java/overview.html?rev=1291669&view=auto
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/strategy/src/java/overview.html (added)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/strategy/src/java/overview.html Tue Feb 21 09:05:47 2012
@@ -0,0 +1,23 @@
+<!--
+ 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.
+-->
+<html>
+  <head>
+    <title>Apache Lucene Spatial Strategies</title>
+  </head>
+  <body>
+  </body>
+</html>
\ No newline at end of file