Skip to content

Commit

Permalink
Support for plain java web, removed Roo (the framework is really Spri…
Browse files Browse the repository at this point in the history
…ng in this case).

Change-Id: I272ae1a4a24c14aee5a83b82f670b9d7d1f1d872
  • Loading branch information
AB Srinivasan committed Aug 5, 2011
1 parent b5a04dd commit f7cf181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cli/frameworks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class Framework
'Spring' => ['spring', { :mem => '512M', :description => 'Java SpringSource Spring Application'}],
'Grails' => ['grails', { :mem => '512M', :description => 'Java SpringSource Grails Application'}],
'Lift' => ['lift', { :mem => '512M', :description => 'Scala Lift Application'}],
'Roo' => ['spring', { :mem => '512M', :description => 'Java SpringSource Roo Application'}],
'JavaWeb' => ['spring', { :mem => '512M', :description => 'Java Web Application'}],
'JavaWeb' => ['java_web', { :mem => '512M', :description => 'Java Web Application'}],
'Sinatra' => ['sinatra', { :mem => '128M', :description => 'Sinatra Application'}],
'Node' => ['node', { :mem => '64M', :description => 'Node.js Application'}],
'Erlang/OTP Rebar' => ['otp_rebar', { :mem => '64M', :description => 'Erlang/OTP Rebar Application'}]
Expand Down

0 comments on commit f7cf181

Please sign in to comment.