|
From: Markus B. <mba...@us...> - 2006-02-05 19:25:12
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt-feature In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15738 Modified Files: build.properties feature.xml Log Message: includes with source feature works since Eclipse 3.1 Index: feature.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/feature.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** feature.xml 4 Feb 2006 11:50:07 -0000 1.34 --- feature.xml 5 Feb 2006 19:25:04 -0000 1.35 *************** *** 244,255 **** </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"/> --- 244,251 ---- </url> ! <includes ! id="org.rubypeople.rdt.source" ! version="0.0.0"/> ! <requires> <import plugin="org.eclipse.core.resources"/> Index: build.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt-feature/build.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.properties 26 Mar 2005 06:16:13 -0000 1.3 --- build.properties 5 Feb 2006 19:25:04 -0000 1.4 *************** *** 1,4 **** bin.includes = feature.xml ! # Please do not change the last line: During headless build this ! # line will be uncommented. See also comment in feature.xml ! #gen...@or...=org.rubypeople.rdt --- 1,2 ---- bin.includes = feature.xml ! gen...@or...=org.rubypeople.rdt |