Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2012-10-04 15:22:33 +0000
committerPaul Webster2012-10-04 15:22:33 +0000
commit66409212fc1e4811dbd971bbefdf41f4704a5fb4 (patch)
tree9032a5e95edb13077b43a8b742a9540b293ed568 /scripts/cbi_setup.tpl
parent8e1e45135f0bf08080740bd9bf16970a6c2834fc (diff)
downloadeclipse.platform.releng.aggregator-66409212fc1e4811dbd971bbefdf41f4704a5fb4.tar.gz
eclipse.platform.releng.aggregator-66409212fc1e4811dbd971bbefdf41f4704a5fb4.tar.xz
eclipse.platform.releng.aggregator-66409212fc1e4811dbd971bbefdf41f4704a5fb4.zip
Copy the original build.sh and templates files into scripts/
Diffstat (limited to 'scripts/cbi_setup.tpl')
-rw-r--r--scripts/cbi_setup.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/cbi_setup.tpl b/scripts/cbi_setup.tpl
new file mode 100644
index 000000000..b77d5cbe6
--- /dev/null
+++ b/scripts/cbi_setup.tpl
@@ -0,0 +1,9 @@
+
+# Maven needs a local cache to store its files.
+# If you use Maven for other projects, you probably don't want to pollute the default repository
+# Use this variable to tell the build script where to create the Eclipse CBI Maven cache
+m2repo="$BASE/TMP/m2repo"
+
+# If you use your own Maven proxy, the build will probably fail.
+# Copy your settings.xml to this location to override the defaults.
+m2settings="$BASE/settings.xml"

Back to the top