Author: rick
Date: 2010-03-16 15:58:46 +0100 (Tue, 16 Mar 2010)
New Revision: 28555

Modified:
   plugins/sfCouchPlugin/trunk/README
   plugins/sfCouchPlugin/trunk/package.xml
Log:
Fixed packaging

Modified: plugins/sfCouchPlugin/trunk/README
===================================================================
--- plugins/sfCouchPlugin/trunk/README  2010-03-16 14:37:17 UTC (rev 28554)
+++ plugins/sfCouchPlugin/trunk/README  2010-03-16 14:58:46 UTC (rev 28555)
@@ -15,7 +15,7 @@
 
 Enable the plugin in your projects /config/ProjectConfiguration.class.php
 
-    $this->enablePlugins(array('sfDoctrinePlugin', 'sfCouchPlugin'));
+    $this->enablePlugins('sfCouchPlugin');
 
 Clear the cache to enable the autoloading to find the new classes:
 
@@ -24,10 +24,12 @@
 Copy the file couchdb.yml and the folder couchdb from the plugin's config 
folder to the project's
 config-folder (/config)
 
+
 Configuration
 -------------
 Edit the /config/couchdb.yml for your couchDB installation.
 
+
 Creating documents
 ------------------
 
@@ -71,6 +73,7 @@
       ...      
     }
    
+   
 Views
 -----
 

Modified: plugins/sfCouchPlugin/trunk/package.xml
===================================================================
--- plugins/sfCouchPlugin/trunk/package.xml     2010-03-16 14:37:17 UTC (rev 
28554)
+++ plugins/sfCouchPlugin/trunk/package.xml     2010-03-16 14:58:46 UTC (rev 
28555)
@@ -13,7 +13,7 @@
  <date>2010-03-16</date>
  <time>12:00:00</time>
  <version>
-  <release>0.0.2</release>
+  <release>0.0.3</release>
   <api>1.0.0</api>
  </version>
  <stability>
@@ -21,7 +21,6 @@
   <api>alpha</api>
  </stability>
  <license uri="http://www.gnu.org/licenses/lgpl-3.0.txt";>LGPL</license>
- <notes/>
  <contents>
   <dir name="/">
    <file name="README.txt" role="data"/>
@@ -56,6 +55,21 @@
  <changelog>
   <release>
     <version>
+      <release>0.0.3</release>
+      <api>0.0.3</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>
+      * fixed packaging
+    </notes>
+  </release>
+  <release>
+    <version>
       <release>0.0.2</release>
       <api>0.0.2</api>
     </version>

-- 
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