]
Marián Labuda closed JBIDE-19495.
---------------------------------
Verified. Branch 4.2.x does not contains v3 plugin anymore.
Remove erroneously added OpenShift v3 plugins from jbosstools-4.2.x
-------------------------------------------------------------------
Key: JBIDE-19495
URL:
https://issues.jboss.org/browse/JBIDE-19495
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 4.2.3.Beta1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.2.3.CR1
in the commit for JBIDE-19122 (which bumped branch to 2.6.2) I erroneously included the
stubs for the v3 OpenShift plugins (empty plugin directories with a .project file):
* org.jboss.tools.openshift.core
* org.jboss.tools.openshift.ui
* org.jboss.tools.openshift.client
* org.jboss.tools.openshift.common.core
* org.jboss.tools.openshift.common.ui
See
https://github.com/adietish/jbosstools-openshift/commit/ac9596eb19efb07cb...
There's no harm since they're not included in the features nor in the build but
we have to remove those again.