Author: Mozzy
Date: 2010-01-12 13:40:00 +0100 (Tue, 12 Jan 2010)
New Revision: 26528

Modified:
   plugins/sfFlexymfonyPlugin/trunk/README
   plugins/sfFlexymfonyPlugin/trunk/package.xml.tmpl
Log:
Prepearing 0.5.3 release

Modified: plugins/sfFlexymfonyPlugin/trunk/README
===================================================================
--- plugins/sfFlexymfonyPlugin/trunk/README     2010-01-12 12:35:11 UTC (rev 
26527)
+++ plugins/sfFlexymfonyPlugin/trunk/README     2010-01-12 12:40:00 UTC (rev 
26528)
@@ -47,7 +47,7 @@
   services: {}
 }}}
 Just replace http://www.example.com with your application URL.
-Now open the services-config.xml file located in the root folder. Replace the 
string "[REPLACE ME]" with your application URL.
+Now open the services-config.xml file located in the root folder. Replace the 
string "REPLACE ME" with your application URL.
 
 At last, let Flex builder point the build output to your web directory. And 
you're good to go.
 
@@ -85,4 +85,4 @@
 {{{
 var myService:RemoteObject = RemoteServices.instance.getSerive("my_service");
 }}}
-And you can now call any of your services.
\ No newline at end of file
+And you can now call any of your services.

Modified: plugins/sfFlexymfonyPlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfFlexymfonyPlugin/trunk/package.xml.tmpl   2010-01-12 12:35:11 UTC 
(rev 26527)
+++ plugins/sfFlexymfonyPlugin/trunk/package.xml.tmpl   2010-01-12 12:40:00 UTC 
(rev 26528)
@@ -1,108 +1,130 @@
 <?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>sfFlexymfonyPlugin</name>
-  <channel>pear.symfony-project.com</channel>
-  <summary>A Flex 3.0 plugin for Symfony. The goal of this project is to 
"port" symfony capabilities to Flex and to use Symfony as a backend.</summary>
-  <description>A Flex 3.0 plugin for Symfony. The goal of this project is to 
"port" symfony capabilities to Flex and to use Symfony as a 
backend.</description>
-  <lead>
-    <name>Khair-ed Din Mozzy Husseini</name>
-    <user>Mozzy</user>
-    <email>[email protected]</email>
-    <active>yes</active>
-  </lead>
-  <date>##CURRENT_DATE##</date>
-  <version>
-    <release>##PLUGIN_VERSION##</release>
-    <api>##API_VERSION##</api>
-  </version>
-  <stability>
-    <release>##STABILITY##</release>
-    <api>##STABILITY##</api>
-  </stability>
-  <license uri="http://www.symfony-project.org/license";>MIT license</license>
-  <notes>-</notes>
-  <contents>
-    ##CONTENTS##
-  </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>
-        <exclude>1.1.0</exclude>
-      </package>
-      <package>
-               <name>sfAmfPlugin</name>
-               <channel>plugins.symfony-project.org</channel>
-               <min>1.3.0</min>
-               <max>1.4.2</max>
-               <exclude>1.2.0</exclude>
-      </package>
-    </required>
-  </dependencies>
-  <phprelease></phprelease>
-  <changelog>
-    <release>
-    <version>
-      <release>0.5.2</release>
-      <api>0.5.2</api>
-    </version>
-    <stability>
-      <release>stable</release>
-      <api>stable</api>
-    </stability>
-    <license uri="http://www.symfony-project.com/license";>
+<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>sfFlexymfonyPlugin</name>
+       <channel>pear.symfony-project.com</channel>
+       <summary>A Flex 3.0 plugin for Symfony. The goal of this project is to 
"port" symfony capabilities to Flex and to use Symfony as a backend.</summary>
+       <description>A Flex 3.0 plugin for Symfony. The goal of this project is 
to "port" symfony capabilities to Flex and to use Symfony as a 
backend.</description>
+       <lead>
+               <name>Khair-ed Din Mozzy Husseini</name>
+               <user>Mozzy</user>
+               <email>[email protected]</email>
+               <active>yes</active>
+       </lead>
+       <date>##CURRENT_DATE##</date>
+       <version>
+               <release>##PLUGIN_VERSION##</release>
+               <api>##API_VERSION##</api>
+       </version>
+       <stability>
+               <release>##STABILITY##</release>
+               <api>##STABILITY##</api>
+       </stability>
+       <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+       <notes>-</notes>
+       <contents>
+               ##CONTENTS##
+       </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>
+                               <exclude>1.1.0</exclude>
+                       </package>
+                       <package>
+                               <name>sfAmfPlugin</name>
+                               <channel>plugins.symfony-project.org</channel>
+                               <min>1.3.0</min>
+                               <max>1.4.2</max>
+                               <exclude>1.2.0</exclude>
+                       </package>
+               </required>
+       </dependencies>
+       <phprelease></phprelease>
+       <changelog>
+               <release>
+                       <version>
+                               <release>0.5.3</release>
+                               <api>0.5.3</api>
+                       </version>
+                       <stability>
+                               <release>alpha</release>
+                               <api>alpha</api>
+                       </stability>
+                       <license uri="http://www.symfony-project.com/license";>
       MIT license
     </license>
-    <date>2010-01-06</date>
-    <license>MIT</license>
-    <notes>
+                       <date>2010-01-12</date>
+                       <license>MIT</license>
+                       <notes>
+       * Set aliases field for generate:flexymfony-app task to empty array for 
compatability with sf 1.3 and 1.2
+       * Added generate:flexymfony-module task to project
+    </notes>
+               </release>
+               <release>
+                       <version>
+                               <release>0.5.2</release>
+                               <api>0.5.2</api>
+                       </version>
+                       <stability>
+                               <release>stable</release>
+                               <api>stable</api>
+                       </stability>
+                       <license uri="http://www.symfony-project.com/license";>
+      MIT license
+    </license>
+                       <date>2010-01-06</date>
+                       <license>MIT</license>
+                       <notes>
        * Mozzy: Removed .svn folders from amfgateway module
     </notes>
-  </release>
-    <release>
-    <version>
-      <release>0.5.1</release>
-      <api>0.5.1</api>
-    </version>
-    <stability>
-      <release>stable</release>
-      <api>stable</api>
-    </stability>
-    <license uri="http://www.symfony-project.com/license";>
+               </release>
+               <release>
+                       <version>
+                               <release>0.5.1</release>
+                               <api>0.5.1</api>
+                       </version>
+                       <stability>
+                               <release>stable</release>
+                               <api>stable</api>
+                       </stability>
+                       <license uri="http://www.symfony-project.com/license";>
       MIT license
     </license>
-    <date>2010-01-06</date>
-    <license>MIT</license>
-    <notes>
+                       <date>2010-01-06</date>
+                       <license>MIT</license>
+                       <notes>
        * Mozzy: Now added PureMVC SWC to the source
     </notes>
-  </release>
-    <release>
-    <version>
-      <release>0.5.0</release>
-      <api>0.5.0</api>
-    </version>
-    <stability>
-      <release>stable</release>
-      <api>stable</api>
-    </stability>
-    <license uri="http://www.symfony-project.com/license";>
+               </release>
+               <release>
+                       <version>
+                               <release>0.5.0</release>
+                               <api>0.5.0</api>
+                       </version>
+                       <stability>
+                               <release>stable</release>
+                               <api>stable</api>
+                       </stability>
+                       <license uri="http://www.symfony-project.com/license";>
       MIT license
     </license>
-    <date>2010-01-06</date>
-    <license>MIT</license>
-    <notes>
+                       <date>2010-01-06</date>
+                       <license>MIT</license>
+                       <notes>
        * Mozzy: First release of the plugin
     </notes>
-  </release>
-  </changelog>
-</package>
\ No newline at end of file
+               </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