You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
518 B
23 lines
518 B
# TDE Config File
|
|
[General]
|
|
Name=Ruby On Rails
|
|
|
|
Comment=This generates a Ruby On Rails project
|
|
|
|
Category=Ruby
|
|
|
|
Icon=rails.png
|
|
FileTemplates=rb,ShellStyle,rhtml,XMLStyle,html.erb,XMLStyle,rxml,XMLStyle,xml.builder,XMLStyle,rjs,ShellStyle,js.rjs,ShellStyle,css,CPPStyle,js,CPPStyle
|
|
ShowFilesAfterGeneration=%{dest}/script/server
|
|
Archive=rails.tar.gz
|
|
|
|
[FILE1]
|
|
Type=install
|
|
EscapeXML=true
|
|
Source=%{src}/app.kdevelop
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
[MSG]
|
|
Type=message
|
|
Comment=A Ruby On Rails project created in %{dest}
|