Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Querying p2 for a list of reverse requirements

Hi,

I've tried to run the following p2QL query in order to see all IUs, which require "org.eclipse.emf.ecore" OSGi bundle, and got a very long list including everything ranging from org.eclipse.ui.workbench/3.103.0.v20120530-1824 through toolingorg.eclipse.equinox.launcher/1.3.0.v20120522-1813 to toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins/4.2.1.M20120914-1800.
osgi> provlquery http://download.eclipse.org/releases/juno/ "everything.select(iu | iu.requirements.exists(rc | everything.exists(x | x.id=='org.eclipse.emf.ecore' && x ~= rc)))" true

I am quite sure that Equinox Launcher does not require anything with id=='org.eclipse.emf.ecore', and neither do many other selected IUs. Why do they match then? I guess, the "IInstallableUnit.satisfies(IRequirement)" method has taken into account transitive requirements of 'org.eclipse.emf.ecore' IU, and in many cases returned truth because Ecore depends on org.eclipse.core.runtime and org.eclipse.core.resources. Am I wrong or is it the proper behaviour?

I've also tried to run a different query to specifically match provided capabilities, but it seems that the required comparison is not implemented.
osgi> provlquery http://download.eclipse.org/releases/juno/ "everything.select(iu | iu.requirements.exists(rc | everything.exists(x | x.id=='org.eclipse.emf.ecore' && x.providedCapabilities.exists(cap | cap ~= rc))))" true
gogo: IllegalArgumentException: Cannot match a org.eclipse.equinox.internal.p2.metadata.ProvidedCapability with a org.eclipse.equinox.internal.p2.metadata.RequiredCapability

Is there any other way to get a list reverse dependencies using p2ql? I am attaching the complete command log.

Kind regards,
Mikhail Kalkov

osgi> ss org.eclipse.equinox.p2
"Framework is launched."


id	State       Bundle
153	STARTING    org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959
154	ACTIVE      org.eclipse.equinox.p2.console_1.0.300.v20120429-0125
155	ACTIVE      org.eclipse.equinox.p2.core_2.2.0.v20120430-0525
156	STARTING    org.eclipse.equinox.p2.director_2.2.0.v20120524-0542
157	STARTING    org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517
158	ACTIVE      org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110808-1657
159	ACTIVE      org.eclipse.equinox.p2.engine_2.2.0.v20120501-1502
160	STARTING    org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110808-1657
161	STARTING    org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657
162	RESOLVED    org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657
163	ACTIVE      org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001
164	ACTIVE      org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717
165	ACTIVE      org.eclipse.equinox.p2.operations_2.2.0.v20120524-0542
166	STARTING    org.eclipse.equinox.p2.publisher_1.2.0.v20120428-0117
167	STARTING    org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120511-1931
168	STARTING    org.eclipse.equinox.p2.ql_2.0.100.v20110808-1657
169	ACTIVE      org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20120301-2145
170	ACTIVE      org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945
171	STARTING    org.eclipse.equinox.p2.repository.tools_2.0.100.v20120501-1314
172	STARTING    org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117
173	STARTING    org.eclipse.equinox.p2.touchpoint.natives_1.1.0.v20120524-0542
174	ACTIVE      org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120305-0333
175	STARTING    org.eclipse.equinox.p2.ui_2.2.0.v20120524-0542
176	STARTING    org.eclipse.equinox.p2.ui.importexport_1.0.1.v20110818-1344
177	STARTING    org.eclipse.equinox.p2.ui.sdk_1.0.200.v20120515-1650
178	ACTIVE      org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744
179	ACTIVE      org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657
180	STARTING    org.eclipse.equinox.p2.updatesite_1.0.400.v20120412-1615
osgi> osgi> provlquery http://download.eclipse.org/releases/juno/ "everything.select(iu | iu.requirements.exists(rc | everything.exists(x | x.id=='org.eclipse.emf.ecore' && x ~= rc)))" true
org.eclipse.acceleo.compatibility 3.3.0.v20120529-1042
org.eclipse.acceleo.compatibility 3.3.1.v20120831-0923
org.eclipse.acceleo.compatibility.ui 3.3.0.v20120529-1042
org.eclipse.acceleo.compatibility.ui 3.3.1.v20120831-0923
org.eclipse.acceleo.model 3.3.0.v20120529-1042
org.eclipse.acceleo.model 3.3.1.v20120831-0923
org.eclipse.acceleo.model.edit 3.3.0.v20120529-1042
org.eclipse.acceleo.model.edit 3.3.1.v20120831-0923
org.eclipse.acceleo.profiler 3.3.0.v20120529-1042
org.eclipse.acceleo.profiler 3.3.1.v20120831-0923
org.eclipse.acceleo.traceability.model 3.3.0.v20120529-1042
org.eclipse.acceleo.traceability.model 3.3.1.v20120831-0923
org.eclipse.amalgam.discovery.core 1.2.0.201206050806
org.eclipse.amp.amf.abase 0.9.0.v20120528-0244
org.eclipse.amp.amf.abase.edit 0.9.0.v20120528-0244
org.eclipse.amp.amf.acore 0.9.0.v20120528-0244
org.eclipse.amp.amf.core.feature.group 0.9.0.v20120528-0244
org.eclipse.amp.amf.data 0.9.0.v20120528-0244
org.eclipse.amp.amf.feature.group 0.9.0.v20120528-0244
org.eclipse.amp.amf.gen 0.9.0.v20120528-0244
org.eclipse.amp.amf.ide 0.9.0.v20120528-0244
org.eclipse.amp.amf.ide.ascape 0.9.0.v20120528-0244
org.eclipse.amp.amf.parameters 0.9.0.v20120528-0244
org.eclipse.amp.amf.sd 0.9.0.v20120528-0244
org.eclipse.amp.amf.target.ascape.feature.group 0.9.0.v20120528-0244
org.eclipse.amp.amf.target.escape.feature.group 0.9.0.v20120528-0244
org.eclipse.amp.amf.testing 0.9.0.v20120528-0244
org.eclipse.amp.amfx.feature.group 0.9.0.v20120528-0244
org.eclipse.amp.escape.amf.ide 0.9.0.v20120528-0244
org.eclipse.amp.escape.testing.ide 0.9.0.v20120528-0244
org.eclipse.birt.chart.engine 4.2.0.v20120611
org.eclipse.birt.chart.engine 4.2.1.v201209041636
org.eclipse.birt.osgi.runtime.feature.group 4.2.0.v20120611-AdAS7CG4VBFW9duE6AZW_
org.eclipse.birt.osgi.runtime.feature.group 4.2.1.v20120820-AlAW7zG6NJJbHjqw7bMyh
org.eclipse.bpel.apache.ode.runtime 1.0.1.v20120612-2300-CI
org.eclipse.bpel.apache.ode.runtime 1.0.1.v20120914-1434-CI
org.eclipse.bpel.apache.ode.runtime.feature.feature.group 1.0.1.v20120612-2300-CI
org.eclipse.bpel.apache.ode.runtime.feature.feature.group 1.0.1.v20120914-1434-CI
org.eclipse.bpel.feature.feature.group 1.0.1.v20120612-2300-CI
org.eclipse.bpel.feature.feature.group 1.0.1.v20120914-1434-CI
org.eclipse.bpel.jboss.riftsaw.runtime 1.0.1.v20120612-2300-CI
org.eclipse.bpel.jboss.riftsaw.runtime.feature.feature.group 1.0.1.v20120612-2300-CI
org.eclipse.bpel.runtimes 1.0.1.v20120612-2300-CI
org.eclipse.bpel.runtimes 1.0.1.v20120914-1434-CI
org.eclipse.datatools.connectivity.apache.derby 1.0.102.v201107221459
org.eclipse.datatools.connectivity.apache.derby.ui 1.0.3.v201107221459
org.eclipse.datatools.connectivity.oda.design 3.3.5.v201204241156
org.eclipse.datatools.connectivity.sqm.core.ui 1.2.2.v201205240353
org.eclipse.datatools.connectivity.sqm.core.ui 1.2.2.v201208151422
org.eclipse.datatools.enablement.hsqldb.ui 1.0.0.v201108120600
org.eclipse.datatools.enablement.mysql 1.0.3.v201205252211
org.eclipse.datatools.modelbase.dbdefinition 1.0.2.v201107221519
org.eclipse.datatools.modelbase.sql 1.0.5.v201110151330
org.eclipse.datatools.modelbase.sql 1.0.6.v201208230744
org.eclipse.datatools.modelbase.sql.edit 1.0.1.v201107221519
org.eclipse.datatools.modelbase.sql.edit 1.0.2.v201208230744
org.eclipse.datatools.sqltools.parsers.sql 1.0.2.v201107221520
org.eclipse.datatools.sqltools.parsers.sql.query 1.2.1.v201201250511
org.eclipse.dltk.core 4.0.0.201206120848
org.eclipse.dltk.itcl.core 4.0.0.201206120848
org.eclipse.dltk.launching 4.0.0.201206120848
org.eclipse.dltk.tcl.activestatedebugger 4.0.0.201206120848
org.eclipse.dltk.tcl.core 4.0.0.201206120848
org.eclipse.dltk.tcl.debug.ui 4.0.0.201206120848
org.eclipse.dltk.tcl.formatter 4.0.0.201206120848
org.eclipse.dltk.tcl.parser 4.0.0.201206120848
org.eclipse.dltk.tcl.ui 4.0.0.201206120848
org.eclipse.dltk.tcl.validators 4.0.0.201206120848
org.eclipse.dltk.validators.core 4.0.0.201206120848
org.eclipse.dltk.xotcl.core 4.0.0.201206120848
org.eclipse.e4.ui.model.workbench 0.10.1.v20120523-1955
org.eclipse.ecf.discovery.ui.model 3.0.0.v20120610-1946
org.eclipse.egf.model 1.0.0.v20120528-1550
org.eclipse.egf.model.edit 1.0.0.v20120528-1550
org.eclipse.egf.model.fprod.edit 1.0.0.v20120528-1550
org.eclipse.egf.model.ftask 1.0.0.v20120528-1550
org.eclipse.egf.model.ftask.edit 1.0.0.v20120528-1550
org.eclipse.egf.model.javapattern 1.0.0.v20120528-1550
org.eclipse.egf.model.javapattern.edit 1.0.0.v20120528-1550
org.eclipse.egf.model.jetpattern 1.0.0.v20120528-1550
org.eclipse.egf.model.jetpattern.edit 1.0.0.v20120528-1550
org.eclipse.egf.portfolio.eclipse.build 1.0.0.v20120528-1550
org.eclipse.egf.portfolio.genchain 1.0.0.v20120528-1550
org.eclipse.emf.cdo 4.1.0.v20120611-0549
org.eclipse.emf.cdo 4.1.1.v20120727-1146
org.eclipse.emf.cdo.common 4.1.0.v20120612-0811
org.eclipse.emf.cdo.common 4.1.1.v20120821-1005
org.eclipse.emf.cdo.dawn.codegen 1.0.100.v20120521-0710
org.eclipse.emf.cdo.dawn.codegen 1.0.100.v20120911-1146
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel 2.0.0.v20120521-0710
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel 2.0.0.v20120911-1146
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit 2.0.0.v20120521-0710
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit 2.0.0.v20120911-1146
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf 1.0.0.v20120521-0710
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf 1.0.0.v20120911-1146
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit 1.0.0.v20120521-0710
org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit 1.0.0.v20120911-1146
org.eclipse.emf.cdo.dawn.examples.acore 1.0.100.v20120521-0710
org.eclipse.emf.cdo.dawn.examples.acore 1.0.100.v20120911-1146
org.eclipse.emf.cdo.dawn.examples.acore.diagram 1.0.100.v20120523-0528
org.eclipse.emf.cdo.dawn.examples.acore.diagram 1.0.100.v20120911-1146
org.eclipse.emf.cdo.edit 4.1.0.v20120521-0909
org.eclipse.emf.cdo.edit 4.1.0.v20120821-1005
org.eclipse.emf.codegen.ecore 2.8.0.v20120608-0554
org.eclipse.emf.codegen.ecore 2.8.1.v20120917-0436
org.eclipse.emf.codegen.ecore.feature.group 2.8.0.v20120608-0554
org.eclipse.emf.codegen.ecore.feature.group 2.8.1.v20120917-0436
org.eclipse.emf.compare 1.3.1.v20120605-0748
org.eclipse.emf.compare 1.3.2.v20120918-1125
org.eclipse.emf.compare.diff 1.3.1.v20120605-0748
org.eclipse.emf.compare.diff 1.3.2.v20120918-1125
org.eclipse.emf.compare.epatch 1.3.1.v20120605-0748
org.eclipse.emf.compare.epatch 1.3.2.v20120918-1125
org.eclipse.emf.compare.feature.group 1.3.1.v20120605-0748
org.eclipse.emf.compare.feature.group 1.3.2.v20120918-1125
org.eclipse.emf.compare.match 1.3.1.v20120605-0748
org.eclipse.emf.compare.match 1.3.2.v20120918-1125
org.eclipse.emf.databinding 1.2.0.v20120608-0554
org.eclipse.emf.databinding 1.2.0.v20120917-0436
org.eclipse.emf.databinding.edit.feature.group 1.2.0.v20120608-0554
org.eclipse.emf.databinding.edit.feature.group 1.2.0.v20120917-0436
org.eclipse.emf.databinding.feature.group 1.2.0.v20120608-0554
org.eclipse.emf.databinding.feature.group 1.2.0.v20120917-0436
org.eclipse.emf.ecore.change 2.8.0.v20120606-0717
org.eclipse.emf.ecore.change 2.8.0.v20120911-0500
org.eclipse.emf.ecore.change.edit 2.5.0.v20120608-0554
org.eclipse.emf.ecore.change.edit 2.5.0.v20120917-0436
org.eclipse.emf.ecore.edit 2.8.0.v20120608-0554
org.eclipse.emf.ecore.edit 2.8.0.v20120917-0436
org.eclipse.emf.ecore.edit.feature.group 2.8.0.v20120608-0554
org.eclipse.emf.ecore.edit.feature.group 2.8.0.v20120917-0436
org.eclipse.emf.ecore.feature.group 2.8.0.v20120606-0717
org.eclipse.emf.ecore.feature.group 2.8.1.v20120911-0500
org.eclipse.emf.ecore.xcore 1.0.0.v20120612-0950
org.eclipse.emf.ecore.xcore 1.0.1.v20120917-0741
org.eclipse.emf.ecore.xcore.edit 1.0.0.v20120612-0950
org.eclipse.emf.ecore.xcore.edit 1.0.0.v20120917-0741
org.eclipse.emf.ecore.xcore.feature.group 1.0.0.v20120612-0950
org.eclipse.emf.ecore.xcore.feature.group 1.0.1.v20120917-0741
org.eclipse.emf.ecore.xmi 2.8.0.v20120606-0717
org.eclipse.emf.ecore.xmi 2.8.0.v20120911-0500
org.eclipse.emf.ecoretools 1.1.0.201205150811
org.eclipse.emf.ecoretools.diagram 1.1.0.201205150811
org.eclipse.emf.ecoretools.tabbedproperties 1.1.0.201205150811
org.eclipse.emf.edit 2.8.0.v20120608-0554
org.eclipse.emf.edit 2.8.0.v20120917-0436
org.eclipse.emf.edit.feature.group 2.8.0.v20120608-0554
org.eclipse.emf.edit.feature.group 2.8.0.v20120917-0436
org.eclipse.emf.eef.codegen 1.1.1.201206051542
org.eclipse.emf.eef.codegen.ecore 1.1.1.201206051542
org.eclipse.emf.eef.codegen.extended 1.1.1.201206051542
org.eclipse.emf.eef.codegen.launcher 1.1.1.201206051542
org.eclipse.emf.eef.components 1.1.1.201206051542
org.eclipse.emf.eef.components.edit 1.1.1.201206051542
org.eclipse.emf.eef.editor.model 1.1.1.201206051542
org.eclipse.emf.eef.eefgen 1.1.1.201206051542
org.eclipse.emf.eef.eefgen.edit 1.1.1.201206051542
org.eclipse.emf.eef.mapping 1.1.1.201206051542
org.eclipse.emf.eef.mapping.edit 1.1.1.201206051542
org.eclipse.emf.eef.runtime 1.1.1.201206051542
org.eclipse.emf.eef.runtime.extended 1.1.1.201206051542
org.eclipse.emf.eef.views 1.1.1.201206051542
org.eclipse.emf.eef.views.edit 1.1.1.201206051542
org.eclipse.emf.example.installer 1.2.0.v20120608-0554
org.eclipse.emf.example.installer 1.2.0.v20120917-0436
org.eclipse.emf.examples.library 2.5.0.v20120608-0554
org.eclipse.emf.examples.library 2.5.0.v20120917-0436
org.eclipse.emf.facet.aggregate.metamodel 0.2.0.v201206120903
org.eclipse.emf.facet.aggregate.metamodel 0.2.1.v201209110754
org.eclipse.emf.facet.aggregate.metamodel.notgenerated 0.2.0.v201206120903
org.eclipse.emf.facet.aggregate.metamodel.notgenerated 0.2.1.v201209110754
org.eclipse.emf.facet.common.sdk.core 0.2.0.v201206120903
org.eclipse.emf.facet.common.sdk.core 0.2.1.v201209110754
org.eclipse.emf.facet.custom.core 0.2.0.v201206120903
org.eclipse.emf.facet.custom.core 0.2.1.v201209110754
org.eclipse.emf.facet.custom.metamodel 0.2.0.v201206120903
org.eclipse.emf.facet.custom.metamodel 0.2.1.v201209110754
org.eclipse.emf.facet.ecore 0.2.0.v201206120903
org.eclipse.emf.facet.ecore 0.2.1.v201209110754
org.eclipse.emf.facet.efacet 0.2.0.v201206120903
org.eclipse.emf.facet.efacet 0.2.1.v201209110754
org.eclipse.emf.facet.efacet.catalog 0.2.0.v201206120903
org.eclipse.emf.facet.efacet.catalog 0.2.1.v201209110754
org.eclipse.emf.facet.efacet.core 0.2.0.v201206120903
org.eclipse.emf.facet.efacet.core 0.2.1.v201209110754
org.eclipse.emf.facet.efacet.examples.library.core 0.2.1.v201209110754
org.eclipse.emf.facet.efacet.examples.library.metamodel 0.2.1.v201209110754
org.eclipse.emf.facet.efacet.metamodel 0.2.0.v201206120903
org.eclipse.emf.facet.efacet.metamodel 0.2.1.v201209110754
org.eclipse.emf.facet.efacet.metamodel.edit 0.2.0.v201206120903
org.eclipse.emf.facet.efacet.metamodel.edit 0.2.1.v201209110754
org.eclipse.emf.facet.infra.browser.custom 0.2.0.v201206120903
org.eclipse.emf.facet.infra.browser.custom 0.2.1.v201209110754
org.eclipse.emf.facet.infra.browser.custom.edit 0.2.0.v201206120903
org.eclipse.emf.facet.infra.browser.custom.edit 0.2.1.v201209110754
org.eclipse.emf.facet.infra.browser.custom.ui 0.2.0.v201206120903
org.eclipse.emf.facet.infra.browser.custom.ui 0.2.1.v201209110754
org.eclipse.emf.facet.infra.browser.uicore.examples.cnf 0.2.0.v201206120903
org.eclipse.emf.facet.infra.browser.uicore.examples.cnf 0.2.1.v201209110754
org.eclipse.emf.facet.infra.facet 0.2.0.v201206120903
org.eclipse.emf.facet.infra.facet 0.2.1.v201209110754
org.eclipse.emf.facet.infra.facet.edit 0.2.0.v201206120903
org.eclipse.emf.facet.infra.facet.edit 0.2.1.v201209110754
org.eclipse.emf.facet.infra.query 0.2.0.v201206120903
org.eclipse.emf.facet.infra.query 0.2.1.v201209110754
org.eclipse.emf.facet.infra.query.core 0.2.0.v201206120903
org.eclipse.emf.facet.infra.query.core 0.2.1.v201209110754
org.eclipse.emf.facet.infra.query.edit 0.2.0.v201206120903
org.eclipse.emf.facet.infra.query.edit 0.2.1.v201209110754
org.eclipse.emf.facet.query.java 0.2.0.v201206120903
org.eclipse.emf.facet.query.java 0.2.1.v201209110754
org.eclipse.emf.facet.query.java.core 0.2.0.v201206120903
org.eclipse.emf.facet.query.java.core 0.2.1.v201209110754
org.eclipse.emf.facet.query.java.metamodel 0.2.0.v201206120903
org.eclipse.emf.facet.query.java.metamodel 0.2.1.v201209110754
org.eclipse.emf.facet.util.emf.catalog 0.2.0.v201206120903
org.eclipse.emf.facet.util.emf.catalog 0.2.1.v201209110754
org.eclipse.emf.facet.util.emf.core 0.2.0.v201206120903
org.eclipse.emf.facet.util.emf.core 0.2.1.v201209110754
org.eclipse.emf.facet.util.emf.ui 0.2.0.v201206120903
org.eclipse.emf.facet.util.emf.ui 0.2.1.v201209110754
org.eclipse.emf.facet.widgets 0.2.0.v201206120903
org.eclipse.emf.facet.widgets 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.celleditors 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.celleditors 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.celleditors.ecore 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.celleditors.ecore 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.celleditors.ecore.tests.samplemm 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.celleditors.ecore.tests.samplemm 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.nattable 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.nattable 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.nattable.examples.ecore 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.nattable.examples.ecore 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.nattable.instance 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.nattable.instance 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.nattable.instance.edit 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.nattable.instance.edit 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.nattable.tableconfiguration 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.nattable.tableconfiguration 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.nattable.tableconfiguration.edit 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.nattable.tableconfiguration.edit 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.table.metamodel 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.table.metamodel 0.2.1.v201209110754
org.eclipse.emf.facet.widgets.table.metamodel.edit 0.2.0.v201206120903
org.eclipse.emf.facet.widgets.table.metamodel.edit 0.2.1.v201209110754
org.eclipse.emf.java 2.5.0.v20120528-0244
org.eclipse.emf.mapping.ecore.editor.feature.group 2.7.0.v20120608-0554
org.eclipse.emf.mapping.ecore.editor.feature.group 2.7.0.v20120917-0436
org.eclipse.emf.mapping.ecore.feature.group 2.7.0.v20120608-0554
org.eclipse.emf.mapping.ecore.feature.group 2.7.0.v20120917-0436
org.eclipse.emf.mapping.ecore2ecore 2.7.0.v20120608-0554
org.eclipse.emf.mapping.ecore2ecore 2.7.0.v20120917-0436
org.eclipse.emf.mapping.ecore2xml.ui 2.6.0.v20120608-0554
org.eclipse.emf.mapping.ecore2xml.ui 2.6.0.v20120917-0436
org.eclipse.emf.mapping.ui 2.6.0.v20120608-0554
org.eclipse.emf.mapping.ui 2.6.0.v20120917-0436
org.eclipse.emf.mapping.ui.feature.group 2.7.0.v20120608-0554
org.eclipse.emf.mapping.ui.feature.group 2.7.0.v20120917-0436
org.eclipse.emf.mwe.core 1.2.1.v201206110920
org.eclipse.emf.mwe2.language 2.3.0.v201206120758
org.eclipse.emf.oda.ecore 1.1.0.v20120608-0554
org.eclipse.emf.oda.ecore 1.1.0.v20120917-0436
org.eclipse.emf.oda.ecore.feature.group 1.1.0.v20120608-0554
org.eclipse.emf.oda.ecore.feature.group 1.1.0.v20120917-0436
org.eclipse.emf.query 1.2.100.v200903190031
org.eclipse.emf.query.feature.group 1.6.0.v20120328-0001-218Z7w311A142A1142
org.eclipse.emf.query.ocl 2.0.0.v20091215-1624
org.eclipse.emf.query.ocl.feature.group 1.6.0.v20120425-2310-3--7w311A232602735
org.eclipse.emf.rap.sdk.feature.group 2.8.0.v20120608-0554
org.eclipse.emf.sdk.feature.group 2.8.0.v20120608-0554
org.eclipse.emf.validation 1.4.0.v20100428-2315
org.eclipse.emf.validation.feature.group 1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6
org.eclipse.gmf.bridge.trace 1.3.0.201209121329
org.eclipse.gmf.bridge.trace 1.3.0.RC4a
org.eclipse.gmf.codegen 2.9.0.201209121329
org.eclipse.gmf.codegen 2.9.0.RC4a
org.eclipse.gmf.ecore.editor 2.2.0.201209121329
org.eclipse.gmf.ecore.editor 2.2.0.RC4a
org.eclipse.gmf.examples.runtime.diagram.logic 1.2.1.v20120514-1615
org.eclipse.gmf.examples.runtime.diagram.logic.model 1.2.0.v20120514-1615
org.eclipse.gmf.graphdef 2.9.0.201209121329
org.eclipse.gmf.graphdef 2.9.0.RC4a
org.eclipse.gmf.graphdef.codegen 2.9.0.201209121329
org.eclipse.gmf.graphdef.codegen 2.9.0.RC4a
org.eclipse.gmf.graphdef.codegen.ui 1.3.0.201209121329
org.eclipse.gmf.graphdef.codegen.ui 1.3.0.RC4a
org.eclipse.gmf.map 2.9.0.201209121329
org.eclipse.gmf.map 2.9.0.RC4a
org.eclipse.gmf.runtime.diagram.core 1.6.0.v20120514-1615
org.eclipse.gmf.runtime.diagram.ui 1.6.0.v20120514-1615
org.eclipse.gmf.runtime.diagram.ui.resources.editor 1.4.1.v20120514-1615
org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide 1.2.1.v20120514-1615
org.eclipse.gmf.runtime.emf.clipboard.core 1.5.0.v20120514-1615
org.eclipse.gmf.runtime.emf.type.core 1.4.0.v20120514-1615
org.eclipse.gmf.runtime.notation 1.5.0.v20110309-2159
org.eclipse.gmf.tooldef 2.3.0.201209121329
org.eclipse.gmf.tooldef 2.3.0.RC4a
org.eclipse.gmf.tooling.feature.group 3.0.0.201209121329
org.eclipse.gmf.tooling.feature.group 3.0.0.RC4a
org.eclipse.gmf.tooling.runtime 3.0.0.201209121329
org.eclipse.gmf.tooling.runtime 3.0.0.RC4a
org.eclipse.gmf.tooling.source.feature.group 3.0.0.201209121329
org.eclipse.gmf.tooling.source.feature.group 3.0.0.RC4a
org.eclipse.gmf.xpand 2.1.0.201209121329
org.eclipse.gmf.xpand 2.1.0.RC4a
org.eclipse.gmt.modisco.infra.browser.custom 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.browser.custom 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.browser.custom.ui 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.browser.custom.ui 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.browser.uicore.examples.cnf 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.browser.uicore.examples.cnf 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.facet 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.facet 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.facet.edit 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.facet.edit 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.query 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.query 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.query.core 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.query.core 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.query.edit 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.query.edit 0.10.1.v201209190814
org.eclipse.gmt.modisco.infra.query.jxpath 0.10.0.v201206130817
org.eclipse.gmt.modisco.infra.query.jxpath 0.10.1.v201209190814
org.eclipse.gmt.modisco.java 0.10.0.v201206130817
org.eclipse.gmt.modisco.java 0.10.1.v201209190814
org.eclipse.gmt.modisco.java.cdo 0.10.0.v201206130817
org.eclipse.gmt.modisco.java.cdo 0.10.1.v201209190814
org.eclipse.gmt.modisco.java.generation 0.10.0.v201206130817
org.eclipse.gmt.modisco.java.generation 0.10.1.v201209190814
org.eclipse.gmt.modisco.omg.kdm 0.10.0.v201206130817
org.eclipse.gmt.modisco.omg.kdm 0.10.1.v201209190814
org.eclipse.gmt.modisco.omg.smm 0.10.0.v201206130817
org.eclipse.gmt.modisco.omg.smm 0.10.1.v201209190814
org.eclipse.gmt.modisco.xml 0.10.0.v201206130817
org.eclipse.gmt.modisco.xml 0.10.1.v201209190814
org.eclipse.graphiti.mm 0.9.0.v20120613-0805
org.eclipse.graphiti.mm 0.9.1.v20120919-0732
org.eclipse.graphiti.tools.newprojectwizard 0.9.0.v20120613-0805
org.eclipse.graphiti.tools.newprojectwizard 0.9.1.v20120919-0732
org.eclipse.jem.util 2.1.100.v201103021400
org.eclipse.jst.common.annotations.controller 1.1.300.v200908252030
org.eclipse.jst.common.annotations.core 1.1.300.v201004141630
org.eclipse.jst.common.frameworks 1.1.600.v201204190200
org.eclipse.jst.common.frameworks 1.1.601.v201208160700
org.eclipse.jst.j2ee.ejb.annotations.xdoclet 1.2.200.v201103302125
org.eclipse.jst.jee 1.0.500.v201202020745
org.eclipse.jst.jee.ejb 1.0.301.v201007070821
org.eclipse.jst.jee.ui 1.0.500.v201205170400
org.eclipse.jst.jee.web 1.0.301.v201007070907
org.eclipse.jst.jsf.core 1.4.0.v201205241050
org.eclipse.jst.jsf.core 1.4.1.v201208241503
org.eclipse.jst.jsf.facelet.core 1.0.200.v201205161442
org.eclipse.jst.jsf.facelet.core 1.0.201.v201208241503
org.eclipse.jst.jsf.ui 1.3.200.v201202131530
org.eclipse.jst.jsf.ui 1.3.201.v201208241503
org.eclipse.jst.pagedesigner 1.3.200.v2012030703072246
org.eclipse.jst.pagedesigner 1.3.201.v201208241503
org.eclipse.jst.pagedesigner.jsf.ui 1.2.100.v201104061711
org.eclipse.jst.pagedesigner.jsf.ui 1.2.101.v201208241503
org.eclipse.jst.server.generic.core 1.0.700.v20101219
org.eclipse.jst.servlet.ui 1.1.600.v201202011057
org.eclipse.jst.ws 1.0.600.v201108242234
org.eclipse.jst.ws.axis.consumption.ui 1.0.700.v201204181727
org.eclipse.jst.ws.axis.creation.ui 1.0.750.v201204120428
org.eclipse.jst.ws.axis2.core 1.0.204.v201004211805
org.eclipse.jst.ws.consumption 1.0.700.v201204102147
org.eclipse.jst.ws.consumption.ui 1.1.500.v201204102147
org.eclipse.jst.ws.cxf.core 1.1.0.v201205012246
org.eclipse.jst.ws.cxf.creation.core 1.0.200.v201205012246
org.eclipse.jst.ws.jaxrs.ui 1.0.500.v201205020140
org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.200.v201109042201-5-F8NAkF7BB7U8PEK8K
org.eclipse.jst.ws.jaxws.dom.runtime 1.0.200.v201109042201
org.eclipse.jst.ws.jaxws.ui 1.0.200.v201204221614
org.eclipse.jst.ws.ui 1.0.403.v201004211805
org.eclipse.jwt.feature.feature.group 1.2.0.v201205310546-7O7i-FK_Qj4QkVn3kW9q
org.eclipse.jwt.we.conf.property.model 1.2.0.v201205310546
org.eclipse.jwt.we.plugins.viewuml 1.2.0.v201205310546
org.eclipse.m2e.editor 1.1.0.20120530-0009
org.eclipse.m2e.editor 1.2.0.20120903-1050
org.eclipse.m2e.feature.feature.group 1.1.0.20120530-0009
org.eclipse.m2e.feature.feature.group 1.2.0.20120903-1050
org.eclipse.m2e.model.edit 1.1.0.20120530-0009
org.eclipse.m2e.model.edit 1.2.0.20120903-1050
org.eclipse.m2m.atl.adt 3.3.0.v201205241358
org.eclipse.m2m.atl.adt 3.3.1.v201209061455
org.eclipse.m2m.atl.core.ui 3.3.0.v201205241358
org.eclipse.m2m.atl.core.ui 3.3.1.v201209061455
org.eclipse.m2m.atl.feature.group 3.3.0.v201205241358
org.eclipse.m2m.atl.feature.group 3.3.1.v201209061455
org.eclipse.m2m.atl.profiler.exportmodel 3.3.0.v201205241358
org.eclipse.m2m.atl.profiler.exportmodel 3.3.1.v201209061455
org.eclipse.m2m.atl.profiler.feature.group 3.3.0.v201205241358
org.eclipse.m2m.atl.profiler.feature.group 3.3.1.v201209061455
org.eclipse.m2m.atl.profiler.model 3.3.0.v201205241358
org.eclipse.m2m.atl.profiler.model 3.3.1.v201209061455
org.eclipse.m2m.atl.profiler.vm 3.3.0.v201205241358
org.eclipse.m2m.atl.profiler.vm 3.3.1.v201209061455
org.eclipse.m2m.qvt.oml 3.2.0.v201206041614
org.eclipse.m2m.qvt.oml 3.2.0.v20120918-0827
org.eclipse.m2m.qvt.oml.common 3.1.0.v201206041614
org.eclipse.m2m.qvt.oml.common 3.1.0.v20120906-0508
org.eclipse.m2m.qvt.oml.debug.feature.group 1.1.0.v201206041614-31-8s73573F3B5F5B
org.eclipse.m2m.qvt.oml.debug.ui 1.1.0.v201206041614
org.eclipse.m2m.qvt.oml.debug.ui 1.1.0.v20120906-0508
org.eclipse.m2m.qvt.oml.editor.feature.group 3.1.0.v201206041614-40-7w312317152725
org.eclipse.m2m.qvt.oml.editor.ui 3.1.0.v201206041614
org.eclipse.m2m.qvt.oml.editor.ui 3.1.0.v20120918-0827
org.eclipse.m2m.qvt.oml.examples.feature.group 3.1.0.v201206041614-40-7w312317152725
org.eclipse.m2m.qvt.oml.feature.group 3.1.0.v201206041614-7G6-BgJ9EJ9c9TEcET
org.eclipse.m2m.qvt.oml.ocl 3.2.0.v201206041614
org.eclipse.m2m.qvt.oml.ocl 3.2.0.v20120906-0508
org.eclipse.m2m.qvt.oml.runtime.feature.group 3.1.0.v201206041614-7M77-DZRDKRDsDeKsKe
org.eclipse.m2m.qvt.oml.samples 3.1.0.v201206041614
org.eclipse.m2m.qvt.oml.samples 3.1.0.v20120918-0827
org.eclipse.m2m.qvt.oml.sdk.feature.group 3.1.0.v201206041614-7U7A-CL5V0ETk4K7wL253-yIi90n
org.eclipse.m2m.qvt.oml.ui 3.1.0.v201206041614
org.eclipse.m2m.qvt.oml.ui 3.1.0.v20120906-0508
org.eclipse.modisco.infra.discovery 0.10.0.v201206130817
org.eclipse.modisco.infra.discovery 0.10.1.v201209190814
org.eclipse.modisco.java.composition 0.10.0.v201206130817
org.eclipse.modisco.java.composition 0.10.1.v201209190814
org.eclipse.modisco.jee.ejbjar 0.10.0.v201206130817
org.eclipse.modisco.jee.ejbjar 0.10.1.v201209190814
org.eclipse.modisco.jee.jsp 0.10.0.v201206130817
org.eclipse.modisco.jee.jsp 0.10.1.v201209190814
org.eclipse.modisco.jee.jsp.browser.customization 0.10.0.v201206130817
org.eclipse.modisco.jee.jsp.browser.customization 0.10.1.v201209190814
org.eclipse.modisco.jee.jsp.generation 0.10.0.v201206130817
org.eclipse.modisco.jee.jsp.generation 0.10.1.v201209190814
org.eclipse.modisco.jee.webapp 0.10.0.v201206130817
org.eclipse.modisco.jee.webapp 0.10.1.v201209190814
org.eclipse.modisco.kdm.source.extension 0.10.0.v201206130817
org.eclipse.modisco.kdm.source.extension 0.10.1.v201209190814
org.eclipse.modisco.kdm.source.extension.ui.browser 0.10.0.v201206130817
org.eclipse.modisco.kdm.source.extension.ui.browser 0.10.1.v201209190814
org.eclipse.modisco.omg.gastm 0.10.0.v201206130817
org.eclipse.modisco.omg.gastm 0.10.1.v201209190814
org.eclipse.modisco.omg.smm 0.10.0.v201206130817
org.eclipse.modisco.omg.smm 0.10.1.v201209190814
org.eclipse.modisco.util.atl.core 0.10.0.v201206130817
org.eclipse.modisco.util.atl.core 0.10.1.v201209190814
org.eclipse.modisco.workflow 0.10.0.v201206130817
org.eclipse.modisco.workflow 0.10.1.v201209190814
org.eclipse.mylyn.builds.core 1.0.0.v20120612-0600
org.eclipse.mylyn.builds.core 1.0.2.v20120916-1200
org.eclipse.mylyn.builds.ui 1.0.0.v20120612-0600
org.eclipse.mylyn.builds.ui 1.0.2.v20120916-1200
org.eclipse.mylyn.docs.intent.client.compiler 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.client.compiler 0.7.1.201208201051
org.eclipse.mylyn.docs.intent.client.synchronizer 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.client.synchronizer 0.7.1.201208201051
org.eclipse.mylyn.docs.intent.collab 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.collab 0.7.1.201208201051
org.eclipse.mylyn.docs.intent.core 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.core 0.7.1.201208201051
org.eclipse.mylyn.docs.intent.exporter 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.exporter 0.7.1.201208201051
org.eclipse.mylyn.docs.intent.markup 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.markup 0.7.1.201208201051
org.eclipse.mylyn.docs.intent.markup.gen 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.markup.gen 0.7.1.201208201051
org.eclipse.mylyn.docs.intent.parser 0.7.0.201205301208
org.eclipse.mylyn.docs.intent.parser 0.7.1.201208201051
org.eclipse.mylyn.gerrit.core 1.0.0.v20120612-0600
org.eclipse.mylyn.gerrit.core 1.0.2.v20120916-1200
org.eclipse.mylyn.gerrit.ui 1.0.0.v20120612-0600
org.eclipse.mylyn.gerrit.ui 1.0.2.v20120916-1200
org.eclipse.mylyn.hudson.core 1.0.0.v20120612-0600
org.eclipse.mylyn.hudson.core 1.0.2.v20120916-1200
org.eclipse.mylyn.mft.emf.core 0.9.0.I20120314-1750
org.eclipse.mylyn.mft.emf.core 0.9.1.I20120907-1845
org.eclipse.mylyn.mft.sdk.util 0.9.0.I20120314-1750
org.eclipse.mylyn.mft.sdk.util 0.9.1.I20120907-1845
org.eclipse.mylyn.reviews.core 1.0.0.v20120612-0600
org.eclipse.mylyn.reviews.core 1.0.2.v20120916-1200
org.eclipse.mylyn.reviews.ui 1.0.0.v20120612-0600
org.eclipse.mylyn.reviews.ui 1.0.2.v20120916-1200
org.eclipse.net4j.util.defs 4.0.100.v20120521-0710
org.eclipse.net4j.util.defs 4.0.100.v20120821-1005
org.eclipse.ocl 3.2.0.v20120611-1210
org.eclipse.ocl 3.2.1.v20120917-1739
org.eclipse.ocl.common 1.0.0.v20120516-1543
org.eclipse.ocl.examples.domain 3.2.0.v20120503-1141
org.eclipse.ocl.examples.eventmanager 3.2.0.v20120411-1432
org.eclipse.ocl.examples.impactanalyzer 3.2.0.v20120504-1818
org.eclipse.ocl.uml 4.0.0.v20120611-1210
org.eclipse.ocl.uml 4.0.0.v20120917-1739
org.eclipse.papyrus.infra.constraints 0.9.0.v201206131215
org.eclipse.papyrus.infra.constraints 0.9.1.v201209190809
org.eclipse.papyrus.infra.core.sasheditor.di 0.9.0.v201206131215
org.eclipse.papyrus.infra.core.sasheditor.di 0.9.1.v201209190809
org.eclipse.papyrus.infra.discovery 0.9.0.v201206131215
org.eclipse.papyrus.infra.discovery 0.9.1.v201209190809
org.eclipse.papyrus.infra.emf 0.9.0.v201206131215
org.eclipse.papyrus.infra.emf 0.9.1.v201209190809
org.eclipse.papyrus.infra.emf.appearance 0.9.0.v201206131215
org.eclipse.papyrus.infra.emf.appearance 0.9.1.v201209190809
org.eclipse.papyrus.infra.extendedtypes 0.9.0.v201206131215
org.eclipse.papyrus.infra.extendedtypes 0.9.1.v201209190809
org.eclipse.papyrus.infra.extendedtypes.emf 0.9.0.v201206131215
org.eclipse.papyrus.infra.extendedtypes.emf 0.9.1.v201209190809
org.eclipse.papyrus.infra.gmfdiag.css.model 0.9.0.v201206131215
org.eclipse.papyrus.infra.gmfdiag.css.model 0.9.1.v201209190809
org.eclipse.papyrus.infra.queries.core.configuration 0.9.0.v201206131215
org.eclipse.papyrus.infra.queries.core.configuration 0.9.1.v201209190809
org.eclipse.papyrus.infra.queries.core.configuration.edit 0.9.0.v201206131215
org.eclipse.papyrus.infra.queries.core.configuration.edit 0.9.1.v201209190809
org.eclipse.papyrus.infra.services.controlmode.history 0.9.0.v201206131215
org.eclipse.papyrus.infra.services.controlmode.history 0.9.1.v201209190809
org.eclipse.papyrus.infra.services.decoration 0.9.0.v201206131215
org.eclipse.papyrus.infra.services.decoration 0.9.1.v201209190809
org.eclipse.papyrus.infra.services.validation 0.9.0.v201206131215
org.eclipse.papyrus.infra.services.validation 0.9.1.v201209190809
org.eclipse.papyrus.infra.table.instance 0.9.0.v201206131215
org.eclipse.papyrus.infra.table.instance 0.9.1.v201209190809
org.eclipse.papyrus.sysml.facets 0.9.0.v201206131215
org.eclipse.papyrus.sysml.facets 0.9.1.v201209190809
org.eclipse.papyrus.team.svn 0.9.0.v201206131215
org.eclipse.papyrus.team.svn 0.9.1.v201209190809
org.eclipse.papyrus.uml.alf 0.9.0.v201206131215
org.eclipse.papyrus.uml.alf 0.9.1.v201209190809
org.eclipse.papyrus.uml.appearance 0.9.0.v201206131215
org.eclipse.papyrus.uml.appearance 0.9.1.v201209190809
org.eclipse.papyrus.uml.commands 0.9.0.v201206131215
org.eclipse.papyrus.uml.commands 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.activity 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.activity 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.clazz 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.clazz 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.communication 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.communication 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.component 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.component 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.composite 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.composite 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.deployment 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.deployment 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.dnd 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.dnd 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.modelexplorer 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.modelexplorer 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.paletteconfiguration 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.paletteconfiguration 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.profile 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.profile 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.sequence 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.sequence 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.statemachine 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.statemachine 0.9.1.v201209190809
org.eclipse.papyrus.uml.diagram.usecase 0.9.0.v201206131215
org.eclipse.papyrus.uml.diagram.usecase 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.common.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.common.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.message.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.message.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.parameter.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.parameter.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.property.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.property.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.state.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.state.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.textedit.transition.xtext 0.9.0.v201206131215
org.eclipse.papyrus.uml.textedit.transition.xtext 0.9.1.v201209190809
org.eclipse.papyrus.uml.tools.extendedtypes 0.9.0.v201206131215
org.eclipse.papyrus.uml.tools.extendedtypes 0.9.1.v201209190809
org.eclipse.papyrus.views.properties 0.9.0.v201206131215
org.eclipse.papyrus.views.properties 0.9.1.v201209190809
org.eclipse.papyrus.views.properties.model 0.9.0.v201206131215
org.eclipse.papyrus.views.properties.model 0.9.1.v201209190809
org.eclipse.soa.sca.core.feature.feature.group 2.3.0.201205240725
org.eclipse.soa.sca.core.model 2.3.0.201205240725
org.eclipse.soa.sca.sca1_0.feature.feature.group 2.3.0.201205240725
org.eclipse.soa.sca.sca1_0.model 2.3.0.201205240725
org.eclipse.soa.sca.sca1_0.runtime.frascati.model 2.3.0.201205240725
org.eclipse.soa.sca.sca1_0.runtime.tuscany.model 2.3.0.201205240725
org.eclipse.soa.sca.sca1_1.feature.feature.group 2.3.0.201205240725
org.eclipse.soa.sca.sca1_1.model 2.3.0.201205240725
org.eclipse.soa.sca.sca1_1.runtime.fabric3.model 2.3.0.201205240725
org.eclipse.soa.sca.sca1_1.runtime.fabric3.model.edit 2.3.0.201205240725
org.eclipse.soa.sca.sca1_1.runtime.tuscany.model 2.3.0.201205240725
org.eclipse.soa.sca.sca1_1.runtime.tuscany.model.edit 2.3.0.201205240725
org.eclipse.ui.workbench 3.103.0.v20120530-1824
org.eclipse.ui.workbench 3.103.1.v20120906-120042
org.eclipse.uml2.common 1.7.0.v20120604-0919
org.eclipse.uml2.common 1.7.0.v20120913-1441
org.eclipse.uml2.types 1.0.0.v20120604-0919
org.eclipse.uml2.types 1.0.0.v20120913-1441
org.eclipse.uml2.uml 4.0.0.v20120604-0919
org.eclipse.uml2.uml 4.0.1.v20120913-1441
org.eclipse.wst.common.frameworks 1.2.200.v201203141800
org.eclipse.wst.common.modulecore 1.2.200.v201204190200
org.eclipse.wst.common.modulecore.ui 1.0.200.v201204042200
org.eclipse.wst.common.modulecore.ui 1.0.201.v201208241600
org.eclipse.wst.dtd.core 1.1.600.v201205171933
org.eclipse.wst.web 1.1.600.v201204190200
org.eclipse.wst.web.ui 1.1.600.v201109220400
org.eclipse.wst.ws 1.1.300.v201204181727
org.eclipse.wst.ws.explorer 1.0.700.v201203072334
org.eclipse.wst.wsdl 1.2.300.v201109010430
org.eclipse.wst.wsdl.ui 1.2.500.v201108240518
org.eclipse.xsd 2.8.0.v20120319-0555
org.eclipse.xsd 2.8.0.v20120917-0436
org.eclipse.xsd.feature.group 2.8.0.v20120319-0555
org.eclipse.xsd.feature.group 2.8.0.v20120917-0436
org.eclipse.xtend.core 2.3.0.v201206120633
org.eclipse.xtend.core 2.3.1.v201208210947
org.eclipse.xtext 2.3.0.v201206120633
org.eclipse.xtext 2.3.1.v201208210947
org.eclipse.xtext.builder 2.3.0.v201206120633
org.eclipse.xtext.builder 2.3.1.v201208210947
org.eclipse.xtext.common.types 2.3.0.v201206120633
org.eclipse.xtext.common.types 2.3.1.v201208210947
org.eclipse.xtext.common.types.ui 2.3.0.v201206120633
org.eclipse.xtext.common.types.ui 2.3.1.v201208210947
org.eclipse.xtext.generator 2.3.0.v201206120633
org.eclipse.xtext.generator 2.3.1.v201208210947
org.eclipse.xtext.purexbase 2.3.0.v201206120633
org.eclipse.xtext.purexbase 2.3.1.v201208210947
org.eclipse.xtext.sdk.feature.group 2.3.0.v201206120633
org.eclipse.xtext.sdk.feature.group 2.3.1.v201208210947
org.eclipse.xtext.ui.codetemplates 2.3.0.v201206120633
org.eclipse.xtext.ui.codetemplates 2.3.1.v201208210947
org.eclipse.xtext.util 2.3.0.v201206120633
org.eclipse.xtext.util 2.3.1.v201208210947
org.eclipse.xtext.xbase 2.3.0.v201206120633
org.eclipse.xtext.xbase 2.3.1.v201208210947
org.eclipse.xtext.xbase.junit 2.3.0.v201206120633
org.eclipse.xtext.xbase.junit 2.3.1.v201208210947
org.eclipse.xtext.xtext.ui.graph 2.3.0.v201206120633
org.eclipse.xtext.xtext.ui.graph 2.3.1.v201208210947
tooling.osgi.bundle.default 1.0.0
tooling.virgo.org.apache.felix.gogo.command 1.0.0.tooling
tooling.virgo.org.apache.felix.gogo.runtime 1.0.0.tooling
tooling.virgo.org.apache.felix.gogo.shell 1.0.0.tooling
tooling.virgo.org.apache.mina.core 1.0.0.tooling
tooling.virgo.org.apache.sshd.core 1.0.0.tooling
tooling.virgo.org.eclipse.core.contenttype 1.0.0.tooling
tooling.virgo.org.eclipse.core.jobs 1.0.0.tooling
tooling.virgo.org.eclipse.core.net 1.0.0.tooling
tooling.virgo.org.eclipse.core.runtime 1.0.0.tooling
tooling.virgo.org.eclipse.ecf 1.0.0.tooling
tooling.virgo.org.eclipse.ecf.filetransfer 1.0.0.tooling
tooling.virgo.org.eclipse.ecf.identity 1.0.0.tooling
tooling.virgo.org.eclipse.ecf.provider.filetransfer 1.0.0.tooling
tooling.virgo.org.eclipse.ecf.ssl 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.app 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.cm 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.common 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.console 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.console.ssh 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.ds 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.event 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.frameworkadmin 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.frameworkadmin.equinox 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.artifact.repository 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.console 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.core 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.director 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.engine 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.garbagecollector 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.jarprocessor 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.metadata 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.metadata.repository 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.publisher 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.publisher.eclipse 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.repository 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.touchpoint.eclipse 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.touchpoint.natives 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.p2.transport.ecf 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.preferences 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.registry 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.security 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.simpleconfigurator 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.simpleconfigurator.manipulator 1.0.0.tooling
tooling.virgo.org.eclipse.equinox.util 1.0.0.tooling
tooling.virgo.org.eclipse.osgi.services 1.0.0.tooling
toolingANY.ANY.ANYorg.apache.felix.gogo.command 1.0.0.SIMREL
toolingANY.ANY.ANYorg.apache.felix.gogo.runtime 1.0.0.SIMREL
toolingANY.ANY.ANYorg.apache.felix.gogo.shell 1.0.0.SIMREL
toolingANY.ANY.ANYorg.apache.mina.core 1.0.0.SIMREL
toolingANY.ANY.ANYorg.apache.sshd.core 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.gemini.web.core 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.gemini.web.extender 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.gemini.web.tomcat 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.virgo.kernel.core 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.virgo.medic 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.virgo.medic.core 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.virgo.nano.deployer 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.virgo.nano.war.deployer 1.0.0.SIMREL
toolingANY.ANY.ANYorg.eclipse.virgo.util.osgi 1.0.0.SIMREL
toolingcocoa.macosx.x86_64org.eclipse.core.runtime 4.2.0.I20120608-1400
toolingcocoa.macosx.x86_64org.eclipse.core.runtime 4.2.1.M20120914-1800
toolingcocoa.macosx.x86_64org.eclipse.equinox.common 4.2.0.I20120608-1400
toolingcocoa.macosx.x86_64org.eclipse.equinox.common 4.2.1.M20120914-1800
toolingcocoa.macosx.x86_64org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolingcocoa.macosx.x86_64org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolingcocoa.macosx.x86_64org.eclipse.equinox.event 4.2.0.I20120608-1400
toolingcocoa.macosx.x86_64org.eclipse.equinox.event 4.2.1.M20120914-1800
toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolingcocoa.macosx.x86_64org.eclipse.update.configurator 4.2.0.I20120608-1400
toolingcocoa.macosx.x86_64org.eclipse.update.configurator 4.2.1.M20120914-1800
toolingcocoa.macosx.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
toolingcocoa.macosx.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
toolingcocoa.macosx.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
toolingcocoa.macosx.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
toolingcocoa.macosx.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolingcocoa.macosx.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolingcocoa.macosx.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
toolingcocoa.macosx.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolingcocoa.macosx.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
toolingcocoa.macosx.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.aix.ppc64org.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.aix.ppc64org.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.aix.ppc64org.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.aix.ppc64org.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.aix.ppc64org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.aix.ppc64org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.aix.ppc64org.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.aix.ppc64org.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.aix.ppc64org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.aix.ppc64org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.aix.ppc64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.aix.ppc64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.aix.ppc64org.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.aix.ppc64org.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.aix.ppcorg.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.aix.ppcorg.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.aix.ppcorg.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.aix.ppcorg.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.aix.ppcorg.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.aix.ppcorg.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.aix.ppcorg.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.aix.ppcorg.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.aix.ppcorg.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.aix.ppcorg.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.aix.ppcorg.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.aix.ppcorg.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.hpux.ia64_32org.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.hpux.ia64_32org.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.hpux.ia64_32org.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.hpux.ia64_32org.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.hpux.ia64_32org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.hpux.ia64_32org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.hpux.ia64_32org.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.hpux.ia64_32org.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.hpux.ia64_32org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.hpux.ia64_32org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.hpux.ia64_32org.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.hpux.ia64_32org.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.linux.ppc64org.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.linux.ppc64org.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.linux.ppc64org.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.linux.ppc64org.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.linux.ppc64org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.linux.ppc64org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.linux.ppc64org.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.linux.ppc64org.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.linux.ppc64org.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.linux.ppc64org.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.linux.s390org.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.linux.s390org.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.linux.s390org.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.linux.s390org.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.linux.s390org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.linux.s390org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.linux.s390org.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.linux.s390org.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.linux.s390org.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.linux.s390org.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.linux.s390xorg.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.linux.s390xorg.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.linux.s390xorg.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.linux.s390xorg.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.linux.s390xorg.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.linux.s390xorg.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.linux.s390xorg.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.linux.s390xorg.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.linux.s390xorg.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.linux.s390xorg.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.linux.x86_64org.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.linux.x86_64org.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.linux.x86_64org.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.linux.x86_64org.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.linux.x86_64org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.linux.x86_64org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.linux.x86_64org.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.linux.x86_64org.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.linux.x86_64org.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.linux.x86_64org.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.linux.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.linux.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.linux.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.linux.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.linux.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.linux.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.linux.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.linux.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.linux.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.linux.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.solaris.sparcorg.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.solaris.sparcorg.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.solaris.sparcorg.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.solaris.sparcorg.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.solaris.sparcorg.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.solaris.sparcorg.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.solaris.sparcorg.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.solaris.sparcorg.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.solaris.sparcorg.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.solaris.sparcorg.eclipse.update.configurator 4.2.1.M20120914-1800
toolinggtk.solaris.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
toolinggtk.solaris.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
toolinggtk.solaris.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
toolinggtk.solaris.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
toolinggtk.solaris.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolinggtk.solaris.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolinggtk.solaris.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
toolinggtk.solaris.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolinggtk.solaris.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
toolinggtk.solaris.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
toolingorg.eclipse.equinox.launcher 1.3.0.v20120522-1813
toolingorg.eclipse.equinox.launcher.cocoa.macosx 1.1.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.1.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.gtk.aix.ppc 1.1.100.v20120522-1822
toolingorg.eclipse.equinox.launcher.gtk.aix.ppc64 1.1.100.v20120522-1822
toolingorg.eclipse.equinox.launcher.gtk.hpux.ia64_32 1.0.100.v20120522-1822
toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64 1.0.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.gtk.linux.s390 1.1.200.v20120522-1822
toolingorg.eclipse.equinox.launcher.gtk.linux.s390x 1.1.200.v20120522-1822
toolingorg.eclipse.equinox.launcher.gtk.linux.x86 1.1.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64 1.1.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.gtk.solaris.sparc 1.1.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.gtk.solaris.x86 1.1.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.win32.win32.x86 1.1.200.v20120522-1813
toolingorg.eclipse.equinox.launcher.win32.win32.x86_64 1.1.200.v20120522-1813
toolingwin32.win32.x86_64org.eclipse.core.runtime 4.2.0.I20120608-1400
toolingwin32.win32.x86_64org.eclipse.core.runtime 4.2.1.M20120914-1800
toolingwin32.win32.x86_64org.eclipse.equinox.common 4.2.0.I20120608-1400
toolingwin32.win32.x86_64org.eclipse.equinox.common 4.2.1.M20120914-1800
toolingwin32.win32.x86_64org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolingwin32.win32.x86_64org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolingwin32.win32.x86_64org.eclipse.equinox.event 4.2.0.I20120608-1400
toolingwin32.win32.x86_64org.eclipse.equinox.event 4.2.1.M20120914-1800
toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolingwin32.win32.x86_64org.eclipse.update.configurator 4.2.0.I20120608-1400
toolingwin32.win32.x86_64org.eclipse.update.configurator 4.2.1.M20120914-1800
toolingwin32.win32.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
toolingwin32.win32.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
toolingwin32.win32.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
toolingwin32.win32.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
toolingwin32.win32.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
toolingwin32.win32.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
toolingwin32.win32.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
toolingwin32.win32.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
toolingwin32.win32.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
toolingwin32.win32.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
osgi> provlquery http://download.eclipse.org/releases/juno/ "everything.select(iu | iu.requirements.exists(rc | everything.exists(x | x.id=='org.eclipse.emf.ecore' && x.providedCapabilities.exists(cap | cap ~= rc))))" true
gogo: IllegalArgumentException: Cannot match a org.eclipse.equinox.internal.p2.metadata.ProvidedCapability with a org.eclipse.equinox.internal.p2.metadata.RequiredCapability

Back to the top