|
From: <mba...@us...> - 2007-02-06 20:48:19
|
Revision: 1922
http://svn.sourceforge.net/rubyeclipse/?rev=1922&view=rev
Author: mbarchfe
Date: 2007-02-06 12:47:46 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
added refactoring.tests
Modified Paths:
--------------
trunk/org.rubypeople.rdt-feature/unit-tests-feature/feature.xml
trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt
Modified: trunk/org.rubypeople.rdt-feature/unit-tests-feature/feature.xml
===================================================================
--- trunk/org.rubypeople.rdt-feature/unit-tests-feature/feature.xml 2007-02-06 20:45:00 UTC (rev 1921)
+++ trunk/org.rubypeople.rdt-feature/unit-tests-feature/feature.xml 2007-02-06 20:47:46 UTC (rev 1922)
@@ -4,7 +4,6 @@
label="Ruby Development Tools Unit Tests"
version="0.0.0"
provider-name="RubyPeople">
-
<install-handler/>
<description url="[Enter Feature URL here.]">
@@ -88,4 +87,11 @@
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.rubypeople.rdt.refactoring.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt 2007-02-06 20:45:00 UTC (rev 1921)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt 2007-02-06 20:47:46 UTC (rev 1922)
@@ -25,7 +25,7 @@
# Fetch the plugins
#
pluginsDir=$1/plugins
-plugins="org.epic.regexp org.rubypeople.rdt org.rubypeople.rdt.debug.core.tests org.rubypeople.rdt.launching org.rubypeople.rdt.ui org.kxml2 org.rubypeople.rdt.core org.rubypeople.rdt.debug.ui org.rubypeople.rdt.launching.tests org.rubypeople.rdt.ui.tests org.rubypeople.eclipse.shams org.rubypeople.rdt.core.tests org.rubypeople.rdt.debug.ui.tests org.rubypeople.rdt.tests.all org.rubypeople.eclipse.testutils org.rubypeople.rdt.debug.core org.rubypeople.rdt.doc.user org.rubypeople.rdt.testunit org.jruby org.rubypeople.rdt.refactoring"
+plugins="org.epic.regexp org.rubypeople.rdt org.rubypeople.rdt.debug.core.tests org.rubypeople.rdt.launching org.rubypeople.rdt.ui org.kxml2 org.rubypeople.rdt.core org.rubypeople.rdt.debug.ui org.rubypeople.rdt.launching.tests org.rubypeople.rdt.ui.tests org.rubypeople.eclipse.shams org.rubypeople.rdt.core.tests org.rubypeople.rdt.debug.ui.tests org.rubypeople.rdt.tests.all org.rubypeople.eclipse.testutils org.rubypeople.rdt.debug.core org.rubypeople.rdt.doc.user org.rubypeople.rdt.testunit org.jruby org.rubypeople.rdt.refactoring org.jruby org.rubypeople.rdt.refactoring.tests"
for plugin in $plugins; do
svn co ${url}/$plugin $pluginsDir/$plugin
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|