|
From: <caw...@us...> - 2007-02-07 14:16:36
|
Revision: 1926
http://svn.sourceforge.net/rubyeclipse/?rev=1926&view=rev
Author: cawilliams
Date: 2007-02-07 06:16:34 -0800 (Wed, 07 Feb 2007)
Log Message:
-----------
remove duplicate entry of org.jruby in list of plugins
Modified Paths:
--------------
trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt 2007-02-07 06:38:21 UTC (rev 1925)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/svn_co_rdt 2007-02-07 14:16:34 UTC (rev 1926)
@@ -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 org.jruby org.rubypeople.rdt.refactoring.tests"
+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.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.
|