[JBoss JIRA] (JBIDE-24187) Provide a minimal updatesite for JBoss servers/runtime in Eclipse
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24187?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-24187.
------------------------------
Resolution: Rejected
[~jeffmaury] you have angered Jiralint.
Reopened to set fixversion, assignee and component.
> Provide a minimal updatesite for JBoss servers/runtime in Eclipse
> -----------------------------------------------------------------
>
> Key: JBIDE-24187
> URL: https://issues.jboss.org/browse/JBIDE-24187
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server, updatesite, website
> Reporter: Beirti O'Nunain
> Assignee: Nick Boldt
> Fix For: 4.4.4.AM2
>
>
> The JBoss Developer Studio provides too many tools in one big package. I only require the server runtime support so that I can start and stop services. The additional bundled packages slow down a large workspace build massively as they add many unnecessary project facets and builders to projects.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24186) Eclipse workspace deadlocking during refresh/rebuild
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24186?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-24186:
-------------------------------
Component/s: maven
server
> Eclipse workspace deadlocking during refresh/rebuild
> ----------------------------------------------------
>
> Key: JBIDE-24186
> URL: https://issues.jboss.org/browse/JBIDE-24186
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server
> Affects Versions: 4.4.3.Final
> Reporter: Beirti O'Nunain
> Assignee: Rob Stryker
> Fix For: 4.4.4.Final
>
>
> - Windows 7
> - Eclipse Neon.2 (4.6.2)
> - Developer Studio 10.3.0
> After a workspace SVN update, the rebuild in Eclipse hangs (Eclipse remains responsive for a short time) with the following jobs in the progress pane:
> + "Refreshing '/my-non-j2ee-webproject/target/m2e-wtp/web-resources'"
> + Updating Maven Project (Waiting)
> + Updating Maven Project (Waiting)
> + Updating Maven Project (Waiting)
> + Updating Maven Project (Waiting)
> ....
> The project referenced above is a simple web project with no J2EE or JBoss components, nor is it referenced by any servers in the workspace.
> Profiling with yourkit detects a deadlock in the following thread:
> Worker-33 <--- Frozen for at least 8m 27s
> org.eclipse.wst.server.core.internal.Server.getModules() Server.java:2526
> org.eclipse.wst.server.core.internal.Server.visit(IModuleVisitor, IProgressMonitor) Server.java:3035
> org.eclipse.wst.server.core.internal.Server$ResourceChangeJob.run(IProgressMonitor) Server.java:228
> org.eclipse.core.internal.jobs.Worker.run() Worker.java:55
> I started profiling Yourkit when the build hung. It shows the following as the live call stack:
> Call Tree Time (ms) Level
> <All threads> 530944 1
> org.eclipse.linuxtools.internal.docker.core.DockerContainerRefreshManager$ContainerRefreshThread.run() 530086 2
> org.eclipse.equinox.launcher.Main.run(String[]) 436 2
> org.eclipse.core.internal.jobs.Worker.run() 421 2
> I've not found a workaround yet. Killing eclipse and cleaning the workspace sometimes avoids the issue. This issue does not happen in an Eclipse installation where JBoss tools has not been installed
> Eclipse remains responsive until another call to 'Server.getModules' happens. Below is the deadlock trace from when Eclipse completely hangs:
> Frozen threads found (potential deadlock)
> It seems that the following threads have not changed their stack for more than 10 seconds.
> These threads are possibly (but not necessarily!) in a deadlock or hung.
> main <--- Frozen for at least 2m 21s
> org.eclipse.wst.server.core.internal.Server.getModules() Server.java:2527
> org.jboss.ide.eclipse.as.ui.actions.ChangeTimeStampActionDelegate.getServers(IModule) ChangeTimeStampActionDelegate.java:150
> org.jboss.ide.eclipse.as.ui.actions.ChangeTimeStampActionDelegate.buildActions() ChangeTimeStampActionDelegate.java:112
> org.jboss.ide.eclipse.as.ui.actions.ChangeTimeStampActionDelegate.selectionChanged(IAction, ISelection) ChangeTimeStampActionDelegate.java:69
> org.eclipse.ui.internal.PluginAction.refreshEnablement() PluginAction.java:206
> org.eclipse.ui.internal.PluginAction.selectionChanged(ISelection) PluginAction.java:273
> org.eclipse.ui.internal.PluginAction.selectionChanged(IWorkbenchPart, ISelection) PluginAction.java:297
> org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(IWorkbenchPart, ISelection, ListenerList) SelectionService.java:259
> org.eclipse.ui.internal.e4.compatibility.SelectionService.handleSelectionChanged(MPart, Object, boolean) SelectionService.java:108
> org.eclipse.ui.internal.e4.compatibility.SelectionService.access$0(SelectionService, MPart, Object, boolean) SelectionService.java:92
> org.eclipse.ui.internal.e4.compatibility.SelectionService$1.selectionChanged(MPart, Object) SelectionService.java:67
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator$2.run() SelectionAggregator.java:126
> org.eclipse.core.runtime.SafeRunner.run(ISafeRunnable) SafeRunner.java:42
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator.notifyListeners(MPart, Object) SelectionAggregator.java:123
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator.access$6(SelectionAggregator, MPart, Object) SelectionAggregator.java:121
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator$7$1.run() SelectionAggregator.java:231
> org.eclipse.e4.core.contexts.RunAndTrack.runExternalCode(Runnable) RunAndTrack.java:56
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator$7.changed(IEclipseContext) SelectionAggregator.java:228
> org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(ContextChangeEvent) TrackableComputationExt.java:114
> org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(Set) EclipseContext.java:343
> org.eclipse.e4.core.internal.contexts.EclipseContext.set(String, Object) EclipseContext.java:358
> org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.setSelection(Object) SelectionServiceImpl.java:31
> org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.selectionChanged(SelectionChangedEvent) CompatibilityPart.java:450
> org.eclipse.jface.viewers.Viewer$1.run() Viewer.java:158
> org.eclipse.core.runtime.SafeRunner.run(ISafeRunnable) SafeRunner.java:42
> org.eclipse.ui.internal.JFaceUtil$1.run(ISafeRunnable) JFaceUtil.java:50
> org.eclipse.jface.util.SafeRunnable.run(ISafeRunnable) SafeRunnable.java:173
> org.eclipse.jface.viewers.Viewer.fireSelectionChanged(SelectionChangedEvent) Viewer.java:155
> org.eclipse.jface.viewers.StructuredViewer.updateSelection(ISelection) StructuredViewer.java:2191
> org.eclipse.jface.viewers.StructuredViewer.handleSelect(SelectionEvent) StructuredViewer.java:1229
> org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(SelectionEvent) StructuredViewer.java:1258
> org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(SelectionEvent) OpenStrategy.java:242
> org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy, SelectionEvent) OpenStrategy.java:236
> org.eclipse.jface.util.OpenStrategy$1.handleEvent(Event) OpenStrategy.java:405
> org.eclipse.swt.widgets.EventTable.sendEvent(Event) EventTable.java:84
> org.eclipse.swt.widgets.Display.sendEvent(EventTable, Event) Display.java:4418
> org.eclipse.swt.widgets.Widget.sendEvent(Event) Widget.java:1079
> org.eclipse.swt.widgets.Display.runDeferredEvents() Display.java:4236
> org.eclipse.swt.widgets.Display.readAndDispatch() Display.java:3824
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run() PartRenderingEngine.java:1121
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm, Runnable) Realm.java:336
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(MApplicationElement, IEclipseContext) PartRenderingEngine.java:1022
> org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(MApplicationElement) E4Workbench.java:150
> org.eclipse.ui.internal.Workbench$5.run() Workbench.java:693
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm, Runnable) Realm.java:336
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) Workbench.java:610
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) PlatformUI.java:148
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IApplicationContext) IDEApplication.java:138
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Object) EclipseAppHandle.java:196
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Object) EclipseAppLauncher.java:134
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Object) EclipseAppLauncher.java:104
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(Object) EclipseStarter.java:388
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(String[], Runnable) EclipseStarter.java:243
> sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) NativeMethodAccessorImpl.java (native)
> sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[]) NativeMethodAccessorImpl.java:62
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[]) DelegatingMethodAccessorImpl.java:43
> java.lang.reflect.Method.invoke(Object, Object[]) Method.java:498
> org.eclipse.equinox.launcher.Main.invokeFramework(String[], URL[]) Main.java:673
> org.eclipse.equinox.launcher.Main.basicRun(String[]) Main.java:610
> org.eclipse.equinox.launcher.Main.run(String[]) Main.java:1519
> Worker-33 <--- Frozen for at least 14m 43s
> org.eclipse.wst.server.core.internal.Server.getModules() Server.java:2526
> org.eclipse.wst.server.core.internal.Server.visit(IModuleVisitor, IProgressMonitor) Server.java:3035
> org.eclipse.wst.server.core.internal.Server$ResourceChangeJob.run(IProgressMonitor) Server.java:228
> org.eclipse.core.internal.jobs.Worker.run() Worker.java:55
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24186) Eclipse workspace deadlocking during refresh/rebuild
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24186?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24186:
------------------------------------
/me sets component to appease the jiralint gods.
> Eclipse workspace deadlocking during refresh/rebuild
> ----------------------------------------------------
>
> Key: JBIDE-24186
> URL: https://issues.jboss.org/browse/JBIDE-24186
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server
> Affects Versions: 4.4.3.Final
> Reporter: Beirti O'Nunain
> Assignee: Rob Stryker
> Fix For: 4.4.4.Final
>
>
> - Windows 7
> - Eclipse Neon.2 (4.6.2)
> - Developer Studio 10.3.0
> After a workspace SVN update, the rebuild in Eclipse hangs (Eclipse remains responsive for a short time) with the following jobs in the progress pane:
> + "Refreshing '/my-non-j2ee-webproject/target/m2e-wtp/web-resources'"
> + Updating Maven Project (Waiting)
> + Updating Maven Project (Waiting)
> + Updating Maven Project (Waiting)
> + Updating Maven Project (Waiting)
> ....
> The project referenced above is a simple web project with no J2EE or JBoss components, nor is it referenced by any servers in the workspace.
> Profiling with yourkit detects a deadlock in the following thread:
> Worker-33 <--- Frozen for at least 8m 27s
> org.eclipse.wst.server.core.internal.Server.getModules() Server.java:2526
> org.eclipse.wst.server.core.internal.Server.visit(IModuleVisitor, IProgressMonitor) Server.java:3035
> org.eclipse.wst.server.core.internal.Server$ResourceChangeJob.run(IProgressMonitor) Server.java:228
> org.eclipse.core.internal.jobs.Worker.run() Worker.java:55
> I started profiling Yourkit when the build hung. It shows the following as the live call stack:
> Call Tree Time (ms) Level
> <All threads> 530944 1
> org.eclipse.linuxtools.internal.docker.core.DockerContainerRefreshManager$ContainerRefreshThread.run() 530086 2
> org.eclipse.equinox.launcher.Main.run(String[]) 436 2
> org.eclipse.core.internal.jobs.Worker.run() 421 2
> I've not found a workaround yet. Killing eclipse and cleaning the workspace sometimes avoids the issue. This issue does not happen in an Eclipse installation where JBoss tools has not been installed
> Eclipse remains responsive until another call to 'Server.getModules' happens. Below is the deadlock trace from when Eclipse completely hangs:
> Frozen threads found (potential deadlock)
> It seems that the following threads have not changed their stack for more than 10 seconds.
> These threads are possibly (but not necessarily!) in a deadlock or hung.
> main <--- Frozen for at least 2m 21s
> org.eclipse.wst.server.core.internal.Server.getModules() Server.java:2527
> org.jboss.ide.eclipse.as.ui.actions.ChangeTimeStampActionDelegate.getServers(IModule) ChangeTimeStampActionDelegate.java:150
> org.jboss.ide.eclipse.as.ui.actions.ChangeTimeStampActionDelegate.buildActions() ChangeTimeStampActionDelegate.java:112
> org.jboss.ide.eclipse.as.ui.actions.ChangeTimeStampActionDelegate.selectionChanged(IAction, ISelection) ChangeTimeStampActionDelegate.java:69
> org.eclipse.ui.internal.PluginAction.refreshEnablement() PluginAction.java:206
> org.eclipse.ui.internal.PluginAction.selectionChanged(ISelection) PluginAction.java:273
> org.eclipse.ui.internal.PluginAction.selectionChanged(IWorkbenchPart, ISelection) PluginAction.java:297
> org.eclipse.ui.internal.e4.compatibility.SelectionService.notifyListeners(IWorkbenchPart, ISelection, ListenerList) SelectionService.java:259
> org.eclipse.ui.internal.e4.compatibility.SelectionService.handleSelectionChanged(MPart, Object, boolean) SelectionService.java:108
> org.eclipse.ui.internal.e4.compatibility.SelectionService.access$0(SelectionService, MPart, Object, boolean) SelectionService.java:92
> org.eclipse.ui.internal.e4.compatibility.SelectionService$1.selectionChanged(MPart, Object) SelectionService.java:67
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator$2.run() SelectionAggregator.java:126
> org.eclipse.core.runtime.SafeRunner.run(ISafeRunnable) SafeRunner.java:42
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator.notifyListeners(MPart, Object) SelectionAggregator.java:123
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator.access$6(SelectionAggregator, MPart, Object) SelectionAggregator.java:121
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator$7$1.run() SelectionAggregator.java:231
> org.eclipse.e4.core.contexts.RunAndTrack.runExternalCode(Runnable) RunAndTrack.java:56
> org.eclipse.e4.ui.internal.workbench.SelectionAggregator$7.changed(IEclipseContext) SelectionAggregator.java:228
> org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(ContextChangeEvent) TrackableComputationExt.java:114
> org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(Set) EclipseContext.java:343
> org.eclipse.e4.core.internal.contexts.EclipseContext.set(String, Object) EclipseContext.java:358
> org.eclipse.e4.ui.internal.workbench.SelectionServiceImpl.setSelection(Object) SelectionServiceImpl.java:31
> org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.selectionChanged(SelectionChangedEvent) CompatibilityPart.java:450
> org.eclipse.jface.viewers.Viewer$1.run() Viewer.java:158
> org.eclipse.core.runtime.SafeRunner.run(ISafeRunnable) SafeRunner.java:42
> org.eclipse.ui.internal.JFaceUtil$1.run(ISafeRunnable) JFaceUtil.java:50
> org.eclipse.jface.util.SafeRunnable.run(ISafeRunnable) SafeRunnable.java:173
> org.eclipse.jface.viewers.Viewer.fireSelectionChanged(SelectionChangedEvent) Viewer.java:155
> org.eclipse.jface.viewers.StructuredViewer.updateSelection(ISelection) StructuredViewer.java:2191
> org.eclipse.jface.viewers.StructuredViewer.handleSelect(SelectionEvent) StructuredViewer.java:1229
> org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(SelectionEvent) StructuredViewer.java:1258
> org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(SelectionEvent) OpenStrategy.java:242
> org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy, SelectionEvent) OpenStrategy.java:236
> org.eclipse.jface.util.OpenStrategy$1.handleEvent(Event) OpenStrategy.java:405
> org.eclipse.swt.widgets.EventTable.sendEvent(Event) EventTable.java:84
> org.eclipse.swt.widgets.Display.sendEvent(EventTable, Event) Display.java:4418
> org.eclipse.swt.widgets.Widget.sendEvent(Event) Widget.java:1079
> org.eclipse.swt.widgets.Display.runDeferredEvents() Display.java:4236
> org.eclipse.swt.widgets.Display.readAndDispatch() Display.java:3824
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run() PartRenderingEngine.java:1121
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm, Runnable) Realm.java:336
> org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(MApplicationElement, IEclipseContext) PartRenderingEngine.java:1022
> org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(MApplicationElement) E4Workbench.java:150
> org.eclipse.ui.internal.Workbench$5.run() Workbench.java:693
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm, Runnable) Realm.java:336
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) Workbench.java:610
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) PlatformUI.java:148
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IApplicationContext) IDEApplication.java:138
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Object) EclipseAppHandle.java:196
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Object) EclipseAppLauncher.java:134
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Object) EclipseAppLauncher.java:104
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(Object) EclipseStarter.java:388
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(String[], Runnable) EclipseStarter.java:243
> sun.reflect.NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) NativeMethodAccessorImpl.java (native)
> sun.reflect.NativeMethodAccessorImpl.invoke(Object, Object[]) NativeMethodAccessorImpl.java:62
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Object, Object[]) DelegatingMethodAccessorImpl.java:43
> java.lang.reflect.Method.invoke(Object, Object[]) Method.java:498
> org.eclipse.equinox.launcher.Main.invokeFramework(String[], URL[]) Main.java:673
> org.eclipse.equinox.launcher.Main.basicRun(String[]) Main.java:610
> org.eclipse.equinox.launcher.Main.run(String[]) Main.java:1519
> Worker-33 <--- Frozen for at least 14m 43s
> org.eclipse.wst.server.core.internal.Server.getModules() Server.java:2526
> org.eclipse.wst.server.core.internal.Server.visit(IModuleVisitor, IProgressMonitor) Server.java:3035
> org.eclipse.wst.server.core.internal.Server$ResourceChangeJob.run(IProgressMonitor) Server.java:228
> org.eclipse.core.internal.jobs.Worker.run() Worker.java:55
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBIDE-24219) Installation of JBoss Fuse Tools results in conflicting dependency while installing from Central
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24219?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-24219:
-------------------------------------
So, currently m2eclipse-tycho 0.8.0 is discovered for m2e 1.6 to 1.8.
AFAICT from this [diff|https://github.com/tesla/m2eclipse-tycho/compare/cd277ca497196f70c80...], m2eclipse-tycho 0.9.0 doesn't introduce backward incompatibilities, so it should be safe to update the [connector catalog|https://github.com/takari/m2e-discovery-catalog/blob/master/org.e...], from a pure Java/Eclipse/m2e compatibility standpoint.
However, there's regression in 0.9.0 that will impact *all* PDE users installing m2eclipse-tycho: https://github.com/tesla/m2eclipse-tycho/issues/32.
So, I'm a bit worried about forcing 0.9.0 on everyone.
> Installation of JBoss Fuse Tools results in conflicting dependency while installing from Central
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24219
> URL: https://issues.jboss.org/browse/JBIDE-24219
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central-update, maven
> Affects Versions: 4.4.4.AM2
> Environment: Eclipse JEE-NEON based on neon.3
> JBT 4.4.4.AM2
> Reporter: Ondrej Dockal
> Priority: Critical
> Attachments: docker_reddeer.zip
>
>
> We have got a conflicting dependency during installation of Fuse Tooling:
> {code}
> Cannot complete the install because of a conflicting dependency.
> Software being installed: JBoss Fuse Tooling Apache Camel Editor 9.1.0.Final-v20170214-0902-B104 (org.fusesource.ide.camel.editor.feature.feature.group 9.1.0.Final-v20170214-0902-B104)
> Software currently installed: Tycho Project Configurators 0.8.0.201409231215 (org.sonatype.tycho.m2e.feature.feature.group 0.8.0.201409231215)
> Only one of the following can be installed at once:
> Tycho Project Configurators 0.8.0.201409231215 (org.sonatype.tycho.m2e 0.8.0.201409231215)
> Tycho Project Configurators 0.9.0.201609061714 (org.sonatype.tycho.m2e 0.9.0.201609061714)
> Cannot satisfy dependency:
> From: JBoss Fuse Tooling Apache Camel Editor 9.1.0.Final-v20170214-0902-B104 (org.fusesource.ide.camel.editor.feature.feature.group 9.1.0.Final-v20170214-0902-B104)
> To: org.fusesource.ide.project [9.1.0.Final-v20170214-0902-B104]
> Cannot satisfy dependency:
> From: Fuse Project Plugin 9.1.0.Final-v20170214-0902-B104 (org.fusesource.ide.project 9.1.0.Final-v20170214-0902-B104)
> To: bundle org.sonatype.tycho.m2e 0.9.0
> Cannot satisfy dependency:
> From: Tycho Project Configurators 0.8.0.201409231215 (org.sonatype.tycho.m2e.feature.feature.group 0.8.0.201409231215)
> To: org.sonatype.tycho.m2e [0.8.0.201409231215]
> {code}
> We have found out that m2e discovery catalog ([url|http://download.eclipse.org/technology/m2e/discovery/directory-1.7.xml], that is usually used when we import integration tests plugins into IDE, is installing org.sonatype.tycho.m2e.feature.feature.group 0.8.0.201409231215 feature. This version is in conflict with the one that Fuse Tooling uses as its target platform ([here|http://download.jboss.org/jbosstools/targetplatforms/jbtistarget/4.4...] - org.sonatype.tycho.m2e_0.9.0.201609061714.jar).
> [~apodhrad] You might want to take a look here, I am not sure if we need to update (report to upstream) discovery catalog url to use newer version of tycho configurator ([here|http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/] - 0.9.0).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBTIS-1070) Update BPEL to Neon in IS
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1070?page=com.atlassian.jira.plugin... ]
Paul Leacu closed JBTIS-1070.
-----------------------------
Resolution: Done
BPEL in TP updated.
> Update BPEL to Neon in IS
> -------------------------
>
> Key: JBTIS-1070
> URL: https://issues.jboss.org/browse/JBTIS-1070
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Components: BPEL
> Affects Versions: 10.2.0.GA
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 10.3.0.GA
>
>
> *Reason:* Mirror the Neon org.eclipse bpel and modify the IS to pull it on.
> *Project page/sources:* http://download.jboss.org/jbosstools/updates/requirements/bpel/1.1.0.Final/
> *Version:* .1.1.0.Final
> *License and owner:* EPL
> *Original p2 repo:*
> *JBoss mirror:* http://download.jboss.org/jbosstools/updates/requirements/bpel/1.1.0.Final/
> *Include Sources:* Yes
> *Affected JBoss Tools components:* Integration Stack
> *Include in JBDS:* Yes DevstudioIS
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> diff --git a/target-platform/src/targets/community.target b/target-platform/src/targets/community.target
> index 221f8f5..5dbf8cc 100644
> --- a/target-platform/src/targets/community.target
> +++ b/target-platform/src/targets/community.target
> @@ -15,10 +15,10 @@
> <unit id="org.jboss.tools.project.examples.feature.feature.group" version="3.1.3.v20170210-2258"/>
> <unit id="org.jboss.tools.central.feature.feature.group" version="2.1.3.v20170116-1347"/>
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui..."/> -->
> - <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.3.AM2/"/> -->
> + <repository id="jbt-core-4.4.4.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.4.AM2/"/>
> <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/static/neon/development/updates/core..."/> -->
> <!-- <repository id="jbt-core-4.4.2.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/core/4.4...."/> -->
> - <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/>
> + <!-- <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/> -->
> </location>
>
> </locations>
> diff --git a/target-platform/src/targets/core-base.target b/target-platform/src/targets/core-base.target
> index 4371409..845d8a6 100644
> --- a/target-platform/src/targets/core-base.target
> +++ b/target-platform/src/targets/core-base.target
> @@ -10,28 +10,28 @@
> <!-- JBoss Tools Core Base Dependencies
> ref: <repository loc>/site.properties -->
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> - <unit id="org.hibernate.eclipse.feature.feature.group" version="5.1.3.v20170210-1113"/>
> - <unit id="org.jboss.ide.eclipse.archives.feature.feature.group" version="3.6.103.v20170119-2212"/>
> - <unit id="org.jboss.ide.eclipse.as.feature.feature.group" version="3.2.3.v20170215-2039"/>
> + <unit id="org.hibernate.eclipse.feature.feature.group" version="5.1.4.v20170320-1114"/>
> + <unit id="org.jboss.ide.eclipse.archives.feature.feature.group" version="3.6.104.v20170308-1740"/>
> + <unit id="org.jboss.ide.eclipse.as.feature.feature.group" version="3.2.4.v20170329-2139"/>
> <unit id="org.jboss.ide.eclipse.freemarker.feature.feature.group" version="1.5.300.v20161214-1103"/>
> <unit id="org.jboss.tools.cdi.deltaspike.feature.feature.group" version="1.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.cdi.feature.feature.group" version="1.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.cdi.seam.feature.feature.group" version="1.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.central.feature.feature.group" version="2.1.3.v20170116-1347"/>
> <unit id="org.jboss.tools.discovery.core" version="1.2.3.v20161214-0939"/>
> - <unit id="org.jboss.tools.common.core.feature.feature.group" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.feature.feature.group" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.jdt.feature.feature.group" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.mylyn.feature.feature.group" version="3.8.3.v20161219-1810"/>
> - <unit id="org.jboss.tools.common.text.ext.feature.feature.group" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.ui.feature.feature.group" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.verification.feature.feature.group" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.feature.feature.group" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.foundation.feature.feature.group" version="1.3.3.v20170217-0505"/>
> - <unit id="org.jboss.tools.foundation.security.linux.feature.feature.group" version="1.3.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.foundation.help.ui" version="1.3.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.foundation.license.feature.feature.group" version="1.3.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.jmx.feature.feature.group" version="1.8.3.v20170207-2236"/>
> + <unit id="org.jboss.tools.common.core.feature.feature.group" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.feature.feature.group" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.jdt.feature.feature.group" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.mylyn.feature.feature.group" version="3.8.4.v20170315-2230"/>
> + <unit id="org.jboss.tools.common.text.ext.feature.feature.group" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.ui.feature.feature.group" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.verification.feature.feature.group" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.feature.feature.group" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.foundation.feature.feature.group" version="1.3.4.v20170330-0227"/>
> + <unit id="org.jboss.tools.foundation.security.linux.feature.feature.group" version="1.3.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.foundation.help.ui" version="1.3.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.foundation.license.feature.feature.group" version="1.3.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.jmx.feature.feature.group" version="1.9.0.v20170329-1707"/>
> <unit id="org.jboss.tools.jsf.feature.feature.group" version="3.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.jst.feature.feature.group" version="3.8.3.v20161214-1634"/>
> <unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.3.0.201610261805"/>
> @@ -44,14 +44,14 @@
> <unit id="org.jboss.tools.maven.project.examples.feature.feature.group" version="3.1.3.v20161214-0939"/>
> <unit id="org.jboss.tools.maven.seam.feature.feature.group" version="1.8.3.v20161214-0939"/>
> <unit id="org.jboss.tools.maven.sourcelookup.feature.feature.group" version="1.8.3.v20161214-0939"/>
> - <unit id="org.jboss.tools.openshift.cdk.feature.feature.group" version="3.3.2.v20170216-0102"/>
> - <unit id="org.jboss.tools.openshift.egit.integration.feature.feature.group" version="3.3.2.v20161213-1011"/>
> - <unit id="org.jboss.tools.openshift.express.feature.feature.group" version="3.3.2.v20170206-2133"/>
> - <unit id="org.jboss.tools.openshift.feature.feature.group" version="3.3.2.v20170217-1414"/>
> - <unit id="org.jboss.tools.openshift.js.feature.feature.group" version="3.3.2.v20170119-1710"/>
> + <unit id="org.jboss.tools.openshift.cdk.feature.feature.group" version="3.3.3.v20170323-1409"/>
> + <unit id="org.jboss.tools.openshift.egit.integration.feature.feature.group" version="3.3.3.v20170329-0817"/>
> + <unit id="org.jboss.tools.openshift.express.feature.feature.group" version="3.3.3.v20170329-0817"/>
> + <unit id="org.jboss.tools.openshift.feature.feature.group" version="3.3.3.v20170330-0321"/>
> + <unit id="org.jboss.tools.openshift.js.feature.feature.group" version="3.3.3.v20170329-2232"/>
> <unit id="org.jboss.tools.portlet.feature.feature.group" version="1.6.0.Final-v20141209-0339-B20"/>
> <unit id="org.jboss.tools.project.examples.feature.feature.group" version="3.1.3.v20170210-2258"/>
> - <unit id="org.jboss.tools.runtime.core.feature.feature.group" version="3.2.3.v20170125-1654"/>
> + <unit id="org.jboss.tools.runtime.core.feature.feature.group" version="3.2.4.v20170316-1803"/>
> <unit id="org.jboss.tools.runtime.seam.detector.feature.feature.group" version="3.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.seam.feature.feature.group" version="3.8.3.v20161214-1452"/>
> <unit id="org.jboss.tools.stacks.core.feature.feature.group" version="1.3.3.v20161213-1258"/>
> @@ -60,11 +60,11 @@
> <unit id="org.mozilla.xpcom" version="1.9.2.16"/>
>
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui..."/> -->
> - <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.3.AM2/"/> -->
> + <repository id="jbt-core-4.4.4.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.4.AM2/"/>
> <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/static/neon/development/updates/core..."/> -->
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/snapshots/updates/core/master"/> -->
> <!-- <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.3.Final/"/> -->
> - <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/>
> + <!-- <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/> -->
> </location>
>
> </locations>
> diff --git a/target-platform/src/targets/integration-stack-base-ea.target b/target-platform/src/targets/integration-stack-base-ea.target
> index a237c54..c0711e9 100644
> --- a/target-platform/src/targets/integration-stack-base-ea.target
> +++ b/target-platform/src/targets/integration-stack-base-ea.target
> @@ -15,27 +15,27 @@
> <!-- TODO: consider migrating UI tests to https://github.com/jbosstools/jbosstools-integration-tests/ so they're built downstream instead of within the components' builds -->
> <unit id="org.jboss.tools.test.feature.feature.group" version="3.7.3.v20161213-1258"/>
> <unit id="org.jboss.tools.tests" version="3.7.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.as.test.core" version="3.2.3.v20170119-2212"/>
> - <unit id="org.jboss.tools.common.base.test" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.test" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.jmx.core.test" version="1.8.3.v20170119-2212"/>
> + <unit id="org.jboss.tools.as.test.core" version="3.2.4.v20170329-2126"/>
> + <unit id="org.jboss.tools.common.base.test" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.test" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.jmx.core.test" version="1.9.0.v20170329-1655"/>
>
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui..."/>-->
> <!-- <repository location="http://download.jboss.org/jbosstools/static/mars/stable/updates/coretests..."/> -->
> - <!-- <repository location="http://download.jboss.org/jbosstools/neon/staging/updates/coretests/4.4.2..."/> -->
> + <repository id="jbt-coretests-4.4.4.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/coretests/4.4.4..."/>
> <!-- <repository id="jbt-coretests-4.4.2.Final" location="http://download.jboss.org/jbosstools/static/neon/development/updates/core..."/> -->
> - <repository id="jbt-coretests-4.4.3.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/coretests..."/>
> + <!-- <repository id="jbt-coretests-4.4.3.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/coretests..."/> -->
> </location>
>
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> - <unit id="org.jboss.tools.common" version="3.8.3.v20161213-1258"/>
> + <unit id="org.jboss.tools.common" version="3.8.4.v20170316-1803"/>
>
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui..."/> -->
> - <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.3.AM2/"/> -->
> + <repository id="jbt-core-4.4.4.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.4.AM2/"/>
> <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/static/neon/development/updates/core..."/> -->
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.2.Final/"/> -->
> <!-- <repository id="jbt-core-4.4.2.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/core/4.4...."/> -->
> - <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/>
> + <!-- <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/> -->
> </location>
>
> </locations>
> diff --git a/target-platform/src/targets/integration-stack-base.target b/target-platform/src/targets/integration-stack-base.target
> index e51d725..a6fe17f 100644
> --- a/target-platform/src/targets/integration-stack-base.target
> +++ b/target-platform/src/targets/integration-stack-base.target
> @@ -17,13 +17,19 @@
>
> <!-- BPEL -->
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> - <unit id="org.eclipse.bpel.common.feature.feature.group" version="1.0.5.Final-v20160115-1558"/>
> - <unit id="org.eclipse.bpel.feature.feature.group" version="1.0.5.Final-v20160115-1558"/>
> - <unit id="org.eclipse.bpel.apache.ode.runtime.feature.feature.group" version="1.0.5.Final-v20160115-1558"/>
> - <unit id="org.eclipse.bpel.common.feature.source.feature.group" version="1.0.5.Final-v20160115-1558"/>
> - <unit id="org.eclipse.bpel.feature.source.feature.group" version="1.0.5.Final-v20160115-1558"/>
> - <unit id="org.eclipse.bpel.apache.ode.runtime.feature.source.feature.group" version="1.0.5.Final-v20160115-1558"/>
> - <repository id="jbt-bpel" location="http://download.jboss.org/jbosstools/updates/requirements/bpel/"/>
> + <unit id="org.eclipse.bpel.common.feature.feature.group" version="1.1.0.Final-v20160121-1401"/>
> + <unit id="org.eclipse.bpel.feature.feature.group" version="1.1.0.Final-v20160121-1401"/>
> + <unit id="org.eclipse.bpel.apache.ode.runtime.feature.feature.group" version="1.1.0.Final-v20160121-1401"/>
> + <unit id="org.eclipse.bpel.common.feature.source.feature.group" version="1.1.0.Final-v20160121-1401"/>
> + <unit id="org.eclipse.bpel.feature.source.feature.group" version="1.1.0.Final-v20160121-1401"/>
> + <unit id="org.eclipse.bpel.apache.ode.runtime.feature.source.feature.group" version="1.1.0.Final-v20160121-1401"/>
> + <repository id="jbt-bpel" location="http://download.jboss.org/jbosstools/updates/requirements/bpel/1.1.0.Final/"/>
> + </location>
> +
> + <!-- Reddeer - QE -->
> + <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> + <unit id="org.jboss.reddeer.graphiti.feature.feature.group" version="1.2.1.Final"/>
> + <repository id="jbt-reddeer" location="http://download.jboss.org/jbosstools/neon/stable/updates/reddeer/1.2.1/"/>
> </location>
>
> <!-- JBoss Tools Locus - objects either not in Eclipse Orbit or needed sooner than scheduled. -->
> @@ -71,7 +77,7 @@
> <unit id="org.eclipse.emf.ecore.feature.group" version="2.12.0.v20160420-0247"/>
> <unit id="org.eclipse.emf.codegen.ecore.ui.feature.group" version="2.12.0.v20160526-0356"/>
>
> - <unit id="org.eclipse.uml2.feature.group" version="5.2.2.v20161114-0827"/>
> + <unit id="org.eclipse.uml2.feature.group" version="5.2.3.v20170227-0935"/>
>
> <!-- Google Guava : Eclipse EMF -->
> <unit id="com.google.guava" version="15.0.0.v201403281430"/>
> @@ -141,7 +147,7 @@
> <unit id="org.eclipse.birt.core" version="4.6.0.v201606072122"/>
>
> <!-- <repository id="jbt-neon" location="http://download.jboss.org/jbosstools/updates/requirements/neon/"/> -->
> - <repository id="jbt-neon" location="http://download.jboss.org/jbosstools/updates/requirements/neon/2016120710..."/>
> + <repository id="jbt-neon" location="http://download.jboss.org/jbosstools/updates/requirements/neon/2017032310..."/>
> </location>
>
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> @@ -239,25 +245,27 @@
> <!-- TODO: consider migrating UI tests to https://github.com/jbosstools/jbosstools-integration-tests/ so they're built downstream instead of within the components' builds -->
> <unit id="org.jboss.tools.test.feature.feature.group" version="3.7.3.v20161213-1258"/>
> <unit id="org.jboss.tools.tests" version="3.7.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.as.test.core" version="3.2.3.v20170119-2212"/>
> - <unit id="org.jboss.tools.common.base.test" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.common.test" version="3.8.3.v20161213-1258"/>
> - <unit id="org.jboss.tools.jmx.core.test" version="1.8.3.v20170119-2212"/>
> + <unit id="org.jboss.tools.as.test.core" version="3.2.4.v20170329-2126"/>
> + <unit id="org.jboss.tools.common.base.test" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.common.test" version="3.8.4.v20170316-1803"/>
> + <unit id="org.jboss.tools.jmx.core.test" version="1.9.0.v20170329-1655"/>
>
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui..."/>-->
> <!-- <repository location="http://download.jboss.org/jbosstools/static/mars/stable/updates/coretests..."/> -->
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/staging/updates/coretests/4.4.2..."/> -->
> + <repository id="jbt-core-tests-4.4.4.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/coretests/4.4.4..."/>
> <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/static/neon/development/updates/core..."/> -->
> - <repository id="jbt-coretests-4.4.3.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/coretests..."/>
> + <!-- <repository id="jbt-coretests-4.4.3.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/coretests..."/> -->
> <!-- <repository id="jbt-coretests-4.4.2.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/coretests..."/> -->
> </location>
>
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> - <unit id="org.jboss.tools.common" version="3.8.3.v20161213-1258"/>
> + <unit id="org.jboss.tools.common" version="3.8.4.v20170316-1803"/>
>
> <!-- <repository location="http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-bui..."/> -->
> - <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/static/neon/development/updates/core..."/> -->
> - <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/>
> + <repository id="jbt-core-4.4.4.AM2" location="http://download.jboss.org/jbosstools/neon/staging/updates/core/4.4.4.AM2/"/>
> + <!-- <repository id="jbt-core-4.4.3.AM2" location="http://download.jboss.org/jbosstools/static/neon/development/updates/core..."/> -->
> + <!-- <repository id="jbt-core-4.4.3.Final" location="http://download.jboss.org/jbosstools/neon/stable/updates/core/"/> -->
> <!-- <repository id="jbt-core-4.4.2.Final" location="http://download.jboss.org/jbosstools/static/neon/stable/updates/core/4.4...."/> -->
> </location>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years