|
From: Markus B. <mba...@us...> - 2005-11-13 16:41:15
|
Update of /cvsroot/rubyeclipse/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14105 Modified Files: modules Log Message: added rdt-all module for CruiseControl Index: modules =================================================================== RCS file: /cvsroot/rubyeclipse/CVSROOT/modules,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modules 1 Apr 2002 21:12:09 -0000 1.1 --- modules 13 Nov 2005 16:41:08 -0000 1.2 *************** *** 25,26 **** --- 25,33 ---- # can be useful for creating a module that consists of many directories # spread out over the entire source repository. + + # rdt-all lists all feature and plug-in modules which are needed to compile rdt + # which are essentially all modules with the exception of org.jruby (not used anymore) + # and org.rubypeople.rdt.webpage + # It is used from CruiseControl: With 'cvs rlog rdt-all' it queries for + # modified files + rdt-all -a org.kxml2 org.rubypeople.eclipse.shams org.rubypeople.eclipse.testutils org.rubypeople.rdt org.rubypeople.rdt.build org.rubypeople.rdt.core org.rubypeople.rdt.core.tests org.rubypeople.rdt.debug.core org.rubypeople.rdt.debug.core.tests org.rubypeople.rdt.debug.ui org.rubypeople.rdt.debug.ui.tests org.rubypeople.rdt.doc.user org.rubypeople.rdt.launching org.rubypeople.rdt.launching.tests org.rubypeople.rdt.tests.all org.rubypeople.rdt.testunit org.rubypeople.rdt.ui org.rubypeople.rdt.ui.tests org.rubypeople.rdt-feature org.rubypeople.updatesite \ No newline at end of file |