|
From: Markus B. <mba...@us...> - 2005-09-19 14:09:50
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29437 Modified Files: feature.xml Log Message: recovered comment for the creation of the source package Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** feature.xml 18 Sep 2005 15:42:02 -0000 1.29 --- feature.xml 19 Sep 2005 14:09:40 -0000 1.30 *************** *** 235,238 **** --- 235,246 ---- </url> + <!-- 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@@--> + <requires> <import plugin="org.eclipse.core.resources"/> |