|
From: Markus B. <mba...@us...> - 2005-03-26 12:12:55
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24138 Modified Files: feature.xml Log Message: changed replacement of includes tag Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** feature.xml 26 Mar 2005 08:03:54 -0000 1.24 --- feature.xml 26 Mar 2005 12:12:47 -0000 1.25 *************** *** 113,125 **** <!-- Due to a bug in the 3.0.1 Eclipse PDE, the Export... button in the feature manifest ! editor does not work, if there is a source feature to be built. Therefore the customTargets.xml ! will activate the includes-statement below before the build starts. In addition to that, the following line will be added to build.properties: gen...@or...=org.rubypeople.rdt --> ! <!-- CLOSE_XML_COMMENT ! <includes ! id="org.rubypeople.rdt.source" ! version="0.0.0"/> ! START_XML_COMMENT --> <requires> --- 113,123 ---- <!-- Due to a bug in the 3.0.1 Eclipse PDE, the Export... button in the feature manifest ! editor does not work, if there is a source feature to be built. Therefore the include statement is ! commented out and the customTargets.xml will replace the placeholder with an include statement ! after fetching this file from CVS and before the build starts. In addition to that, the following line will be added to build.properties: gen...@or...=org.rubypeople.rdt --> ! <!--@@INCLUDES@@--> ! <!-- <includes id="org.rubypeople.rdt.source" version="0.0.0"/> --> <requires> |