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_settings.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_settings.tpl')
-rw-r--r--scripts/cbi_settings.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/cbi_settings.tpl b/scripts/cbi_settings.tpl
new file mode 100644
index 000000000..bc46ecf30
--- /dev/null
+++ b/scripts/cbi_settings.tpl
@@ -0,0 +1,20 @@
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
+ http://maven.apache.org/xsd/settings-1.0.0.xsd">
+ <localRepository/>
+ <interactiveMode/>
+ <usePluginRegistry/>
+ <offline/>
+ <pluginGroups>
+ </pluginGroups>
+ <servers>
+ </servers>
+ <mirrors>
+ </mirrors>
+ <proxies/>
+ <profiles>
+ </profiles>
+ <activeProfiles/>
+</settings>
+

Back to the top