|
From: <caw...@us...> - 2007-01-24 14:48:42
|
Revision: 1871
http://svn.sourceforge.net/rubyeclipse/?rev=1871&view=rev
Author: cawilliams
Date: 2007-01-24 06:48:40 -0800 (Wed, 24 Jan 2007)
Log Message:
-----------
move copyright relates stuff into copyright section so license just contains CPL. Also add more description of the feature.
Modified Paths:
--------------
trunk/org.rubypeople.rdt-feature/feature.xml
Modified: trunk/org.rubypeople.rdt-feature/feature.xml
===================================================================
--- trunk/org.rubypeople.rdt-feature/feature.xml 2007-01-24 14:39:46 UTC (rev 1870)
+++ trunk/org.rubypeople.rdt-feature/feature.xml 2007-01-24 14:48:40 UTC (rev 1871)
@@ -8,26 +8,27 @@
<description>
Ruby Development Tools for Eclipse.
+
+RDT is a set of plugins for Eclipse which makes the platform a Ruby-aware IDE. RDT provides a ruby debugger, code outline, syntax highlighting, ri/rdoc integration, code completion, code folding, variable occurence marking and much more.
</description>
- <license>
+ <copyright>
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
+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:
-
+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
@@ -36,7 +37,10 @@
jdt. We did not add the IBM copyright with every code fragment
of this kind. We think that this is in accordance with the CPL
and is not an intended removal of copyright.
-Common Public License Version 1.0
+ </copyright>
+
+ <license>
+ Common Public License Version 1.0
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS
COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|