Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-09-11 09:19:13 +0000
committerEike Stepper2008-09-11 09:19:13 +0000
commit24f1a414f40c88e5c89f7f24c8b51386d482c445 (patch)
treed2c9f15261c7092485181ad81524361ae6c5453a /plugins/org.eclipse.net4j.db.postgresql
parent39a3969337e1d7484dea924d16f2a0a941e60d73 (diff)
downloadcdo-24f1a414f40c88e5c89f7f24c8b51386d482c445.tar.gz
cdo-24f1a414f40c88e5c89f7f24c8b51386d482c445.tar.xz
cdo-24f1a414f40c88e5c89f7f24c8b51386d482c445.zip
fixed pgsql manifest
Diffstat (limited to 'plugins/org.eclipse.net4j.db.postgresql')
-rw-r--r--plugins/org.eclipse.net4j.db.postgresql/META-INF/MANIFEST.MF1
-rw-r--r--plugins/org.eclipse.net4j.db.postgresql/build.properties3
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.db.postgresql/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.db.postgresql/META-INF/MANIFEST.MF
index 5c9f551cef..123e3dd994 100644
--- a/plugins/org.eclipse.net4j.db.postgresql/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.db.postgresql/META-INF/MANIFEST.MF
@@ -6,6 +6,7 @@ Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
+Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.net4j.db.internal.postgresql.bundle.OM$Activator
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
diff --git a/plugins/org.eclipse.net4j.db.postgresql/build.properties b/plugins/org.eclipse.net4j.db.postgresql/build.properties
index bbb0a6ad8b..231801f5c9 100644
--- a/plugins/org.eclipse.net4j.db.postgresql/build.properties
+++ b/plugins/org.eclipse.net4j.db.postgresql/build.properties
@@ -7,4 +7,5 @@ bin.includes = META-INF/,\
epl-v10.html,\
license.html,\
plugin.properties,\
- .options
+ .options,\
+ about.html

Back to the top