Author: acetous
Date: 2010-02-03 09:54:28 +0100 (Wed, 03 Feb 2010)
New Revision: 27475

Added:
   plugins/sfGoogleLoginPlugin/branches/1.0/package.xml
Log:
add missing package.xml


Added: plugins/sfGoogleLoginPlugin/branches/1.0/package.xml
===================================================================
--- plugins/sfGoogleLoginPlugin/branches/1.0/package.xml                        
        (rev 0)
+++ plugins/sfGoogleLoginPlugin/branches/1.0/package.xml        2010-02-03 
08:54:28 UTC (rev 27475)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package packagerversion="1.9.0" version="2.0" 
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"; 
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>sfGoogleLoginPlugin</name>
+ <channel>plugins.symfony-project.org</channel>
+ <summary>Google Login for Symfony</summary>
+ <description>The sfGoogleLoginPlugin offers login via Google accounts using 
OpenID for Symfony projects.</description>
+ <lead>
+  <name>Sebastian Herbermann</name>
+  <user>acetous</user>
+  <email>[email protected]</email>
+  <active>yes</active>
+ </lead>
+ <date>2010-02-02</date>
+ <time>23:57:02</time>
+ <version>
+  <release>1.0.0</release>
+  <api>1.0.0</api>
+ </version>
+ <stability>
+  <release>stable</release>
+  <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.org/license";>MIT license</license>
+ <notes>
+-
+ </notes>
+ <contents>
+  <dir name="/">
+   <file md5sum="38307cbafb1c3921df4914681c9a55a3" 
name="web/js/sfGoogleLogin.js" role="data" />
+   <file md5sum="bb381e2d19d8eace86b34d20759491a5" 
name="web/js/sfGoogleLogin_jQuery.js" role="data" />
+   <file md5sum="d7d37dc3dd517865fda18dfc93998196" 
name="lib/filter/doctrine/PluginGoogleAccountFormFilter.class.php" role="data" 
/>
+   <file md5sum="ffa7a5ae2af1927153ca09a73f612081" 
name="lib/form/doctrine/PluginGoogleAccountForm.class.php" role="data" />
+   <file md5sum="2363baa28273335fee3bdbdbf2b409cc" 
name="lib/model/doctrine/PluginGoogleAccountTable.class.php" role="data" />
+   <file md5sum="50a66e31781a6beabd5de703ad917698" 
name="lib/model/doctrine/PluginGoogleAccount.class.php" role="data" />
+   <file md5sum="0602703fc42a7e135d08292c48031ea7" 
name="lib/GoogleOpenID.class.php" role="data" />
+   <file md5sum="c3bdcb4d038106d9ea0969e5e7a7c9ab" 
name="modules/sfGoogleLogin/actions/components.class.php" role="data" />
+   <file md5sum="120eaafaa36837a04e9e878b432919bf" 
name="modules/sfGoogleLogin/actions/actions.class.php" role="data" />
+   <file md5sum="0c60ff93eddc382d0f38104e9a44269e" 
name="modules/sfGoogleLogin/templates/verifySuccess.php" role="data" />
+   <file md5sum="84ea8d58631a1a805b6c3f53896be768" 
name="modules/sfGoogleLogin/templates/_link.php" role="data" />
+   <file md5sum="d3950ca2637ea3a9d336a8ef6a495b24" 
name="modules/sfGoogleLogin/templates/loginSuccess.php" role="data" />
+   <file md5sum="58640640903633008a444c761b3482a3" 
name="modules/sfGoogleLogin/config/security.yml" role="data" />
+   <file md5sum="070625fd0a069ff297f88f52d69f3930" 
name="config/doctrine/schema.yml" role="data" />
+   <file md5sum="1ab4321527f0abeaff7c1d4dfa4a8e12" name="config/routing.yml" 
role="data" />
+   <file md5sum="e5e54f36bdf6187f4512b29bedc21471" name=".bzrignore" 
role="data" />
+   <file md5sum="01ad98997d97dfa7c1b0c80c06f70f2f" name="package.xml.tmpl~" 
role="data" />
+   <file md5sum="22a6d044e3de8c8ca360a24735a944c8" name="LICENSE" role="data" 
/>
+   <file md5sum="c0691bc56aedb9af1a6f3438608c3524" name="README" role="data" />
+   <file md5sum="d9a78085daf6cd11975dc3400aa4dc24" name="README~" role="data" 
/>
+  </dir>
+ </contents>
+ <dependencies>
+  <required>
+   <php>
+    <min>5.2.4</min>
+   </php>
+   <pearinstaller>
+    <min>1.4.1</min>
+   </pearinstaller>
+   <package>
+    <name>symfony</name>
+    <channel>pear.symfony-project.com</channel>
+    <min>1.2.0</min>
+    <max>1.4.0</max>
+   </package>
+  </required>
+ </dependencies>
+ <phprelease />
+ <changelog>
+  <release>
+   <version>
+    <release>1.0.0</release>
+    <api>1.0.0</api>
+   </version>
+   <stability>
+    <release>stable</release>
+    <api>stable</api>
+   </stability>
+   <license uri="http://www.symfony-project.org/license";>MIT license</license>
+   <license>MIT</license>
+   <date>2010-02-03</date>
+   <notes>
+* me: 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