diff --git a/redmine/Rakefile b/Rakefile similarity index 100% rename from redmine/Rakefile rename to Rakefile diff --git a/redmine/app/controllers/account_controller.rb b/app/controllers/account_controller.rb similarity index 100% rename from redmine/app/controllers/account_controller.rb rename to app/controllers/account_controller.rb diff --git a/redmine/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb similarity index 100% rename from redmine/app/controllers/admin_controller.rb rename to app/controllers/admin_controller.rb diff --git a/redmine/app/controllers/application.rb b/app/controllers/application.rb similarity index 100% rename from redmine/app/controllers/application.rb rename to app/controllers/application.rb diff --git a/redmine/app/controllers/auth_sources_controller.rb b/app/controllers/auth_sources_controller.rb similarity index 100% rename from redmine/app/controllers/auth_sources_controller.rb rename to app/controllers/auth_sources_controller.rb diff --git a/redmine/app/controllers/custom_fields_controller.rb b/app/controllers/custom_fields_controller.rb similarity index 100% rename from redmine/app/controllers/custom_fields_controller.rb rename to app/controllers/custom_fields_controller.rb diff --git a/redmine/app/controllers/documents_controller.rb b/app/controllers/documents_controller.rb similarity index 100% rename from redmine/app/controllers/documents_controller.rb rename to app/controllers/documents_controller.rb diff --git a/redmine/app/controllers/enumerations_controller.rb b/app/controllers/enumerations_controller.rb similarity index 100% rename from redmine/app/controllers/enumerations_controller.rb rename to app/controllers/enumerations_controller.rb diff --git a/redmine/app/controllers/help_controller.rb b/app/controllers/help_controller.rb similarity index 100% rename from redmine/app/controllers/help_controller.rb rename to app/controllers/help_controller.rb diff --git a/redmine/app/controllers/issue_categories_controller.rb b/app/controllers/issue_categories_controller.rb similarity index 100% rename from redmine/app/controllers/issue_categories_controller.rb rename to app/controllers/issue_categories_controller.rb diff --git a/redmine/app/controllers/issue_statuses_controller.rb b/app/controllers/issue_statuses_controller.rb similarity index 100% rename from redmine/app/controllers/issue_statuses_controller.rb rename to app/controllers/issue_statuses_controller.rb diff --git a/redmine/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb similarity index 100% rename from redmine/app/controllers/issues_controller.rb rename to app/controllers/issues_controller.rb diff --git a/redmine/app/controllers/members_controller.rb b/app/controllers/members_controller.rb similarity index 100% rename from redmine/app/controllers/members_controller.rb rename to app/controllers/members_controller.rb diff --git a/redmine/app/controllers/my_controller.rb b/app/controllers/my_controller.rb similarity index 100% rename from redmine/app/controllers/my_controller.rb rename to app/controllers/my_controller.rb diff --git a/redmine/app/controllers/news_controller.rb b/app/controllers/news_controller.rb similarity index 100% rename from redmine/app/controllers/news_controller.rb rename to app/controllers/news_controller.rb diff --git a/redmine/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb similarity index 100% rename from redmine/app/controllers/projects_controller.rb rename to app/controllers/projects_controller.rb diff --git a/redmine/app/controllers/reports_controller.rb b/app/controllers/reports_controller.rb similarity index 100% rename from redmine/app/controllers/reports_controller.rb rename to app/controllers/reports_controller.rb diff --git a/redmine/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb similarity index 100% rename from redmine/app/controllers/roles_controller.rb rename to app/controllers/roles_controller.rb diff --git a/redmine/app/controllers/trackers_controller.rb b/app/controllers/trackers_controller.rb similarity index 100% rename from redmine/app/controllers/trackers_controller.rb rename to app/controllers/trackers_controller.rb diff --git a/redmine/app/controllers/users_controller.rb b/app/controllers/users_controller.rb similarity index 100% rename from redmine/app/controllers/users_controller.rb rename to app/controllers/users_controller.rb diff --git a/redmine/app/controllers/versions_controller.rb b/app/controllers/versions_controller.rb similarity index 100% rename from redmine/app/controllers/versions_controller.rb rename to app/controllers/versions_controller.rb diff --git a/redmine/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb similarity index 100% rename from redmine/app/controllers/welcome_controller.rb rename to app/controllers/welcome_controller.rb diff --git a/redmine/app/helpers/account_helper.rb b/app/helpers/account_helper.rb similarity index 100% rename from redmine/app/helpers/account_helper.rb rename to app/helpers/account_helper.rb diff --git a/redmine/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb similarity index 100% rename from redmine/app/helpers/admin_helper.rb rename to app/helpers/admin_helper.rb diff --git a/redmine/app/helpers/application_helper.rb b/app/helpers/application_helper.rb similarity index 100% rename from redmine/app/helpers/application_helper.rb rename to app/helpers/application_helper.rb diff --git a/redmine/app/helpers/auth_sources_helper.rb b/app/helpers/auth_sources_helper.rb similarity index 100% rename from redmine/app/helpers/auth_sources_helper.rb rename to app/helpers/auth_sources_helper.rb diff --git a/redmine/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb similarity index 100% rename from redmine/app/helpers/custom_fields_helper.rb rename to app/helpers/custom_fields_helper.rb diff --git a/redmine/app/helpers/documents_helper.rb b/app/helpers/documents_helper.rb similarity index 100% rename from redmine/app/helpers/documents_helper.rb rename to app/helpers/documents_helper.rb diff --git a/redmine/app/helpers/enumerations_helper.rb b/app/helpers/enumerations_helper.rb similarity index 100% rename from redmine/app/helpers/enumerations_helper.rb rename to app/helpers/enumerations_helper.rb diff --git a/redmine/app/helpers/help_helper.rb b/app/helpers/help_helper.rb similarity index 100% rename from redmine/app/helpers/help_helper.rb rename to app/helpers/help_helper.rb diff --git a/redmine/app/helpers/ifpdf_helper.rb b/app/helpers/ifpdf_helper.rb similarity index 100% rename from redmine/app/helpers/ifpdf_helper.rb rename to app/helpers/ifpdf_helper.rb diff --git a/redmine/app/helpers/issue_categories_helper.rb b/app/helpers/issue_categories_helper.rb similarity index 100% rename from redmine/app/helpers/issue_categories_helper.rb rename to app/helpers/issue_categories_helper.rb diff --git a/redmine/app/helpers/issue_statuses_helper.rb b/app/helpers/issue_statuses_helper.rb similarity index 100% rename from redmine/app/helpers/issue_statuses_helper.rb rename to app/helpers/issue_statuses_helper.rb diff --git a/redmine/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb similarity index 100% rename from redmine/app/helpers/issues_helper.rb rename to app/helpers/issues_helper.rb diff --git a/redmine/app/helpers/members_helper.rb b/app/helpers/members_helper.rb similarity index 100% rename from redmine/app/helpers/members_helper.rb rename to app/helpers/members_helper.rb diff --git a/redmine/app/helpers/my_helper.rb b/app/helpers/my_helper.rb similarity index 100% rename from redmine/app/helpers/my_helper.rb rename to app/helpers/my_helper.rb diff --git a/redmine/app/helpers/news_helper.rb b/app/helpers/news_helper.rb similarity index 100% rename from redmine/app/helpers/news_helper.rb rename to app/helpers/news_helper.rb diff --git a/redmine/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb similarity index 100% rename from redmine/app/helpers/projects_helper.rb rename to app/helpers/projects_helper.rb diff --git a/redmine/app/helpers/reports_helper.rb b/app/helpers/reports_helper.rb similarity index 100% rename from redmine/app/helpers/reports_helper.rb rename to app/helpers/reports_helper.rb diff --git a/redmine/app/helpers/roles_helper.rb b/app/helpers/roles_helper.rb similarity index 100% rename from redmine/app/helpers/roles_helper.rb rename to app/helpers/roles_helper.rb diff --git a/redmine/app/helpers/search_filter_helper.rb b/app/helpers/search_filter_helper.rb similarity index 100% rename from redmine/app/helpers/search_filter_helper.rb rename to app/helpers/search_filter_helper.rb diff --git a/redmine/app/helpers/sort_helper.rb b/app/helpers/sort_helper.rb similarity index 100% rename from redmine/app/helpers/sort_helper.rb rename to app/helpers/sort_helper.rb diff --git a/redmine/app/helpers/trackers_helper.rb b/app/helpers/trackers_helper.rb similarity index 100% rename from redmine/app/helpers/trackers_helper.rb rename to app/helpers/trackers_helper.rb diff --git a/redmine/app/helpers/users_helper.rb b/app/helpers/users_helper.rb similarity index 100% rename from redmine/app/helpers/users_helper.rb rename to app/helpers/users_helper.rb diff --git a/redmine/app/helpers/versions_helper.rb b/app/helpers/versions_helper.rb similarity index 100% rename from redmine/app/helpers/versions_helper.rb rename to app/helpers/versions_helper.rb diff --git a/redmine/app/helpers/welcome_helper.rb b/app/helpers/welcome_helper.rb similarity index 100% rename from redmine/app/helpers/welcome_helper.rb rename to app/helpers/welcome_helper.rb diff --git a/redmine/app/models/attachment.rb b/app/models/attachment.rb similarity index 100% rename from redmine/app/models/attachment.rb rename to app/models/attachment.rb diff --git a/redmine/app/models/auth_source.rb b/app/models/auth_source.rb similarity index 100% rename from redmine/app/models/auth_source.rb rename to app/models/auth_source.rb diff --git a/redmine/app/models/auth_source_ldap.rb b/app/models/auth_source_ldap.rb similarity index 100% rename from redmine/app/models/auth_source_ldap.rb rename to app/models/auth_source_ldap.rb diff --git a/redmine/app/models/custom_field.rb b/app/models/custom_field.rb similarity index 100% rename from redmine/app/models/custom_field.rb rename to app/models/custom_field.rb diff --git a/redmine/app/models/custom_value.rb b/app/models/custom_value.rb similarity index 100% rename from redmine/app/models/custom_value.rb rename to app/models/custom_value.rb diff --git a/redmine/app/models/document.rb b/app/models/document.rb similarity index 100% rename from redmine/app/models/document.rb rename to app/models/document.rb diff --git a/redmine/app/models/enumeration.rb b/app/models/enumeration.rb similarity index 100% rename from redmine/app/models/enumeration.rb rename to app/models/enumeration.rb diff --git a/redmine/app/models/issue.rb b/app/models/issue.rb similarity index 100% rename from redmine/app/models/issue.rb rename to app/models/issue.rb diff --git a/redmine/app/models/issue_category.rb b/app/models/issue_category.rb similarity index 100% rename from redmine/app/models/issue_category.rb rename to app/models/issue_category.rb diff --git a/redmine/app/models/issue_custom_field.rb b/app/models/issue_custom_field.rb similarity index 100% rename from redmine/app/models/issue_custom_field.rb rename to app/models/issue_custom_field.rb diff --git a/redmine/app/models/issue_history.rb b/app/models/issue_history.rb similarity index 100% rename from redmine/app/models/issue_history.rb rename to app/models/issue_history.rb diff --git a/redmine/app/models/issue_status.rb b/app/models/issue_status.rb similarity index 100% rename from redmine/app/models/issue_status.rb rename to app/models/issue_status.rb diff --git a/redmine/app/models/journal.rb b/app/models/journal.rb similarity index 100% rename from redmine/app/models/journal.rb rename to app/models/journal.rb diff --git a/redmine/app/models/journal_detail.rb b/app/models/journal_detail.rb similarity index 100% rename from redmine/app/models/journal_detail.rb rename to app/models/journal_detail.rb diff --git a/redmine/app/models/mailer.rb b/app/models/mailer.rb similarity index 100% rename from redmine/app/models/mailer.rb rename to app/models/mailer.rb diff --git a/redmine/app/models/member.rb b/app/models/member.rb similarity index 100% rename from redmine/app/models/member.rb rename to app/models/member.rb diff --git a/redmine/app/models/news.rb b/app/models/news.rb similarity index 100% rename from redmine/app/models/news.rb rename to app/models/news.rb diff --git a/redmine/app/models/permission.rb b/app/models/permission.rb similarity index 100% rename from redmine/app/models/permission.rb rename to app/models/permission.rb diff --git a/redmine/app/models/project.rb b/app/models/project.rb similarity index 100% rename from redmine/app/models/project.rb rename to app/models/project.rb diff --git a/redmine/app/models/project_custom_field.rb b/app/models/project_custom_field.rb similarity index 100% rename from redmine/app/models/project_custom_field.rb rename to app/models/project_custom_field.rb diff --git a/redmine/app/models/role.rb b/app/models/role.rb similarity index 100% rename from redmine/app/models/role.rb rename to app/models/role.rb diff --git a/redmine/app/models/token.rb b/app/models/token.rb similarity index 100% rename from redmine/app/models/token.rb rename to app/models/token.rb diff --git a/redmine/app/models/tracker.rb b/app/models/tracker.rb similarity index 100% rename from redmine/app/models/tracker.rb rename to app/models/tracker.rb diff --git a/redmine/app/models/user.rb b/app/models/user.rb similarity index 100% rename from redmine/app/models/user.rb rename to app/models/user.rb diff --git a/redmine/app/models/user_custom_field.rb b/app/models/user_custom_field.rb similarity index 100% rename from redmine/app/models/user_custom_field.rb rename to app/models/user_custom_field.rb diff --git a/redmine/app/models/user_preference.rb b/app/models/user_preference.rb similarity index 100% rename from redmine/app/models/user_preference.rb rename to app/models/user_preference.rb diff --git a/redmine/app/models/version.rb b/app/models/version.rb similarity index 100% rename from redmine/app/models/version.rb rename to app/models/version.rb diff --git a/redmine/app/models/workflow.rb b/app/models/workflow.rb similarity index 100% rename from redmine/app/models/workflow.rb rename to app/models/workflow.rb diff --git a/redmine/app/views/account/login.rhtml b/app/views/account/login.rhtml similarity index 100% rename from redmine/app/views/account/login.rhtml rename to app/views/account/login.rhtml diff --git a/redmine/app/views/account/lost_password.rhtml b/app/views/account/lost_password.rhtml similarity index 100% rename from redmine/app/views/account/lost_password.rhtml rename to app/views/account/lost_password.rhtml diff --git a/redmine/app/views/account/password_recovery.rhtml b/app/views/account/password_recovery.rhtml similarity index 100% rename from redmine/app/views/account/password_recovery.rhtml rename to app/views/account/password_recovery.rhtml diff --git a/redmine/app/views/account/register.rhtml b/app/views/account/register.rhtml similarity index 100% rename from redmine/app/views/account/register.rhtml rename to app/views/account/register.rhtml diff --git a/redmine/app/views/account/show.rhtml b/app/views/account/show.rhtml similarity index 100% rename from redmine/app/views/account/show.rhtml rename to app/views/account/show.rhtml diff --git a/redmine/app/views/admin/index.rhtml b/app/views/admin/index.rhtml similarity index 100% rename from redmine/app/views/admin/index.rhtml rename to app/views/admin/index.rhtml diff --git a/redmine/app/views/admin/info.rhtml b/app/views/admin/info.rhtml similarity index 100% rename from redmine/app/views/admin/info.rhtml rename to app/views/admin/info.rhtml diff --git a/redmine/app/views/admin/mail_options.rhtml b/app/views/admin/mail_options.rhtml similarity index 100% rename from redmine/app/views/admin/mail_options.rhtml rename to app/views/admin/mail_options.rhtml diff --git a/redmine/app/views/admin/projects.rhtml b/app/views/admin/projects.rhtml similarity index 100% rename from redmine/app/views/admin/projects.rhtml rename to app/views/admin/projects.rhtml diff --git a/redmine/app/views/auth_sources/_form.rhtml b/app/views/auth_sources/_form.rhtml similarity index 100% rename from redmine/app/views/auth_sources/_form.rhtml rename to app/views/auth_sources/_form.rhtml diff --git a/redmine/app/views/auth_sources/edit.rhtml b/app/views/auth_sources/edit.rhtml similarity index 100% rename from redmine/app/views/auth_sources/edit.rhtml rename to app/views/auth_sources/edit.rhtml diff --git a/redmine/app/views/auth_sources/list.rhtml b/app/views/auth_sources/list.rhtml similarity index 100% rename from redmine/app/views/auth_sources/list.rhtml rename to app/views/auth_sources/list.rhtml diff --git a/redmine/app/views/auth_sources/new.rhtml b/app/views/auth_sources/new.rhtml similarity index 100% rename from redmine/app/views/auth_sources/new.rhtml rename to app/views/auth_sources/new.rhtml diff --git a/redmine/app/views/custom_fields/_form.rhtml b/app/views/custom_fields/_form.rhtml similarity index 100% rename from redmine/app/views/custom_fields/_form.rhtml rename to app/views/custom_fields/_form.rhtml diff --git a/redmine/app/views/custom_fields/edit.rhtml b/app/views/custom_fields/edit.rhtml similarity index 100% rename from redmine/app/views/custom_fields/edit.rhtml rename to app/views/custom_fields/edit.rhtml diff --git a/redmine/app/views/custom_fields/list.rhtml b/app/views/custom_fields/list.rhtml similarity index 100% rename from redmine/app/views/custom_fields/list.rhtml rename to app/views/custom_fields/list.rhtml diff --git a/redmine/app/views/custom_fields/new.rhtml b/app/views/custom_fields/new.rhtml similarity index 100% rename from redmine/app/views/custom_fields/new.rhtml rename to app/views/custom_fields/new.rhtml diff --git a/redmine/app/views/documents/_form.rhtml b/app/views/documents/_form.rhtml similarity index 100% rename from redmine/app/views/documents/_form.rhtml rename to app/views/documents/_form.rhtml diff --git a/redmine/app/views/documents/edit.rhtml b/app/views/documents/edit.rhtml similarity index 100% rename from redmine/app/views/documents/edit.rhtml rename to app/views/documents/edit.rhtml diff --git a/redmine/app/views/documents/show.rhtml b/app/views/documents/show.rhtml similarity index 100% rename from redmine/app/views/documents/show.rhtml rename to app/views/documents/show.rhtml diff --git a/redmine/app/views/enumerations/_form.rhtml b/app/views/enumerations/_form.rhtml similarity index 100% rename from redmine/app/views/enumerations/_form.rhtml rename to app/views/enumerations/_form.rhtml diff --git a/redmine/app/views/enumerations/edit.rhtml b/app/views/enumerations/edit.rhtml similarity index 100% rename from redmine/app/views/enumerations/edit.rhtml rename to app/views/enumerations/edit.rhtml diff --git a/redmine/app/views/enumerations/list.rhtml b/app/views/enumerations/list.rhtml similarity index 100% rename from redmine/app/views/enumerations/list.rhtml rename to app/views/enumerations/list.rhtml diff --git a/redmine/app/views/enumerations/new.rhtml b/app/views/enumerations/new.rhtml similarity index 100% rename from redmine/app/views/enumerations/new.rhtml rename to app/views/enumerations/new.rhtml diff --git a/redmine/app/views/issue_categories/_form.rhtml b/app/views/issue_categories/_form.rhtml similarity index 100% rename from redmine/app/views/issue_categories/_form.rhtml rename to app/views/issue_categories/_form.rhtml diff --git a/redmine/app/views/issue_categories/edit.rhtml b/app/views/issue_categories/edit.rhtml similarity index 100% rename from redmine/app/views/issue_categories/edit.rhtml rename to app/views/issue_categories/edit.rhtml diff --git a/redmine/app/views/issue_statuses/_form.rhtml b/app/views/issue_statuses/_form.rhtml similarity index 100% rename from redmine/app/views/issue_statuses/_form.rhtml rename to app/views/issue_statuses/_form.rhtml diff --git a/redmine/app/views/issue_statuses/edit.rhtml b/app/views/issue_statuses/edit.rhtml similarity index 100% rename from redmine/app/views/issue_statuses/edit.rhtml rename to app/views/issue_statuses/edit.rhtml diff --git a/redmine/app/views/issue_statuses/list.rhtml b/app/views/issue_statuses/list.rhtml similarity index 100% rename from redmine/app/views/issue_statuses/list.rhtml rename to app/views/issue_statuses/list.rhtml diff --git a/redmine/app/views/issue_statuses/new.rhtml b/app/views/issue_statuses/new.rhtml similarity index 100% rename from redmine/app/views/issue_statuses/new.rhtml rename to app/views/issue_statuses/new.rhtml diff --git a/redmine/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml similarity index 100% rename from redmine/app/views/issues/_history.rhtml rename to app/views/issues/_history.rhtml diff --git a/redmine/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml similarity index 100% rename from redmine/app/views/issues/_list_simple.rhtml rename to app/views/issues/_list_simple.rhtml diff --git a/redmine/app/views/issues/_pdf.rfpdf b/app/views/issues/_pdf.rfpdf similarity index 100% rename from redmine/app/views/issues/_pdf.rfpdf rename to app/views/issues/_pdf.rfpdf diff --git a/redmine/app/views/issues/change_status.rhtml b/app/views/issues/change_status.rhtml similarity index 100% rename from redmine/app/views/issues/change_status.rhtml rename to app/views/issues/change_status.rhtml diff --git a/redmine/app/views/issues/edit.rhtml b/app/views/issues/edit.rhtml similarity index 100% rename from redmine/app/views/issues/edit.rhtml rename to app/views/issues/edit.rhtml diff --git a/redmine/app/views/issues/export_pdf.rfpdf b/app/views/issues/export_pdf.rfpdf similarity index 100% rename from redmine/app/views/issues/export_pdf.rfpdf rename to app/views/issues/export_pdf.rfpdf diff --git a/redmine/app/views/issues/history.rhtml b/app/views/issues/history.rhtml similarity index 100% rename from redmine/app/views/issues/history.rhtml rename to app/views/issues/history.rhtml diff --git a/redmine/app/views/issues/show.rhtml b/app/views/issues/show.rhtml similarity index 100% rename from redmine/app/views/issues/show.rhtml rename to app/views/issues/show.rhtml diff --git a/redmine/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml similarity index 100% rename from redmine/app/views/layouts/base.rhtml rename to app/views/layouts/base.rhtml diff --git a/redmine/app/views/mailer/_issue.rhtml b/app/views/mailer/_issue.rhtml similarity index 100% rename from redmine/app/views/mailer/_issue.rhtml rename to app/views/mailer/_issue.rhtml diff --git a/redmine/app/views/mailer/issue_add_de.rhtml b/app/views/mailer/issue_add_de.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_add_de.rhtml rename to app/views/mailer/issue_add_de.rhtml diff --git a/redmine/app/views/mailer/issue_add_en.rhtml b/app/views/mailer/issue_add_en.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_add_en.rhtml rename to app/views/mailer/issue_add_en.rhtml diff --git a/redmine/app/views/mailer/issue_add_es.rhtml b/app/views/mailer/issue_add_es.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_add_es.rhtml rename to app/views/mailer/issue_add_es.rhtml diff --git a/redmine/app/views/mailer/issue_add_fr.rhtml b/app/views/mailer/issue_add_fr.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_add_fr.rhtml rename to app/views/mailer/issue_add_fr.rhtml diff --git a/redmine/app/views/mailer/issue_edit_de.rhtml b/app/views/mailer/issue_edit_de.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_edit_de.rhtml rename to app/views/mailer/issue_edit_de.rhtml diff --git a/redmine/app/views/mailer/issue_edit_en.rhtml b/app/views/mailer/issue_edit_en.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_edit_en.rhtml rename to app/views/mailer/issue_edit_en.rhtml diff --git a/redmine/app/views/mailer/issue_edit_es.rhtml b/app/views/mailer/issue_edit_es.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_edit_es.rhtml rename to app/views/mailer/issue_edit_es.rhtml diff --git a/redmine/app/views/mailer/issue_edit_fr.rhtml b/app/views/mailer/issue_edit_fr.rhtml similarity index 100% rename from redmine/app/views/mailer/issue_edit_fr.rhtml rename to app/views/mailer/issue_edit_fr.rhtml diff --git a/redmine/app/views/mailer/lost_password_de.rhtml b/app/views/mailer/lost_password_de.rhtml similarity index 100% rename from redmine/app/views/mailer/lost_password_de.rhtml rename to app/views/mailer/lost_password_de.rhtml diff --git a/redmine/app/views/mailer/lost_password_en.rhtml b/app/views/mailer/lost_password_en.rhtml similarity index 100% rename from redmine/app/views/mailer/lost_password_en.rhtml rename to app/views/mailer/lost_password_en.rhtml diff --git a/redmine/app/views/mailer/lost_password_es.rhtml b/app/views/mailer/lost_password_es.rhtml similarity index 100% rename from redmine/app/views/mailer/lost_password_es.rhtml rename to app/views/mailer/lost_password_es.rhtml diff --git a/redmine/app/views/mailer/lost_password_fr.rhtml b/app/views/mailer/lost_password_fr.rhtml similarity index 100% rename from redmine/app/views/mailer/lost_password_fr.rhtml rename to app/views/mailer/lost_password_fr.rhtml diff --git a/redmine/app/views/mailer/register_de.rhtml b/app/views/mailer/register_de.rhtml similarity index 100% rename from redmine/app/views/mailer/register_de.rhtml rename to app/views/mailer/register_de.rhtml diff --git a/redmine/app/views/mailer/register_en.rhtml b/app/views/mailer/register_en.rhtml similarity index 100% rename from redmine/app/views/mailer/register_en.rhtml rename to app/views/mailer/register_en.rhtml diff --git a/redmine/app/views/mailer/register_es.rhtml b/app/views/mailer/register_es.rhtml similarity index 100% rename from redmine/app/views/mailer/register_es.rhtml rename to app/views/mailer/register_es.rhtml diff --git a/redmine/app/views/mailer/register_fr.rhtml b/app/views/mailer/register_fr.rhtml similarity index 100% rename from redmine/app/views/mailer/register_fr.rhtml rename to app/views/mailer/register_fr.rhtml diff --git a/redmine/app/views/my/_block.rhtml b/app/views/my/_block.rhtml similarity index 100% rename from redmine/app/views/my/_block.rhtml rename to app/views/my/_block.rhtml diff --git a/redmine/app/views/my/account.rhtml b/app/views/my/account.rhtml similarity index 100% rename from redmine/app/views/my/account.rhtml rename to app/views/my/account.rhtml diff --git a/redmine/app/views/my/blocks/_calendar.rhtml b/app/views/my/blocks/_calendar.rhtml similarity index 100% rename from redmine/app/views/my/blocks/_calendar.rhtml rename to app/views/my/blocks/_calendar.rhtml diff --git a/redmine/app/views/my/blocks/_documents.rhtml b/app/views/my/blocks/_documents.rhtml similarity index 100% rename from redmine/app/views/my/blocks/_documents.rhtml rename to app/views/my/blocks/_documents.rhtml diff --git a/redmine/app/views/my/blocks/_issues_assigned_to_me.rhtml b/app/views/my/blocks/_issues_assigned_to_me.rhtml similarity index 100% rename from redmine/app/views/my/blocks/_issues_assigned_to_me.rhtml rename to app/views/my/blocks/_issues_assigned_to_me.rhtml diff --git a/redmine/app/views/my/blocks/_issues_reported_by_me.rhtml b/app/views/my/blocks/_issues_reported_by_me.rhtml similarity index 100% rename from redmine/app/views/my/blocks/_issues_reported_by_me.rhtml rename to app/views/my/blocks/_issues_reported_by_me.rhtml diff --git a/redmine/app/views/my/blocks/_latest_news.rhtml b/app/views/my/blocks/_latest_news.rhtml similarity index 100% rename from redmine/app/views/my/blocks/_latest_news.rhtml rename to app/views/my/blocks/_latest_news.rhtml diff --git a/redmine/app/views/my/page.rhtml b/app/views/my/page.rhtml similarity index 100% rename from redmine/app/views/my/page.rhtml rename to app/views/my/page.rhtml diff --git a/redmine/app/views/my/page_layout.rhtml b/app/views/my/page_layout.rhtml similarity index 100% rename from redmine/app/views/my/page_layout.rhtml rename to app/views/my/page_layout.rhtml diff --git a/redmine/app/views/news/_form.rhtml b/app/views/news/_form.rhtml similarity index 100% rename from redmine/app/views/news/_form.rhtml rename to app/views/news/_form.rhtml diff --git a/redmine/app/views/news/edit.rhtml b/app/views/news/edit.rhtml similarity index 100% rename from redmine/app/views/news/edit.rhtml rename to app/views/news/edit.rhtml diff --git a/redmine/app/views/news/show.rhtml b/app/views/news/show.rhtml similarity index 100% rename from redmine/app/views/news/show.rhtml rename to app/views/news/show.rhtml diff --git a/redmine/app/views/projects/_form.rhtml b/app/views/projects/_form.rhtml similarity index 100% rename from redmine/app/views/projects/_form.rhtml rename to app/views/projects/_form.rhtml diff --git a/redmine/app/views/projects/activity.rhtml b/app/views/projects/activity.rhtml similarity index 100% rename from redmine/app/views/projects/activity.rhtml rename to app/views/projects/activity.rhtml diff --git a/redmine/app/views/projects/add.rhtml b/app/views/projects/add.rhtml similarity index 100% rename from redmine/app/views/projects/add.rhtml rename to app/views/projects/add.rhtml diff --git a/redmine/app/views/projects/add_document.rhtml b/app/views/projects/add_document.rhtml similarity index 100% rename from redmine/app/views/projects/add_document.rhtml rename to app/views/projects/add_document.rhtml diff --git a/redmine/app/views/projects/add_file.rhtml b/app/views/projects/add_file.rhtml similarity index 100% rename from redmine/app/views/projects/add_file.rhtml rename to app/views/projects/add_file.rhtml diff --git a/redmine/app/views/projects/add_issue.rhtml b/app/views/projects/add_issue.rhtml similarity index 100% rename from redmine/app/views/projects/add_issue.rhtml rename to app/views/projects/add_issue.rhtml diff --git a/redmine/app/views/projects/add_news.rhtml b/app/views/projects/add_news.rhtml similarity index 100% rename from redmine/app/views/projects/add_news.rhtml rename to app/views/projects/add_news.rhtml diff --git a/redmine/app/views/projects/add_version.rhtml b/app/views/projects/add_version.rhtml similarity index 100% rename from redmine/app/views/projects/add_version.rhtml rename to app/views/projects/add_version.rhtml diff --git a/redmine/app/views/projects/calendar.rhtml b/app/views/projects/calendar.rhtml similarity index 100% rename from redmine/app/views/projects/calendar.rhtml rename to app/views/projects/calendar.rhtml diff --git a/redmine/app/views/projects/changelog.rhtml b/app/views/projects/changelog.rhtml similarity index 100% rename from redmine/app/views/projects/changelog.rhtml rename to app/views/projects/changelog.rhtml diff --git a/redmine/app/views/projects/destroy.rhtml b/app/views/projects/destroy.rhtml similarity index 100% rename from redmine/app/views/projects/destroy.rhtml rename to app/views/projects/destroy.rhtml diff --git a/redmine/app/views/projects/export_issues_pdf.rfpdf b/app/views/projects/export_issues_pdf.rfpdf similarity index 100% rename from redmine/app/views/projects/export_issues_pdf.rfpdf rename to app/views/projects/export_issues_pdf.rfpdf diff --git a/redmine/app/views/projects/gantt.rfpdf b/app/views/projects/gantt.rfpdf similarity index 100% rename from redmine/app/views/projects/gantt.rfpdf rename to app/views/projects/gantt.rfpdf diff --git a/redmine/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml similarity index 100% rename from redmine/app/views/projects/gantt.rhtml rename to app/views/projects/gantt.rhtml diff --git a/redmine/app/views/projects/list.rhtml b/app/views/projects/list.rhtml similarity index 100% rename from redmine/app/views/projects/list.rhtml rename to app/views/projects/list.rhtml diff --git a/redmine/app/views/projects/list_documents.rhtml b/app/views/projects/list_documents.rhtml similarity index 100% rename from redmine/app/views/projects/list_documents.rhtml rename to app/views/projects/list_documents.rhtml diff --git a/redmine/app/views/projects/list_files.rhtml b/app/views/projects/list_files.rhtml similarity index 100% rename from redmine/app/views/projects/list_files.rhtml rename to app/views/projects/list_files.rhtml diff --git a/redmine/app/views/projects/list_issues.rhtml b/app/views/projects/list_issues.rhtml similarity index 100% rename from redmine/app/views/projects/list_issues.rhtml rename to app/views/projects/list_issues.rhtml diff --git a/redmine/app/views/projects/list_members.rhtml b/app/views/projects/list_members.rhtml similarity index 100% rename from redmine/app/views/projects/list_members.rhtml rename to app/views/projects/list_members.rhtml diff --git a/redmine/app/views/projects/list_news.rhtml b/app/views/projects/list_news.rhtml similarity index 100% rename from redmine/app/views/projects/list_news.rhtml rename to app/views/projects/list_news.rhtml diff --git a/redmine/app/views/projects/move_issues.rhtml b/app/views/projects/move_issues.rhtml similarity index 100% rename from redmine/app/views/projects/move_issues.rhtml rename to app/views/projects/move_issues.rhtml diff --git a/redmine/app/views/projects/settings.rhtml b/app/views/projects/settings.rhtml similarity index 100% rename from redmine/app/views/projects/settings.rhtml rename to app/views/projects/settings.rhtml diff --git a/redmine/app/views/projects/show.rhtml b/app/views/projects/show.rhtml similarity index 100% rename from redmine/app/views/projects/show.rhtml rename to app/views/projects/show.rhtml diff --git a/redmine/app/views/reports/_details.rhtml b/app/views/reports/_details.rhtml similarity index 100% rename from redmine/app/views/reports/_details.rhtml rename to app/views/reports/_details.rhtml diff --git a/redmine/app/views/reports/_simple.rhtml b/app/views/reports/_simple.rhtml similarity index 100% rename from redmine/app/views/reports/_simple.rhtml rename to app/views/reports/_simple.rhtml diff --git a/redmine/app/views/reports/issue_report.rhtml b/app/views/reports/issue_report.rhtml similarity index 100% rename from redmine/app/views/reports/issue_report.rhtml rename to app/views/reports/issue_report.rhtml diff --git a/redmine/app/views/reports/issue_report_details.rhtml b/app/views/reports/issue_report_details.rhtml similarity index 100% rename from redmine/app/views/reports/issue_report_details.rhtml rename to app/views/reports/issue_report_details.rhtml diff --git a/redmine/app/views/roles/_form.rhtml b/app/views/roles/_form.rhtml similarity index 100% rename from redmine/app/views/roles/_form.rhtml rename to app/views/roles/_form.rhtml diff --git a/redmine/app/views/roles/edit.rhtml b/app/views/roles/edit.rhtml similarity index 100% rename from redmine/app/views/roles/edit.rhtml rename to app/views/roles/edit.rhtml diff --git a/redmine/app/views/roles/list.rhtml b/app/views/roles/list.rhtml similarity index 100% rename from redmine/app/views/roles/list.rhtml rename to app/views/roles/list.rhtml diff --git a/redmine/app/views/roles/new.rhtml b/app/views/roles/new.rhtml similarity index 100% rename from redmine/app/views/roles/new.rhtml rename to app/views/roles/new.rhtml diff --git a/redmine/app/views/roles/workflow.rhtml b/app/views/roles/workflow.rhtml similarity index 100% rename from redmine/app/views/roles/workflow.rhtml rename to app/views/roles/workflow.rhtml diff --git a/redmine/app/views/trackers/_form.rhtml b/app/views/trackers/_form.rhtml similarity index 100% rename from redmine/app/views/trackers/_form.rhtml rename to app/views/trackers/_form.rhtml diff --git a/redmine/app/views/trackers/edit.rhtml b/app/views/trackers/edit.rhtml similarity index 100% rename from redmine/app/views/trackers/edit.rhtml rename to app/views/trackers/edit.rhtml diff --git a/redmine/app/views/trackers/list.rhtml b/app/views/trackers/list.rhtml similarity index 100% rename from redmine/app/views/trackers/list.rhtml rename to app/views/trackers/list.rhtml diff --git a/redmine/app/views/trackers/new.rhtml b/app/views/trackers/new.rhtml similarity index 100% rename from redmine/app/views/trackers/new.rhtml rename to app/views/trackers/new.rhtml diff --git a/redmine/app/views/users/_form.rhtml b/app/views/users/_form.rhtml similarity index 100% rename from redmine/app/views/users/_form.rhtml rename to app/views/users/_form.rhtml diff --git a/redmine/app/views/users/add.rhtml b/app/views/users/add.rhtml similarity index 100% rename from redmine/app/views/users/add.rhtml rename to app/views/users/add.rhtml diff --git a/redmine/app/views/users/edit.rhtml b/app/views/users/edit.rhtml similarity index 100% rename from redmine/app/views/users/edit.rhtml rename to app/views/users/edit.rhtml diff --git a/redmine/app/views/users/list.rhtml b/app/views/users/list.rhtml similarity index 100% rename from redmine/app/views/users/list.rhtml rename to app/views/users/list.rhtml diff --git a/redmine/app/views/versions/_form.rhtml b/app/views/versions/_form.rhtml similarity index 100% rename from redmine/app/views/versions/_form.rhtml rename to app/views/versions/_form.rhtml diff --git a/redmine/app/views/versions/edit.rhtml b/app/views/versions/edit.rhtml similarity index 100% rename from redmine/app/views/versions/edit.rhtml rename to app/views/versions/edit.rhtml diff --git a/redmine/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml similarity index 100% rename from redmine/app/views/welcome/index.rhtml rename to app/views/welcome/index.rhtml diff --git a/redmine/config/boot.rb b/config/boot.rb similarity index 100% rename from redmine/config/boot.rb rename to config/boot.rb diff --git a/redmine/config/config_custom.example.rb b/config/config_custom.example.rb similarity index 100% rename from redmine/config/config_custom.example.rb rename to config/config_custom.example.rb diff --git a/redmine/config/database.yml b/config/database.yml similarity index 100% rename from redmine/config/database.yml rename to config/database.yml diff --git a/redmine/config/environment.rb b/config/environment.rb similarity index 100% rename from redmine/config/environment.rb rename to config/environment.rb diff --git a/redmine/config/environments/demo.rb b/config/environments/demo.rb similarity index 100% rename from redmine/config/environments/demo.rb rename to config/environments/demo.rb diff --git a/redmine/config/environments/development.rb b/config/environments/development.rb similarity index 100% rename from redmine/config/environments/development.rb rename to config/environments/development.rb diff --git a/redmine/config/environments/development_oracle.rb b/config/environments/development_oracle.rb similarity index 100% rename from redmine/config/environments/development_oracle.rb rename to config/environments/development_oracle.rb diff --git a/redmine/config/environments/development_pgsql.rb b/config/environments/development_pgsql.rb similarity index 100% rename from redmine/config/environments/development_pgsql.rb rename to config/environments/development_pgsql.rb diff --git a/redmine/config/environments/development_sqlserver.rb b/config/environments/development_sqlserver.rb similarity index 100% rename from redmine/config/environments/development_sqlserver.rb rename to config/environments/development_sqlserver.rb diff --git a/redmine/config/environments/production.rb b/config/environments/production.rb similarity index 100% rename from redmine/config/environments/production.rb rename to config/environments/production.rb diff --git a/redmine/config/environments/test.rb b/config/environments/test.rb similarity index 100% rename from redmine/config/environments/test.rb rename to config/environments/test.rb diff --git a/redmine/config/environments/test_oracle.rb b/config/environments/test_oracle.rb similarity index 100% rename from redmine/config/environments/test_oracle.rb rename to config/environments/test_oracle.rb diff --git a/redmine/config/environments/test_pgsql.rb b/config/environments/test_pgsql.rb similarity index 100% rename from redmine/config/environments/test_pgsql.rb rename to config/environments/test_pgsql.rb diff --git a/redmine/config/environments/test_sqlserver.rb b/config/environments/test_sqlserver.rb similarity index 100% rename from redmine/config/environments/test_sqlserver.rb rename to config/environments/test_sqlserver.rb diff --git a/redmine/config/help.yml b/config/help.yml similarity index 100% rename from redmine/config/help.yml rename to config/help.yml diff --git a/redmine/config/routes.rb b/config/routes.rb similarity index 100% rename from redmine/config/routes.rb rename to config/routes.rb diff --git a/redmine/db/migrate/001_setup.rb b/db/migrate/001_setup.rb similarity index 100% rename from redmine/db/migrate/001_setup.rb rename to db/migrate/001_setup.rb diff --git a/redmine/db/migrate/002_issue_move.rb b/db/migrate/002_issue_move.rb similarity index 100% rename from redmine/db/migrate/002_issue_move.rb rename to db/migrate/002_issue_move.rb diff --git a/redmine/db/migrate/003_issue_add_note.rb b/db/migrate/003_issue_add_note.rb similarity index 100% rename from redmine/db/migrate/003_issue_add_note.rb rename to db/migrate/003_issue_add_note.rb diff --git a/redmine/db/migrate/004_export_pdf.rb b/db/migrate/004_export_pdf.rb similarity index 100% rename from redmine/db/migrate/004_export_pdf.rb rename to db/migrate/004_export_pdf.rb diff --git a/redmine/db/migrate/005_issue_start_date.rb b/db/migrate/005_issue_start_date.rb similarity index 100% rename from redmine/db/migrate/005_issue_start_date.rb rename to db/migrate/005_issue_start_date.rb diff --git a/redmine/db/migrate/006_calendar_and_activity.rb b/db/migrate/006_calendar_and_activity.rb similarity index 100% rename from redmine/db/migrate/006_calendar_and_activity.rb rename to db/migrate/006_calendar_and_activity.rb diff --git a/redmine/db/migrate/007_create_journals.rb b/db/migrate/007_create_journals.rb similarity index 100% rename from redmine/db/migrate/007_create_journals.rb rename to db/migrate/007_create_journals.rb diff --git a/redmine/db/migrate/008_create_user_preferences.rb b/db/migrate/008_create_user_preferences.rb similarity index 100% rename from redmine/db/migrate/008_create_user_preferences.rb rename to db/migrate/008_create_user_preferences.rb diff --git a/redmine/db/migrate/009_add_hide_mail_pref.rb b/db/migrate/009_add_hide_mail_pref.rb similarity index 100% rename from redmine/db/migrate/009_add_hide_mail_pref.rb rename to db/migrate/009_add_hide_mail_pref.rb diff --git a/redmine/doc/CHANGELOG b/doc/CHANGELOG similarity index 100% rename from redmine/doc/CHANGELOG rename to doc/CHANGELOG diff --git a/redmine/doc/COPYING b/doc/COPYING similarity index 100% rename from redmine/doc/COPYING rename to doc/COPYING diff --git a/redmine/doc/INSTALL b/doc/INSTALL similarity index 100% rename from redmine/doc/INSTALL rename to doc/INSTALL diff --git a/redmine/doc/README b/doc/README similarity index 100% rename from redmine/doc/README rename to doc/README diff --git a/redmine/doc/docbook/en/redmine-userdoc-en.xml b/doc/docbook/en/redmine-userdoc-en.xml similarity index 100% rename from redmine/doc/docbook/en/redmine-userdoc-en.xml rename to doc/docbook/en/redmine-userdoc-en.xml diff --git a/redmine/doc/docbook/fr/redmine-userdoc-fr.xml b/doc/docbook/fr/redmine-userdoc-fr.xml similarity index 100% rename from redmine/doc/docbook/fr/redmine-userdoc-fr.xml rename to doc/docbook/fr/redmine-userdoc-fr.xml diff --git a/redmine/files/delete.me b/files/delete.me similarity index 100% rename from redmine/files/delete.me rename to files/delete.me diff --git a/redmine/lang/de.yml b/lang/de.yml similarity index 100% rename from redmine/lang/de.yml rename to lang/de.yml diff --git a/redmine/lang/en.yml b/lang/en.yml similarity index 100% rename from redmine/lang/en.yml rename to lang/en.yml diff --git a/redmine/lang/es.yml b/lang/es.yml similarity index 100% rename from redmine/lang/es.yml rename to lang/es.yml diff --git a/redmine/lang/fr.yml b/lang/fr.yml similarity index 100% rename from redmine/lang/fr.yml rename to lang/fr.yml diff --git a/redmine/lib/tasks/extract_fixtures.rake b/lib/tasks/extract_fixtures.rake similarity index 100% rename from redmine/lib/tasks/extract_fixtures.rake rename to lib/tasks/extract_fixtures.rake diff --git a/redmine/lib/tasks/load_default_data.rake b/lib/tasks/load_default_data.rake similarity index 100% rename from redmine/lib/tasks/load_default_data.rake rename to lib/tasks/load_default_data.rake diff --git a/redmine/log/delete.me b/log/delete.me similarity index 100% rename from redmine/log/delete.me rename to log/delete.me diff --git a/redmine/public/.htaccess b/public/.htaccess similarity index 100% rename from redmine/public/.htaccess rename to public/.htaccess diff --git a/redmine/public/404.html b/public/404.html similarity index 100% rename from redmine/public/404.html rename to public/404.html diff --git a/redmine/public/500.html b/public/500.html similarity index 100% rename from redmine/public/500.html rename to public/500.html diff --git a/redmine/public/dispatch.cgi b/public/dispatch.cgi similarity index 100% rename from redmine/public/dispatch.cgi rename to public/dispatch.cgi diff --git a/redmine/public/dispatch.fcgi b/public/dispatch.fcgi similarity index 100% rename from redmine/public/dispatch.fcgi rename to public/dispatch.fcgi diff --git a/redmine/public/dispatch.rb b/public/dispatch.rb similarity index 100% rename from redmine/public/dispatch.rb rename to public/dispatch.rb diff --git a/redmine/public/favicon.ico b/public/favicon.ico similarity index 100% rename from redmine/public/favicon.ico rename to public/favicon.ico diff --git a/redmine/public/images/add.png b/public/images/add.png similarity index 100% rename from redmine/public/images/add.png rename to public/images/add.png diff --git a/redmine/public/images/admin.png b/public/images/admin.png similarity index 100% rename from redmine/public/images/admin.png rename to public/images/admin.png diff --git a/redmine/public/images/alert.png b/public/images/alert.png similarity index 100% rename from redmine/public/images/alert.png rename to public/images/alert.png diff --git a/redmine/public/images/arrow_bw.png b/public/images/arrow_bw.png similarity index 100% rename from redmine/public/images/arrow_bw.png rename to public/images/arrow_bw.png diff --git a/redmine/public/images/arrow_from.png b/public/images/arrow_from.png similarity index 100% rename from redmine/public/images/arrow_from.png rename to public/images/arrow_from.png diff --git a/redmine/public/images/arrow_to.png b/public/images/arrow_to.png similarity index 100% rename from redmine/public/images/arrow_to.png rename to public/images/arrow_to.png diff --git a/redmine/public/images/attachment.png b/public/images/attachment.png similarity index 100% rename from redmine/public/images/attachment.png rename to public/images/attachment.png diff --git a/redmine/public/images/bulletgreen.png b/public/images/bulletgreen.png similarity index 100% rename from redmine/public/images/bulletgreen.png rename to public/images/bulletgreen.png diff --git a/redmine/public/images/bulletred.png b/public/images/bulletred.png similarity index 100% rename from redmine/public/images/bulletred.png rename to public/images/bulletred.png diff --git a/redmine/public/images/calendar.png b/public/images/calendar.png similarity index 100% rename from redmine/public/images/calendar.png rename to public/images/calendar.png diff --git a/redmine/public/images/close.png b/public/images/close.png similarity index 100% rename from redmine/public/images/close.png rename to public/images/close.png diff --git a/redmine/public/images/close_hl.png b/public/images/close_hl.png similarity index 100% rename from redmine/public/images/close_hl.png rename to public/images/close_hl.png diff --git a/redmine/public/images/delete.png b/public/images/delete.png similarity index 100% rename from redmine/public/images/delete.png rename to public/images/delete.png diff --git a/redmine/public/images/details.png b/public/images/details.png similarity index 100% rename from redmine/public/images/details.png rename to public/images/details.png diff --git a/redmine/public/images/dir.png b/public/images/dir.png similarity index 100% rename from redmine/public/images/dir.png rename to public/images/dir.png diff --git a/redmine/public/images/dir_new.png b/public/images/dir_new.png similarity index 100% rename from redmine/public/images/dir_new.png rename to public/images/dir_new.png diff --git a/redmine/public/images/dir_open.png b/public/images/dir_open.png similarity index 100% rename from redmine/public/images/dir_open.png rename to public/images/dir_open.png diff --git a/redmine/public/images/document.png b/public/images/document.png similarity index 100% rename from redmine/public/images/document.png rename to public/images/document.png diff --git a/redmine/public/images/edit_small.png b/public/images/edit_small.png similarity index 100% rename from redmine/public/images/edit_small.png rename to public/images/edit_small.png diff --git a/redmine/public/images/file_new.png b/public/images/file_new.png similarity index 100% rename from redmine/public/images/file_new.png rename to public/images/file_new.png diff --git a/redmine/public/images/gantt.png b/public/images/gantt.png similarity index 100% rename from redmine/public/images/gantt.png rename to public/images/gantt.png diff --git a/redmine/public/images/help.png b/public/images/help.png similarity index 100% rename from redmine/public/images/help.png rename to public/images/help.png diff --git a/redmine/public/images/home.png b/public/images/home.png similarity index 100% rename from redmine/public/images/home.png rename to public/images/home.png diff --git a/redmine/public/images/issues.png b/public/images/issues.png similarity index 100% rename from redmine/public/images/issues.png rename to public/images/issues.png diff --git a/redmine/public/images/jstoolbar/bt_br.png b/public/images/jstoolbar/bt_br.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_br.png rename to public/images/jstoolbar/bt_br.png diff --git a/redmine/public/images/jstoolbar/bt_code.png b/public/images/jstoolbar/bt_code.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_code.png rename to public/images/jstoolbar/bt_code.png diff --git a/redmine/public/images/jstoolbar/bt_del.png b/public/images/jstoolbar/bt_del.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_del.png rename to public/images/jstoolbar/bt_del.png diff --git a/redmine/public/images/jstoolbar/bt_em.png b/public/images/jstoolbar/bt_em.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_em.png rename to public/images/jstoolbar/bt_em.png diff --git a/redmine/public/images/jstoolbar/bt_ins.png b/public/images/jstoolbar/bt_ins.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_ins.png rename to public/images/jstoolbar/bt_ins.png diff --git a/redmine/public/images/jstoolbar/bt_link.png b/public/images/jstoolbar/bt_link.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_link.png rename to public/images/jstoolbar/bt_link.png diff --git a/redmine/public/images/jstoolbar/bt_ol.png b/public/images/jstoolbar/bt_ol.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_ol.png rename to public/images/jstoolbar/bt_ol.png diff --git a/redmine/public/images/jstoolbar/bt_quote.png b/public/images/jstoolbar/bt_quote.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_quote.png rename to public/images/jstoolbar/bt_quote.png diff --git a/redmine/public/images/jstoolbar/bt_strong.png b/public/images/jstoolbar/bt_strong.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_strong.png rename to public/images/jstoolbar/bt_strong.png diff --git a/redmine/public/images/jstoolbar/bt_ul.png b/public/images/jstoolbar/bt_ul.png similarity index 100% rename from redmine/public/images/jstoolbar/bt_ul.png rename to public/images/jstoolbar/bt_ul.png diff --git a/redmine/public/images/loading.gif b/public/images/loading.gif similarity index 100% rename from redmine/public/images/loading.gif rename to public/images/loading.gif diff --git a/redmine/public/images/locked.png b/public/images/locked.png similarity index 100% rename from redmine/public/images/locked.png rename to public/images/locked.png diff --git a/redmine/public/images/login.png b/public/images/login.png similarity index 100% rename from redmine/public/images/login.png rename to public/images/login.png diff --git a/redmine/public/images/mailer.png b/public/images/mailer.png similarity index 100% rename from redmine/public/images/mailer.png rename to public/images/mailer.png diff --git a/redmine/public/images/notes.png b/public/images/notes.png similarity index 100% rename from redmine/public/images/notes.png rename to public/images/notes.png diff --git a/redmine/public/images/options.png b/public/images/options.png similarity index 100% rename from redmine/public/images/options.png rename to public/images/options.png diff --git a/redmine/public/images/package.png b/public/images/package.png similarity index 100% rename from redmine/public/images/package.png rename to public/images/package.png diff --git a/redmine/public/images/projects.png b/public/images/projects.png similarity index 100% rename from redmine/public/images/projects.png rename to public/images/projects.png diff --git a/redmine/public/images/rails.png b/public/images/rails.png similarity index 100% rename from redmine/public/images/rails.png rename to public/images/rails.png diff --git a/redmine/public/images/rails_powered.png b/public/images/rails_powered.png similarity index 100% rename from redmine/public/images/rails_powered.png rename to public/images/rails_powered.png diff --git a/redmine/public/images/rails_small.png b/public/images/rails_small.png similarity index 100% rename from redmine/public/images/rails_small.png rename to public/images/rails_small.png diff --git a/redmine/public/images/role.png b/public/images/role.png similarity index 100% rename from redmine/public/images/role.png rename to public/images/role.png diff --git a/redmine/public/images/rss.png b/public/images/rss.png similarity index 100% rename from redmine/public/images/rss.png rename to public/images/rss.png diff --git a/redmine/public/images/sort_asc.png b/public/images/sort_asc.png similarity index 100% rename from redmine/public/images/sort_asc.png rename to public/images/sort_asc.png diff --git a/redmine/public/images/sort_desc.png b/public/images/sort_desc.png similarity index 100% rename from redmine/public/images/sort_desc.png rename to public/images/sort_desc.png diff --git a/redmine/public/images/tracker.png b/public/images/tracker.png similarity index 100% rename from redmine/public/images/tracker.png rename to public/images/tracker.png diff --git a/redmine/public/images/true.png b/public/images/true.png similarity index 100% rename from redmine/public/images/true.png rename to public/images/true.png diff --git a/redmine/public/images/user.png b/public/images/user.png similarity index 100% rename from redmine/public/images/user.png rename to public/images/user.png diff --git a/redmine/public/images/user_new.png b/public/images/user_new.png similarity index 100% rename from redmine/public/images/user_new.png rename to public/images/user_new.png diff --git a/redmine/public/images/user_page.png b/public/images/user_page.png similarity index 100% rename from redmine/public/images/user_page.png rename to public/images/user_page.png diff --git a/redmine/public/images/users.png b/public/images/users.png similarity index 100% rename from redmine/public/images/users.png rename to public/images/users.png diff --git a/redmine/public/images/workflow.png b/public/images/workflow.png similarity index 100% rename from redmine/public/images/workflow.png rename to public/images/workflow.png diff --git a/redmine/public/images/zoom_in.png b/public/images/zoom_in.png similarity index 100% rename from redmine/public/images/zoom_in.png rename to public/images/zoom_in.png diff --git a/redmine/public/images/zoom_in_g.png b/public/images/zoom_in_g.png similarity index 100% rename from redmine/public/images/zoom_in_g.png rename to public/images/zoom_in_g.png diff --git a/redmine/public/images/zoom_out.png b/public/images/zoom_out.png similarity index 100% rename from redmine/public/images/zoom_out.png rename to public/images/zoom_out.png diff --git a/redmine/public/images/zoom_out_g.png b/public/images/zoom_out_g.png similarity index 100% rename from redmine/public/images/zoom_out_g.png rename to public/images/zoom_out_g.png diff --git a/redmine/public/javascripts/application.js b/public/javascripts/application.js similarity index 100% rename from redmine/public/javascripts/application.js rename to public/javascripts/application.js diff --git a/redmine/public/javascripts/calendar/calendar-setup.js b/public/javascripts/calendar/calendar-setup.js similarity index 100% rename from redmine/public/javascripts/calendar/calendar-setup.js rename to public/javascripts/calendar/calendar-setup.js diff --git a/redmine/public/javascripts/calendar/calendar.js b/public/javascripts/calendar/calendar.js similarity index 100% rename from redmine/public/javascripts/calendar/calendar.js rename to public/javascripts/calendar/calendar.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-de.js b/public/javascripts/calendar/lang/calendar-de.js similarity index 100% rename from redmine/public/javascripts/calendar/lang/calendar-de.js rename to public/javascripts/calendar/lang/calendar-de.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-en.js b/public/javascripts/calendar/lang/calendar-en.js similarity index 100% rename from redmine/public/javascripts/calendar/lang/calendar-en.js rename to public/javascripts/calendar/lang/calendar-en.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-es.js b/public/javascripts/calendar/lang/calendar-es.js similarity index 100% rename from redmine/public/javascripts/calendar/lang/calendar-es.js rename to public/javascripts/calendar/lang/calendar-es.js diff --git a/redmine/public/javascripts/calendar/lang/calendar-fr.js b/public/javascripts/calendar/lang/calendar-fr.js similarity index 100% rename from redmine/public/javascripts/calendar/lang/calendar-fr.js rename to public/javascripts/calendar/lang/calendar-fr.js diff --git a/redmine/public/javascripts/controls.js b/public/javascripts/controls.js similarity index 100% rename from redmine/public/javascripts/controls.js rename to public/javascripts/controls.js diff --git a/redmine/public/javascripts/dragdrop.js b/public/javascripts/dragdrop.js similarity index 100% rename from redmine/public/javascripts/dragdrop.js rename to public/javascripts/dragdrop.js diff --git a/redmine/public/javascripts/effects.js b/public/javascripts/effects.js similarity index 100% rename from redmine/public/javascripts/effects.js rename to public/javascripts/effects.js diff --git a/redmine/public/javascripts/jstoolbar.js b/public/javascripts/jstoolbar.js similarity index 100% rename from redmine/public/javascripts/jstoolbar.js rename to public/javascripts/jstoolbar.js diff --git a/redmine/public/javascripts/menu.js b/public/javascripts/menu.js similarity index 100% rename from redmine/public/javascripts/menu.js rename to public/javascripts/menu.js diff --git a/redmine/public/javascripts/prototype.js b/public/javascripts/prototype.js similarity index 100% rename from redmine/public/javascripts/prototype.js rename to public/javascripts/prototype.js diff --git a/redmine/public/manual/en/ch01.html b/public/manual/en/ch01.html similarity index 100% rename from redmine/public/manual/en/ch01.html rename to public/manual/en/ch01.html diff --git a/redmine/public/manual/en/ch01s01.html b/public/manual/en/ch01s01.html similarity index 100% rename from redmine/public/manual/en/ch01s01.html rename to public/manual/en/ch01s01.html diff --git a/redmine/public/manual/en/ch01s02.html b/public/manual/en/ch01s02.html similarity index 100% rename from redmine/public/manual/en/ch01s02.html rename to public/manual/en/ch01s02.html diff --git a/redmine/public/manual/en/ch01s03.html b/public/manual/en/ch01s03.html similarity index 100% rename from redmine/public/manual/en/ch01s03.html rename to public/manual/en/ch01s03.html diff --git a/redmine/public/manual/en/ch01s04.html b/public/manual/en/ch01s04.html similarity index 100% rename from redmine/public/manual/en/ch01s04.html rename to public/manual/en/ch01s04.html diff --git a/redmine/public/manual/en/ch01s05.html b/public/manual/en/ch01s05.html similarity index 100% rename from redmine/public/manual/en/ch01s05.html rename to public/manual/en/ch01s05.html diff --git a/redmine/public/manual/en/ch01s06.html b/public/manual/en/ch01s06.html similarity index 100% rename from redmine/public/manual/en/ch01s06.html rename to public/manual/en/ch01s06.html diff --git a/redmine/public/manual/en/ch01s07.html b/public/manual/en/ch01s07.html similarity index 100% rename from redmine/public/manual/en/ch01s07.html rename to public/manual/en/ch01s07.html diff --git a/redmine/public/manual/en/ch01s08.html b/public/manual/en/ch01s08.html similarity index 100% rename from redmine/public/manual/en/ch01s08.html rename to public/manual/en/ch01s08.html diff --git a/redmine/public/manual/en/ch01s09.html b/public/manual/en/ch01s09.html similarity index 100% rename from redmine/public/manual/en/ch01s09.html rename to public/manual/en/ch01s09.html diff --git a/redmine/public/manual/en/ch01s10.html b/public/manual/en/ch01s10.html similarity index 100% rename from redmine/public/manual/en/ch01s10.html rename to public/manual/en/ch01s10.html diff --git a/redmine/public/manual/en/ch02.html b/public/manual/en/ch02.html similarity index 100% rename from redmine/public/manual/en/ch02.html rename to public/manual/en/ch02.html diff --git a/redmine/public/manual/en/ch02s01.html b/public/manual/en/ch02s01.html similarity index 100% rename from redmine/public/manual/en/ch02s01.html rename to public/manual/en/ch02s01.html diff --git a/redmine/public/manual/en/ch02s02.html b/public/manual/en/ch02s02.html similarity index 100% rename from redmine/public/manual/en/ch02s02.html rename to public/manual/en/ch02s02.html diff --git a/redmine/public/manual/en/ch02s03.html b/public/manual/en/ch02s03.html similarity index 100% rename from redmine/public/manual/en/ch02s03.html rename to public/manual/en/ch02s03.html diff --git a/redmine/public/manual/en/ch02s04.html b/public/manual/en/ch02s04.html similarity index 100% rename from redmine/public/manual/en/ch02s04.html rename to public/manual/en/ch02s04.html diff --git a/redmine/public/manual/en/ch02s05.html b/public/manual/en/ch02s05.html similarity index 100% rename from redmine/public/manual/en/ch02s05.html rename to public/manual/en/ch02s05.html diff --git a/redmine/public/manual/en/ch02s06.html b/public/manual/en/ch02s06.html similarity index 100% rename from redmine/public/manual/en/ch02s06.html rename to public/manual/en/ch02s06.html diff --git a/redmine/public/manual/en/ch02s07.html b/public/manual/en/ch02s07.html similarity index 100% rename from redmine/public/manual/en/ch02s07.html rename to public/manual/en/ch02s07.html diff --git a/redmine/public/manual/en/ch02s08.html b/public/manual/en/ch02s08.html similarity index 100% rename from redmine/public/manual/en/ch02s08.html rename to public/manual/en/ch02s08.html diff --git a/redmine/public/manual/en/html.css b/public/manual/en/html.css similarity index 100% rename from redmine/public/manual/en/html.css rename to public/manual/en/html.css diff --git a/redmine/public/manual/en/index.html b/public/manual/en/index.html similarity index 100% rename from redmine/public/manual/en/index.html rename to public/manual/en/index.html diff --git a/redmine/public/manual/en/resources/issues_list.png b/public/manual/en/resources/issues_list.png similarity index 100% rename from redmine/public/manual/en/resources/issues_list.png rename to public/manual/en/resources/issues_list.png diff --git a/redmine/public/manual/en/resources/users_list.png b/public/manual/en/resources/users_list.png similarity index 100% rename from redmine/public/manual/en/resources/users_list.png rename to public/manual/en/resources/users_list.png diff --git a/redmine/public/manual/en/resources/workflow.png b/public/manual/en/resources/workflow.png similarity index 100% rename from redmine/public/manual/en/resources/workflow.png rename to public/manual/en/resources/workflow.png diff --git a/redmine/public/manual/fr/ch01.html b/public/manual/fr/ch01.html similarity index 100% rename from redmine/public/manual/fr/ch01.html rename to public/manual/fr/ch01.html diff --git a/redmine/public/manual/fr/ch01s01.html b/public/manual/fr/ch01s01.html similarity index 100% rename from redmine/public/manual/fr/ch01s01.html rename to public/manual/fr/ch01s01.html diff --git a/redmine/public/manual/fr/ch01s02.html b/public/manual/fr/ch01s02.html similarity index 100% rename from redmine/public/manual/fr/ch01s02.html rename to public/manual/fr/ch01s02.html diff --git a/redmine/public/manual/fr/ch01s03.html b/public/manual/fr/ch01s03.html similarity index 100% rename from redmine/public/manual/fr/ch01s03.html rename to public/manual/fr/ch01s03.html diff --git a/redmine/public/manual/fr/ch01s04.html b/public/manual/fr/ch01s04.html similarity index 100% rename from redmine/public/manual/fr/ch01s04.html rename to public/manual/fr/ch01s04.html diff --git a/redmine/public/manual/fr/ch01s05.html b/public/manual/fr/ch01s05.html similarity index 100% rename from redmine/public/manual/fr/ch01s05.html rename to public/manual/fr/ch01s05.html diff --git a/redmine/public/manual/fr/ch01s06.html b/public/manual/fr/ch01s06.html similarity index 100% rename from redmine/public/manual/fr/ch01s06.html rename to public/manual/fr/ch01s06.html diff --git a/redmine/public/manual/fr/ch01s07.html b/public/manual/fr/ch01s07.html similarity index 100% rename from redmine/public/manual/fr/ch01s07.html rename to public/manual/fr/ch01s07.html diff --git a/redmine/public/manual/fr/ch01s08.html b/public/manual/fr/ch01s08.html similarity index 100% rename from redmine/public/manual/fr/ch01s08.html rename to public/manual/fr/ch01s08.html diff --git a/redmine/public/manual/fr/ch01s09.html b/public/manual/fr/ch01s09.html similarity index 100% rename from redmine/public/manual/fr/ch01s09.html rename to public/manual/fr/ch01s09.html diff --git a/redmine/public/manual/fr/ch01s10.html b/public/manual/fr/ch01s10.html similarity index 100% rename from redmine/public/manual/fr/ch01s10.html rename to public/manual/fr/ch01s10.html diff --git a/redmine/public/manual/fr/ch02.html b/public/manual/fr/ch02.html similarity index 100% rename from redmine/public/manual/fr/ch02.html rename to public/manual/fr/ch02.html diff --git a/redmine/public/manual/fr/ch02s01.html b/public/manual/fr/ch02s01.html similarity index 100% rename from redmine/public/manual/fr/ch02s01.html rename to public/manual/fr/ch02s01.html diff --git a/redmine/public/manual/fr/ch02s02.html b/public/manual/fr/ch02s02.html similarity index 100% rename from redmine/public/manual/fr/ch02s02.html rename to public/manual/fr/ch02s02.html diff --git a/redmine/public/manual/fr/ch02s03.html b/public/manual/fr/ch02s03.html similarity index 100% rename from redmine/public/manual/fr/ch02s03.html rename to public/manual/fr/ch02s03.html diff --git a/redmine/public/manual/fr/ch02s04.html b/public/manual/fr/ch02s04.html similarity index 100% rename from redmine/public/manual/fr/ch02s04.html rename to public/manual/fr/ch02s04.html diff --git a/redmine/public/manual/fr/ch02s05.html b/public/manual/fr/ch02s05.html similarity index 100% rename from redmine/public/manual/fr/ch02s05.html rename to public/manual/fr/ch02s05.html diff --git a/redmine/public/manual/fr/ch02s06.html b/public/manual/fr/ch02s06.html similarity index 100% rename from redmine/public/manual/fr/ch02s06.html rename to public/manual/fr/ch02s06.html diff --git a/redmine/public/manual/fr/ch02s07.html b/public/manual/fr/ch02s07.html similarity index 100% rename from redmine/public/manual/fr/ch02s07.html rename to public/manual/fr/ch02s07.html diff --git a/redmine/public/manual/fr/ch02s08.html b/public/manual/fr/ch02s08.html similarity index 100% rename from redmine/public/manual/fr/ch02s08.html rename to public/manual/fr/ch02s08.html diff --git a/redmine/public/manual/fr/html.css b/public/manual/fr/html.css similarity index 100% rename from redmine/public/manual/fr/html.css rename to public/manual/fr/html.css diff --git a/redmine/public/manual/fr/index.html b/public/manual/fr/index.html similarity index 100% rename from redmine/public/manual/fr/index.html rename to public/manual/fr/index.html diff --git a/redmine/public/manual/fr/resources/issues_list.png b/public/manual/fr/resources/issues_list.png similarity index 100% rename from redmine/public/manual/fr/resources/issues_list.png rename to public/manual/fr/resources/issues_list.png diff --git a/redmine/public/manual/fr/resources/users_list.png b/public/manual/fr/resources/users_list.png similarity index 100% rename from redmine/public/manual/fr/resources/users_list.png rename to public/manual/fr/resources/users_list.png diff --git a/redmine/public/manual/fr/resources/workflow.png b/public/manual/fr/resources/workflow.png similarity index 100% rename from redmine/public/manual/fr/resources/workflow.png rename to public/manual/fr/resources/workflow.png diff --git a/redmine/public/robots.txt b/public/robots.txt similarity index 100% rename from redmine/public/robots.txt rename to public/robots.txt diff --git a/redmine/public/stylesheets/application.css b/public/stylesheets/application.css similarity index 100% rename from redmine/public/stylesheets/application.css rename to public/stylesheets/application.css diff --git a/redmine/public/stylesheets/calendar.css b/public/stylesheets/calendar.css similarity index 100% rename from redmine/public/stylesheets/calendar.css rename to public/stylesheets/calendar.css diff --git a/redmine/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css similarity index 100% rename from redmine/public/stylesheets/jstoolbar.css rename to public/stylesheets/jstoolbar.css diff --git a/redmine/public/stylesheets/menu.css b/public/stylesheets/menu.css similarity index 100% rename from redmine/public/stylesheets/menu.css rename to public/stylesheets/menu.css diff --git a/redmine/public/stylesheets/rails.css b/public/stylesheets/rails.css similarity index 100% rename from redmine/public/stylesheets/rails.css rename to public/stylesheets/rails.css diff --git a/redmine/script/about b/script/about similarity index 100% rename from redmine/script/about rename to script/about diff --git a/redmine/script/breakpointer b/script/breakpointer similarity index 100% rename from redmine/script/breakpointer rename to script/breakpointer diff --git a/redmine/script/console b/script/console similarity index 100% rename from redmine/script/console rename to script/console diff --git a/redmine/script/destroy b/script/destroy similarity index 100% rename from redmine/script/destroy rename to script/destroy diff --git a/redmine/script/generate b/script/generate similarity index 100% rename from redmine/script/generate rename to script/generate diff --git a/redmine/script/performance/benchmarker b/script/performance/benchmarker similarity index 100% rename from redmine/script/performance/benchmarker rename to script/performance/benchmarker diff --git a/redmine/script/performance/profiler b/script/performance/profiler similarity index 100% rename from redmine/script/performance/profiler rename to script/performance/profiler diff --git a/redmine/script/plugin b/script/plugin similarity index 100% rename from redmine/script/plugin rename to script/plugin diff --git a/redmine/script/process/reaper b/script/process/reaper similarity index 100% rename from redmine/script/process/reaper rename to script/process/reaper diff --git a/redmine/script/process/spawner b/script/process/spawner similarity index 100% rename from redmine/script/process/spawner rename to script/process/spawner diff --git a/redmine/script/process/spinner b/script/process/spinner similarity index 100% rename from redmine/script/process/spinner rename to script/process/spinner diff --git a/redmine/script/runner b/script/runner similarity index 100% rename from redmine/script/runner rename to script/runner diff --git a/redmine/script/server b/script/server similarity index 100% rename from redmine/script/server rename to script/server diff --git a/redmine/test/fixtures/attachments.yml b/test/fixtures/attachments.yml similarity index 100% rename from redmine/test/fixtures/attachments.yml rename to test/fixtures/attachments.yml diff --git a/redmine/test/fixtures/auth_sources.yml b/test/fixtures/auth_sources.yml similarity index 100% rename from redmine/test/fixtures/auth_sources.yml rename to test/fixtures/auth_sources.yml diff --git a/redmine/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml similarity index 100% rename from redmine/test/fixtures/custom_fields.yml rename to test/fixtures/custom_fields.yml diff --git a/redmine/test/fixtures/custom_fields_projects.yml b/test/fixtures/custom_fields_projects.yml similarity index 100% rename from redmine/test/fixtures/custom_fields_projects.yml rename to test/fixtures/custom_fields_projects.yml diff --git a/redmine/test/fixtures/custom_fields_trackers.yml b/test/fixtures/custom_fields_trackers.yml similarity index 100% rename from redmine/test/fixtures/custom_fields_trackers.yml rename to test/fixtures/custom_fields_trackers.yml diff --git a/redmine/test/fixtures/custom_values.yml b/test/fixtures/custom_values.yml similarity index 100% rename from redmine/test/fixtures/custom_values.yml rename to test/fixtures/custom_values.yml diff --git a/redmine/test/fixtures/documents.yml b/test/fixtures/documents.yml similarity index 100% rename from redmine/test/fixtures/documents.yml rename to test/fixtures/documents.yml diff --git a/redmine/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml similarity index 100% rename from redmine/test/fixtures/enumerations.yml rename to test/fixtures/enumerations.yml diff --git a/redmine/test/fixtures/issue_categories.yml b/test/fixtures/issue_categories.yml similarity index 100% rename from redmine/test/fixtures/issue_categories.yml rename to test/fixtures/issue_categories.yml diff --git a/redmine/test/fixtures/issue_statuses.yml b/test/fixtures/issue_statuses.yml similarity index 100% rename from redmine/test/fixtures/issue_statuses.yml rename to test/fixtures/issue_statuses.yml diff --git a/redmine/test/fixtures/issues.yml b/test/fixtures/issues.yml similarity index 100% rename from redmine/test/fixtures/issues.yml rename to test/fixtures/issues.yml diff --git a/redmine/test/fixtures/members.yml b/test/fixtures/members.yml similarity index 100% rename from redmine/test/fixtures/members.yml rename to test/fixtures/members.yml diff --git a/redmine/test/fixtures/news.yml b/test/fixtures/news.yml similarity index 100% rename from redmine/test/fixtures/news.yml rename to test/fixtures/news.yml diff --git a/redmine/test/fixtures/permissions.yml b/test/fixtures/permissions.yml similarity index 100% rename from redmine/test/fixtures/permissions.yml rename to test/fixtures/permissions.yml diff --git a/redmine/test/fixtures/permissions_roles.yml b/test/fixtures/permissions_roles.yml similarity index 100% rename from redmine/test/fixtures/permissions_roles.yml rename to test/fixtures/permissions_roles.yml diff --git a/redmine/test/fixtures/projects.yml b/test/fixtures/projects.yml similarity index 100% rename from redmine/test/fixtures/projects.yml rename to test/fixtures/projects.yml diff --git a/redmine/test/fixtures/roles.yml b/test/fixtures/roles.yml similarity index 100% rename from redmine/test/fixtures/roles.yml rename to test/fixtures/roles.yml diff --git a/redmine/test/fixtures/tokens.yml b/test/fixtures/tokens.yml similarity index 100% rename from redmine/test/fixtures/tokens.yml rename to test/fixtures/tokens.yml diff --git a/redmine/test/fixtures/trackers.yml b/test/fixtures/trackers.yml similarity index 100% rename from redmine/test/fixtures/trackers.yml rename to test/fixtures/trackers.yml diff --git a/redmine/test/fixtures/user_preferences.yml b/test/fixtures/user_preferences.yml similarity index 100% rename from redmine/test/fixtures/user_preferences.yml rename to test/fixtures/user_preferences.yml diff --git a/redmine/test/fixtures/users.yml b/test/fixtures/users.yml similarity index 100% rename from redmine/test/fixtures/users.yml rename to test/fixtures/users.yml diff --git a/redmine/test/fixtures/versions.yml b/test/fixtures/versions.yml similarity index 100% rename from redmine/test/fixtures/versions.yml rename to test/fixtures/versions.yml diff --git a/redmine/test/fixtures/workflows.yml b/test/fixtures/workflows.yml similarity index 100% rename from redmine/test/fixtures/workflows.yml rename to test/fixtures/workflows.yml diff --git a/redmine/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb similarity index 100% rename from redmine/test/functional/my_controller_test.rb rename to test/functional/my_controller_test.rb diff --git a/redmine/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb similarity index 100% rename from redmine/test/functional/projects_controller_test.rb rename to test/functional/projects_controller_test.rb diff --git a/redmine/test/integration/account_test.rb b/test/integration/account_test.rb similarity index 100% rename from redmine/test/integration/account_test.rb rename to test/integration/account_test.rb diff --git a/redmine/test/integration/admin_test.rb b/test/integration/admin_test.rb similarity index 100% rename from redmine/test/integration/admin_test.rb rename to test/integration/admin_test.rb diff --git a/redmine/test/test_helper.rb b/test/test_helper.rb similarity index 100% rename from redmine/test/test_helper.rb rename to test/test_helper.rb diff --git a/redmine/test/unit/member_test.rb b/test/unit/member_test.rb similarity index 100% rename from redmine/test/unit/member_test.rb rename to test/unit/member_test.rb diff --git a/redmine/test/unit/project_test.rb b/test/unit/project_test.rb similarity index 100% rename from redmine/test/unit/project_test.rb rename to test/unit/project_test.rb diff --git a/redmine/test/unit/token_test.rb b/test/unit/token_test.rb similarity index 100% rename from redmine/test/unit/token_test.rb rename to test/unit/token_test.rb diff --git a/redmine/test/unit/user_preference_test.rb b/test/unit/user_preference_test.rb similarity index 100% rename from redmine/test/unit/user_preference_test.rb rename to test/unit/user_preference_test.rb diff --git a/redmine/test/unit/user_test.rb b/test/unit/user_test.rb similarity index 100% rename from redmine/test/unit/user_test.rb rename to test/unit/user_test.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/CHANGELOG b/vendor/plugins/gloc-1.1.0/CHANGELOG similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/CHANGELOG rename to vendor/plugins/gloc-1.1.0/CHANGELOG diff --git a/redmine/vendor/plugins/gloc-1.1.0/MIT-LICENSE b/vendor/plugins/gloc-1.1.0/MIT-LICENSE similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/MIT-LICENSE rename to vendor/plugins/gloc-1.1.0/MIT-LICENSE diff --git a/redmine/vendor/plugins/gloc-1.1.0/README b/vendor/plugins/gloc-1.1.0/README similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/README rename to vendor/plugins/gloc-1.1.0/README diff --git a/redmine/vendor/plugins/gloc-1.1.0/Rakefile b/vendor/plugins/gloc-1.1.0/Rakefile similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/Rakefile rename to vendor/plugins/gloc-1.1.0/Rakefile diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html rename to vendor/plugins/gloc-1.1.0/doc/classes/ActionController/Filters/ClassMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html rename to vendor/plugins/gloc-1.1.0/doc/classes/ActionMailer/Base.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html rename to vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Base.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html rename to vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/DateHelper.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html rename to vendor/plugins/gloc-1.1.0/doc/classes/ActionView/Helpers/InstanceTag.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html rename to vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Errors.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html rename to vendor/plugins/gloc-1.1.0/doc/classes/ActiveRecord/Validations/ClassMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html rename to vendor/plugins/gloc-1.1.0/doc/classes/GLoc.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html rename to vendor/plugins/gloc-1.1.0/doc/classes/GLoc/ClassMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html rename to vendor/plugins/gloc-1.1.0/doc/classes/GLoc/Helpers.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html b/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html rename to vendor/plugins/gloc-1.1.0/doc/classes/GLoc/InstanceMethods.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/created.rid b/vendor/plugins/gloc-1.1.0/doc/created.rid similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/created.rid rename to vendor/plugins/gloc-1.1.0/doc/created.rid diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html b/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html rename to vendor/plugins/gloc-1.1.0/doc/files/CHANGELOG.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/README.html b/vendor/plugins/gloc-1.1.0/doc/files/README.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/README.html rename to vendor/plugins/gloc-1.1.0/doc/files/README.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html rename to vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-helpers_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html rename to vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-internal_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html rename to vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails-text_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html rename to vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-rails_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html rename to vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-ruby_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html rename to vendor/plugins/gloc-1.1.0/doc/files/lib/gloc-version_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html b/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html rename to vendor/plugins/gloc-1.1.0/doc/files/lib/gloc_rb.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html b/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/fr_class_index.html rename to vendor/plugins/gloc-1.1.0/doc/fr_class_index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html b/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/fr_file_index.html rename to vendor/plugins/gloc-1.1.0/doc/fr_file_index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html b/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/fr_method_index.html rename to vendor/plugins/gloc-1.1.0/doc/fr_method_index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/index.html b/vendor/plugins/gloc-1.1.0/doc/index.html similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/index.html rename to vendor/plugins/gloc-1.1.0/doc/index.html diff --git a/redmine/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css b/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/doc/rdoc-style.css rename to vendor/plugins/gloc-1.1.0/doc/rdoc-style.css diff --git a/redmine/vendor/plugins/gloc-1.1.0/init.rb b/vendor/plugins/gloc-1.1.0/init.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/init.rb rename to vendor/plugins/gloc-1.1.0/init.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-config.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-config.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb b/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc-version.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc-version.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/lib/gloc.rb b/vendor/plugins/gloc-1.1.0/lib/gloc.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/lib/gloc.rb rename to vendor/plugins/gloc-1.1.0/lib/gloc.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/tasks/gloc.rake b/vendor/plugins/gloc-1.1.0/tasks/gloc.rake similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/tasks/gloc.rake rename to vendor/plugins/gloc-1.1.0/tasks/gloc.rake diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb b/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb rename to vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/gloc_test.rb b/vendor/plugins/gloc-1.1.0/test/gloc_test.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/gloc_test.rb rename to vendor/plugins/gloc-1.1.0/test/gloc_test.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang/en.yaml b/vendor/plugins/gloc-1.1.0/test/lang/en.yaml similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/lang/en.yaml rename to vendor/plugins/gloc-1.1.0/test/lang/en.yaml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml b/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml rename to vendor/plugins/gloc-1.1.0/test/lang/en_AU.yaml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang/ja.yml b/vendor/plugins/gloc-1.1.0/test/lang/ja.yml similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/lang/ja.yml rename to vendor/plugins/gloc-1.1.0/test/lang/ja.yml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang2/en.yml b/vendor/plugins/gloc-1.1.0/test/lang2/en.yml similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/lang2/en.yml rename to vendor/plugins/gloc-1.1.0/test/lang2/en.yml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml b/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml rename to vendor/plugins/gloc-1.1.0/test/lang2/ja.yaml diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb b/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb rename to vendor/plugins/gloc-1.1.0/test/lib/rails-string_ext.rb diff --git a/redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb b/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb similarity index 100% rename from redmine/vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb rename to vendor/plugins/gloc-1.1.0/test/lib/rails-time_ext.rb diff --git a/redmine/vendor/plugins/rfpdf/CHANGELOG b/vendor/plugins/rfpdf/CHANGELOG similarity index 100% rename from redmine/vendor/plugins/rfpdf/CHANGELOG rename to vendor/plugins/rfpdf/CHANGELOG diff --git a/redmine/vendor/plugins/rfpdf/MIT-LICENSE b/vendor/plugins/rfpdf/MIT-LICENSE similarity index 100% rename from redmine/vendor/plugins/rfpdf/MIT-LICENSE rename to vendor/plugins/rfpdf/MIT-LICENSE diff --git a/redmine/vendor/plugins/rfpdf/README b/vendor/plugins/rfpdf/README similarity index 100% rename from redmine/vendor/plugins/rfpdf/README rename to vendor/plugins/rfpdf/README diff --git a/redmine/vendor/plugins/rfpdf/init.rb b/vendor/plugins/rfpdf/init.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/init.rb rename to vendor/plugins/rfpdf/init.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf.rb b/vendor/plugins/rfpdf/lib/rfpdf.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf.rb rename to vendor/plugins/rfpdf/lib/rfpdf.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb b/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb rename to vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb b/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/chinese.rb rename to vendor/plugins/rfpdf/lib/rfpdf/chinese.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/errors.rb b/vendor/plugins/rfpdf/lib/rfpdf/errors.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/errors.rb rename to vendor/plugins/rfpdf/lib/rfpdf/errors.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb b/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb rename to vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb b/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb rename to vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb b/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/japanese.rb rename to vendor/plugins/rfpdf/lib/rfpdf/japanese.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/korean.rb b/vendor/plugins/rfpdf/lib/rfpdf/korean.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/korean.rb rename to vendor/plugins/rfpdf/lib/rfpdf/korean.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb b/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/makefont.rb rename to vendor/plugins/rfpdf/lib/rfpdf/makefont.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb b/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb rename to vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb diff --git a/redmine/vendor/plugins/rfpdf/lib/rfpdf/view.rb b/vendor/plugins/rfpdf/lib/rfpdf/view.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/lib/rfpdf/view.rb rename to vendor/plugins/rfpdf/lib/rfpdf/view.rb diff --git a/redmine/vendor/plugins/rfpdf/test/test_helper.rb b/vendor/plugins/rfpdf/test/test_helper.rb similarity index 100% rename from redmine/vendor/plugins/rfpdf/test/test_helper.rb rename to vendor/plugins/rfpdf/test/test_helper.rb