lib/cpee/implementation.rb in cpee-1.3.188 vs lib/cpee/implementation.rb in cpee-1.3.189

- old
+ new

@@ -33,9 +33,10 @@ opts[:properties_schema_finished] ||= File.expand_path(File.dirname(__FILE__) + '/../../server/resources/properties.schema.finished') opts[:properties_schema_inactive] ||= File.expand_path(File.dirname(__FILE__) + '/../../server/resources/properties.schema.inactive') opts[:transformation_dslx] ||= File.expand_path(File.dirname(__FILE__) + '/../../server/resources/transformation_dslx.xsl') opts[:transformation_service] ||= File.expand_path(File.dirname(__FILE__) + '/../../server/resources/transformation.xml') opts[:empty_dslx] ||= File.expand_path(File.dirname(__FILE__) + '/../../server/resources/empty_dslx.xml') + opts[:notifications_init] ||= nil opts[:infinite_loop_stop] ||= 10000 opts[:runtime_options] << [ "startclean", "Delete instances before starting.", Proc.new { |status| Dir.glob(File.expand_path(File.dirname(__FILE__) + '/../../server/instances/*')).each do |d|