Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-26 21:41:16 +0000
committerDavid Williams2013-02-26 21:41:16 +0000
commiteed64451b9eb494c63513589451c9bb6d187827f (patch)
tree29486511b94c08ccf395f846b93bc8503d96cb29 /scripts/build.sh
parent20655d66c5407f91f2e71a47a3240b5f4e99b087 (diff)
downloadeclipse.platform.releng.aggregator-eed64451b9eb494c63513589451c9bb6d187827f.tar.gz
eclipse.platform.releng.aggregator-eed64451b9eb494c63513589451c9bb6d187827f.tar.xz
eclipse.platform.releng.aggregator-eed64451b9eb494c63513589451c9bb6d187827f.zip
Bug 394831 - [cbi] Platform parent should be renamed
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index ef60afc68..56ef1177c 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -73,7 +73,7 @@ cloneAggregator() {
installEclipseParent () {
pushd eclipse.platform.releng.aggregator
- mvn -f eclipse-parent/pom.xml \
+ mvn -f eclipse-platform-parent/pom.xml \
clean install \
-Dmaven.repo.local=$LOCAL_REPO
popd

Back to the top