You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ry...@apache.org on 2008/10/13 23:18:59 UTC

svn commit: r704253 - in /labs/droids/branch/LABS-144: depot/solr/ depot/solr/conf/ depot/solr/lib/ depot/solr/src/ depot/solr/src/documentation/ depot/solr/src/documentation/classes/ depot/solr/src/documentation/content/ depot/solr/src/documentation/c...

Author: ryan
Date: Mon Oct 13 14:18:57 2008
New Revision: 704253

URL: http://svn.apache.org/viewvc?rev=704253&view=rev
Log:
LABS-187 -- move solr to its own plugin source tree.  (mostly a stub now...)

Added:
    labs/droids/branch/LABS-144/depot/solr/
    labs/droids/branch/LABS-144/depot/solr/DROIDS-README.txt
    labs/droids/branch/LABS-144/depot/solr/LICENSE.txt
    labs/droids/branch/LABS-144/depot/solr/NOTICE.txt
    labs/droids/branch/LABS-144/depot/solr/build.xml
    labs/droids/branch/LABS-144/depot/solr/conf/
    labs/droids/branch/LABS-144/depot/solr/default.properties
    labs/droids/branch/LABS-144/depot/solr/forrest.properties
    labs/droids/branch/LABS-144/depot/solr/ivy.xml
    labs/droids/branch/LABS-144/depot/solr/lib/
    labs/droids/branch/LABS-144/depot/solr/lib/readme.txt
    labs/droids/branch/LABS-144/depot/solr/src/
    labs/droids/branch/LABS-144/depot/solr/src/documentation/
    labs/droids/branch/LABS-144/depot/solr/src/documentation/classes/
    labs/droids/branch/LABS-144/depot/solr/src/documentation/classes/CatalogManager.properties
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/locationmap.xml
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group-logo.gif   (with props)
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group.svg
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/icon.png   (with props)
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project-logo.gif   (with props)
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project.svg
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/usemap.gif   (with props)
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/index.xml
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/site.xml
    labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/tabs.xml
    labs/droids/branch/LABS-144/depot/solr/src/documentation/sitemap.xmap
    labs/droids/branch/LABS-144/depot/solr/src/documentation/skinconf.xml
    labs/droids/branch/LABS-144/depot/solr/src/java/
    labs/droids/branch/LABS-144/depot/solr/src/java/org/
    labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/
    labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/
    labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/
    labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/SolrHandler.java   (contents, props changed)
      - copied, changed from r704233, labs/droids/branch/LABS-144/src/plugins/java/org/apache/droids/handle/Solr.java
    labs/droids/branch/LABS-144/depot/solr/src/test/
    labs/droids/branch/LABS-144/depot/solr/src/test/org/
    labs/droids/branch/LABS-144/depot/solr/src/test/org/apache/
    labs/droids/branch/LABS-144/depot/solr/src/test/org/apache/droids/
    labs/droids/branch/LABS-144/depot/solr/src/test/org/apache/droids/solr/
    labs/droids/branch/LABS-144/depot/solr/status.xml
Removed:
    labs/droids/branch/LABS-144/src/plugins/java/org/apache/droids/handle/Solr.java
Modified:
    labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java

Added: labs/droids/branch/LABS-144/depot/solr/DROIDS-README.txt
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/DROIDS-README.txt?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/DROIDS-README.txt (added)
+++ labs/droids/branch/LABS-144/depot/solr/DROIDS-README.txt Mon Oct 13 14:18:57 2008
@@ -0,0 +1,6 @@
+TODO: 
+ - Add instructions how to work with components
+ -- how to write documentation 
+ -- how to write the classes
+ -- how to add dependencies
+  
\ No newline at end of file

Added: labs/droids/branch/LABS-144/depot/solr/LICENSE.txt
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/LICENSE.txt?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/LICENSE.txt (added)
+++ labs/droids/branch/LABS-144/depot/solr/LICENSE.txt Mon Oct 13 14:18:57 2008
@@ -0,0 +1,211 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed 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.
+
+------------------------------------------------------------------------
+
+Apache Forrest includes a number of accompanying products with separate
+copyright notices and license terms. Your use of the source code for
+these products is subject to the terms and conditions of the relevant
+licenses. For more information, see: http://www.apache.org/legal/
+
+------------------------------------------------------------------------

Added: labs/droids/branch/LABS-144/depot/solr/NOTICE.txt
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/NOTICE.txt?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/NOTICE.txt (added)
+++ labs/droids/branch/LABS-144/depot/solr/NOTICE.txt Mon Oct 13 14:18:57 2008
@@ -0,0 +1,15 @@
+Apache Droids
+Copyright 2008 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+See also the file LICENSE.txt and README.txt
+
+------------------------------------------------------------------------
+The purpose of this NOTICE.txt file is to contain notices that are
+required by the copyright owner and their license. Some of the
+accompanying products have an attribution requirement, so see below.
+Other accompanying products do not require attribution, so are not listed.
+
+------------------------------------------------------------------------

Added: labs/droids/branch/LABS-144/depot/solr/build.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/build.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/build.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/build.xml Mon Oct 13 14:18:57 2008
@@ -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.    
+-->
+<project name="component" default="compile">
+  <property file="build.properties"/>
+  <property file="default.properties"/>
+  <import file="${droids.home}/targets/common.xml"/>
+</project>
\ No newline at end of file

Added: labs/droids/branch/LABS-144/depot/solr/default.properties
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/default.properties?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/default.properties (added)
+++ labs/droids/branch/LABS-144/depot/solr/default.properties Mon Oct 13 14:18:57 2008
@@ -0,0 +1,21 @@
+#	 ***************************************************************
+#	 * 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.
+#	 ***************************************************************
+projects.dir = ${basedir}/..
+wkspace.dir = ${projects.dir}/..
+common.dir = ${wkspace.dir}/common
\ No newline at end of file

Added: labs/droids/branch/LABS-144/depot/solr/forrest.properties
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/forrest.properties?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/forrest.properties (added)
+++ labs/droids/branch/LABS-144/depot/solr/forrest.properties Mon Oct 13 14:18:57 2008
@@ -0,0 +1,26 @@
+# 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.
+
+##############
+# This is a minimal properties file.
+# These are defaults, un-comment them only if you need to change them.
+# See the full set of default properties in a 'forrest seed-sample' site.
+# Copy properties from there as needed.
+##############
+
+# FIXME: FOR-785
+forrest.validate.skinconf=false
+
+project.required.plugins=org.apache.forrest.plugin.input.projectInfo

Added: labs/droids/branch/LABS-144/depot/solr/ivy.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/ivy.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/ivy.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/ivy.xml Mon Oct 13 14:18:57 2008
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<ivy-module version="1.0">
+  <info organisation="org.apache.droids" module="solr">
+    <license name="Apache License, Version 2.0" url="http://www.apache.org/licenses/"/>
+    <ivyauthor name="Apache Droids - an Apache Labs lab" url="http://labs.apache.org/"/>
+  </info>
+  <configurations>
+    <conf name="core"/>
+  </configurations>
+  <publications>
+    <artifact name="solr" type="jar" ext="jar" conf="core" />
+  </publications>
+  <dependencies>
+    <!-- core -->
+    <dependency name="core" rev="latest.integration"/>
+    <!-- dynamics -->
+    <dependency name="dynamics" rev="latest.integration" />
+    <!-- Junit testing -->
+    <!--<dependency org="junit" name="junit" rev="4.5"/>-->
+    <!-- plugins -->
+  </dependencies>
+</ivy-module>

Added: labs/droids/branch/LABS-144/depot/solr/lib/readme.txt
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/lib/readme.txt?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/lib/readme.txt (added)
+++ labs/droids/branch/LABS-144/depot/solr/lib/readme.txt Mon Oct 13 14:18:57 2008
@@ -0,0 +1 @@
+Place any libraries required by your plugin in this directory.
\ No newline at end of file

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/classes/CatalogManager.properties?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/classes/CatalogManager.properties (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/classes/CatalogManager.properties Mon Oct 13 14:18:57 2008
@@ -0,0 +1,20 @@
+# 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.
+
+#=======================================================================
+# CatalogManager.properties for Catalog Entity Resolver.
+#
+# This is a minimal properties file to prevent a confusing warning.
+catalogs=

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/locationmap.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/content/locationmap.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/content/locationmap.xml Mon Oct 13 14:18:57 2008
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
+  <components>
+    <matchers default="lm">
+      <matcher 
+        name="lm" 
+        src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
+    </matchers>
+    <selectors default="exists">
+      <selector name="exists" logger="sitemap.selector.exists"  
+                    src="org.apache.forrest.sourceexists.SourceExistsSelector" />
+    </selectors>
+  </components>
+  <locator></locator>
+</locationmap>

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group-logo.gif
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group-logo.gif?rev=704253&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group.svg
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group.svg?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group.svg (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/group.svg Mon Oct 13 14:18:57 2008
@@ -0,0 +1,82 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:group-name">
+ <!ELEMENT for:group-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="220" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" height="1.4">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
+    <for:group-name />
+    </text>
+  </g>
+</svg>

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/icon.png
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/icon.png?rev=704253&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/icon.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project-logo.gif
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project-logo.gif?rev=704253&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project.svg
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project.svg?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project.svg (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/project.svg Mon Oct 13 14:18:57 2008
@@ -0,0 +1,82 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+  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.
+-->
+
+<!--
+       SVG Anteater logo
+
+To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the
+xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the
+SVG spec (http://www.w3.org/TR/SVG/) as a reference.
+-->
+
+<!-- See Forrest Issue: FOR-229
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
+[
+ <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
+ <!ENTITY % textExt "|for:project-name">
+ <!ELEMENT for:project-name (#PCDATA)>
+]>
+-->
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink"
+     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+     xsl:version="1.0"
+     xmlns:for="http://apache.org/forrest"
+     width="420" height="65" >
+  <title>Anteater logo</title>
+
+  <defs>
+
+    <!--
+    <radialGradient id="radialGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient">
+      <stop style="stop-color:gold" offset="0"/>
+      <stop style="stop-color:orange" offset=".5"/>
+      <stop style="stop-color:crimson" offset="1"/>
+    </linearGradient>
+    -->
+
+    <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1">
+      <stop style="stop-color:white" offset="0"/>
+      <stop style="stop-color:lightgreen" offset="1"/>
+    </linearGradient>
+
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" height="1.4">
+      <!-- Takes the alpha channel (black outline of the text), blurs it and saves as 'blur' -->
+      <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
+      <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' -->
+      <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/>
+      <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the
+      former 'over' the latter, and using the merged result as the finished
+      image -->
+      <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/>
+    </filter>
+
+  </defs>
+
+  <g filter="url(#shadowFilter)" fill="url(#gradient)">
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" >
+    <for:project-name />
+    </text>
+  </g>
+</svg>

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/usemap.gif
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/usemap.gif?rev=704253&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/images/usemap.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/index.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/index.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/index.xml Mon Oct 13 14:18:57 2008
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+  <header>
+    <title>Welcome to the @plugin-name@ Plugin</title>
+  </header>
+  <body>
+    <section id="overview">
+      <title>Apache Droids - @plugin-name@ Plugin</title>
+      <p>
+        @plugin-desc@
+      </p>
+    </section>
+    <section id="samples">
+      <title>Samples</title>
+      <p>
+        This section includes links to a number of samples using this plugin.
+        The plugin is intended to be self documenting through these samples. If
+        you require further help please ask on the user mailing list.
+      </p>
+      <ul>
+        <li><fixme author="droids-dev">
+            Add a link to a sample here...
+          </fixme></li>
+        <li><fixme author="droids-dev">
+            Add another sample link here...
+          </fixme></li>
+      </ul>
+      <note>
+        The more samples included here the easier it is for users to understand
+        this plugin. If you can provide additional samples please do so.
+      </note>
+    </section>
+  </body>
+</document>

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/site.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/site.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/site.xml Mon Oct 13 14:18:57 2008
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<!--
+Droids site.xml
+
+This file contains an outline of the site's information content.  It is used to:
+- Generate the website menus (though these can be overridden - see docs)
+- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
+<link href="site:changes"> links to changes.html (or ../changes.html if in
+  subdir).
+- Provide aliases for external URLs in the external-refs section.  Eg, <link
+  href="ext:cocoon"> links to http://cocoon.apache.org/ 
+
+See http://forrest.apache.org/docs/linking.html for more info
+-->
+<site label="@plugin-name@" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
+  <about label="About">
+    <index label="Index" href="index.html" description="Welcome to @plugin-name@"/>
+    <changes label="Changes" href="changes.html" description="History of Changes" />
+    <todo label="Todo" href="todo.html" description="Todo List" />
+  </about>
+  
+<!--
+  The href must be wholesite.html/pdf  You can change the labels and node names
+  <all label="All">
+    <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
+    <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
+  </all>
+  -->
+  <external-refs>
+    <forrest href="http://forrest.apache.org/"/>
+  </external-refs>
+</site>

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/tabs.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/tabs.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/content/xdocs/tabs.xml Mon Oct 13 14:18:57 2008
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
+<tabs software="MyProj"
+  title="MyProj"
+  copyright="Foo"
+  xmlns:xlink="http://www.w3.org/1999/xlink">
+<!-- The rules for tabs are:
+    @dir will always have '/@indexfile' added.
+    @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
+    @href is not modified unless it is root-relative and obviously specifies a
+    directory (ends in '/'), in which case /index.html will be added
+    If @id's are present, site.xml entries with a matching @tab will be in that tab.
+
+   Tabs can be embedded to a depth of two. The second level of tabs will only 
+    be displayed when their parent tab is selected.    
+  -->
+  <tab id="" label="Plugin Home" dir="" indexfile="index.html"/>
+<!-- Add new tabs here, eg:
+  <tab label="How-Tos" dir="community/howto/"/>
+  <tab label="XML Site" dir="xml-site/"/>
+  -->
+</tabs>

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/sitemap.xmap?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/sitemap.xmap (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/sitemap.xmap Mon Oct 13 14:18:57 2008
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
+  <map:pipelines>
+    <map:pipeline>
+<!-- FIXME: add your plugin matches here -->
+    </map:pipeline>
+  </map:pipelines>
+</map:sitemap>

Added: labs/droids/branch/LABS-144/depot/solr/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/documentation/skinconf.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/src/documentation/skinconf.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/src/documentation/skinconf.xml Mon Oct 13 14:18:57 2008
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"
+[
+  <!ENTITY skinconf-common PUBLIC "-//Apache Forrest//ENTITIES Skin Configuration common plugins V0.7-1//EN" "">
+]>
+<skinconfig>
+  &skinconf-common;
+
+  <project-name>Plugin: @plugin-name@</project-name>
+  <project-description>@plugin-name@ plugin for Apache Droids</project-description>
+</skinconfig>

Copied: labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/SolrHandler.java (from r704233, labs/droids/branch/LABS-144/src/plugins/java/org/apache/droids/handle/Solr.java)
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/SolrHandler.java?p2=labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/SolrHandler.java&p1=labs/droids/branch/LABS-144/src/plugins/java/org/apache/droids/handle/Solr.java&r1=704233&r2=704253&rev=704253&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/plugins/java/org/apache/droids/handle/Solr.java (original)
+++ labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/SolrHandler.java Mon Oct 13 14:18:57 2008
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.droids.handle;
+package org.apache.droids.solr;
 
 import java.io.BufferedInputStream;
 import java.io.ByteArrayInputStream;
@@ -42,7 +42,7 @@
  * @version 1.0
  * 
  */
-public class Solr implements Handler {
+public class SolrHandler implements Handler {
 
   private String updateUrl = null;
 

Propchange: labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/SolrHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/droids/branch/LABS-144/depot/solr/src/java/org/apache/droids/solr/SolrHandler.java
------------------------------------------------------------------------------
    svn:mergeinfo = 

Added: labs/droids/branch/LABS-144/depot/solr/status.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/depot/solr/status.xml?rev=704253&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/depot/solr/status.xml (added)
+++ labs/droids/branch/LABS-144/depot/solr/status.xml Mon Oct 13 14:18:57 2008
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<status>
+  <developers>
+<!-- Add new developers here -->
+    <person name="Volunteer needed" email="droids-dev@incubator.apache.org" id="open"/>
+  </developers>
+<!-- Define here the Title of the Context you want to display in the Changes pages.
+       id = the context value of actions
+       title = Title of the Context
+  -->
+  <contexts>
+<!-- Add new contexts here -->
+    <context id="code" title="Changes to the Code Base"/>
+    <context id="docs" title="Changes to Documentation"/>
+    <context id="admin" title="Changes to Project Administration"/>
+    <context id="design" title="Changes to Design"/>
+    <context id="build" title="Changes to Build"/>
+  </contexts>
+  <changes>
+<!-- Add new releases here -->
+    <release version="0.1" date="not-released">
+      <action dev="droids-dev" type="add" context="admin">
+        Initial plugin code.
+      </action>
+    </release>
+  </changes>
+  <todo>
+    <actions priority="high">
+      <action context="docs" dev="open">
+        Customize this template plugin with your plugin's details.  This
+        TODO list is generated from 'status.xml'.
+      </action>
+      <action context="docs" dev="open">
+        Create the documentation with lots of examples and samples.  
+        XML content goes in
+        <code>src/documentation/content/xdocs</code>.
+      </action>
+    </actions>
+  </todo>
+</status>

Modified: labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java?rev=704253&r1=704252&r2=704253&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java (original)
+++ labs/droids/branch/LABS-144/src/test/java/org/apache/droids/handle/SolrHandleTest.java Mon Oct 13 14:18:57 2008
@@ -28,8 +28,8 @@
 import javax.xml.stream.XMLStreamWriter;
 
 import org.apache.droids.api.Parse;
-import org.apache.droids.handle.Solr;
 import org.apache.droids.helper.StAX;
+import org.apache.droids.solr.SolrHandler;
 import org.apache.http.HttpException;
 import org.apache.http.PostFile;
 
@@ -43,7 +43,7 @@
   public void test() throws XMLStreamException, IOException, HttpException,
       InterruptedException, URISyntaxException {
     URL url = new URL("http://svn.apache.org");
-    Solr solr = new Solr();
+    SolrHandler solr = new SolrHandler();
     solr.setUpdateUrl(updateUrl);
     ByteArrayOutputStream out = createUpdateDocument(url, null);
     BufferedInputStream stream = new BufferedInputStream(



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org