Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-01-11 18:14:26 +0000
committerEike Stepper2007-01-11 18:14:26 +0000
commit73abf1ffda72c1691ba67f2939b7352acaaa5da5 (patch)
treec01f4b8bbc9c3ebc6f830db10b8b658a183be3e0
parent6b4fe8139caa88b9fb29d03775c6f40981bef119 (diff)
downloadcdo-73abf1ffda72c1691ba67f2939b7352acaaa5da5.tar.gz
cdo-73abf1ffda72c1691ba67f2939b7352acaaa5da5.tar.xz
cdo-73abf1ffda72c1691ba67f2939b7352acaaa5da5.zip
*** empty log message ***
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/build.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/META-INF/server.properties20
-rw-r--r--plugins/org.eclipse.emf.cdo/build.properties3
-rw-r--r--plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF3
-rw-r--r--plugins/org.eclipse.net4j/META-INF/MANIFEST.MF1
-rw-r--r--plugins/org.eclipse.net4j/build.properties3
6 files changed, 19 insertions, 13 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/build.properties b/plugins/org.eclipse.emf.cdo.doc/build.properties
index cd5731b804..49199590c3 100644
--- a/plugins/org.eclipse.emf.cdo.doc/build.properties
+++ b/plugins/org.eclipse.emf.cdo.doc/build.properties
@@ -1,2 +1,4 @@
# NLS_MESSAGEFORMAT_VAR
custom = true
+bin.includes = .
+source.. = /
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/build.properties b/plugins/org.eclipse.emf.cdo/build.properties
index 5428b7f522..5617d9f26c 100644
--- a/plugins/org.eclipse.emf.cdo/build.properties
+++ b/plugins/org.eclipse.emf.cdo/build.properties
@@ -6,6 +6,7 @@ bin.includes = about.html,\
plugin.properties,\
eclipse32.png,\
META-INF/,\
- license.html
+ license.html,\
+ .
src.includes = about.html
\ No newline at end of file
diff --git a/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
index b0597d535a..cadbdffaa1 100644
--- a/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
@@ -4,7 +4,8 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.net4j.tests;singleton:=true
Bundle-Version: 0.7.2.qualifier
Bundle-Activator: org.eclipse.net4j.tests.Net4jTestPlugin
-Bundle-ClassPath: lib/easymock.jar,
+Bundle-ClassPath: .,
+ lib/easymock.jar,
lib/easymockclassextension.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.net4j/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j/META-INF/MANIFEST.MF
index 017dc48f83..2b1365ef63 100644
--- a/plugins/org.eclipse.net4j/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j/META-INF/MANIFEST.MF
@@ -6,3 +6,4 @@ Bundle-Version: 0.7.2.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Eclipse-LazyStart: true
+Bundle-ClassPath: .
diff --git a/plugins/org.eclipse.net4j/build.properties b/plugins/org.eclipse.net4j/build.properties
index dd160d114d..14a3a38909 100644
--- a/plugins/org.eclipse.net4j/build.properties
+++ b/plugins/org.eclipse.net4j/build.properties
@@ -7,4 +7,5 @@ bin.includes = about.html,\
plugin.properties,\
META-INF/,\
eclipse32.png,\
- license.html
+ license.html,\
+ .

Back to the top