You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2007/05/22 20:28:09 UTC

svn commit: r540683 - /lucene/solr/trunk/client/ruby/flare/app/helpers/simile_helper.rb

Author: ehatcher
Date: Tue May 22 11:28:09 2007
New Revision: 540683

URL: http://svn.apache.org/viewvc?view=rev&rev=540683
Log:
add simile_helper to avoid warning in logs

Added:
    lucene/solr/trunk/client/ruby/flare/app/helpers/simile_helper.rb   (with props)

Added: lucene/solr/trunk/client/ruby/flare/app/helpers/simile_helper.rb
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/flare/app/helpers/simile_helper.rb?view=auto&rev=540683
==============================================================================
--- lucene/solr/trunk/client/ruby/flare/app/helpers/simile_helper.rb (added)
+++ lucene/solr/trunk/client/ruby/flare/app/helpers/simile_helper.rb Tue May 22 11:28:09 2007
@@ -0,0 +1,14 @@
+# 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.
+
+module SimileHelper
+end
\ No newline at end of file

Propchange: lucene/solr/trunk/client/ruby/flare/app/helpers/simile_helper.rb
------------------------------------------------------------------------------
    svn:executable = *