Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-08-27 02:16:33 +0000
committerDavid Williams2013-08-27 02:16:33 +0000
commit6607ff271c6abe3fbe552a54b0041c8cc83d6aa8 (patch)
tree413d3029afe5b90ff9cf81c3c579b8b2136031c2
parent9dc01ec1f871c1218f01f4ff34f6ff53d360d6d0 (diff)
downloadeclipse.platform.releng.aggregator-6607ff271c6abe3fbe552a54b0041c8cc83d6aa8.tar.gz
eclipse.platform.releng.aggregator-6607ff271c6abe3fbe552a54b0041c8cc83d6aa8.tar.xz
eclipse.platform.releng.aggregator-6607ff271c6abe3fbe552a54b0041c8cc83d6aa8.zip
Bug 410585 - remove all references to 'no-bree-libs'
-rw-r--r--production/build_eclipse_org.shsource2
-rwxr-xr-xscripts/build.sh1
2 files changed, 0 insertions, 3 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 592201fe7..4ee66e7d0 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -45,8 +45,6 @@ export MVN_DEBUG=${MVN_DEBUG:-true}
export MVN_QUIET=${MVN_QUIET:-false}
export UPDATE_BRANDING=true
export FORCE_LOCAL_REPO=false
-# no-bree-libs to experiment
-#MAVEN_BREE=-Pno-bree-libs
# Need bree-libs for production builds
MAVEN_BREE=-Pbree-libs
# remember, local "test builds" that use this script must change
diff --git a/scripts/build.sh b/scripts/build.sh
index 40dd1a7b6..5cd9ea44d 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -9,7 +9,6 @@ GIT_PREFIX=ssh://git.eclipse.org
javaHome=/opt/local/jdk1.7.0_07
mvnPath=/opt/pwebster/git/cbi/apache-maven-3.1.0/bin
updateAggregator=false
-mavenBREE=-Pno-bree-libs
while [ $# -gt 0 ]
do

Back to the top