1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

Fix bug 153655 - incorrect source features on update site

This commit is contained in:
Martin Oberhuber 2006-08-18 14:39:22 +00:00
parent ae74daf5de
commit 9d56c9aa96

View file

@ -35,7 +35,7 @@ $eclipse = "../eclipse";
# $basebuilder" is the location of the Eclipse Releng basebuilder
# This can also be set to ${eclipse}
$basebuilder = "../org.eclipse.releng.basebuilder"
$basebuilder = "../org.eclipse.releng.basebuilder";
# $builder is the location of the custom build scripts customTargets.xml and build.properties
# (i.e. the contents of org.eclipse.rse.build)