Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-08-25 09:57:50 +0000
committerEike Stepper2006-08-25 09:57:50 +0000
commit5977f75af569a06960a3488f0ad9fb22f1d50885 (patch)
tree2dc4b64ea06815ee517e76ea0c9a85806e91458a /plugins/org.eclipse.emf.cdo.examples.server
parente81d6b725c65ed96e281d336361411cc4addda2b (diff)
downloadcdo-5977f75af569a06960a3488f0ad9fb22f1d50885.tar.gz
cdo-5977f75af569a06960a3488f0ad9fb22f1d50885.tar.xz
cdo-5977f75af569a06960a3488f0ad9fb22f1d50885.zip
[149847] javadoc does not work
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149847
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.server')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/META-INF/server.properties20
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/copyright.txt2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerBackendInitializer.java2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerPlugin.java2
4 files changed, 13 insertions, 13 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/META-INF/server.properties b/plugins/org.eclipse.emf.cdo.examples.server/META-INF/server.properties
index 5ba75a6066..08a63f3604 100644
--- a/plugins/org.eclipse.emf.cdo.examples.server/META-INF/server.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.server/META-INF/server.properties
@@ -7,21 +7,21 @@
# DERBY #
#########
-jdbc.dialect=DERBY
-jdbc.driver=org.apache.derby.jdbc.EmbeddedDriver
-jdbc.url=jdbc:derby:cdoTest;create=true
-jdbc.username=test
-jdbc.password=test
+#jdbc.dialect=DERBY
+#jdbc.driver=org.apache.derby.jdbc.EmbeddedDriver
+#jdbc.url=jdbc:derby:cdoTest;create=true
+#jdbc.username=test
+#jdbc.password=test
##########
# HSQLDB #
##########
-#jdbc.dialect=HSQLDB
-#jdbc.driver=org.hsqldb.jdbcDriver
-#jdbc.url=jdbc:hsqldb:.
-#jdbc.username=sa
-#jdbc.password=
+jdbc.dialect=HSQLDB
+jdbc.driver=org.hsqldb.jdbcDriver
+jdbc.url=jdbc:hsqldb:.
+jdbc.username=sa
+jdbc.password=
#########
# MYSQL #
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/copyright.txt b/plugins/org.eclipse.emf.cdo.examples.server/copyright.txt
index 7d67d89d46..3487e62f18 100644
--- a/plugins/org.eclipse.emf.cdo.examples.server/copyright.txt
+++ b/plugins/org.eclipse.emf.cdo.examples.server/copyright.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2004, 2005, 2006 Eike Stepper, Fuggerstr. 39, 10777 Berlin, Germany.
+Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerBackendInitializer.java b/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerBackendInitializer.java
index a72e1f4abc..1d60ed0be1 100644
--- a/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerBackendInitializer.java
+++ b/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerBackendInitializer.java
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (c) 2004-2006 Eike Stepper, Fuggerstr. 39, 10777 Berlin, Germany.
+ * Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerPlugin.java b/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerPlugin.java
index a64d11c064..d11f3ac17a 100644
--- a/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerPlugin.java
+++ b/plugins/org.eclipse.emf.cdo.examples.server/src/org/eclipse/emf/cdo/examples/server/internal/CDOServerPlugin.java
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (c) 2004, 2005, 2006 Eike Stepper, Fuggerstr. 39, 10777 Berlin, Germany.
+ * Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at

Back to the top