Updated the system to Rails 1.2.
[selectricity-live] / vendor / plugins / engines / generators / engine / templates / init_engine.erb
diff --git a/vendor/plugins/engines/generators/engine/templates/init_engine.erb b/vendor/plugins/engines/generators/engine/templates/init_engine.erb
deleted file mode 100755 (executable)
index 42dda69..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<%= license %>
-
-module <%= engine_class_name %>
-  module VERSION
-    Major = 0 # change implies compatibility breaking with previous versions
-    Minor = 1 # change implies backwards-compatible change to API
-    Release = 0 # incremented with bug-fixes, updates, etc.
-  end
-end
-
-Engines.current.version = <%= engine_class_name %>::VERSION
-
-# load up all the required files we need...
-require '<%= engine_underscored_name %>'
-

Benjamin Mako Hill || Want to submit a patch?