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
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')
-rwxr-xr-xscripts/build.sh2
-rwxr-xr-xscripts/cbi_build.sh2
2 files changed, 2 insertions, 2 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
diff --git a/scripts/cbi_build.sh b/scripts/cbi_build.sh
index fb9ee6cdf..7020ec476 100755
--- a/scripts/cbi_build.sh
+++ b/scripts/cbi_build.sh
@@ -31,7 +31,7 @@ cmd="$1"
case "$cmd" in
build ) #CMD Build all the sources
- mvnWrapper -f eclipse-parent/pom.xml clean install
+ mvnWrapper -f eclipse-platform-parent/pom.xml clean install
mvnWrapper clean install -Dmaven.test.skip=true
echo "Build successful"
echo "You can find the installation files in $BASE/../eclipse.platform.releng.tychoeclipsebuilder/sdk/target/products/"

Back to the top