aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/builder.rb
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-03-08 16:54:57 +0000
committerRick Olson <technoweenie@gmail.com>2006-03-08 16:54:57 +0000
commit47ffc04621c4ce5cbf491091d3680e8e34e674b7 (patch)
tree7d707c0945188ccc3d4ccbe46160bf084feeefd3 /activesupport/lib/active_support/vendor/builder.rb
parent519e7e5e1236dfb75a7d759e0a143bc9e0e47385 (diff)
downloadrails-47ffc04621c4ce5cbf491091d3680e8e34e674b7.tar.gz
rails-47ffc04621c4ce5cbf491091d3680e8e34e674b7.tar.bz2
rails-47ffc04621c4ce5cbf491091d3680e8e34e674b7.zip
move vendor inside lib so that rake freeze_edge works
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3818 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/vendor/builder.rb')
-rw-r--r--activesupport/lib/active_support/vendor/builder.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/vendor/builder.rb b/activesupport/lib/active_support/vendor/builder.rb
new file mode 100644
index 0000000000..9719277669
--- /dev/null
+++ b/activesupport/lib/active_support/vendor/builder.rb
@@ -0,0 +1,13 @@
+#!/usr/bin/env ruby
+
+#--
+# Copyright 2004 by Jim Weirich (jim@weirichhouse.org).
+# All rights reserved.
+
+# Permission is granted for use, copying, modification, distribution,
+# and distribution of modified versions of this work as long as the
+# above copyright notice is included.
+#++
+
+require 'builder/xmlmarkup'
+require 'builder/xmlevents'