Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-09-21 17:44:38 +0000
committerEike Stepper2015-09-21 17:44:38 +0000
commitdcdf81b46c0299dbd7c9fa9413c6c2fc3b5b6ce7 (patch)
tree6b9e9490f4161a470cbdce7aa603d5cdb514b576
parent286f896b4f5a9bfa556d90d58b296d434a1d14b4 (diff)
downloadcdo-dcdf81b46c0299dbd7c9fa9413c6c2fc3b5b6ce7.tar.gz
cdo-dcdf81b46c0299dbd7c9fa9413c6c2fc3b5b6ce7.tar.xz
cdo-dcdf81b46c0299dbd7c9fa9413c6c2fc3b5b6ce7.zip
[Releng] Add a CDOServer.setup
-rw-r--r--plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup b/plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup
index 8d3801b29e..21f56b3a3d 100644
--- a/plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup
+++ b/plugins/org.eclipse.emf.cdo.server.product/CDOServer.setup
@@ -76,7 +76,7 @@
</setupTask>
<setupTask
xsi:type="setup:ResourceCreationTask"
- content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;cdoServer>&#xD;&#xA;&#xD;&#xA; &lt;acceptor type=&quot;tcp&quot; listenAddr=&quot;0.0.0.0&quot; port=&quot;2036&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;repository name=&quot;repo1&quot;>&#xD;&#xA; &lt;property name=&quot;overrideUUID&quot; value=&quot;&quot;/>&#xD;&#xA; &lt;property name=&quot;supportingAudits&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;property name=&quot;supportingBranches&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;property name=&quot;ensureReferentialIntegrity&quot; value=&quot;false&quot;/>&#xD;&#xA; &lt;property name=&quot;allowInterruptRunningQueries&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;property name=&quot;idGenerationLocation&quot; value=&quot;STORE&quot;/>&#xD;&#xA; &lt;property name=&quot;serializeCommits&quot; value=&quot;false&quot;/>&#xD;&#xA; &lt;property name=&quot;optimisticLockingTimeout&quot; value=&quot;10000&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;store type=&quot;db&quot;>&#xD;&#xA; &lt;property name=&quot;connectionKeepAlivePeriod&quot; value=&quot;60&quot;/>&#xD;&#xA; &lt;property name=&quot;readerPoolCapacity&quot; value=&quot;20&quot;/>&#xD;&#xA; &lt;property name=&quot;writerPoolCapacity&quot; value=&quot;20&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;mappingStrategy type=&quot;horizontal&quot;>&#xD;&#xA; &lt;property name=&quot;qualifiedNames&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;/mappingStrategy>&#xD;&#xA;&#xD;&#xA; &lt;dbAdapter name=&quot;h2&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;dataSource&#xD;&#xA; class=&quot;org.h2.jdbcx.JdbcDataSource&quot;&#xD;&#xA; URL=&quot;jdbc:h2:${installation.location}/${installation.relativeProductFolder}/database/repo1&quot;/>&#xD;&#xA; &lt;/store>&#xD;&#xA; &lt;/repository>&#xD;&#xA;&#xD;&#xA;&lt;/cdoServer>&#xD;&#xA;"
+ content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xD;&#xA;&lt;cdoServer>&#xD;&#xA;&#xD;&#xA; &lt;acceptor type=&quot;tcp&quot; listenAddr=&quot;0.0.0.0&quot; port=&quot;2036&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;repository name=&quot;repo1&quot;>&#xD;&#xA; &lt;property name=&quot;overrideUUID&quot; value=&quot;&quot;/>&#xD;&#xA; &lt;property name=&quot;supportingAudits&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;property name=&quot;supportingBranches&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;property name=&quot;ensureReferentialIntegrity&quot; value=&quot;false&quot;/>&#xD;&#xA; &lt;property name=&quot;allowInterruptRunningQueries&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;property name=&quot;idGenerationLocation&quot; value=&quot;STORE&quot;/>&#xD;&#xA; &lt;property name=&quot;serializeCommits&quot; value=&quot;false&quot;/>&#xD;&#xA; &lt;property name=&quot;optimisticLockingTimeout&quot; value=&quot;10000&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;store type=&quot;db&quot;>&#xD;&#xA; &lt;property name=&quot;connectionKeepAlivePeriod&quot; value=&quot;60&quot;/>&#xD;&#xA; &lt;property name=&quot;readerPoolCapacity&quot; value=&quot;20&quot;/>&#xD;&#xA; &lt;property name=&quot;writerPoolCapacity&quot; value=&quot;20&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;mappingStrategy type=&quot;horizontal&quot;>&#xD;&#xA; &lt;property name=&quot;qualifiedNames&quot; value=&quot;true&quot;/>&#xD;&#xA; &lt;/mappingStrategy>&#xD;&#xA;&#xD;&#xA; &lt;dbAdapter name=&quot;h2&quot;/>&#xD;&#xA;&#xD;&#xA; &lt;dataSource&#xD;&#xA; class=&quot;org.h2.jdbcx.JdbcDataSource&quot;&#xD;&#xA; URL=&quot;jdbc:h2:${installation.location}/${installation.relativeProductFolder}/database/repo1&quot;/>&#xD;&#xA; &lt;/store>&#xD;&#xA; &lt;/repository>&#xD;&#xA;&lt;/cdoServer>&#xD;&#xA;"
targetURL="${installation.location|uri}/${installation.relativeProductFolder}/cdo-server.xml"
encoding="UTF-8"/>
<version name="neon"

Back to the top