Author: rick
Date: 2010-03-16 15:32:11 +0100 (Tue, 16 Mar 2010)
New Revision: 28553
Modified:
plugins/sfCouchPlugin/trunk/config/couchdb/all_map.js
plugins/sfCouchPlugin/trunk/package.xml
Log:
Modified: plugins/sfCouchPlugin/trunk/config/couchdb/all_map.js
===================================================================
--- plugins/sfCouchPlugin/trunk/config/couchdb/all_map.js 2010-03-16
13:49:21 UTC (rev 28552)
+++ plugins/sfCouchPlugin/trunk/config/couchdb/all_map.js 2010-03-16
14:32:11 UTC (rev 28553)
@@ -0,0 +1,3 @@
+function(doc) {
+ emit(null, doc);
+}
\ No newline at end of file
Modified: plugins/sfCouchPlugin/trunk/package.xml
===================================================================
--- plugins/sfCouchPlugin/trunk/package.xml 2010-03-16 13:49:21 UTC (rev
28552)
+++ plugins/sfCouchPlugin/trunk/package.xml 2010-03-16 14:32:11 UTC (rev
28553)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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.9.0"
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>sfCouchPlugin</name>
- <channel>pear.symfony-project.com</channel>
+ <channel>plugins.symfony-project.org</channel>
<summary>CouchDB plugin</summary>
<description>This plugin allow you to create documents and query them in a
CouchDB.</description>
<lead>
@@ -13,7 +13,7 @@
<date>2010-03-16</date>
<time>12:00:00</time>
<version>
- <release>0.0.1</release>
+ <release>0.0.2</release>
<api>1.0.0</api>
</version>
<stability>
@@ -21,9 +21,6 @@
<api>alpha</api>
</stability>
<license uri="http://www.gnu.org/licenses/lgpl-3.0.txt">LGPL</license>
- <notes>
-version 0.0.1
- </notes>
<contents>
<dir name="/">
<file name="README.txt" role="data"/>
@@ -41,12 +38,50 @@
<dependencies>
<required>
<php>
- <min>5.0.0</min>
+ <min>5.2.1</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
+ <package>
+ <name>symfony</name>
+ <channel>pear.symfony-project.com</channel>
+ <min>1.3.0</min>
+ <max>1.4.4</max>
+ </package>
</required>
</dependencies>
<phprelease/>
+ <changelog>
+ <release>
+ <version>
+ <release>0.0.2</release>
+ <api>0.0.2</api>
+ </version>
+ <stability>
+ <release>alpha</release>
+ <api>alpha</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/lgpl-3.0.txt">LGPL</license>
+ <date>2010-03-16</date>
+ <notes>
+ * changed packaging
+ </notes>
+ </release>
+ <release>
+ <version>
+ <release>0.0.1</release>
+ <api>0.0.1</api>
+ </version>
+ <stability>
+ <release>alpha</release>
+ <api>alpha</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/lgpl-3.0.txt">LGPL</license>
+ <date>2010-03-16</date>
+ <notes>
+ * initial release
+ </notes>
+ </release>
+</changelog>
</package>
\ No newline at end of file
--
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.