[JBoss JIRA] (JBDS-4499) Multiple versions of org.eclipse.linuxtools.jdt.docker.launcher
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4499?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4499:
----------------------------------
Fixed 10 days ago https://github.com/jbdevstudio/jbdevstudio-product/commit/8163d769a18a1d5...
> Multiple versions of org.eclipse.linuxtools.jdt.docker.launcher
> ---------------------------------------------------------------
>
> Key: JBDS-4499
> URL: https://issues.jboss.org/browse/JBDS-4499
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: rpm
> Affects Versions: 11.0.0.GA
> Environment: DevTools repository: http://brewweb.engineering.redhat.com/brewroot/repos/devtools-1.0-rh-ecli...
> Devstudio repository: https://devstudio.redhat.com/11/staging/builds/devstudio-11.0.0.GA-build-...
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 11.1.0.AM2
>
>
> I have installed last staged build \[1\] and now I have this error message in the log after start:
> {code}
> !ENTRY org.eclipse.linuxtools.jdt.docker.launcher 4 0 2017-08-07 12:04:20.933
> !MESSAGE FrameworkEvent ERROR
> !STACK 0
> org.osgi.framework.BundleException: Could not resolve module: org.eclipse.linuxtools.jdt.docker.launcher [1118]
> Another singleton bundle selected: osgi.identity; osgi.identity="org.eclipse.linuxtools.jdt.docker.launcher"; type="osgi.bundle"; version:Version="1.0.0.201708031854"; singleton:="true"
> at org.eclipse.osgi.container.Module.start(Module.java:444)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1628)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1607)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1579)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1522)
> at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
> at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
> at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
> {code}
> \[1\] https://devstudio.redhat.com/11/staging/builds/devstudio-11.0.0.GA-build-...
> Content of /opt/rh/rh-eclipse47
> {code}
> find /opt/rh/rh-eclipse47/ -iname "*org.eclipse.linuxtools.jdt.docker.launcher*"
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/linuxtools-docker/eclipse/plugins/org.eclipse.linuxtools.jdt.docker.launcher.source_1.0.0.201708031854.jar
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/linuxtools-docker/eclipse/plugins/org.eclipse.linuxtools.jdt.docker.launcher_1.0.0.201708031854.jar
> /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.eclipse.linuxtools.jdt.docker.launcher_1.0.0.201708010032.jar
> {code}
> I don't see any impact to the user.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-24845) [regression] unable to open the Maven Repositories wizard
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24845?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24845:
-------------------------------
Fix Version/s: 4.5.x
> [regression] unable to open the Maven Repositories wizard
> ---------------------------------------------------------
>
> Key: JBIDE-24845
> URL: https://issues.jboss.org/browse/JBIDE-24845
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.4.4.Final
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 4.5.x
>
>
> 1 - open Preferences > JBoss Tools > JBoss Maven Integration
> 2 - click on the Configure Maven Repositories... button
> expected: the Maven repositories wizard open
> actual: Unhandled event loop exception:
> {noformat}
> java.lang.NoSuchFieldError: DEFAULT_USER_SETTINGS_FILE
> at org.jboss.tools.maven.ui.wizard.ConfigureMavenRepositoriesWizardPage.getUserSettings(ConfigureMavenRepositoriesWizardPage.java:988)
> at org.jboss.tools.maven.ui.wizard.ConfigureMavenRepositoriesWizardPage.createControl(ConfigureMavenRepositoriesWizardPage.java:242)
> at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:176)
> at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:688)
> at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:580)
> at org.eclipse.jface.window.Window.create(Window.java:426)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1096)
> at org.jboss.tools.maven.ui.preferences.ConfiguratorPreferencePage$2.widgetSelected(ConfiguratorPreferencePage.java:155)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4257)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1502)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1525)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1510)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1314)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4081)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3698)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> at org.eclipse.jface.window.Window.open(Window.java:794)
> at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211)
> at org.eclipse.ui.internal.handlers.ShowPreferencePageHandler.execute(ShowPreferencePageHandler.java:59)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25013) Refactor integration tests for use with RedDeer 2.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25013?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-25013 at 9/14/17 3:18 PM:
-------------------------------------------------------------
Temporary workaround to ensure at least SOME of the ITests will be buildable (if not runnable downstream in the .it.* jobs):
https://github.com/jbosstools/jbosstools-integration-tests/pull/1873
We should revert this once the whole repo's migrated to use RD 2.
Note this hack is an incomplete solution:
{code}
19:13:50 [INFO] org.jboss.tools.central.ui.bot.test ................ FAILURE [ 0.872 s]
19:13:50 [INFO] org.jboss.tools.examples.ui.bot.test ............... FAILURE [ 0.720 s]
19:13:50 [INFO] org.jboss.tools.openshift.ui.bot.test .............. FAILURE [ 1.127 s]
19:13:50 [INFO] org.jboss.tools.portlet.bot.test ................... FAILURE [ 0.717 s]
19:13:50 [INFO] integration-tests.site ............................. SKIPPED{code}
was (Author: nickboldt):
Temporary workaround to ensure at least SOME of the ITests will be buildable (if not runnable downstream in the .it.* jobs):
https://github.com/jbosstools/jbosstools-integration-tests/pull/1873
We should revert this once the whole repo's migrated to use RD 2.
> Refactor integration tests for use with RedDeer 2.0
> ---------------------------------------------------
>
> Key: JBIDE-25013
> URL: https://issues.jboss.org/browse/JBIDE-25013
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: hibernate, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Rastislav Wagner
> Priority: Critical
> Fix For: 4.5.1.AM2
>
>
> A number of integration-tests plugins require reddeer 1.2 and need to be migrated to use 2.0.
> {code}** [1] ./plugins/org.jboss.tools.seam.reddeer/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [2] ./tests/org.jboss.tools.central.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [3] ./tests/org.jboss.tools.dummy.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [4] ./tests/org.jboss.tools.eclipsecs.ui.test/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [5] ./tests/org.jboss.tools.examples.ui.bot.test/META-INF/MANIFEST.MF **
> 9:Require-Bundle: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [6] ./tests/org.jboss.tools.freemarker.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [7] ./tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [8] ./tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [9] ./tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25013) Refactor integration tests for use with RedDeer 2.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25013?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-25013 at 9/14/17 3:18 PM:
-------------------------------------------------------------
Temporary workaround to ensure at least SOME of the ITests will be buildable (if not runnable downstream in the .it.* jobs):
https://github.com/jbosstools/jbosstools-integration-tests/pull/1873
We should revert this once the whole repo's migrated to use RD 2.
Note this hack is an incomplete solution:
{code}
19:13:50 [INFO] org.jboss.tools.central.ui.bot.test ................ FAILURE [ 0.872 s]
19:13:50 [INFO] org.jboss.tools.examples.ui.bot.test ............... FAILURE [ 0.720 s]
19:13:50 [INFO] org.jboss.tools.openshift.ui.bot.test .............. FAILURE [ 1.127 s]
19:13:50 [INFO] org.jboss.tools.portlet.bot.test ................... FAILURE [ 0.717 s]
19:13:50 [INFO] integration-tests.site ............................. SKIPPED{code} -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
was (Author: nickboldt):
Temporary workaround to ensure at least SOME of the ITests will be buildable (if not runnable downstream in the .it.* jobs):
https://github.com/jbosstools/jbosstools-integration-tests/pull/1873
We should revert this once the whole repo's migrated to use RD 2.
Note this hack is an incomplete solution:
{code}
19:13:50 [INFO] org.jboss.tools.central.ui.bot.test ................ FAILURE [ 0.872 s]
19:13:50 [INFO] org.jboss.tools.examples.ui.bot.test ............... FAILURE [ 0.720 s]
19:13:50 [INFO] org.jboss.tools.openshift.ui.bot.test .............. FAILURE [ 1.127 s]
19:13:50 [INFO] org.jboss.tools.portlet.bot.test ................... FAILURE [ 0.717 s]
19:13:50 [INFO] integration-tests.site ............................. SKIPPED{code}
> Refactor integration tests for use with RedDeer 2.0
> ---------------------------------------------------
>
> Key: JBIDE-25013
> URL: https://issues.jboss.org/browse/JBIDE-25013
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: hibernate, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Rastislav Wagner
> Priority: Critical
> Fix For: 4.5.1.AM2
>
>
> A number of integration-tests plugins require reddeer 1.2 and need to be migrated to use 2.0.
> {code}** [1] ./plugins/org.jboss.tools.seam.reddeer/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [2] ./tests/org.jboss.tools.central.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [3] ./tests/org.jboss.tools.dummy.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [4] ./tests/org.jboss.tools.eclipsecs.ui.test/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [5] ./tests/org.jboss.tools.examples.ui.bot.test/META-INF/MANIFEST.MF **
> 9:Require-Bundle: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [6] ./tests/org.jboss.tools.freemarker.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [7] ./tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [8] ./tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [9] ./tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25013) Refactor integration tests for use with RedDeer 2.0
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25013?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25013:
------------------------------------
Temporary workaround to ensure at least SOME of the ITests will be buildable (if not runnable downstream in the .it.* jobs):
https://github.com/jbosstools/jbosstools-integration-tests/pull/1873
We should revert this once the whole repo's migrated to use RD 2.
> Refactor integration tests for use with RedDeer 2.0
> ---------------------------------------------------
>
> Key: JBIDE-25013
> URL: https://issues.jboss.org/browse/JBIDE-25013
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: hibernate, integration-tests
> Affects Versions: 4.5.1.AM1
> Reporter: Nick Boldt
> Assignee: Rastislav Wagner
> Priority: Critical
> Fix For: 4.5.1.AM2
>
>
> A number of integration-tests plugins require reddeer 1.2 and need to be migrated to use 2.0.
> {code}** [1] ./plugins/org.jboss.tools.seam.reddeer/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [2] ./tests/org.jboss.tools.central.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [3] ./tests/org.jboss.tools.dummy.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [4] ./tests/org.jboss.tools.eclipsecs.ui.test/META-INF/MANIFEST.MF **
> 9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [5] ./tests/org.jboss.tools.examples.ui.bot.test/META-INF/MANIFEST.MF **
> 9:Require-Bundle: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [6] ./tests/org.jboss.tools.freemarker.ui.bot.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
> ** [7] ./tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF **
> 10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [8] ./tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> ** [9] ./tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF **
> 11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBDS-4548) Multiple bundle conflict after install from RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4548?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4548:
----------------------------------
[~lvalach] when you see a problem like this, which is that two packages need updating in Fedora and rh-eclipse47, please open bugzillas for these instead of JIRAs. The fix needs to happen in upstream, not here.
* Fedora update m2e-core to 1.8.1 - https://bugzilla.redhat.com/show_bug.cgi?id=1489929
* Fedora update mylyn to 3.23.1 - https://bugzilla.redhat.com/show_bug.cgi?id=1491793
* rh-eclipse47 update to mylyn 3.23.1 - https://bugzilla.redhat.com/show_bug.cgi?id=1491792
> Multiple bundle conflict after install from RH Central
> ------------------------------------------------------
>
> Key: JBDS-4548
> URL: https://issues.jboss.org/browse/JBDS-4548
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: rpm
> Affects Versions: 11.1.0.AM2
> Environment: RHEL 7
> DevTools: http://brewweb.engineering.redhat.com/brewroot/repos/devtools-2.1-rh-ecli...
> DevStudio repo: https://devstudio.redhat.com/11/snapshots/builds/devstudio.rpm_master/201...
> Reporter: Lukáš Valach
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 11.1.0.AM3
>
> Attachments: rh-eclipse47-devstudio11.1-0.20170914.0818.el7.log.20170914-1109_strict.txt
>
>
> After installation of plugins form RH Central I got multiple bundle exceptions, see the log: [^rh-eclipse47-devstudio11.1-0.20170914.0818.el7.log.20170914-1109_strict.txt]
> It seems that Central comes with versions suitable for Oxygen 1 RC3 but /opt/rh/rh-eclipse47 contains old versions.
> {code}
> Package: org.eclipse.mylyn.tasks.ui
> /opt/rh/rh-eclipse47:
> org.eclipse.mylyn.tasks.ui_3.23.0.v20170628-0950.jar
> ~/.eclipse:
> org.eclipse.mylyn.tasks.ui_3.23.1.v20170623-0008.jar
> ----------------------------------------------------------
> Package: org.eclipse.mylyn.bugzilla.core
> /opt/rh/rh-eclipse47:
> org.eclipse.mylyn.bugzilla.core_3.23.0.v20170628-0950.jar
> ~/.eclipse:
> org.eclipse.mylyn.bugzilla.core_3.23.1.v20170623-0008.jar
> ----------------------------------------------------------
> Package: org.eclipse.mylyn.bugzilla.ui
> /opt/rh/rh-eclipse47:
> org.eclipse.mylyn.bugzilla.ui_3.23.0.v20170628-0950.jar
> ~/.eclipse:
> org.eclipse.mylyn.bugzilla.ui_3.23.1.v20170623-0008.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.core
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.core_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.core_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.core.ui
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.core.ui_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.core.ui_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.discovery
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.discovery_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.discovery_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.editor
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.editor_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.editor_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.editor.xml
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.editor.xml_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.editor.xml_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.importer
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.importer_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.importer_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.jdt
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.jdt_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.jdt_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.launching
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.launching_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.launching_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.model.edit
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.model.edit_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.model.edit_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.profiles.core
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.profiles.core_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.profiles.core_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.profiles.ui
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.profiles.ui_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.profiles.ui_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> Package: org.eclipse.m2e.refactoring
> /opt/rh/rh-eclipse47:
> org.eclipse.m2e.refactoring_1.8.0.20170808-0936.jar
> ~/.eclipse:
> org.eclipse.m2e.refactoring_1.8.1.20170728-1531.jar
> ----------------------------------------------------------
> {code}
> As m2e seems to be working fine I am setting priority to minor.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months