Sha256: 9c73b1941d3b2d054a2ec0956a84c8dbed71c1dcfb79b34995ba6a36ae0012f3
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
#!/usr/bin/env ruby -w # encoding: UTF-8 # # = Tj3Config.rb -- The TaskJuggler III Project Management Software # # Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012 # by Chris Schlaeger <chris@linux.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # require 'taskjuggler/UTF8String' require 'taskjuggler/AppConfig' AppConfig.version = '3.3.0' AppConfig.packageName = 'taskjuggler' AppConfig.softwareName = 'TaskJuggler' AppConfig.packageInfo = 'A Project Management Software' AppConfig.copyright = [ (2006..2012).to_a ] AppConfig.authors = [ 'Chris Schlaeger <chris@linux.com>' ] AppConfig.contact = 'http://www.taskjuggler.org' AppConfig.license = <<'EOT' This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. EOT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taskjuggler-3.3.0 | lib/taskjuggler/Tj3Config.rb |