|
From: <caw...@us...> - 2006-07-18 00:49:13
|
Revision: 1515 Author: cawilliams Date: 2006-07-17 17:49:09 -0700 (Mon, 17 Jul 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1515&view=rev Log Message: ----------- add org.jruby plugin as part of the feature Modified Paths: -------------- branches/type_inferrence/trunk/org.rubypeople.rdt-feature/feature.xml Modified: branches/type_inferrence/trunk/org.rubypeople.rdt-feature/feature.xml =================================================================== --- branches/type_inferrence/trunk/org.rubypeople.rdt-feature/feature.xml 2006-07-17 23:35:03 UTC (rev 1514) +++ branches/type_inferrence/trunk/org.rubypeople.rdt-feature/feature.xml 2006-07-18 00:49:09 UTC (rev 1515) @@ -246,7 +246,7 @@ <includes id="org.rubypeople.rdt.source" version="0.0.0"/> - + <requires> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.debug.core"/> @@ -329,4 +329,11 @@ install-size="0" version="0.0.0"/> + <plugin + id="org.jruby" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |