[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby bioruby_generator.rb, 1.7, 1.8
Katayama Toshiaki
k at dev.open-bio.org
Mon Sep 17 00:01:13 UTC 2007
- Previous message: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates spinner.gif, NONE, 1.1 bioruby.css, 1.7, 1.8 index.rhtml, 1.4, 1.5
- Next message: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates bioruby.css, 1.8, 1.9 bioruby.rhtml, 1.5, 1.6 index.rhtml, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv30908
Modified Files:
bioruby_generator.rb
Log Message:
* /images/* are moved under the /images/bioruby/ directory to separate namespaces.
Index: bioruby_generator.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/bioruby_generator.rb,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bioruby_generator.rb 15 Sep 2007 14:49:41 -0000 1.7
--- bioruby_generator.rb 17 Sep 2007 00:01:10 -0000 1.8
***************
*** 6,10 ****
m.directory 'app/views/bioruby'
m.directory 'app/views/layouts'
! m.directory 'public/images'
m.directory 'public/stylesheets'
m.file 'bioruby_controller.rb', 'app/controllers/bioruby_controller.rb'
--- 6,10 ----
m.directory 'app/views/bioruby'
m.directory 'app/views/layouts'
! m.directory 'public/images/bioruby'
m.directory 'public/stylesheets'
m.file 'bioruby_controller.rb', 'app/controllers/bioruby_controller.rb'
***************
*** 19,27 ****
m.file 'index.rhtml', 'app/views/bioruby/index.rhtml'
m.file 'bioruby.rhtml', 'app/views/layouts/bioruby.rhtml'
! m.file 'bioruby-gem.png', 'public/images/bioruby-gem.png'
! m.file 'bioruby-link.gif', 'public/images/bioruby-link.gif'
! m.file 'bioruby-bg.gif', 'public/images/bioruby-bg.gif'
m.file 'bioruby.css', 'public/stylesheets/bioruby.css'
- m.file 'spinner.gif', 'public/images/spinner.gif'
end
end
--- 19,27 ----
m.file 'index.rhtml', 'app/views/bioruby/index.rhtml'
m.file 'bioruby.rhtml', 'app/views/layouts/bioruby.rhtml'
! m.file 'spinner.gif', 'public/images/bioruby/spinner.gif'
! m.file 'bioruby-gem.png', 'public/images/bioruby/gem.png'
! m.file 'bioruby-link.gif', 'public/images/bioruby/link.gif'
! m.file 'bioruby-bg.gif', 'public/images/bioruby/bg.gif'
m.file 'bioruby.css', 'public/stylesheets/bioruby.css'
end
end
- Previous message: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates spinner.gif, NONE, 1.1 bioruby.css, 1.7, 1.8 index.rhtml, 1.4, 1.5
- Next message: [BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates bioruby.css, 1.8, 1.9 bioruby.rhtml, 1.5, 1.6 index.rhtml, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list