Project

General

Profile

« Previous | Next » 

Revision 1f9bfec2

Added by Marc Dequènes over 14 years ago

  • ID 1f9bfec2d26868fa820cc1637af26718a0381c8f

[evol] improve config #13 (reorganized config/schema loading/validating, transform Controler into Shadow, and began reworking things to get a real Shadow view)

View differences:

post-config.rb
# General header.
header = <<HEADER
# config.rb - Coin-diff setup configuration
# config_setup.rb - Coin-diff setup configuration
#--
# LdapShadows, a Medium-level LDAP Access Library and Tool.
......
# Generate config.rb containing general compile/setup time configuration
# information (in the CoinDiff::Config module).
File.open('lib/ldap_shadows/config.rb', 'w') do |file|
File.open('lib/ldap_shadows/config_setup.rb', 'w') do |file|
file.print header
file.print <<-CONFIG

Also available in: Unified diff