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 /scripts
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'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh1
1 files changed, 0 insertions, 1 deletions
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