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:
parent
ae74daf5de
commit
9d56c9aa96
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue