[JBoss JIRA] (JBIDE-22472) Improve UI of per-module zip settings
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22472?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-22472:
-------------------------------------
I've decided to make the 'Zip' column have a combo box. The items in combo will be 'default', 'yes', and 'no'. This way a user can be absolutely clear whether the deployment is using the default setting or a hard-coded setting of their own per-module.
> Improve UI of per-module zip settings
> -------------------------------------
>
> Key: JBIDE-22472
> URL: https://issues.jboss.org/browse/JBIDE-22472
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.4.0.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
>
> This is a follow up of JBIDE-22157 and JBIDE-20577.
> When you were implementing JBIDE-22157, you asked me for feedback which I gave you but there was no further reply from you:
> https://github.com/jbosstools/jbosstools-server/pull/412
> {quote}
> what happens if I select to zip all? the new column does not apply then? it would be good to make this obvious somehow.
> also, could it be a checkbox instead of false/true?
> {quote}
> 1) Could we have checkboxes instead of true/false?
> 2) On a new server adapter, a "false" actually means "see default above" - once you change the default to compress all, each "false" will change to "true". But once you change a module to true and then back to false, changing the default will no longer affect the module settings anymore. This is counter intuitive.
> So what would make more sense in my opinion is to have checkboxes for each module and then perhaps a link called "all" at the column header? And get rid of the default settings? What do you think?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22611) target platform validation fails to detect duplicate IUs
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22611?page=com.atlassian.jira.plugi... ]
Paul Leacu commented on JBIDE-22611:
------------------------------------
This showed up in both the SwitchYard and Fuse IDE target platform builds using
{code}
mvn -Pmultiple2repo -U -Dmirror-target-to-repo.includeSources=true clean install
{code}
> target platform validation fails to detect duplicate IUs
> --------------------------------------------------------
>
> Key: JBIDE-22611
> URL: https://issues.jboss.org/browse/JBIDE-22611
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.4.1.Alpha1
>
>
> Recently, I added the Jenkins Text Finder to the target platform matrix job so that when bad things happen in the log, the build is shown in yellow instead of having the bad things ignored behind a blue ball. For example:
> {code}
> [p2.dir] !MESSAGE Cannot complete the install because of a conflicting dependency.
> [p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160603-1933 (org.eclipse.m2e.model.edit 1.7.0.20160603-1933)
> [p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160531-2022 (org.eclipse.m2e.model.edit 1.7.0.20160531-2022)
> BUILD FAILED
> {code}
> But this is not the same error that Paul Leacu recently reported:
> {code}
> > [ERROR] Resolution failed:
> > [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2
> > [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r
> > [ERROR] Only one of the following can be installed at once: [org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r, org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2]{code}
> So either we have multiple instances of multiple versions of the same IU, or he's doing a different installation than the TP verification step is.
> Either way, we need to make these problems more visible so they're caught sooner.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22611) target platform validation fails to detect duplicate IUs
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22611?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-22611:
----------------------------------
Assignee: Nick Boldt
> target platform validation fails to detect duplicate IUs
> --------------------------------------------------------
>
> Key: JBIDE-22611
> URL: https://issues.jboss.org/browse/JBIDE-22611
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.4.1.Alpha1
>
>
> Recently, I added the Jenkins Text Finder to the target platform matrix job so that when bad things happen in the log, the build is shown in yellow instead of having the bad things ignored behind a blue ball. For example:
> {code}
> [p2.dir] !MESSAGE Cannot complete the install because of a conflicting dependency.
> [p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160603-1933 (org.eclipse.m2e.model.edit 1.7.0.20160603-1933)
> [p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160531-2022 (org.eclipse.m2e.model.edit 1.7.0.20160531-2022)
> BUILD FAILED
> {code}
> But this is not the same error that Paul Leacu recently reported:
> {code}
> > [ERROR] Resolution failed:
> > [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2
> > [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r
> > [ERROR] Only one of the following can be installed at once: [org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r, org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2]{code}
> So either we have multiple instances of multiple versions of the same IU, or he's doing a different installation than the TP verification step is.
> Either way, we need to make these problems more visible so they're caught sooner.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22611) target platform validation fails to detect duplicate IUs
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22611?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-22611:
-------------------------------
Fix Version/s: 4.4.1.Alpha1
> target platform validation fails to detect duplicate IUs
> --------------------------------------------------------
>
> Key: JBIDE-22611
> URL: https://issues.jboss.org/browse/JBIDE-22611
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.4.1.Alpha1
>
>
> Recently, I added the Jenkins Text Finder to the target platform matrix job so that when bad things happen in the log, the build is shown in yellow instead of having the bad things ignored behind a blue ball. For example:
> {code}
> [p2.dir] !MESSAGE Cannot complete the install because of a conflicting dependency.
> [p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160603-1933 (org.eclipse.m2e.model.edit 1.7.0.20160603-1933)
> [p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160531-2022 (org.eclipse.m2e.model.edit 1.7.0.20160531-2022)
> BUILD FAILED
> {code}
> But this is not the same error that Paul Leacu recently reported:
> {code}
> > [ERROR] Resolution failed:
> > [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2
> > [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r
> > [ERROR] Only one of the following can be installed at once: [org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r, org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2]{code}
> So either we have multiple instances of multiple versions of the same IU, or he's doing a different installation than the TP verification step is.
> Either way, we need to make these problems more visible so they're caught sooner.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22611) target platform validation fails to detect duplicate IUs
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-22611:
----------------------------------
Summary: target platform validation fails to detect duplicate IUs
Key: JBIDE-22611
URL: https://issues.jboss.org/browse/JBIDE-22611
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: target-platform
Reporter: Nick Boldt
Priority: Critical
Recently, I added the Jenkins Text Finder to the target platform matrix job so that when bad things happen in the log, the build is shown in yellow instead of having the bad things ignored behind a blue ball. For example:
{code}
[p2.dir] !MESSAGE Cannot complete the install because of a conflicting dependency.
[p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160603-1933 (org.eclipse.m2e.model.edit 1.7.0.20160603-1933)
[p2.dir] !MESSAGE Maven Project Model Edit Bundle 1.7.0.20160531-2022 (org.eclipse.m2e.model.edit 1.7.0.20160531-2022)
BUILD FAILED
{code}
But this is not the same error that Paul Leacu recently reported:
{code}
> [ERROR] Resolution failed:
> [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2
> [ERROR] Software being installed: org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r
> [ERROR] Only one of the following can be installed at once: [org.eclipse.egit.ui.smartimport 4.4.0.201606070830-r, org.eclipse.egit.ui.smartimport 4.4.0.201606011500-rc2]{code}
So either we have multiple instances of multiple versions of the same IU, or he's doing a different installation than the TP verification step is.
Either way, we need to make these problems more visible so they're caught sooner.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22604) CDK server adapter stuck at starting
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22604?page=com.atlassian.jira.plugi... ]
Alexey Kazakov resolved JBIDE-22604.
------------------------------------
Resolution: Done
Should be fixed in the latest CDK 2.1.0.RC5
> CDK server adapter stuck at starting
> ------------------------------------
>
> Key: JBIDE-22604
> URL: https://issues.jboss.org/browse/JBIDE-22604
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, upstream
> Affects Versions: 4.4.0.Final
> Environment: development-suite-1.0.0-GA-20160615-188-bundle-installer.exe
> devstudio 10.0.0.GA-a
> CDK 2.1.RC3
> Reporter: Jan Richter
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.4.0.Final
>
>
> I have installed the development suite using the all-in-1 installer (on 3 different windows machines now). Every time I try to start CDK using the server adapter it gets stuck on 'starting'.
> In fact the CDK does start up, openshift is running, but no connection is created + the server adapter is marked as starting and the job (starting CDK) is spinning until it hits the timeout.
> Strange thing is - stopping the job/server adapter at this point will first create the desired openshift connection and then CDK wil stop.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22599) Missing reference at "decision" tag is not reported in source view
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22599?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22599:
-----------------------------------
Sprint: devex #116 June 2016
> Missing reference at "decision" tag is not reported in source view
> ------------------------------------------------------------------
>
> Key: JBIDE-22599
> URL: https://issues.jboss.org/browse/JBIDE-22599
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.4.0.Final
> Environment: Fedora 24,
> devstudio:
> Version: 10.0.0.GA
> Build id: GA-v20160613-1243-B18
> Build date: 20160613-1243
> Reporter: Ondrej Dockal
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.4.1.Alpha1
>
> Attachments: DesignView.png, SourceView.png
>
>
> While validation in design and diagram views is reporting missing reference in decision tag, in the source view this report is missing. Might be change to an enhancement.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBTIS-744) JBTIS Target Platform - Neon - sync with 4.60.0.Final-SNAPSHOT
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-744?page=com.atlassian.jira.plugin.... ]
Paul Leacu updated JBTIS-744:
-----------------------------
Description:
*Reason:* sytnc with 4.60.0.Final-SNAPSHOT
*Project page/sources:*
*Version:* 4.4.0.Alpha1-SNAPSHOT
*License and owner:* EPL
*Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* .DevstudioIS components
*Include in JBDS:* Yes (DevstudioIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
< org.jboss.tools.community.project.examples [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.community.central [2.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.common.test [3.8.0.Final-v20160603-0250-B985]
< org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.as.test.core [3.2.0.Final-v20160603-0300-B1005]
< org.jboss.tools.common.base.test [3.8.0.Final-v20160603-0250-B985]
< org.jboss.tools.project.examples [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.jmx.core.test [1.8.0.Final-v20160603-0300-B1005]
< org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.tests [3.7.0.Final-v20160603-0250-B985]
< org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.common [3.8.0.Final-v20160603-0250-B985]
> org.jboss.tools.common.test [3.8.0.Final-v20160610-1533-B7]
> org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.common.base.test [3.8.0.Final-v20160610-1533-B7]
> org.jboss.tools.community.central [2.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.jmx.core.test [1.8.0.Final-v20160614-2020-B9]
> org.jboss.tools.community.project.examples [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.as.test.core [3.2.0.Final-v20160614-2020-B9]
> org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.project.examples [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.tests [3.7.0.Final-v20160610-1533-B7]
> org.jboss.tools.common [3.8.0.Final-v20160610-1533-B7]
> org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 16 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 16 unique IUs
< org.eclipse.emf.compare.ide [3.3.0.201605241249]
< org.eclipse.graphiti [0.13.0.v20160504-0920]
< org.eclipse.emf.validation.feature.jar [1.10.0.201605030103]
< org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160603-0539-B896]
< org.eclipse.emf.validation.ui [1.7.0.201605030103]
< org.eclipse.emf.compare.edit [4.2.0.201605241249]
< org.jboss.tools.as.test.core [3.2.0.Final-v20160603-0300-B1005]
< org.eclipse.draw2d.feature.jar [3.10.100.201605020204]
< org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605241249]
< org.eclipse.ocl.all.feature.group [5.2.0.v20160521-2033]
< org.jboss.tools.common [3.8.0.Final-v20160603-0250-B985]
< org.eclipse.ocl.all.feature.jar [5.2.0.v20160521-2033]
< org.eclipse.graphiti.ui.capabilities [0.13.0.v20160504-0920]
< org.eclipse.emf.compare.rcp.ui [4.2.0.201605241249]
< org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160603-0539-B896]
< org.eclipse.emf.compare.rcp [2.4.0.201605241249]
< org.eclipse.zest.feature.group [1.7.0.201605020204]
< org.jboss.tools.tests [3.7.0.Final-v20160603-0250-B985]
< org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
< org.eclipse.ocl.feature.jar [3.6.0.v20160521-2033]
< org.eclipse.emf.compare [3.3.0.201605241249]
< org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.jmx.core.test [1.8.0.Final-v20160603-0300-B1005]
< org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605241249]
< org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
< org.eclipse.emf.query [1.7.0.201605030032]
< org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201605030103]
< org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160504-0920]
< org.jboss.tools.project.examples [3.1.0.Final-v20160603-0539-B896]
< org.eclipse.graphiti.pattern [0.13.0.v20160504-0920]
< org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160504-0920]
< org.eclipse.ocl.uml.feature.group [5.2.0.v20160521-2033]
< org.eclipse.graphiti.mm [0.13.0.v20160504-0920]
< org.eclipse.emf.workspace.feature.group [1.10.0.201605031913]
< org.eclipse.emf.validation.ocl.feature.group [1.10.0.201605030103]
< org.eclipse.emf.query.feature.jar [1.10.0.201605030032]
< org.eclipse.emf.query.feature.group [1.10.0.201605030032]
< org.eclipse.emf.workspace.feature.jar [1.10.0.201605031913]
< org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160429-0808]
< org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
< org.eclipse.emf.transaction.feature.group [1.10.0.201605031913]
< org.eclipse.zest.layouts [1.1.300.201605020204]
< org.eclipse.emf.validation.ocl [1.4.0.201605030103]
< org.eclipse.draw2d [3.10.100.201605020204]
< org.jboss.tools.community.project.examples [3.1.0.Final-v20160603-0539-B896]
< org.eclipse.zest.feature.jar [1.7.0.201605020204]
< org.eclipse.graphiti.export.batik [0.13.0.v20160504-0920]
< org.eclipse.graphiti.ui [0.13.0.v20160504-0920]
< org.eclipse.emf.transaction [1.9.0.201605031913]
< org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160504-0920]
< org.eclipse.emf.validation.ui.ide [1.3.0.201605030103]
< org.eclipse.zest.core [1.5.300.201605020204]
< org.eclipse.graphiti.doc [0.13.0.v20160504-0920]
< org.eclipse.emf.validation [1.8.0.201605030103]
< org.eclipse.emf.compare.ide.ui [4.2.0.201605241249]
< org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160504-0920]
< org.eclipse.emf.query.ocl.feature.group [1.10.0.201605030032]
< org.eclipse.emf.compare.feature.jar [3.2.0.201605241249]
< org.eclipse.emf.workspace [1.5.1.201605031913]
< org.eclipse.emf.query.ocl.feature.jar [1.10.0.201605030032]
< org.eclipse.ocl.uml.feature.jar [5.2.0.v20160521-2033]
< org.eclipse.ocl [3.6.0.v20160521-2033]
< org.eclipse.graphiti.feature.feature.group [0.13.0.v20160504-0920]
< org.jboss.tools.common.test [3.8.0.Final-v20160603-0250-B985]
< org.eclipse.ocl.feature.group [3.6.0.v20160521-2033]
< org.eclipse.emf.workspace.ui [1.3.0.201605031913]
< org.eclipse.emf.compare.feature.group [3.2.0.201605241249]
< org.eclipse.emf.query.ocl [2.0.0.201605030032]
< org.eclipse.emf.validation.feature.group [1.10.0.201605030103]
< org.jboss.tools.community.central [2.1.0.Final-v20160603-0539-B896]
< org.eclipse.draw2d.feature.group [3.10.100.201605020204]
< org.eclipse.emf.transaction.ui [1.4.0.201605031913]
< org.eclipse.emf.compare.doc [3.2.0.201605241249]
< org.eclipse.ocl.ecore [3.6.0.v20160521-2033]
< org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160429-0808]
< org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160429-0808]
< org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
< org.jboss.tools.common.base.test [3.8.0.Final-v20160603-0250-B985]
< org.eclipse.emf.transaction.feature.jar [1.10.0.201605031913]
> org.eclipse.emf.compare.rcp.ui [4.2.0.201605311222]
> org.eclipse.emf.compare [3.3.0.201605311222]
> org.jboss.tools.tests [3.7.0.Final-v20160610-1533-B7]
> org.eclipse.emf.validation.feature.group [1.10.0.201606071713]
> org.eclipse.graphiti.doc [0.13.0.v20160608-1043]
> org.eclipse.graphiti.pattern [0.13.0.v20160608-1043]
> org.eclipse.emf.compare.feature.jar [3.2.0.201605311222]
> org.eclipse.emf.compare.edit [4.2.0.201605311222]
> org.eclipse.graphiti.ui.capabilities [0.13.0.v20160608-1043]
> org.eclipse.emf.transaction.ui [1.4.0.201606071900]
> org.eclipse.emf.validation.ocl [1.4.0.201606071713]
> org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160526-0356]
> org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605311222]
> org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160526-0356]
> org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> org.eclipse.emf.compare.ide.ui [4.2.0.201605311222]
> org.eclipse.graphiti.export.batik [0.13.0.v20160608-1043]
> org.eclipse.emf.query.ocl [2.0.0.201606071631]
> org.eclipse.emf.query.ocl.feature.jar [1.10.0.201606071631]
> org.eclipse.emf.compare.doc [3.2.0.201605311222]
> org.eclipse.graphiti [0.13.0.v20160608-1043]
> org.eclipse.emf.transaction.feature.group [1.10.0.201606071900]
> org.jboss.tools.common.test [3.8.0.Final-v20160610-1533-B7]
> org.eclipse.graphiti.ui [0.13.0.v20160608-1043]
> org.eclipse.emf.workspace.feature.group [1.10.0.201606071900]
> org.jboss.tools.community.project.examples [3.1.0.Final-v20160613-2000-B8]
> org.eclipse.emf.compare.feature.group [3.2.0.201605311222]
> org.jboss.tools.project.examples [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.common [3.8.0.Final-v20160610-1533-B7]
> org.eclipse.ocl.uml.feature.group [5.2.0.v20160523-1914]
> org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> org.jboss.tools.common.base.test [3.8.0.Final-v20160610-1533-B7]
> org.eclipse.emf.validation.ui.ide [1.3.0.201606071713]
> org.eclipse.graphiti.feature.feature.group [0.13.0.v20160608-1043]
> org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160608-1043]
> org.eclipse.emf.transaction [1.9.0.201606071900]
> org.eclipse.graphiti.mm [0.13.0.v20160608-1043]
> org.eclipse.ocl.all.feature.jar [5.2.0.v20160523-1914]
> org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160608-1043]
> org.eclipse.emf.validation.ui [1.7.0.201606071713]
> org.eclipse.ocl.feature.jar [3.6.0.v20160523-1914]
> org.eclipse.emf.validation.feature.jar [1.10.0.201606071713]
> org.jboss.tools.jmx.core.test [1.8.0.Final-v20160614-2020-B9]
> org.jboss.tools.as.test.core [3.2.0.Final-v20160614-2020-B9]
> org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201606071713]
> org.eclipse.ocl.all.feature.group [5.2.0.v20160523-1914]
> org.eclipse.emf.workspace.feature.jar [1.10.0.201606071900]
> org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160613-2000-B8]
> org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160608-1043]
> org.eclipse.emf.query.feature.jar [1.10.0.201606071631]
> org.eclipse.zest.layouts [1.1.300.201606061308]
> org.eclipse.ocl.uml.feature.jar [5.2.0.v20160523-1914]
> org.eclipse.draw2d [3.10.100.201606061308]
> org.eclipse.ocl.feature.group [3.6.0.v20160523-1914]
> org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160526-0356]
> org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605311222]
> org.eclipse.draw2d.feature.group [3.10.100.201606061308]
> org.eclipse.emf.query.ocl.feature.group [1.10.0.201606071631]
> org.eclipse.emf.workspace [1.5.1.201606071900]
> org.eclipse.emf.query [1.7.0.201606071631]
> org.jboss.tools.community.central [2.1.0.Final-v20160613-2000-B8]
> org.eclipse.emf.validation [1.8.0.201606071713]
> org.eclipse.emf.validation.ocl.feature.group [1.10.0.201606071713]
> org.eclipse.draw2d.feature.jar [3.10.100.201606061308]
> org.eclipse.emf.transaction.feature.jar [1.10.0.201606071900]
> org.eclipse.zest.feature.jar [1.7.0.201606061308]
> org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160613-2000-B8]
> org.eclipse.emf.compare.ide [3.3.0.201605311222]
> org.eclipse.emf.query.feature.group [1.10.0.201606071631]
> org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160608-1043]
> org.eclipse.ocl.ecore [3.6.0.v20160523-1914]
> org.eclipse.zest.feature.group [1.7.0.201606061308]
> org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> org.eclipse.zest.core [1.5.300.201606061308]
> org.eclipse.emf.workspace.ui [1.3.0.201606071900]
> org.eclipse.emf.compare.rcp [2.4.0.201605311222]
> org.eclipse.ocl [3.6.0.v20160523-1914]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 79 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 79 unique IUs
{code}
was:
*Reason:* sytnc with 4.60.0.Final-SNAPSHOT
*Project page/sources:*
*Version:* 4.4.0.Alpha1-SNAPSHOT
*License and owner:* EPL
*Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
*JBoss mirror:*
*Include Sources:* Yes
*Affected JBoss Tools components:* .DevstudioIS components
*Include in JBDS:* Yes (DevstudioIS)
*Type of dependency:* distribution
*List of bundles added/removed:*
{code}
< org.eclipse.emf.compare.ide [3.3.0.201605241249]
< org.eclipse.graphiti [0.13.0.v20160504-0920]
< org.eclipse.emf.validation.feature.jar [1.10.0.201605030103]
< org.eclipse.emf.validation.ui [1.7.0.201605030103]
< org.eclipse.emf.compare.edit [4.2.0.201605241249]
< org.eclipse.draw2d.feature.jar [3.10.100.201605020204]
< org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605241249]
< org.eclipse.ocl.all.feature.group [5.2.0.v20160521-2033]
< org.eclipse.ocl.all.feature.jar [5.2.0.v20160521-2033]
< org.eclipse.graphiti.ui.capabilities [0.13.0.v20160504-0920]
< org.eclipse.emf.compare.rcp.ui [4.2.0.201605241249]
< org.eclipse.emf.compare.rcp [2.4.0.201605241249]
< org.eclipse.zest.feature.group [1.7.0.201605020204]
< org.eclipse.ocl.feature.jar [3.6.0.v20160521-2033]
< org.eclipse.emf.compare [3.3.0.201605241249]
< org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605241249]
< org.eclipse.emf.query [1.7.0.201605030032]
< org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201605030103]
< org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160504-0920]
< org.eclipse.graphiti.pattern [0.13.0.v20160504-0920]
< org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160504-0920]
< org.eclipse.ocl.uml.feature.group [5.2.0.v20160521-2033]
< org.eclipse.graphiti.mm [0.13.0.v20160504-0920]
< org.eclipse.emf.workspace.feature.group [1.10.0.201605031913]
< org.eclipse.emf.validation.ocl.feature.group [1.10.0.201605030103]
< org.eclipse.emf.query.feature.jar [1.10.0.201605030032]
< org.eclipse.emf.query.feature.group [1.10.0.201605030032]
< org.eclipse.emf.workspace.feature.jar [1.10.0.201605031913]
< org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160429-0808]
< org.eclipse.emf.transaction.feature.group [1.10.0.201605031913]
< org.eclipse.zest.layouts [1.1.300.201605020204]
< org.eclipse.emf.validation.ocl [1.4.0.201605030103]
< org.eclipse.draw2d [3.10.100.201605020204]
< org.eclipse.zest.feature.jar [1.7.0.201605020204]
< org.eclipse.graphiti.export.batik [0.13.0.v20160504-0920]
< org.eclipse.graphiti.ui [0.13.0.v20160504-0920]
< org.eclipse.emf.transaction [1.9.0.201605031913]
< org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160504-0920]
< org.eclipse.emf.validation.ui.ide [1.3.0.201605030103]
< org.eclipse.zest.core [1.5.300.201605020204]
< org.eclipse.graphiti.doc [0.13.0.v20160504-0920]
< org.eclipse.emf.validation [1.8.0.201605030103]
< org.eclipse.emf.compare.ide.ui [4.2.0.201605241249]
< org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160504-0920]
< org.eclipse.emf.query.ocl.feature.group [1.10.0.201605030032]
< org.eclipse.emf.compare.feature.jar [3.2.0.201605241249]
< org.eclipse.emf.workspace [1.5.1.201605031913]
< org.eclipse.emf.query.ocl.feature.jar [1.10.0.201605030032]
< org.eclipse.ocl.uml.feature.jar [5.2.0.v20160521-2033]
< org.eclipse.ocl [3.6.0.v20160521-2033]
< org.eclipse.graphiti.feature.feature.group [0.13.0.v20160504-0920]
< org.eclipse.ocl.feature.group [3.6.0.v20160521-2033]
< org.eclipse.emf.workspace.ui [1.3.0.201605031913]
< org.eclipse.emf.compare.feature.group [3.2.0.201605241249]
< org.eclipse.emf.query.ocl [2.0.0.201605030032]
< org.eclipse.emf.validation.feature.group [1.10.0.201605030103]
< org.eclipse.draw2d.feature.group [3.10.100.201605020204]
< org.eclipse.emf.transaction.ui [1.4.0.201605031913]
< org.eclipse.emf.compare.doc [3.2.0.201605241249]
< org.eclipse.ocl.ecore [3.6.0.v20160521-2033]
< org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160429-0808]
< org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160429-0808]
< org.eclipse.emf.transaction.feature.jar [1.10.0.201605031913]
> org.eclipse.emf.compare.rcp.ui [4.2.0.201605311222]
> org.eclipse.emf.compare [3.3.0.201605311222]
> org.eclipse.emf.validation.feature.group [1.10.0.201606071713]
> org.eclipse.graphiti.doc [0.13.0.v20160608-1043]
> org.eclipse.graphiti.pattern [0.13.0.v20160608-1043]
> org.eclipse.emf.compare.feature.jar [3.2.0.201605311222]
> org.eclipse.emf.compare.edit [4.2.0.201605311222]
> org.eclipse.graphiti.ui.capabilities [0.13.0.v20160608-1043]
> org.eclipse.emf.transaction.ui [1.4.0.201606071900]
> org.eclipse.emf.validation.ocl [1.4.0.201606071713]
> org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160526-0356]
> org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605311222]
> org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160526-0356]
> org.eclipse.emf.compare.ide.ui [4.2.0.201605311222]
> org.eclipse.graphiti.export.batik [0.13.0.v20160608-1043]
> org.eclipse.emf.query.ocl [2.0.0.201606071631]
> org.eclipse.emf.query.ocl.feature.jar [1.10.0.201606071631]
> org.eclipse.emf.compare.doc [3.2.0.201605311222]
> org.eclipse.graphiti [0.13.0.v20160608-1043]
> org.eclipse.emf.transaction.feature.group [1.10.0.201606071900]
> org.eclipse.graphiti.ui [0.13.0.v20160608-1043]
> org.eclipse.emf.workspace.feature.group [1.10.0.201606071900]
> org.eclipse.emf.compare.feature.group [3.2.0.201605311222]
> org.eclipse.ocl.uml.feature.group [5.2.0.v20160523-1914]
> org.eclipse.emf.validation.ui.ide [1.3.0.201606071713]
> org.eclipse.graphiti.feature.feature.group [0.13.0.v20160608-1043]
> org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160608-1043]
> org.eclipse.emf.transaction [1.9.0.201606071900]
> org.eclipse.graphiti.mm [0.13.0.v20160608-1043]
> org.eclipse.ocl.all.feature.jar [5.2.0.v20160523-1914]
> org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160608-1043]
> org.eclipse.emf.validation.ui [1.7.0.201606071713]
> org.eclipse.ocl.feature.jar [3.6.0.v20160523-1914]
> org.eclipse.emf.validation.feature.jar [1.10.0.201606071713]
> org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201606071713]
> org.eclipse.ocl.all.feature.group [5.2.0.v20160523-1914]
> org.eclipse.emf.workspace.feature.jar [1.10.0.201606071900]
> org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160608-1043]
> org.eclipse.emf.query.feature.jar [1.10.0.201606071631]
> org.eclipse.zest.layouts [1.1.300.201606061308]
> org.eclipse.ocl.uml.feature.jar [5.2.0.v20160523-1914]
> org.eclipse.draw2d [3.10.100.201606061308]
> org.eclipse.ocl.feature.group [3.6.0.v20160523-1914]
> org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160526-0356]
> org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605311222]
> org.eclipse.draw2d.feature.group [3.10.100.201606061308]
> org.eclipse.emf.query.ocl.feature.group [1.10.0.201606071631]
> org.eclipse.emf.workspace [1.5.1.201606071900]
> org.eclipse.emf.query [1.7.0.201606071631]
> org.eclipse.emf.validation [1.8.0.201606071713]
> org.eclipse.emf.validation.ocl.feature.group [1.10.0.201606071713]
> org.eclipse.draw2d.feature.jar [3.10.100.201606061308]
> org.eclipse.emf.transaction.feature.jar [1.10.0.201606071900]
> org.eclipse.zest.feature.jar [1.7.0.201606061308]
> org.eclipse.emf.compare.ide [3.3.0.201605311222]
> org.eclipse.emf.query.feature.group [1.10.0.201606071631]
> org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160608-1043]
> org.eclipse.ocl.ecore [3.6.0.v20160523-1914]
> org.eclipse.zest.feature.group [1.7.0.201606061308]
> org.eclipse.zest.core [1.5.300.201606061308]
> org.eclipse.emf.workspace.ui [1.3.0.201606071900]
> org.eclipse.emf.compare.rcp [2.4.0.201605311222]
> org.eclipse.ocl [3.6.0.v20160523-1914]
=== Summary ===
file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 63 unique IUs
file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 63 unique IUs
{code}
> JBTIS Target Platform - Neon - sync with 4.60.0.Final-SNAPSHOT
> --------------------------------------------------------------
>
> Key: JBTIS-744
> URL: https://issues.jboss.org/browse/JBTIS-744
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.4.0.Alpha1-TP
>
>
> *Reason:* sytnc with 4.60.0.Final-SNAPSHOT
> *Project page/sources:*
> *Version:* 4.4.0.Alpha1-SNAPSHOT
> *License and owner:* EPL
> *Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
> *JBoss mirror:*
> *Include Sources:* Yes
> *Affected JBoss Tools components:* .DevstudioIS components
> *Include in JBDS:* Yes (DevstudioIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> < org.jboss.tools.community.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.community.central [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.common.test [3.8.0.Final-v20160603-0250-B985]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.as.test.core [3.2.0.Final-v20160603-0300-B1005]
> < org.jboss.tools.common.base.test [3.8.0.Final-v20160603-0250-B985]
> < org.jboss.tools.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.jmx.core.test [1.8.0.Final-v20160603-0300-B1005]
> < org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.tests [3.7.0.Final-v20160603-0250-B985]
> < org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.common [3.8.0.Final-v20160603-0250-B985]
> > org.jboss.tools.common.test [3.8.0.Final-v20160610-1533-B7]
> > org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.common.base.test [3.8.0.Final-v20160610-1533-B7]
> > org.jboss.tools.community.central [2.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.jmx.core.test [1.8.0.Final-v20160614-2020-B9]
> > org.jboss.tools.community.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.as.test.core [3.2.0.Final-v20160614-2020-B9]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.tests [3.7.0.Final-v20160610-1533-B7]
> > org.jboss.tools.common [3.8.0.Final-v20160610-1533-B7]
> > org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 16 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 16 unique IUs
> < org.eclipse.emf.compare.ide [3.3.0.201605241249]
> < org.eclipse.graphiti [0.13.0.v20160504-0920]
> < org.eclipse.emf.validation.feature.jar [1.10.0.201605030103]
> < org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.validation.ui [1.7.0.201605030103]
> < org.eclipse.emf.compare.edit [4.2.0.201605241249]
> < org.jboss.tools.as.test.core [3.2.0.Final-v20160603-0300-B1005]
> < org.eclipse.draw2d.feature.jar [3.10.100.201605020204]
> < org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605241249]
> < org.eclipse.ocl.all.feature.group [5.2.0.v20160521-2033]
> < org.jboss.tools.common [3.8.0.Final-v20160603-0250-B985]
> < org.eclipse.ocl.all.feature.jar [5.2.0.v20160521-2033]
> < org.eclipse.graphiti.ui.capabilities [0.13.0.v20160504-0920]
> < org.eclipse.emf.compare.rcp.ui [4.2.0.201605241249]
> < org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.compare.rcp [2.4.0.201605241249]
> < org.eclipse.zest.feature.group [1.7.0.201605020204]
> < org.jboss.tools.tests [3.7.0.Final-v20160603-0250-B985]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.ocl.feature.jar [3.6.0.v20160521-2033]
> < org.eclipse.emf.compare [3.3.0.201605241249]
> < org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.jmx.core.test [1.8.0.Final-v20160603-0300-B1005]
> < org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605241249]
> < org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.query [1.7.0.201605030032]
> < org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201605030103]
> < org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160504-0920]
> < org.jboss.tools.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.graphiti.pattern [0.13.0.v20160504-0920]
> < org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160504-0920]
> < org.eclipse.ocl.uml.feature.group [5.2.0.v20160521-2033]
> < org.eclipse.graphiti.mm [0.13.0.v20160504-0920]
> < org.eclipse.emf.workspace.feature.group [1.10.0.201605031913]
> < org.eclipse.emf.validation.ocl.feature.group [1.10.0.201605030103]
> < org.eclipse.emf.query.feature.jar [1.10.0.201605030032]
> < org.eclipse.emf.query.feature.group [1.10.0.201605030032]
> < org.eclipse.emf.workspace.feature.jar [1.10.0.201605031913]
> < org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160429-0808]
> < org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.transaction.feature.group [1.10.0.201605031913]
> < org.eclipse.zest.layouts [1.1.300.201605020204]
> < org.eclipse.emf.validation.ocl [1.4.0.201605030103]
> < org.eclipse.draw2d [3.10.100.201605020204]
> < org.jboss.tools.community.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.zest.feature.jar [1.7.0.201605020204]
> < org.eclipse.graphiti.export.batik [0.13.0.v20160504-0920]
> < org.eclipse.graphiti.ui [0.13.0.v20160504-0920]
> < org.eclipse.emf.transaction [1.9.0.201605031913]
> < org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160504-0920]
> < org.eclipse.emf.validation.ui.ide [1.3.0.201605030103]
> < org.eclipse.zest.core [1.5.300.201605020204]
> < org.eclipse.graphiti.doc [0.13.0.v20160504-0920]
> < org.eclipse.emf.validation [1.8.0.201605030103]
> < org.eclipse.emf.compare.ide.ui [4.2.0.201605241249]
> < org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160504-0920]
> < org.eclipse.emf.query.ocl.feature.group [1.10.0.201605030032]
> < org.eclipse.emf.compare.feature.jar [3.2.0.201605241249]
> < org.eclipse.emf.workspace [1.5.1.201605031913]
> < org.eclipse.emf.query.ocl.feature.jar [1.10.0.201605030032]
> < org.eclipse.ocl.uml.feature.jar [5.2.0.v20160521-2033]
> < org.eclipse.ocl [3.6.0.v20160521-2033]
> < org.eclipse.graphiti.feature.feature.group [0.13.0.v20160504-0920]
> < org.jboss.tools.common.test [3.8.0.Final-v20160603-0250-B985]
> < org.eclipse.ocl.feature.group [3.6.0.v20160521-2033]
> < org.eclipse.emf.workspace.ui [1.3.0.201605031913]
> < org.eclipse.emf.compare.feature.group [3.2.0.201605241249]
> < org.eclipse.emf.query.ocl [2.0.0.201605030032]
> < org.eclipse.emf.validation.feature.group [1.10.0.201605030103]
> < org.jboss.tools.community.central [2.1.0.Final-v20160603-0539-B896]
> < org.eclipse.draw2d.feature.group [3.10.100.201605020204]
> < org.eclipse.emf.transaction.ui [1.4.0.201605031913]
> < org.eclipse.emf.compare.doc [3.2.0.201605241249]
> < org.eclipse.ocl.ecore [3.6.0.v20160521-2033]
> < org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160429-0808]
> < org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160429-0808]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.common.base.test [3.8.0.Final-v20160603-0250-B985]
> < org.eclipse.emf.transaction.feature.jar [1.10.0.201605031913]
> > org.eclipse.emf.compare.rcp.ui [4.2.0.201605311222]
> > org.eclipse.emf.compare [3.3.0.201605311222]
> > org.jboss.tools.tests [3.7.0.Final-v20160610-1533-B7]
> > org.eclipse.emf.validation.feature.group [1.10.0.201606071713]
> > org.eclipse.graphiti.doc [0.13.0.v20160608-1043]
> > org.eclipse.graphiti.pattern [0.13.0.v20160608-1043]
> > org.eclipse.emf.compare.feature.jar [3.2.0.201605311222]
> > org.eclipse.emf.compare.edit [4.2.0.201605311222]
> > org.eclipse.graphiti.ui.capabilities [0.13.0.v20160608-1043]
> > org.eclipse.emf.transaction.ui [1.4.0.201606071900]
> > org.eclipse.emf.validation.ocl [1.4.0.201606071713]
> > org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160526-0356]
> > org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605311222]
> > org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160526-0356]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.compare.ide.ui [4.2.0.201605311222]
> > org.eclipse.graphiti.export.batik [0.13.0.v20160608-1043]
> > org.eclipse.emf.query.ocl [2.0.0.201606071631]
> > org.eclipse.emf.query.ocl.feature.jar [1.10.0.201606071631]
> > org.eclipse.emf.compare.doc [3.2.0.201605311222]
> > org.eclipse.graphiti [0.13.0.v20160608-1043]
> > org.eclipse.emf.transaction.feature.group [1.10.0.201606071900]
> > org.jboss.tools.common.test [3.8.0.Final-v20160610-1533-B7]
> > org.eclipse.graphiti.ui [0.13.0.v20160608-1043]
> > org.eclipse.emf.workspace.feature.group [1.10.0.201606071900]
> > org.jboss.tools.community.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.compare.feature.group [3.2.0.201605311222]
> > org.jboss.tools.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.common [3.8.0.Final-v20160610-1533-B7]
> > org.eclipse.ocl.uml.feature.group [5.2.0.v20160523-1914]
> > org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.common.base.test [3.8.0.Final-v20160610-1533-B7]
> > org.eclipse.emf.validation.ui.ide [1.3.0.201606071713]
> > org.eclipse.graphiti.feature.feature.group [0.13.0.v20160608-1043]
> > org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160608-1043]
> > org.eclipse.emf.transaction [1.9.0.201606071900]
> > org.eclipse.graphiti.mm [0.13.0.v20160608-1043]
> > org.eclipse.ocl.all.feature.jar [5.2.0.v20160523-1914]
> > org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160608-1043]
> > org.eclipse.emf.validation.ui [1.7.0.201606071713]
> > org.eclipse.ocl.feature.jar [3.6.0.v20160523-1914]
> > org.eclipse.emf.validation.feature.jar [1.10.0.201606071713]
> > org.jboss.tools.jmx.core.test [1.8.0.Final-v20160614-2020-B9]
> > org.jboss.tools.as.test.core [3.2.0.Final-v20160614-2020-B9]
> > org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201606071713]
> > org.eclipse.ocl.all.feature.group [5.2.0.v20160523-1914]
> > org.eclipse.emf.workspace.feature.jar [1.10.0.201606071900]
> > org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160613-2000-B8]
> > org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160608-1043]
> > org.eclipse.emf.query.feature.jar [1.10.0.201606071631]
> > org.eclipse.zest.layouts [1.1.300.201606061308]
> > org.eclipse.ocl.uml.feature.jar [5.2.0.v20160523-1914]
> > org.eclipse.draw2d [3.10.100.201606061308]
> > org.eclipse.ocl.feature.group [3.6.0.v20160523-1914]
> > org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160526-0356]
> > org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605311222]
> > org.eclipse.draw2d.feature.group [3.10.100.201606061308]
> > org.eclipse.emf.query.ocl.feature.group [1.10.0.201606071631]
> > org.eclipse.emf.workspace [1.5.1.201606071900]
> > org.eclipse.emf.query [1.7.0.201606071631]
> > org.jboss.tools.community.central [2.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.validation [1.8.0.201606071713]
> > org.eclipse.emf.validation.ocl.feature.group [1.10.0.201606071713]
> > org.eclipse.draw2d.feature.jar [3.10.100.201606061308]
> > org.eclipse.emf.transaction.feature.jar [1.10.0.201606071900]
> > org.eclipse.zest.feature.jar [1.7.0.201606061308]
> > org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.compare.ide [3.3.0.201605311222]
> > org.eclipse.emf.query.feature.group [1.10.0.201606071631]
> > org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160608-1043]
> > org.eclipse.ocl.ecore [3.6.0.v20160523-1914]
> > org.eclipse.zest.feature.group [1.7.0.201606061308]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.zest.core [1.5.300.201606061308]
> > org.eclipse.emf.workspace.ui [1.3.0.201606071900]
> > org.eclipse.emf.compare.rcp [2.4.0.201605311222]
> > org.eclipse.ocl [3.6.0.v20160523-1914]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 79 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 79 unique IUs
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBTIS-744) JBTIS Target Platform - Neon - sync with 4.60.0.Final-SNAPSHOT
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-744?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-744:
----------------------------------
Also sync'd with 4.4.0.Final respin b
> JBTIS Target Platform - Neon - sync with 4.60.0.Final-SNAPSHOT
> --------------------------------------------------------------
>
> Key: JBTIS-744
> URL: https://issues.jboss.org/browse/JBTIS-744
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.4.0.Alpha1-TP
>
>
> *Reason:* sytnc with 4.60.0.Final-SNAPSHOT
> *Project page/sources:*
> *Version:* 4.4.0.Alpha1-SNAPSHOT
> *License and owner:* EPL
> *Original p2 repo:* http://third-party-vendor.com/path/to/updates-site/
> *JBoss mirror:*
> *Include Sources:* Yes
> *Affected JBoss Tools components:* .DevstudioIS components
> *Include in JBDS:* Yes (DevstudioIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> < org.jboss.tools.community.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.community.central [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.common.test [3.8.0.Final-v20160603-0250-B985]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.as.test.core [3.2.0.Final-v20160603-0300-B1005]
> < org.jboss.tools.common.base.test [3.8.0.Final-v20160603-0250-B985]
> < org.jboss.tools.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.jmx.core.test [1.8.0.Final-v20160603-0300-B1005]
> < org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.tests [3.7.0.Final-v20160603-0250-B985]
> < org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.common [3.8.0.Final-v20160603-0250-B985]
> > org.jboss.tools.common.test [3.8.0.Final-v20160610-1533-B7]
> > org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.common.base.test [3.8.0.Final-v20160610-1533-B7]
> > org.jboss.tools.community.central [2.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.jmx.core.test [1.8.0.Final-v20160614-2020-B9]
> > org.jboss.tools.community.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.as.test.core [3.2.0.Final-v20160614-2020-B9]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.tests [3.7.0.Final-v20160610-1533-B7]
> > org.jboss.tools.common [3.8.0.Final-v20160610-1533-B7]
> > org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 16 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 16 unique IUs
> < org.eclipse.emf.compare.ide [3.3.0.201605241249]
> < org.eclipse.graphiti [0.13.0.v20160504-0920]
> < org.eclipse.emf.validation.feature.jar [1.10.0.201605030103]
> < org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.validation.ui [1.7.0.201605030103]
> < org.eclipse.emf.compare.edit [4.2.0.201605241249]
> < org.jboss.tools.as.test.core [3.2.0.Final-v20160603-0300-B1005]
> < org.eclipse.draw2d.feature.jar [3.10.100.201605020204]
> < org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605241249]
> < org.eclipse.ocl.all.feature.group [5.2.0.v20160521-2033]
> < org.jboss.tools.common [3.8.0.Final-v20160603-0250-B985]
> < org.eclipse.ocl.all.feature.jar [5.2.0.v20160521-2033]
> < org.eclipse.graphiti.ui.capabilities [0.13.0.v20160504-0920]
> < org.eclipse.emf.compare.rcp.ui [4.2.0.201605241249]
> < org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.compare.rcp [2.4.0.201605241249]
> < org.eclipse.zest.feature.group [1.7.0.201605020204]
> < org.jboss.tools.tests [3.7.0.Final-v20160603-0250-B985]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.ocl.feature.jar [3.6.0.v20160521-2033]
> < org.eclipse.emf.compare [3.3.0.201605241249]
> < org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.jmx.core.test [1.8.0.Final-v20160603-0300-B1005]
> < org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605241249]
> < org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.query [1.7.0.201605030032]
> < org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201605030103]
> < org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160504-0920]
> < org.jboss.tools.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.graphiti.pattern [0.13.0.v20160504-0920]
> < org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160504-0920]
> < org.eclipse.ocl.uml.feature.group [5.2.0.v20160521-2033]
> < org.eclipse.graphiti.mm [0.13.0.v20160504-0920]
> < org.eclipse.emf.workspace.feature.group [1.10.0.201605031913]
> < org.eclipse.emf.validation.ocl.feature.group [1.10.0.201605030103]
> < org.eclipse.emf.query.feature.jar [1.10.0.201605030032]
> < org.eclipse.emf.query.feature.group [1.10.0.201605030032]
> < org.eclipse.emf.workspace.feature.jar [1.10.0.201605031913]
> < org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160429-0808]
> < org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.emf.transaction.feature.group [1.10.0.201605031913]
> < org.eclipse.zest.layouts [1.1.300.201605020204]
> < org.eclipse.emf.validation.ocl [1.4.0.201605030103]
> < org.eclipse.draw2d [3.10.100.201605020204]
> < org.jboss.tools.community.project.examples [3.1.0.Final-v20160603-0539-B896]
> < org.eclipse.zest.feature.jar [1.7.0.201605020204]
> < org.eclipse.graphiti.export.batik [0.13.0.v20160504-0920]
> < org.eclipse.graphiti.ui [0.13.0.v20160504-0920]
> < org.eclipse.emf.transaction [1.9.0.201605031913]
> < org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160504-0920]
> < org.eclipse.emf.validation.ui.ide [1.3.0.201605030103]
> < org.eclipse.zest.core [1.5.300.201605020204]
> < org.eclipse.graphiti.doc [0.13.0.v20160504-0920]
> < org.eclipse.emf.validation [1.8.0.201605030103]
> < org.eclipse.emf.compare.ide.ui [4.2.0.201605241249]
> < org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160504-0920]
> < org.eclipse.emf.query.ocl.feature.group [1.10.0.201605030032]
> < org.eclipse.emf.compare.feature.jar [3.2.0.201605241249]
> < org.eclipse.emf.workspace [1.5.1.201605031913]
> < org.eclipse.emf.query.ocl.feature.jar [1.10.0.201605030032]
> < org.eclipse.ocl.uml.feature.jar [5.2.0.v20160521-2033]
> < org.eclipse.ocl [3.6.0.v20160521-2033]
> < org.eclipse.graphiti.feature.feature.group [0.13.0.v20160504-0920]
> < org.jboss.tools.common.test [3.8.0.Final-v20160603-0250-B985]
> < org.eclipse.ocl.feature.group [3.6.0.v20160521-2033]
> < org.eclipse.emf.workspace.ui [1.3.0.201605031913]
> < org.eclipse.emf.compare.feature.group [3.2.0.201605241249]
> < org.eclipse.emf.query.ocl [2.0.0.201605030032]
> < org.eclipse.emf.validation.feature.group [1.10.0.201605030103]
> < org.jboss.tools.community.central [2.1.0.Final-v20160603-0539-B896]
> < org.eclipse.draw2d.feature.group [3.10.100.201605020204]
> < org.eclipse.emf.transaction.ui [1.4.0.201605031913]
> < org.eclipse.emf.compare.doc [3.2.0.201605241249]
> < org.eclipse.ocl.ecore [3.6.0.v20160521-2033]
> < org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160429-0808]
> < org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160429-0808]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160603-0539-B896]
> < org.jboss.tools.common.base.test [3.8.0.Final-v20160603-0250-B985]
> < org.eclipse.emf.transaction.feature.jar [1.10.0.201605031913]
> > org.eclipse.emf.compare.rcp.ui [4.2.0.201605311222]
> > org.eclipse.emf.compare [3.3.0.201605311222]
> > org.jboss.tools.tests [3.7.0.Final-v20160610-1533-B7]
> > org.eclipse.emf.validation.feature.group [1.10.0.201606071713]
> > org.eclipse.graphiti.doc [0.13.0.v20160608-1043]
> > org.eclipse.graphiti.pattern [0.13.0.v20160608-1043]
> > org.eclipse.emf.compare.feature.jar [3.2.0.201605311222]
> > org.eclipse.emf.compare.edit [4.2.0.201605311222]
> > org.eclipse.graphiti.ui.capabilities [0.13.0.v20160608-1043]
> > org.eclipse.emf.transaction.ui [1.4.0.201606071900]
> > org.eclipse.emf.validation.ocl [1.4.0.201606071713]
> > org.eclipse.emf.codegen.ecore.ui.feature.group [2.12.0.v20160526-0356]
> > org.eclipse.emf.compare.ide.ui.feature.group [3.2.0.201605311222]
> > org.eclipse.emf.codegen.ecore.ui [2.12.0.v20160526-0356]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.compare.ide.ui [4.2.0.201605311222]
> > org.eclipse.graphiti.export.batik [0.13.0.v20160608-1043]
> > org.eclipse.emf.query.ocl [2.0.0.201606071631]
> > org.eclipse.emf.query.ocl.feature.jar [1.10.0.201606071631]
> > org.eclipse.emf.compare.doc [3.2.0.201605311222]
> > org.eclipse.graphiti [0.13.0.v20160608-1043]
> > org.eclipse.emf.transaction.feature.group [1.10.0.201606071900]
> > org.jboss.tools.common.test [3.8.0.Final-v20160610-1533-B7]
> > org.eclipse.graphiti.ui [0.13.0.v20160608-1043]
> > org.eclipse.emf.workspace.feature.group [1.10.0.201606071900]
> > org.jboss.tools.community.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.compare.feature.group [3.2.0.201605311222]
> > org.jboss.tools.project.examples [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.common [3.8.0.Final-v20160610-1533-B7]
> > org.eclipse.ocl.uml.feature.group [5.2.0.v20160523-1914]
> > org.jboss.tools.project.examples.cheatsheet [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> > org.jboss.tools.common.base.test [3.8.0.Final-v20160610-1533-B7]
> > org.eclipse.emf.validation.ui.ide [1.3.0.201606071713]
> > org.eclipse.graphiti.feature.feature.group [0.13.0.v20160608-1043]
> > org.eclipse.graphiti.export.feature.feature.jar [0.13.0.v20160608-1043]
> > org.eclipse.emf.transaction [1.9.0.201606071900]
> > org.eclipse.graphiti.mm [0.13.0.v20160608-1043]
> > org.eclipse.ocl.all.feature.jar [5.2.0.v20160523-1914]
> > org.eclipse.graphiti.tools.newprojectwizard [0.13.0.v20160608-1043]
> > org.eclipse.emf.validation.ui [1.7.0.201606071713]
> > org.eclipse.ocl.feature.jar [3.6.0.v20160523-1914]
> > org.eclipse.emf.validation.feature.jar [1.10.0.201606071713]
> > org.jboss.tools.jmx.core.test [1.8.0.Final-v20160614-2020-B9]
> > org.jboss.tools.as.test.core [3.2.0.Final-v20160614-2020-B9]
> > org.eclipse.emf.validation.ocl.feature.jar [1.10.0.201606071713]
> > org.eclipse.ocl.all.feature.group [5.2.0.v20160523-1914]
> > org.eclipse.emf.workspace.feature.jar [1.10.0.201606071900]
> > org.jboss.tools.community.central.feature.feature.group [2.1.0.Final-v20160613-2000-B8]
> > org.eclipse.graphiti.export.feature.feature.group [0.13.0.v20160608-1043]
> > org.eclipse.emf.query.feature.jar [1.10.0.201606071631]
> > org.eclipse.zest.layouts [1.1.300.201606061308]
> > org.eclipse.ocl.uml.feature.jar [5.2.0.v20160523-1914]
> > org.eclipse.draw2d [3.10.100.201606061308]
> > org.eclipse.ocl.feature.group [3.6.0.v20160523-1914]
> > org.jboss.tools.project.examples.feature.feature.group [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.codegen.ecore.ui.feature.jar [2.12.0.v20160526-0356]
> > org.eclipse.emf.compare.ide.ui.feature.jar [3.2.0.201605311222]
> > org.eclipse.draw2d.feature.group [3.10.100.201606061308]
> > org.eclipse.emf.query.ocl.feature.group [1.10.0.201606071631]
> > org.eclipse.emf.workspace [1.5.1.201606071900]
> > org.eclipse.emf.query [1.7.0.201606071631]
> > org.jboss.tools.community.central [2.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.validation [1.8.0.201606071713]
> > org.eclipse.emf.validation.ocl.feature.group [1.10.0.201606071713]
> > org.eclipse.draw2d.feature.jar [3.10.100.201606061308]
> > org.eclipse.emf.transaction.feature.jar [1.10.0.201606071900]
> > org.eclipse.zest.feature.jar [1.7.0.201606061308]
> > org.jboss.tools.community.central.feature.feature.jar [2.1.0.Final-v20160613-2000-B8]
> > org.eclipse.emf.compare.ide [3.3.0.201605311222]
> > org.eclipse.emf.query.feature.group [1.10.0.201606071631]
> > org.eclipse.graphiti.feature.feature.jar [0.13.0.v20160608-1043]
> > org.eclipse.ocl.ecore [3.6.0.v20160523-1914]
> > org.eclipse.zest.feature.group [1.7.0.201606061308]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.1.0.Final-v20160613-2000-B8]
> > org.eclipse.zest.core [1.5.300.201606061308]
> > org.eclipse.emf.workspace.ui [1.3.0.201606071900]
> > org.eclipse.emf.compare.rcp [2.4.0.201605311222]
> > org.eclipse.ocl [3.6.0.v20160523-1914]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 79 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 79 unique IUs
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBDS-3953) JBoss Studio Developer crash at startup on Fedora 24
by Alexander Kurtakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3953?page=com.atlassian.jira.plugin.... ]
Alexander Kurtakov commented on JBDS-3953:
------------------------------------------
Would you please also try:
export SWT_WEBKIT2=1
./jbdevstudio
By doing so webkitgtk4 will be used where plugins are run out of process and thus if a plugin crashes it will not take down the main process with it. There were many such cases in the past caused by Google Talk, Bluejeans and etc. While this is not a fix itself it would at least tell us whether we face yet another browser plugin issue.
> JBoss Studio Developer crash at startup on Fedora 24
> ----------------------------------------------------
>
> Key: JBDS-3953
> URL: https://issues.jboss.org/browse/JBDS-3953
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 9.1.0.GA
> Environment: Fedora 24
> openjdk full version "1.8.0_92-b14"
> Reporter: Donato Marrazzo
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 10.x
>
> Attachments: hs_err_pid12689.log, hs_err_pid3836.log.zip
>
>
> After installation, as I launch JBS, it just display the eclipse workbench for few second that it crash.
> Despite the console message, no core dump is generated.
> This is the cmd line output:
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [bundleresource://1072.fwk923366543:1/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [bundleresource://1072.fwk923366543:2/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
> 14:09:55.604 [Worker-2] DEBUG o.e.m.c.i.p.r.ProjectRegistryRefreshJob - Queued refresh request: [/RemoteSystemsTempFiles/pom.xml]
> openjdk version "1.8.0_92"
> OpenJDK Runtime Environment (build 1.8.0_92-b14)
> OpenJDK 64-Bit Server VM (build 25.92-b14, mixed mode)
> 14:09:57.115 [Worker-14] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/donato/.m2/repository
> 14:09:57.142 [Worker-14] DEBUG o.e.a.i.i.DefaultLocalRepositoryProvider - Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/donato/.m2/repository
> 14:09:57.143 [Worker-14] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshing: [L/RemoteSystemsTempFiles/pom.xml]
> 14:09:57.156 [Worker-14] DEBUG o.e.m.c.i.p.r.ProjectRegistryManager - Refreshed: [L/RemoteSystemsTempFiles/pom.xml]
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # SIGSEGV (0xb) at pc=0x00007f521a6d7bfe, pid=12689, tid=0x00007f52cf5a3700
> #
> # JRE version: OpenJDK Runtime Environment (8.0_92-b14) (build 1.8.0_92-b14)
> # Java VM: OpenJDK 64-Bit Server VM (25.92-b14 mixed mode linux-amd64 compressed oops)
> # Problematic frame:
> # C [libjavascriptcoregtk-3.0.so.0+0x4d4bfe] JSC::VM::throwException(JSC::ExecState*, JSC::JSValue)+0x236e
> #
> # Core dump written. Default location: /home/donato/core or core.12689
> #
> # An error report file with more information is saved as:
> # /home/donato/hs_err_pid12689.log
> #
> # If you would like to submit a bug report, please visit:
> # http://bugreport.java.com/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months