[581242] Cannot increase width of first column in any Bundle Pool
Analysis tables

https://bugs.eclipse.org/bugs/show_bug.cgi?id=581242
diff --git a/plugins/org.eclipse.oomph.p2.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.oomph.p2.ui/META-INF/MANIFEST.MF
index 338617a..25fbb7a 100644
--- a/plugins/org.eclipse.oomph.p2.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.oomph.p2.ui/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.oomph.p2.ui;singleton:=true
-Bundle-Version: 1.18.0.qualifier
+Bundle-Version: 1.19.0.qualifier
 Bundle-ClassPath: .
 Bundle-Activator: org.eclipse.oomph.p2.internal.ui.P2UIPlugin$Implementation
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-11
-Export-Package: org.eclipse.oomph.p2.internal.ui;version="1.18.0";x-internal:=true
+Export-Package: org.eclipse.oomph.p2.internal.ui;version="1.19.0";x-internal:=true
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.24.0,4.0.0)",
  org.eclipse.core.variables;bundle-version="[3.0.0,4.0.0)";resolution:=optional,
  org.eclipse.equinox.p2.core;bundle-version="[2.0.0,3.0.0)",
@@ -18,8 +18,8 @@
  org.eclipse.equinox.p2.artifact.repository;bundle-version="[1.0.0,2.0.0)",
  org.eclipse.equinox.p2.ui;bundle-version="[2.0.0,3.0.0)",
  org.eclipse.equinox.security.ui;bundle-version="[1.1.0,2.0.0)",
- org.eclipse.oomph.ui;bundle-version="[1.16.0,2.0.0)",
- org.eclipse.oomph.p2.core;bundle-version="[1.21.0,2.0.0)";visibility:=reexport,
+ org.eclipse.oomph.ui;bundle-version="[1.18.0,2.0.0)",
+ org.eclipse.oomph.p2.core;bundle-version="[1.24.0,2.0.0)";visibility:=reexport,
  org.eclipse.oomph.p2.edit;bundle-version="[1.16.0,2.0.0)";visibility:=reexport,
  org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
  org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
diff --git a/plugins/org.eclipse.oomph.p2.ui/pom.xml b/plugins/org.eclipse.oomph.p2.ui/pom.xml
index 1bc1aac..ac2f245 100644
--- a/plugins/org.eclipse.oomph.p2.ui/pom.xml
+++ b/plugins/org.eclipse.oomph.p2.ui/pom.xml
@@ -20,7 +20,7 @@
   </parent>
   <groupId>org.eclipse.oomph</groupId>
   <artifactId>org.eclipse.oomph.p2.ui</artifactId>
-  <version>1.18.0-SNAPSHOT</version>
+  <version>1.19.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <build>
diff --git a/plugins/org.eclipse.oomph.p2.ui/src/org/eclipse/oomph/p2/internal/ui/AgentAnalyzerComposite.java b/plugins/org.eclipse.oomph.p2.ui/src/org/eclipse/oomph/p2/internal/ui/AgentAnalyzerComposite.java
index 045537a..a0a15d9 100644
--- a/plugins/org.eclipse.oomph.p2.ui/src/org/eclipse/oomph/p2/internal/ui/AgentAnalyzerComposite.java
+++ b/plugins/org.eclipse.oomph.p2.ui/src/org/eclipse/oomph/p2/internal/ui/AgentAnalyzerComposite.java
@@ -202,7 +202,6 @@
     TableColumn bundlePoolColumn = new TableViewerColumn(bundlePoolViewer, SWT.NONE).getColumn();
     bundlePoolColumn.setText(Messages.AgentAnalyzerComposite_bundlePool_bundlePool);
     bundlePoolColumn.setWidth(305);
-    bundlePoolColumn.setResizable(false);
 
     TableColumn profilesColumn = new TableViewerColumn(bundlePoolViewer, SWT.NONE).getColumn();
     profilesColumn.setText(Messages.AgentAnalyzerComposite_bundlePool_profiles);
@@ -322,7 +321,6 @@
     TableColumn profileColumn = new TableViewerColumn(profileViewer, SWT.NONE).getColumn();
     profileColumn.setText(Messages.AgentAnalyzerComposite_profile_profile);
     profileColumn.setWidth(447);
-    profileColumn.setResizable(false);
 
     TableColumn artifactsColumn = new TableViewerColumn(profileViewer, SWT.NONE).getColumn();
     artifactsColumn.setText(Messages.AgentAnalyzerComposite_profile_artifacts);
@@ -463,7 +461,6 @@
     TableColumn artifactColumn = new TableViewerColumn(artifactViewer, SWT.NONE).getColumn();
     artifactColumn.setText(Messages.AgentAnalyzerComposite_artifact_artifact);
     artifactColumn.setWidth(365);
-    artifactColumn.setResizable(false);
 
     TableColumn versionVersion = new TableViewerColumn(artifactViewer, SWT.NONE).getColumn();
     versionVersion.setText(Messages.AgentAnalyzerComposite_artifact_version);
diff --git a/plugins/org.eclipse.oomph.setup.installer/META-INF/MANIFEST.MF b/plugins/org.eclipse.oomph.setup.installer/META-INF/MANIFEST.MF
index 6e85d85..29f29aa 100644
--- a/plugins/org.eclipse.oomph.setup.installer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.oomph.setup.installer/META-INF/MANIFEST.MF
@@ -25,7 +25,7 @@
  org.eclipse.equinox.p2.ui.sdk;bundle-version="[1.2.4,2.0.0)",
  org.eclipse.urischeme;bundle-version="[1.0.0,2.0.0)",
  org.eclipse.oomph.ui;bundle-version="[1.18.0,2.0.0)",
- org.eclipse.oomph.p2.ui;bundle-version="[1.18.0,2.0.0)",
+ org.eclipse.oomph.p2.ui;bundle-version="[1.19.0,2.0.0)",
  org.eclipse.oomph.setup.p2;bundle-version="[1.19.0,2.0.0)",
  org.eclipse.oomph.setup.core;bundle-version="[1.26.0,2.0.0)",
  org.eclipse.oomph.jreinfo.ui;bundle-version="[1.15.0,2.0.0)",
diff --git a/plugins/org.eclipse.oomph.setup.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.oomph.setup.ui/META-INF/MANIFEST.MF
index 7dd2b57..052fce1 100644
--- a/plugins/org.eclipse.oomph.setup.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.oomph.setup.ui/META-INF/MANIFEST.MF
@@ -33,7 +33,7 @@
  org.eclipse.oomph.ui;bundle-version="[1.18.0,2.0.0)",
  org.eclipse.oomph.p2.edit;bundle-version="[1.16.0,2.0.0)";visibility:=reexport,
  org.eclipse.oomph.p2.core;bundle-version="[1.24.0,2.0.0)",
- org.eclipse.oomph.p2.ui;bundle-version="[1.18.0,2.0.0)",
+ org.eclipse.oomph.p2.ui;bundle-version="[1.19.0,2.0.0)",
  org.eclipse.oomph.jreinfo.ui;bundle-version="[1.15.0,2.0.0)",
  org.eclipse.oomph.preferences;bundle-version="[1.13.0,2.0.0)"
 Bundle-ActivationPolicy: lazy