|
From: Markus B. <mba...@us...> - 2006-02-05 19:44:55
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22334 Modified Files: config.xml customTargets.xml Log Message: removed handling of includes entry for source feature build in feature.xml and build.properties Index: customTargets.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/customTargets.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** customTargets.xml 5 Feb 2006 18:07:50 -0000 1.8 --- customTargets.xml 5 Feb 2006 19:44:44 -0000 1.9 *************** *** 98,107 **** <antcall target="replaceVersions"/> <antcall target="setUpdateSiteURL"/> - <replace file="${buildDirectory}/features/org.rubypeople.rdt/feature.xml"> - <replacefilter token="<!--@@INCLUDES@@-->" value="<includes id="org.rubypeople.rdt.source" version="${featureVersion}"/>"/> - </replace> - <replace file="${buildDirectory}/features/org.rubypeople.rdt/build.properties"> - <replacefilter token="#generate.feature" value="generate.feature" /> - </replace> </target> --- 98,101 ---- Index: config.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/config.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.xml 5 Feb 2006 16:39:14 -0000 1.4 --- config.xml 5 Feb 2006 19:44:44 -0000 1.5 *************** *** 7,11 **** <modificationset quietperiod="120"> <cvs cvsroot=":ext:mba...@cv...:/cvsroot/rubyeclipse" module="rdt-all"/> - <alwaysbuild/> </modificationset> --- 7,10 ---- |