[#2281] Initial commit

This commit is contained in:
Eric Davis
2009-04-21 09:01:13 -07:00
commit 5be5fd93c4
4 changed files with 18 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
= overhead
Description goes here
+8
View File
@@ -0,0 +1,8 @@
require 'redmine'
Redmine::Plugin.register :redmine_overhead do
name 'Redmine Overhead plugin'
author 'Author name'
description 'This is a plugin for Redmine'
version '0.0.1'
end
+2
View File
@@ -0,0 +1,2 @@
# English strings go here
my_label: "My label"
+5
View File
@@ -0,0 +1,5 @@
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper')
# Ensure that we are using the temporary fixture path
Engines::Testing.set_fixture_path