|
From: Markus B. <mba...@us...> - 2005-09-25 09:36:59
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6239 Modified Files: feature.xml Log Message: changed formatting Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** feature.xml 19 Sep 2005 14:09:40 -0000 1.30 --- feature.xml 25 Sep 2005 09:36:50 -0000 1.31 *************** *** 12,25 **** <license> The Ruby Development Tools (RDT) plugin for eclipse is subject ! to the Common Public License (CPL) v 1.0. All files of the RDT ! are copyright of RubyPeople. RubyPeople is not a legal entity, ! but consists of the following people who have contributed to ! the RDT. Currently these are (in alphabetical order): Markus Barchfeld, David Corbin, Zach Dennis, Adam Williams and Chris Williams. See www.rubypeople.org for more information. ! The RDT feature contains the RegExp plug-in from http://e-p-i-c.sourceforge.net ! and JRuby from http://jruby.sourceforge.net. ! Furthermore RDT is bundled with the kxml2 pull parser, which is under ! CPL as well. The file org.rubypeople.rdt.launching/ruby/eclipseDebug.rb is based on the debug.rb file, which is part of the ruby 1.6.8 release. Because of the nature of developing this plugin, many --- 12,32 ---- <license> The Ruby Development Tools (RDT) plugin for eclipse is subject ! to the Common Public License (CPL) v 1.0. All files of the RDT except ! for the external plug-ins and libraries named below are copyright of RubyPeople. ! RubyPeople is not a legal entity, but consists of the following people ! who have contributed to the RDT. Currently these are (in alphabetical order): ! Markus Barchfeld, David Corbin, Zach Dennis, Adam Williams and Chris Williams. See www.rubypeople.org for more information. ! ! The RDT feature contains the following plug-ins and libraries from external providers: ! ! RegExp plug-in, http://e-p-i-c.sourceforge.net ! ! JRuby, http://jruby.sourceforge.net ! ! kxml2, http://kxml.sourceforge.net ! ! The file org.rubypeople.rdt.launching/ruby/eclipseDebug.rb is based on the debug.rb file, which is part of the ruby 1.6.8 release. Because of the nature of developing this plugin, many |