<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 PHP = ENV['PHP'] || &quot;/usr/local/bin/php&quot;
-SOURCES = %w(primitive preamble support array_path query_string asset tag form)
+SOURCES = %w(preamble primitive support array_path query_string asset tag form)
 SOURCES_5_3 = %w(functional)
 
 OUTPUT = {</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,20 @@
 &lt;?php
+/**
+ * php-helpers
+ * (c) 2009 Jason Frame [jason@onehackoranother.com]
+ */
+
+//
+// These constants define the locations of your site's static assets.
+// Define your own prior to inclusion of this lib or accept the defaults below.
+// STATIC_ROOT/ will be prepended to each asset directory when generating
+// asset paths.
+
+if (!defined('STATIC_ROOT'))        define('STATIC_ROOT', '');
+if (!defined('STATIC_JS_DIR'))      define('STATIC_JS_DIR', 'javascripts');
+if (!defined('STATIC_IMAGE_DIR'))   define('STATIC_IMAGE_DIR', 'images');
+if (!defined('STATIC_CSS_DIR'))     define('STATIC_CSS_DIR', 'stylesheets');
+
 //
 // Primitive helpers
 
@@ -47,22 +63,6 @@ function trim_to_null($str, $len = null) {
     $str = trim_to($str, $len ? $len : strlen($str));
     return strlen($str) ? $str : null;
 }
-/**
- * php-helpers
- * (c) 2009 Jason Frame [jason@onehackoranother.com]
- */
-
-//
-// These constants define the locations of your site's static assets.
-// Define your own prior to inclusion of this lib or accept the defaults below.
-// STATIC_ROOT/ will be prepended to each asset directory when generating
-// asset paths.
-
-if (!defined('STATIC_ROOT'))        define('STATIC_ROOT', '');
-if (!defined('STATIC_JS_DIR'))      define('STATIC_JS_DIR', 'javascripts');
-if (!defined('STATIC_IMAGE_DIR'))   define('STATIC_IMAGE_DIR', 'images');
-if (!defined('STATIC_CSS_DIR'))     define('STATIC_CSS_DIR', 'stylesheets');
-
 //
 // Support
 </diff>
      <filename>helpers-5.3.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,20 @@
 &lt;?php
+/**
+ * php-helpers
+ * (c) 2009 Jason Frame [jason@onehackoranother.com]
+ */
+
+//
+// These constants define the locations of your site's static assets.
+// Define your own prior to inclusion of this lib or accept the defaults below.
+// STATIC_ROOT/ will be prepended to each asset directory when generating
+// asset paths.
+
+if (!defined('STATIC_ROOT'))        define('STATIC_ROOT', '');
+if (!defined('STATIC_JS_DIR'))      define('STATIC_JS_DIR', 'javascripts');
+if (!defined('STATIC_IMAGE_DIR'))   define('STATIC_IMAGE_DIR', 'images');
+if (!defined('STATIC_CSS_DIR'))     define('STATIC_CSS_DIR', 'stylesheets');
+
 //
 // Primitive helpers
 
@@ -47,22 +63,6 @@ function trim_to_null($str, $len = null) {
     $str = trim_to($str, $len ? $len : strlen($str));
     return strlen($str) ? $str : null;
 }
-/**
- * php-helpers
- * (c) 2009 Jason Frame [jason@onehackoranother.com]
- */
-
-//
-// These constants define the locations of your site's static assets.
-// Define your own prior to inclusion of this lib or accept the defaults below.
-// STATIC_ROOT/ will be prepended to each asset directory when generating
-// asset paths.
-
-if (!defined('STATIC_ROOT'))        define('STATIC_ROOT', '');
-if (!defined('STATIC_JS_DIR'))      define('STATIC_JS_DIR', 'javascripts');
-if (!defined('STATIC_IMAGE_DIR'))   define('STATIC_IMAGE_DIR', 'images');
-if (!defined('STATIC_CSS_DIR'))     define('STATIC_CSS_DIR', 'stylesheets');
-
 //
 // Support
 </diff>
      <filename>helpers.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3e574389481c4784bb80f9e8be0455a26784df7b</id>
    </parent>
  </parents>
  <author>
    <name>Jason Frame</name>
    <email>jason@magiclamp.co.uk</email>
  </author>
  <url>http://github.com/jaz303/php-helpers/commit/debd4e74e4f5e3cb840cee0a67e3b982868c3940</url>
  <id>debd4e74e4f5e3cb840cee0a67e3b982868c3940</id>
  <committed-date>2009-05-19T13:14:15-07:00</committed-date>
  <authored-date>2009-05-19T13:14:15-07:00</authored-date>
  <message>primitives after preamble, thank you</message>
  <tree>92f050d340530310bb612c0b8b31b5636385a3ec</tree>
  <committer>
    <name>Jason Frame</name>
    <email>jason@magiclamp.co.uk</email>
  </committer>
</commit>
