Releng : Change version to 2
diff --git a/.project b/.project
new file mode 100644
index 0000000..0952c11
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.datatools.enablement.postgresql</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.datatools.enablement.postgresql.dbdefinition/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.postgresql.dbdefinition/META-INF/MANIFEST.MF
index beca684..951caa1 100644
--- a/plugins/org.eclipse.datatools.enablement.postgresql.dbdefinition/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.postgresql.dbdefinition/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.datatools.enablement.postgresql.dbdefinition; singleton:=true
-Bundle-Version: 1.0.2.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.datatools.enablement.postgresql.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.postgresql.ui/META-INF/MANIFEST.MF
index 3b9b560..38e78fe 100644
--- a/plugins/org.eclipse.datatools.enablement.postgresql.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.postgresql.ui/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.datatools.enablement.postgresql.ui;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.datatools.connectivity;bundle-version="[0.9.1,1.5.0)",
- org.eclipse.datatools.connectivity.ui;bundle-version="[0.9.1,1.5.0)",
- org.eclipse.datatools.connectivity.db.generic;bundle-version="[0.9.1,1.5.0)",
- org.eclipse.datatools.connectivity.db.generic.ui;bundle-version="[0.9.1,1.5.0)",
- org.eclipse.datatools.connectivity.sqm.core;bundle-version="[0.9.1,1.5.0)"
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.datatools.connectivity,
+ org.eclipse.datatools.connectivity.ui,
+ org.eclipse.datatools.connectivity.db.generic,
+ org.eclipse.datatools.connectivity.db.generic.ui,
+ org.eclipse.datatools.connectivity.sqm.core
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
diff --git a/plugins/org.eclipse.datatools.enablement.postgresql/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.postgresql/META-INF/MANIFEST.MF
index a903c2b..557e0e6 100644
--- a/plugins/org.eclipse.datatools.enablement.postgresql/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.postgresql/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.datatools.enablement.postgresql;singleton:=true
-Bundle-Version: 1.1.1.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.datatools.connectivity;bundle-version="[0.9.1,1.5.0)",
- org.eclipse.datatools.connectivity.db.generic;bundle-version="[0.9.1,1.5.0)",
- org.eclipse.datatools.connectivity.sqm.core;bundle-version="[0.9.1,1.5.0)",
- org.eclipse.datatools.modelbase.sql;bundle-version="[0.9.0,1.5.0)"
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.datatools.connectivity,
+ org.eclipse.datatools.connectivity.db.generic,
+ org.eclipse.datatools.connectivity.sqm.core,
+ org.eclipse.datatools.modelbase.sql
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName