[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby bioruby_generator.rb, 1.4, 1.5

Katayama Toshiaki k at dev.open-bio.org
Mon Jul 9 11:46:02 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv30339

Modified Files:
	bioruby_generator.rb 
Log Message:
* images are renamed to be prefixed by 'bioruby-' to avoid confliction
  with already existing files in /public/images


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.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** bioruby_generator.rb	9 Jul 2007 11:14:29 -0000	1.4
--- bioruby_generator.rb	9 Jul 2007 11:46:00 -0000	1.5
***************
*** 19,26 ****
        m.file 'index.rhtml',           'app/views/bioruby/index.rhtml'
        m.file 'bioruby.rhtml',         'app/views/layouts/bioruby.rhtml'
!       m.file 'bioruby.png',           'public/images/bioruby.png'
!       m.file 'bioruby.gif',           'public/images/bioruby.gif'
!       m.file 'bg.gif',                'public/images/bg.gif'
!       m.file 'console.png',           'public/images/console.png'
        m.file 'bioruby.css',           'public/stylesheets/bioruby.css'
      end
--- 19,26 ----
        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-console.png',   'public/images/bioruby-console.png'
        m.file 'bioruby.css',           'public/stylesheets/bioruby.css'
      end




More information about the bioruby-cvs mailing list