Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-11-06 13:11:40 +0000
committerEike Stepper2012-11-06 13:11:40 +0000
commit134cdaaf15875f618ba7dc5b72f97b0fc5ebbe5d (patch)
tree5cb72116414503b4e8053f4bb69ae673d3a2d818
parent0aa08334f3433908823bcb398807ff390af2bbf5 (diff)
downloadcdo-134cdaaf15875f618ba7dc5b72f97b0fc5ebbe5d.tar.gz
cdo-134cdaaf15875f618ba7dc5b72f97b0fc5ebbe5d.tar.xz
cdo-134cdaaf15875f618ba7dc5b72f97b0fc5ebbe5d.zip
Oracle example setupdrops/I20121106-0812
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml8
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml8
-rw-r--r--plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml8
3 files changed, 24 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
index c177cd65a1..7475eefacd 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
@@ -100,6 +100,14 @@
password="cdo"/>
-->
+ <!-- Example:
+ <dbAdapter name="oracle"/>
+ <dataSource class="oracle.jdbc.pool.OracleDataSource"
+ url="jdbc:oracle:thin:@localhost:1521:xe"
+ user="username"
+ password="password"/>
+ -->
+
</store>
<!-- ONLY THE FIRST CONFIGURED STORE IS USED FOR THE REPOSITORY!!! -->
diff --git a/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml b/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
index c177cd65a1..7475eefacd 100644
--- a/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
+++ b/plugins/org.eclipse.emf.cdo.examples.master/config/cdo-server.xml
@@ -100,6 +100,14 @@
password="cdo"/>
-->
+ <!-- Example:
+ <dbAdapter name="oracle"/>
+ <dataSource class="oracle.jdbc.pool.OracleDataSource"
+ url="jdbc:oracle:thin:@localhost:1521:xe"
+ user="username"
+ password="password"/>
+ -->
+
</store>
<!-- ONLY THE FIRST CONFIGURED STORE IS USED FOR THE REPOSITORY!!! -->
diff --git a/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml b/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
index c00932fe5d..e2e791cb30 100644
--- a/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
+++ b/plugins/org.eclipse.emf.cdo.server.product/config/cdo-server.xml
@@ -100,6 +100,14 @@
password="cdo"/>
-->
+ <!-- Example:
+ <dbAdapter name="oracle"/>
+ <dataSource class="oracle.jdbc.pool.OracleDataSource"
+ url="jdbc:oracle:thin:@localhost:1521:xe"
+ user="username"
+ password="password"/>
+ -->
+
</store>
<!-- ONLY THE FIRST CONFIGURED STORE IS USED FOR THE REPOSITORY!!! -->

Back to the top