mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
Update to Eclipse M7_33 and basebuilder M7_33
This commit is contained in:
parent
9c7c0f0cac
commit
b654c0c473
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ cd "$mydir/../publish" ; publishDirectory=`pwd`
|
|||
cd "$mydir" ; builder=`pwd`
|
||||
|
||||
# Find the base build scripts: genericTargets.xml and build.xml
|
||||
pdeBuild="${basebuilder}/plugins/org.eclipse.pde.build"
|
||||
cd "${basebuilder}/plugins"
|
||||
pdeBuild=`ls org.eclipse.pde.build* | sort | tail -1`
|
||||
cd "${builder}"
|
||||
pdeBuild="${basebuilder}/plugins/${pdeBuild}"
|
||||
buildDirectory="${working}/build"
|
||||
packageDirectory="${working}/package"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue