]> source.dussan.org Git - redmine.git/commit
Adds engines 2.1.0 plugin.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Jul 2008 10:17:14 +0000 (10:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Jul 2008 10:17:14 +0000 (10:17 +0000)
commitc28cbd5790e5f973b0e1da7242de56de82550bb9
treecd25802b3e61d01c967eef8501d4b600b674d639
parentb5444b5fcd84008a67a5486e373813dec1a371c8
Adds engines 2.1.0 plugin.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1654 e93f8b46-1217-0410-a6f0-8f06a7374b81
26 files changed:
vendor/plugins/engines/.gitignore [new file with mode: 0644]
vendor/plugins/engines/CHANGELOG [new file with mode: 0644]
vendor/plugins/engines/MIT-LICENSE [new file with mode: 0644]
vendor/plugins/engines/README [new file with mode: 0644]
vendor/plugins/engines/Rakefile [new file with mode: 0644]
vendor/plugins/engines/about.yml [new file with mode: 0644]
vendor/plugins/engines/boot.rb [new file with mode: 0644]
vendor/plugins/engines/generators/plugin_migration/USAGE [new file with mode: 0644]
vendor/plugins/engines/generators/plugin_migration/plugin_migration_generator.rb [new file with mode: 0644]
vendor/plugins/engines/generators/plugin_migration/templates/plugin_migration.erb [new file with mode: 0644]
vendor/plugins/engines/init.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/assets.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/plugin.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/plugin/list.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/plugin/loader.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/plugin/locator.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/plugin/migrator.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/rails_extensions/action_mailer.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/rails_extensions/asset_helpers.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/rails_extensions/migrations.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/rails_extensions/rails.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/rails_extensions/routing.rb [new file with mode: 0644]
vendor/plugins/engines/lib/engines/testing.rb [new file with mode: 0644]
vendor/plugins/engines/tasks/engines.rake [new file with mode: 0644]