mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-24 16:53:50 +02:00
Update to Eclipse M7_33 and basebuilder M7_33
This commit is contained in:
parent
b654c0c473
commit
bd728d1224
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ cd "$mydir" ; builder=`pwd`
|
|||
|
||||
# Find the base build scripts: genericTargets.xml and build.xml
|
||||
cd "${basebuilder}/plugins"
|
||||
pdeBuild=`ls org.eclipse.pde.build* | sort | tail -1`
|
||||
pdeBuild=`ls -d org.eclipse.pde.build* | sort | tail -1`
|
||||
cd "${builder}"
|
||||
pdeBuild="${basebuilder}/plugins/${pdeBuild}"
|
||||
buildDirectory="${working}/build"
|
||||
|
|
Loading…
Add table
Reference in a new issue