Author: caziel
Date: 2010-01-31 18:10:51 +0100 (Sun, 31 Jan 2010)
New Revision: 27359

Added:
   plugins/rsLucenePlugin/trunk/package.xml
Modified:
   plugins/rsLucenePlugin/trunk/LICENSE
Log:
added rslucene to externals

Modified: plugins/rsLucenePlugin/trunk/LICENSE
===================================================================
--- plugins/rsLucenePlugin/trunk/LICENSE        2010-01-31 16:57:32 UTC (rev 
27358)
+++ plugins/rsLucenePlugin/trunk/LICENSE        2010-01-31 17:10:51 UTC (rev 
27359)
@@ -1,7 +1 @@
-Copyright (c) 2010 Robert Schönthal
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
+http://www.symfony-project.com/license
\ No newline at end of file

Added: plugins/rsLucenePlugin/trunk/package.xml
===================================================================
--- plugins/rsLucenePlugin/trunk/package.xml                            (rev 0)
+++ plugins/rsLucenePlugin/trunk/package.xml    2010-01-31 17:10:51 UTC (rev 
27359)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package xmlns="http://pear.php.net/dtd/package-2.0"; 
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; packagerversion="1.4.1" 
version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 
http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 
http://pear.php.net/dtd/package-2.0.xsd";>
+ <name>rsLucenePlugin</name>
+ <channel>pear.symfony-project.com</channel>
+ <summary>adds zend-search-lucene capabilities to symfony propel 
models</summary>
+ <description>uses the propel behaviors to add search functionality to your 
models.</description>
+ <lead>
+  <name>Robert Schönthal</name>
+  <user>caziel</user>
+  <email>[email protected]</email>
+  <active>yes</active>
+ </lead>
+ <date>2010-01-31</date>
+ <version>
+   <release>0.2</release>
+   <api>0.2</api>
+ </version>
+ <stability>
+  <release>alpha</release>
+  <api>alpha</api>
+ </stability>
+<license uri="http://www.symfony-project.com/license";>MIT</license>
+ <notes>-</notes>
+ <contents><dir name="/"><dir name="config"><file name="propel.ini" 
role="data"/><file name="schema.yml" role="data"/><file name="search.yml" 
role="data"/></dir><dir name="lib"><dir name="behavior"><file 
name="RsBehaviorSearchable.php" role="data"/></dir><dir name="task"><file 
name="sfLuceneOptimizeTask.class.php" role="data"/><file 
name="sfLuceneDumpTask.class.php" role="data"/><file 
name="sfLuceneGenerateTask.class.php" role="data"/><file 
name="sfLuceneInfoTask.class.php" role="data"/></dir><file 
name="rsLucene.class.php" role="data"/></dir><dir name="modules"><dir 
name="rsLucene"><dir name="actions"><file name="actions.class.php" 
role="data"/></dir><dir name="templates"><file name="searchSuccess.php" 
role="data"/><file name="_searchResult.php" role="data"/><file 
name="_search.php" role="data"/></dir></dir></dir><file name="LICENSE" 
role="data"/><file name="README" role="data"/></dir></contents>
+
+ <dependencies>
+  <required>
+   <php>
+    <min>5.1.0</min>
+   </php>
+   <pearinstaller>
+    <min>1.4.1</min>
+   </pearinstaller>
+   <package>
+    <name>symfony</name>
+    <channel>pear.symfony-project.com</channel>
+    <min>1.3.0</min>
+   </package>
+  </required>
+ </dependencies>
+
+ <phprelease>
+ </phprelease>
+
+ <changelog>
+ 
<release><version><release>0.2</release><api>0.2</api></version><stability><release>alpha</release><api>alpha</api></stability><license
 
uri="http://www.symfony-project.com/license";>MIT</license><date>2010-01-31</date><notes>initial
 release</notes></release></changelog>
+</package>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to