Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Resolve Optional Dependencies

Thanks for quick response.

I don't have defined repositories in my pom file.
Adding dependency-resolution doesn't help, tycho still tries resolve
jdt as well.

Attached pom file, output and tp.

Thanks,
Igor

On Thu, Jan 31, 2013 at 5:23 PM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
> On 01/31/2013 11:14 AM, Igor Zapletnev wrote:
>
> Also where is no any references to the jdt in my target platform.
> During build I am able to see next error "Failed to resolve target
> definition tp.target: "No solution found because the problem is
> unsatisfiable.": ["Unable to satisfy dependency from
> org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452 to
> org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
> "Unable to satisfy dependency from org.eclipse.jdt.core
> 3.8.2.v_OTDT_r211_201209011847 to
> org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
> "No solution found because the problem is unsatisfiable."] -> [Help 1]
> org.apache.maven.
> InternalErrorException: Internal error:
> java.lang.RuntimeException: Failed to resolve target definition"
>
> 1) Tycho able to see jdt.core plug-in (and tries resolve it), but it
> does not defined in the target platform;
>
> Do you have a <repository> defined in one of your pom? Those repositories
> are added to the target-platform definition, so you should avoid using both
> repositories and target files at the same time.
>
>
> 2) Tycho tries resolve optional dependency and failed. I want disable
> resolving this optional dependency;
>
>   <plugin>
>     <groupId>org.eclipse.tycho</groupId>
>     <artifactId>target-platform-configuration</artifactId>
>     <version>${tychoVersion}</version>
>     <configuration>
>       <dependency-resolution>
>         <optionalDependencies>ignore</optionalDependencies>
>       </dependency-resolution>
>     </configuration>
>   </plugin>
>
> --
> Mickael Istria
> Eclipse developer at JBoss, by Red Hat
> My blog - My Tweets
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
Apache Maven 3.0.4 (r1232337; 2012-01-17 15:44:56+0700)
Maven home: C:\Program Files\Maven
Java version: 1.6.0_35, vendor: Sun Microsystems Inc.
Java home: C:\Program Files (x86)\Java\jdk1.6.0_35\jre
Default locale: ru_RU, platform encoding: Cp1251
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from C:\Program Files\Maven\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\Ivan\.m2\settings.xml
[DEBUG] Using local repository at C:\Users\Ivan\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for C:\Users\Ivan\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.myapp.core:reactor:pom:0.0.1-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:0.14.0:
[DEBUG]    org.eclipse.tycho:tycho-core:jar:0.14.0:compile
[DEBUG]       org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]          org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]             org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.2:compile
[DEBUG]          org.codehaus.plexus:plexus-io:jar:1.0.1:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.osgi:jar:3.8.0.v20120123-1419:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:0.14.0:compile
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:0.14.0:compile
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:0.14.0:compile
[DEBUG]          de.pdark:decentxml:jar:1.3:compile
[DEBUG]       org.eclipse.tycho:tycho-embedder-api:jar:0.14.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:0.14.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:0.14.0:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:0.14.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:0.14.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:0.14.0:compile
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
[DEBUG]   Imported: org.sonatype.aether.version < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
[DEBUG]   Imported: org.sonatype.aether.* < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] Created new class realm extension>org.eclipse.tycho:tycho-maven-plugin:0.14.0
[DEBUG] Importing foreign packages into class realm extension>org.eclipse.tycho:tycho-maven-plugin:0.14.0
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.eclipse.tycho:tycho-maven-plugin:0.14.0
[DEBUG]   Included: org.eclipse.tycho:tycho-maven-plugin:jar:0.14.0
[DEBUG]   Included: org.eclipse.tycho:tycho-core:jar:0.14.0
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:1.2
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:1.0.1
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.osgi:jar:3.8.0.v20120123-1419
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-embedder:jar:0.14.0
[DEBUG]   Included: org.eclipse.tycho:sisu-equinox-api:jar:0.14.0
[DEBUG]   Included: org.eclipse.tycho:tycho-metadata-model:jar:0.14.0
[DEBUG]   Included: de.pdark:decentxml:jar:1.3
[DEBUG]   Included: org.eclipse.tycho:tycho-embedder-api:jar:0.14.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:0.14.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:0.14.0
[DEBUG]   Included: org.eclipse.tycho:tycho-p2-facade:jar:0.14.0
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:0.14.0
[DEBUG]   Included: org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:0.14.0
....
[DEBUG] org.eclipse.tycho:tycho-maven-plugin:jar:0.14.0:
[DEBUG]    org.eclipse.tycho:tycho-core:jar:0.14.0:compile
[DEBUG]       org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]          org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]             org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]          org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:1.2:compile
[DEBUG]          org.codehaus.plexus:plexus-io:jar:1.0.1:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.osgi:jar:3.8.0.v20120123-1419:compile
[DEBUG]       org.eclipse.tycho:sisu-equinox-embedder:jar:0.14.0:compile
[DEBUG]          org.eclipse.tycho:sisu-equinox-api:jar:0.14.0:compile
[DEBUG]       org.eclipse.tycho:tycho-metadata-model:jar:0.14.0:compile
[DEBUG]          de.pdark:decentxml:jar:1.3:compile
[DEBUG]       org.eclipse.tycho:tycho-embedder-api:jar:0.14.0:compile
[DEBUG]          org.eclipse.tycho:org.eclipse.tycho.embedder.shared:jar:0.14.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.core.shared:jar:0.14.0:compile
[DEBUG]    org.eclipse.tycho:tycho-p2-facade:jar:0.14.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared:jar:0.14.0:compile
[DEBUG]       org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared:jar:0.14.0:compile
...
....
[DEBUG] Available IUs:
  org.eclipse.ecl.shell.feature.jar 1.0.0.201109041913
  org.eclipse.ecl.server.tcp 1.0.0.201109041913
  org.eclipse.ecl.server.feature.jar 1.0.0.201109041913
  org.eclipse.ecl.core.feature.jar 1.0.0.201109041913
  com.xored.peg 1.0.0.201109041912
  org.eclipse.ecl.client.tcp 1.0.0.201109041913
  org.eclipse.ecl.shell.feature.group 1.0.0.201109041913
  org.eclipse.ecl.telnet.server 1.0.0.201109041913
  org.eclipse.ecl.server.tcp.ui 1.0.0.201109041913
  file:/Users/bamboo/bamboo-agent-home/xml-data/build-dir/ECL-CORE-JOB1/ecl/org.eclipse.ecl.core-updatesite/target/site/site.xml.Default 0.0.0.20110904191402
  org.eclipse.ecl.core 1.0.0.201109041913
  com.xored.peg.core.feature.jar 1.0.0.201109041912
  org.eclipse.espace.core 1.0.0.201109041913
  org.eclipse.ecl.server.feature.group 1.0.0.201109041913
  com.xored.peg.core.feature.group 1.0.0.201109041912
  org.eclipse.ecl.shell 1.0.0.201109041913
  org.eclipse.ecl.core.feature.group 1.0.0.201109041913
  org.eclipse.ecl.parser 1.0.0.201109041913
  toolingorg.eclipse.platform.ide.config.win32.win32.x86_64 3.8.1.M20120914-1540
  org.eclipse.equinox.simpleconfigurator.manipulator 2.0.0.v20110808-1657
  org.eclipse.swt.gtk.solaris.sparc 3.8.1.v3834e
  org.eclipse.jetty.continuation 8.1.3.v20120522
  toolingorg.eclipse.equinox.launcher.win32.win32.x86_64 1.1.200.v20120522-1813
  org.eclipse.ecf 3.1.300.v20120610-1946
  org.eclipse.equinox.util 1.0.400.v20120522-2049
  org.eclipse.equinox.p2.jarprocessor 1.0.200.v20110808-1657
  toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.user.ui.feature.jar 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP
  org.eclipse.equinox.p2.extras.feature.feature.group 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr
  org.eclipse.equinox.p2.core 2.2.0.v20120430-0525
  org.eclipse.debug.ui 3.8.1.v20120718-192144
  toolingorg.eclipse.equinox.launcher.gtk.aix.ppc 1.1.100.v20120522-1822
  toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64 1.0.200.v20120522-1813
  org.eclipse.swt.win32.win32.x86_64 3.8.1.v3834e
  org.eclipse.ui.navigator 3.5.200.v20120523-1956
  toolinggtk.linux.x86org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.linux.x86.source 3.8.1.v3834e
  org.eclipse.swt.gtk.linux.x86_64.source 3.8.1.v3834e
  org.eclipse.update.core 3.2.600.v20120530-120908
  javax.servlet.jsp 2.2.0.v201112011158
  org.eclipse.equinox.executable.feature.group 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.ui.workbench 3.8.1.v20120816-082703
  org.eclipse.equinox.util.source 1.0.400.v20120522-2049
  toolinggtk.aix.ppc64org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.config.gtk.linux.s390 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.hpux.ia64_32 3.8.1.v3834e
  org.eclipse.rcp.source.feature.jar 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  org.eclipse.equinox.launcher.gtk.aix.ppc 1.1.100.v20120522-1822
  toolingorg.eclipse.platform.ide.ini.gtk.linux.x86 3.8.1.M20120914-1540
  org.eclipse.core.filesystem.linux.x86 1.4.0.v20120522-1137
  org.apache.commons.logging 1.0.4.v201101211617
  toolinggtk.linux.x86_64org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.equinox.executable_root.carbon.macosx.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.platform 3.8.1.v201209141540
  toolinggtk.aix.ppcorg.eclipse.equinox.event 3.8.1.M20120914-1540
  org.eclipse.help 3.6.0.v20120521-2344
  toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.eclipse.equinox.preferences 3.5.0.v20120522-1841
  org.eclipse.equinox.p2.reconciler.dropins 1.1.200.v20120301-2145
  org.eclipse.core.databinding.observable.source 1.4.1.v20120521-2332
  org.eclipse.equinox.launcher.source 1.3.0.v20120522-1813
  org.eclipse.core.commands.source 3.6.1.v20120521-2332
  org.eclipse.rcp.source.feature.group 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  toolinggtk.linux.s390org.eclipse.equinox.event 3.8.1.M20120914-1540
  toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.apache.lucene.core 2.9.1.v201101211721
  org.eclipse.equinox.ds 1.4.0.v20120522-1841
  org.eclipse.help.base 3.6.100.v201209141540
  org.apache.felix.gogo.shell.source 0.8.0.v201110170705
  org.eclipse.core.databinding.beans.source 1.2.200.v20120523-1956
  org.eclipse.osgi.util 3.2.300.v20120522-1822
  org.eclipse.core.filesystem.win32.x86_64 1.1.300.v20120522-1137
  org.eclipse.equinox.p2.artifact.repository 1.1.200.v20120430-1959
  toolinggtk.linux.x86org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.equinox.launcher.cocoa.macosx 1.1.200.v20120522-1813
  toolingcocoa.macosx.x86org.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.ui.navigator.resources 3.4.400.v20120523-1956
  toolinggtk.linux.x86_64org.eclipse.equinox.ds 3.8.1.M20120914-1540
  toolingcocoa.macosx.x86_64org.eclipse.equinox.ds 3.8.1.M20120914-1540
  toolingwin32.win32.x86_64org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.core.databinding.source 1.4.1.v20120521-2332
  org.eclipse.help.source 3.6.0.v20120521-2344
  org.eclipse.jsch.core 1.1.400.v20120522-1148
  javax.servlet 3.0.0.v201112011016
  org.eclipse.equinox.launcher.gtk.linux.s390 1.1.200.v20120522-1822
  org.apache.jasper.glassfish 2.2.2.v201205150955
  org.eclipse.equinox.p2.updatesite 1.0.400.v20120412-1615
  org.eclipse.equinox.executable_root.motif.aix.ppc 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.p2.rcp.feature.feature.group 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr
  org.eclipse.jetty.server 8.1.3.v20120522
  org.eclipse.equinox.executable_root.gtk.linux.ppc 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  toolingorg.eclipse.configuration.macosx 1.0.0
  org.eclipse.rcp.configuration_root.gtk.linux.s390 1.0.0.M20120914-1540
  toolinggtk.solaris.x86org.eclipse.core.runtime 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.ini.gtk.solaris.x86 3.8.1.M20120914-1540
  org.eclipse.core.net.linux.x86_64 1.1.0.v20120522-1148
  org.eclipse.equinox.security.win32.x86_64 1.0.100.v20120522-2049
  org.eclipse.jface.databinding.source 1.6.0.v20120521-2332
  toolinggtk.linux.s390org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.ui.cocoa.source 1.1.1.v20120523-1956
  org.eclipse.swt.gtk.linux.s390x.source 3.8.1.v3834e
  org.eclipse.ecf.provider.filetransfer.ssl 1.0.0.v20120610-1946
  toolinggtk.hpux.ia64_32org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.ui.ide.application 1.0.400.v20120523-1956
  toolingorg.eclipse.equinox.launcher.gtk.solaris.x86 1.1.200.v20120522-1813
  org.eclipse.equinox.p2.metadata 2.1.0.v20120430-2001
  tooling.org.eclipse.update.feature.default 1.0.0
  org.eclipse.rcp.feature.jar 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  org.eclipse.rcp.configuration_root.gtk.linux.s390x 1.0.0.M20120914-1540
  org.eclipse.swt.gtk.aix.ppc.source 3.8.1.v3834e
  org.eclipse.equinox.executable_root.gtk.linux.ppc64 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  toolinggtk.solaris.sparcorg.eclipse.equinox.common 3.8.1.M20120914-1540
  toolinggtk.linux.x86org.eclipse.equinox.ds 3.8.1.M20120914-1540
  toolinggtk.aix.ppc64org.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.core.feature.feature.jar 1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38
  toolinggtk.solaris.sparcorg.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.rcp 3.8.0.v201209141540
  toolingwin32.win32.x86_64org.eclipse.equinox.event 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86_64 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.config.gtk.aix.ppc64 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.solaris.x86.source 3.8.1.v3834e
  org.eclipse.equinox.http.jetty 3.0.0.v20120522-1841
  toolinggtk.aix.ppc64org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.publisher.eclipse 1.1.0.v20120511-1931
  toolinggtk.solaris.sparcorg.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.core.jobs.source 3.5.200.v20120521-2346
  org.eclipse.ui.views 3.6.100.v20120521-2332
  toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.equinox.common 3.6.100.v20120522-1841
  org.eclipse.help.feature.group 1.4.1.v20120726-050831-8R7xFOUFLWUl7MoSKV_OFXl27
  org.eclipse.osgi.services.source 3.3.100.v20120522-1822
  org.eclipse.swt.gtk.linux.x86_64 3.8.1.v3834e
  org.eclipse.equinox.security.macosx 1.100.200.v20120522-2049
  org.eclipse.ui.workbench.texteditor 3.8.0.v20120523-1310
  toolingorg.eclipse.platform.ide.config.gtk.linux.x86_64 3.8.1.M20120914-1540
  toolingorg.eclipse.equinox.launcher.gtk.linux.s390 1.1.200.v20120522-1822
  org.eclipse.equinox.ds.source 1.4.0.v20120522-1841
  org.eclipse.swt.win32.win32.x86_64.source 3.8.1.v3834e
  org.eclipse.core.runtime.compatibility.auth 3.2.300.v20120523-2004
  org.eclipse.rcp.feature.group 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  toolinggtk.solaris.sparcorg.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.hpux.ia64_32.source 3.8.1.v3834e
  org.eclipse.ant.core 3.2.400.v20120523-1742
  toolingorg.eclipse.equinox.launcher 1.3.0.v20120522-1813
  org.eclipse.equinox.executable_root.gtk.solaris.sparc 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.swt.gtk.aix.ppc64.source 3.8.1.v3834e
  toolingcocoa.macosx.x86org.eclipse.equinox.event 3.8.1.M20120914-1540
  com.jcraft.jsch 0.1.46.v201205102330
  toolingcocoa.macosx.x86_64org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.ui.win32 3.2.300.v20120523-1956
  toolingwin32.win32.x86_64org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.solaris.x86 3.8.1.v3834e
  com.sun.el 2.2.0.v201108011116
  toolingwin32.win32.x86org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  toolinggtk.linux.s390org.eclipse.update.configurator 3.8.1.M20120914-1540
  toolinggtk.linux.s390xorg.eclipse.equinox.event 3.8.1.M20120914-1540
  toolinggtk.aix.ppc64org.eclipse.equinox.event 3.8.1.M20120914-1540
  org.eclipse.ui.workbench.compatibility 3.2.101.v20120523-1956
  org.eclipse.equinox.launcher.gtk.aix.ppc64 1.1.100.v20120522-1822
  toolinggtk.solaris.x86org.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.swt.cocoa.macosx.x86_64 3.8.1.v3834e
  toolinggtk.solaris.x86org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.jface.text 3.8.1.v20120828-155502
  org.eclipse.core.runtime 3.8.0.v20120521-2346
  org.eclipse.compare.win32 1.0.200.v20120522-1148
  org.eclipse.core.contenttype.source 3.4.200.v20120523-2004
  toolinggtk.linux.x86_64org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.ui.forms 3.5.200.v20120521-2332
  org.eclipse.jface.source 3.8.0.v20120521-2332
  org.eclipse.equinox.p2.director 2.2.0.v20120524-0542
  org.eclipse.core.filesystem 1.3.200.v20120522-2012
  org.eclipse.core.variables 3.2.600.v20120521-2012
  org.eclipse.jetty.util 8.1.3.v20120522
  org.eclipse.equinox.p2.operations 2.2.0.v20120524-0542
  org.eclipse.core.externaltools 1.0.100.v20120521-2012
  org.eclipse.equinox.p2.touchpoint.eclipse 2.1.100.v20120428-0117
  org.eclipse.rcp.configuration_root.win32.win32.x86_64 1.0.0.M20120914-1540
  org.eclipse.equinox.p2.metadata.repository 1.2.100.v20120524-1717
  org.eclipse.equinox.executable_root.win32.win32.x86_64 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  toolingcocoa.macosx.x86_64org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.text 3.5.200.v20120523-1310
  toolingorg.eclipse.platform.ide.config.gtk.aix.ppc 3.8.1.M20120914-1540
  toolinggtk.linux.s390xorg.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.director.app 1.0.300.v20120428-0517
  toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.eclipse.equinox.console 1.0.0.v20120522-1841
  toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.aix.ppc64 3.8.1.v3834e
  toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.rcp.configuration_root.gtk.hpux.ia64_32 1.0.0.M20120914-1540
  org.eclipse.equinox.executable_root.win32.win32.ia64 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  toolingorg.eclipse.platform.ide.config.gtk.linux.x86 3.8.1.M20120914-1540
  toolinggtk.linux.x86org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.rcp.feature.feature.jar 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr
  org.eclipse.swt.gtk.linux.x86 3.8.1.v3834e
  org.eclipse.equinox.p2.engine 2.2.0.v20120501-1502
  toolingwin32.win32.x86org.eclipse.equinox.ds 3.8.1.M20120914-1540
  toolingorg.eclipse.equinox.launcher.gtk.solaris.sparc 1.1.200.v20120522-1813
  org.eclipse.core.filesystem.win32.x86 1.1.300.v20120522-1137
  org.eclipse.equinox.jsp.jasper 1.0.400.v20120522-2049
  org.eclipse.equinox.p2.ui.importexport 1.0.1.v20110818-1344
  org.eclipse.help.feature.jar 1.4.1.v20120726-050831-8R7xFOUFLWUl7MoSKV_OFXl27
  toolinggtk.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.eclipse.core.expressions 3.4.400.v20120523-2004
  org.eclipse.ui.intro.universal 3.2.600.v20120521-2344
  org.eclipse.update.core.linux 3.2.300.v20120530-120908
  org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64 1.0.0.M20120914-1540
  toolinggtk.hpux.ia64_32org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.ui.views.properties.tabbed 3.5.300.v20120523-1956
  org.eclipse.equinox.executable_root.motif.solaris.sparc 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.core.runtime.compatibility 3.2.200.v20120521-2346
  org.eclipse.ecf.provider.filetransfer.httpclient.ssl 1.0.0.v20120610-1946
  toolinggtk.linux.s390xorg.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.core.boot 3.1.300.v20120523-2004
  org.eclipse.equinox.launcher.win32.win32.x86 1.1.200.v20120522-1813
  org.eclipse.help.webapp 3.6.101.v20120717-130216
  org.eclipse.core.net.linux.x86 1.1.200.v20120522-1148
  org.sat4j.core 2.3.0.v20110329
  org.eclipse.core.expressions.source 3.4.400.v20120523-2004
  toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64 1.1.200.v20120522-1813
  toolingorg.eclipse.configuration 1.0.0
  javax.el 2.2.0.v201108011116
  org.eclipse.ui.source 3.8.0.v20120523-1546
  org.eclipse.equinox.executable_root.cocoa.macosx.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.common.source 3.6.100.v20120522-1841
  org.eclipse.equinox.p2.console 1.0.300.v20120429-0125
  org.eclipse.equinox.p2.updatechecker 1.1.200.v20110808-1657
  org.eclipse.swt.gtk.linux.s390.source 3.8.1.v3834e
  org.eclipse.equinox.frameworkadmin 2.0.100.v20120606-175127
  org.eclipse.compare.core 3.5.200.v20120522-1148
  org.eclipse.help.appserver 3.1.400.v20120521-2344
  toolingwin32.win32.x86_64org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.transport.ecf 1.0.100.v20120305-0333
  org.eclipse.equinox.launcher.gtk.linux.x86_64 1.1.200.v20120522-1813
  org.eclipse.equinox.executable_root.gtk.linux.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.rcp_root 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  org.eclipse.ui.cheatsheets 3.4.200.v20120521-2344
  com.ibm.icu 4.4.2.v20110823
  org.eclipse.rcp.configuration_root.gtk.linux.x86_64 1.0.0.M20120914-1540
  org.eclipse.core.net.win32.x86 1.0.100.v20120522-1148
  org.eclipse.ui.net 1.2.101.v20120801-152207
  org.eclipse.equinox.app 1.3.100.v20120522-1841
  toolinggtk.solaris.sparcorg.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.apache.felix.gogo.command 0.8.0.v201108120515
  org.eclipse.rcp.configuration_root.win32.win32.x86 1.0.0.M20120914-1540
  toolinggtk.hpux.ia64_32org.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.core.net.win32.x86_64 1.0.100.v20120522-1148
  org.eclipse.team.ui 3.6.200.v20120522-1148
  org.eclipse.core.commands 3.6.1.v20120521-2332
  toolingorg.eclipse.equinox.launcher.cocoa.macosx 1.1.200.v20120522-1813
  org.eclipse.equinox.security 1.1.100.v20120522-1841
  org.eclipse.help.ui 3.5.200.v20120521-2344
  org.eclipse.equinox.executable_root.wpf.win32.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86 3.8.1.M20120914-1540
  toolinggtk.solaris.sparcorg.eclipse.equinox.event 3.8.1.M20120914-1540
  toolingorg.eclipse.equinox.launcher.gtk.linux.x86 1.1.200.v20120522-1813
  org.eclipse.ui.cocoa 1.1.1.v20120523-1956
  toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.ini.gtk.solaris.sparc 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.linux.ppc64 3.8.1.v3834e
  org.eclipse.equinox.event 1.2.200.v20120522-2049
  toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.solaris.sparc.source 3.8.1.v3834e
  org.eclipse.rcp.configuration_root.gtk.aix.ppc 1.0.0.M20120914-1540
  org.apache.commons.codec 1.3.0.v201101211617
  org.eclipse.core.filebuffers 3.5.200.v20120523-1310
  toolinggtk.linux.s390xorg.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.equinox.executable_root.gtk.aix.ppc64 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.jsch.ui 1.1.400.v20120522-1148
  org.eclipse.equinox.registry.source 3.5.200.v20120522-1841
  toolingcocoa.macosx.x86org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.linux.s390 3.8.1.v3834e
  org.eclipse.core.runtime.compatibility.auth.source 3.2.300.v20120523-2004
  org.eclipse.ecf.provider.filetransfer 3.2.0.v20120610-1946
  org.eclipse.update.configurator.source 3.3.200.v20120523-1742
  toolingcocoa.macosx.x86_64org.eclipse.equinox.event 3.8.1.M20120914-1540
  org.eclipse.equinox.registry 3.5.200.v20120522-1841
  org.eclipse.update.ui 3.3.0.v20120523-1742
  org.eclipse.core.runtime.source 3.8.0.v20120521-2346
  org.eclipse.ui.console 3.5.100.v20120521-2012
  org.eclipse.swt 3.8.1.v3834e
  org.eclipse.equinox.p2.touchpoint.natives 1.1.0.v20120524-0542
  org.eclipse.equinox.executable_root.gtk.solaris.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.frameworkadmin.equinox 1.0.400.v20120428-0117
  org.eclipse.swt.cocoa.macosx 3.8.1.v3834e
  toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.sat4j.pb 2.3.0.v20110329
  org.apache.felix.gogo.runtime.source 0.8.0.v201108120515
  toolinggtk.linux.x86_64org.eclipse.equinox.event 3.8.1.M20120914-1540
  tooling.source.default 1.0.0
  org.eclipse.core.databinding.property 1.4.100.v20120523-1956
  org.eclipse.core.databinding 1.4.1.v20120521-2332
  toolingorg.eclipse.platform.ide.ini.gtk.hpux.ia64_32 3.8.1.M20120914-1540
  org.eclipse.core.filesystem.solaris.sparc 1.2.0.v20120522-1137
  org.eclipse.equinox.http.servlet 1.1.300.v20120522-1841
  toolinggtk.hpux.ia64_32org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.ql 2.0.100.v20110808-1657
  org.eclipse.jface 3.8.0.v20120521-2332
  toolinggtk.linux.x86org.eclipse.update.configurator 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.ini.gtk.linux.s390x 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.extras.feature.feature.jar 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr
  org.eclipse.jface.databinding 1.6.0.v20120521-2332
  org.eclipse.platform_root 3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ
  org.eclipse.equinox.launcher.gtk.solaris.x86 1.1.200.v20120522-1813
  toolinggtk.hpux.ia64_32org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.ui.browser 3.4.1.v20120718-113058
  org.eclipse.ui 3.8.0.v20120523-1546
  toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.eclipse.equinox.executable_root.win32.win32.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.executable_root.gtk.hpux.ia64_32 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  toolinggtk.linux.s390org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.rcp.configuration_root.gtk.aix.ppc64 1.0.0.M20120914-1540
  org.eclipse.core.databinding.beans 1.2.200.v20120523-1956
  toolingorg.eclipse.platform.ide.ini.gtk.linux.x86_64 3.8.1.M20120914-1540
  org.eclipse.search 3.8.0.v20120523-1540
  org.eclipse.equinox.jsp.jasper.registry 1.0.300.v20120522-2049
  toolingorg.eclipse.equinox.launcher.gtk.hpux.ia64_32 1.0.100.v20120522-1822
  org.eclipse.update.core.win32 3.2.300.v20120530-120908
  org.eclipse.platform.feature.group 3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ
  org.eclipse.rcp.configuration_root.gtk.linux.x86 1.0.0.M20120914-1540
  org.eclipse.platform.ide 3.8.1.M20120914-1540
  org.eclipse.core.filesystem.linux.x86_64 1.2.0.v20120522-1137
  toolinggtk.solaris.x86org.eclipse.equinox.event 3.8.1.M20120914-1540
  toolingwin32.win32.x86org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.equinox.executable_root.cocoa.macosx.ppc 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.security.win32.x86 1.0.300.v20120522-2049
  org.eclipse.core.contenttype 3.4.200.v20120523-2004
  toolingorg.eclipse.platform.ide.ini.gtk.aix.ppc64 3.8.1.M20120914-1540
  org.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.1.200.v20120522-1813
  toolinggtk.aix.ppcorg.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.platform.feature.jar 3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ
  toolingorg.eclipse.platform.ide.ini.win32.win32.x86_64 3.8.1.M20120914-1540
  org.eclipse.core.resources 3.8.1.v20120802-154922
  org.eclipse.rcp.source 3.8.0.v201209141540
  org.eclipse.equinox.p2.ui.sdk 1.0.200.v20120515-1650
  org.eclipse.ui.externaltools 3.2.100.v20120530-1753
  org.eclipse.equinox.p2.repository 2.2.0.v20120524-1945
  org.eclipse.core.resources.win32.x86 3.5.100.v20120522-1137
  org.eclipse.core.databinding.observable 1.4.1.v20120521-2332
  org.eclipse.core.filesystem.macosx 1.3.0.v20120522-1137
  toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64 1.1.200.v20120522-1813
  org.eclipse.equinox.executable_root.cocoa.macosx.x86_64 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.ui.editors 3.8.0.v20120523-1540
  toolingorg.eclipse.platform.ide.ini.gtk.linux.s390 3.8.1.M20120914-1540
  org.eclipse.equinox.launcher.gtk.linux.ppc64 1.0.200.v20120522-1813
  org.eclipse.ui.presentations.r21 3.2.201.v20120523-1956
  org.eclipse.equinox.security.ui 1.1.100.v20120522-2049
  org.eclipse.core.jobs 3.5.200.v20120521-2346
  org.eclipse.equinox.p2.core.feature.feature.group 1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38
  toolinggtk.aix.ppc64org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.update.configurator 3.3.200.v20120523-1742
  toolinggtk.linux.x86_64org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.apache.lucene.analysis 2.9.1.v201101211721
  org.apache.felix.gogo.runtime 0.8.0.v201108120515
  org.eclipse.core.databinding.property.source 1.4.100.v20120523-1956
  toolingorg.eclipse.platform.ide.config.win32.win32.x86 3.8.1.M20120914-1540
  org.apache.lucene 2.9.1.v201101211721
  org.eclipse.equinox.executable_root.carbon.macosx.ppc 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.console.source 1.0.0.v20120522-1841
  tooling.osgi.bundle.default 1.0.0
  org.eclipse.ecf.identity 3.1.200.v20120610-1946
  org.eclipse.equinox.p2.ui 2.2.0.v20120524-0542
  toolingwin32.win32.x86org.eclipse.equinox.event 3.8.1.M20120914-1540
  org.eclipse.swt.cocoa.macosx.source 3.8.1.v3834e
  org.apache.felix.gogo.command.source 0.8.0.v201108120515
  org.eclipse.ltk.core.refactoring 3.6.0.v20120523-1543
  org.eclipse.equinox.launcher.win32.win32.x86_64 1.1.200.v20120522-1813
  toolingorg.eclipse.platform.ide.ini.win32.win32.x86 3.8.1.M20120914-1540
  org.eclipse.equinox.launcher.gtk.linux.s390x 1.1.200.v20120522-1822
  org.eclipse.equinox.simpleconfigurator.source 1.0.301.v20120828-033635
  org.eclipse.equinox.executable_root.gtk.aix.ppc 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.osgi.source 3.8.1.v20120830-144521
  org.eclipse.rcp.configuration_root.gtk.solaris.sparc 1.0.0.M20120914-1540
  toolinggtk.aix.ppcorg.eclipse.core.runtime 3.8.1.M20120914-1540
  toolingcocoa.macosx.x86_64org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.apache.felix.gogo.shell 0.8.0.v201110170705
  toolinggtk.linux.s390org.eclipse.equinox.ds 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.config.gtk.solaris.sparc 3.8.1.M20120914-1540
  org.eclipse.core.runtime.compatibility.registry 3.5.100.v20120521-2346
  org.eclipse.ui.workbench.source 3.8.1.v20120816-082703
  org.eclipse.ltk.ui.refactoring 3.7.0.v20120523-1543
  toolingorg.eclipse.equinox.launcher.win32.win32.x86 1.1.200.v20120522-1813
  toolingorg.eclipse.platform.ide.configuration 3.8.1.M20120914-1540
  org.eclipse.compare 3.5.300.v20120522-1148
  toolinggtk.hpux.ia64_32org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.config.gtk.solaris.x86 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.extensionlocation 1.2.100.v20110808-1657
  toolinggtk.aix.ppc64org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.equinox.executable_root.gtk.linux.x86_64 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.platform.doc.user 3.8.0.v20120829-071851
  org.eclipse.equinox.simpleconfigurator 1.0.301.v20120828-033635
  org.eclipse.jetty.io 8.1.3.v20120522
  org.eclipse.jetty.http 8.1.3.v20120522
  org.eclipse.equinox.launcher.gtk.hpux.ia64_32 1.0.100.v20120522-1822
  toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.equinox.executable_root.gtk.linux.s390x 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  toolinggtk.linux.s390xorg.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.eclipse.equinox.executable_root.motif.linux.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.rcp.configuration_root.gtk.solaris.x86 1.0.0.M20120914-1540
  org.eclipse.jetty.security 8.1.3.v20120522
  org.eclipse.equinox.p2.repository.tools 2.0.100.v20120501-1314
  toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86_64 3.8.1.M20120914-1540
  toolinggtk.aix.ppcorg.eclipse.equinox.simpleconfigurator 3.8.1.M20120914-1540
  org.eclipse.core.filesystem.aix.ppc 1.1.0.v20110423-0524
  toolingorg.eclipse.platform.ide.config.gtk.linux.s390x 3.8.1.M20120914-1540
  toolingwin32.win32.x86org.eclipse.core.runtime 3.8.1.M20120914-1540
  toolingorg.eclipse.equinox.launcher.gtk.aix.ppc64 1.1.100.v20120522-1822
  org.eclipse.core.filesystem.hpux.ia64_32 1.0.100.v20120522-1137
  org.apache.commons.httpclient 3.1.0.v201012070820
  org.eclipse.ui.ide 3.8.1.v20120829-085332
  org.eclipse.equinox.p2.garbagecollector 1.0.200.v20110808-1657
  toolinggtk.solaris.x86org.eclipse.equinox.common 3.8.1.M20120914-1540
  toolingwin32.win32.x86org.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.rcp.configuration.feature.group 1.0.0.M20120914-1540
  org.eclipse.rcp.configuration_root.gtk.linux.ppc64 1.0.0.M20120914-1540
  org.apache.ant 1.8.3.v20120321-1730
  org.eclipse.ecf.filetransfer 5.0.0.v20120610-1946
  org.eclipse.core.net 1.2.200.v20120522-1148
  com.ibm.icu.source 4.4.2.v20110823
  org.eclipse.jetty.servlet 8.1.3.v20120522
  org.eclipse.equinox.p2.directorywatcher 1.0.300.v20110808-1657
  org.eclipse.equinox.http.registry 1.1.200.v20120522-2049
  toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86 3.8.1.M20120914-1540
  org.eclipse.swt.cocoa.macosx.x86_64.source 3.8.1.v3834e
  org.eclipse.swt.gtk.aix.ppc 3.8.1.v3834e
  org.eclipse.equinox.launcher 1.3.0.v20120522-1813
  toolingorg.eclipse.platform.ide.ini.gtk.aix.ppc 3.8.1.M20120914-1540
  toolinggtk.aix.ppcorg.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.ui.intro 3.4.200.v20120521-2344
  org.eclipse.team.core 3.6.100.v20120524-0627
  org.eclipse.equinox.executable_root.motif.hpux.ia64_32 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.launcher.gtk.linux.x86 1.1.200.v20120522-1813
  org.eclipse.swt.win32.win32.x86 3.8.1.v3834e
  org.eclipse.osgi.services 3.3.100.v20120522-1822
  toolinggtk.linux.s390xorg.eclipse.equinox.common 3.8.1.M20120914-1540
  toolinggtk.linux.s390org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  toolingorg.eclipse.platform.ide.config.gtk.hpux.ia64_32 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.linux.ppc64.source 3.8.1.v3834e
  org.eclipse.swt.win32.win32.x86.source 3.8.1.v3834e
  org.eclipse.equinox.launcher.gtk.solaris.sparc 1.1.200.v20120522-1813
  toolinggtk.hpux.ia64_32org.eclipse.equinox.event 3.8.1.M20120914-1540
  org.eclipse.swt.gtk.linux.s390x 3.8.1.v3834e
  org.eclipse.equinox.preferences.source 3.5.0.v20120522-1841
  toolingwin32.win32.x86_64org.eclipse.equinox.p2.reconciler.dropins 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.ui.sdk.scheduler 1.1.0.v20110815-1744
  toolingorg.eclipse.equinox.launcher.gtk.linux.s390x 1.1.200.v20120522-1822
  org.eclipse.debug.core 3.7.100.v20120521-2012
  org.eclipse.equinox.bidi 0.9.0.v20120522-1841
  org.eclipse.osgi 3.8.1.v20120830-144521
  org.eclipse.update.scheduler 3.2.400.v20120530-120908
  toolingwin32.win32.x86_64org.eclipse.equinox.ds 3.8.1.M20120914-1540
  org.eclipse.rcp.configuration_root.cocoa.macosx.x86 1.0.0.M20120914-1540
  org.eclipse.equinox.bidi.source 0.9.0.v20120522-1841
  org.eclipse.equinox.app.source 1.3.100.v20120522-1841
  org.eclipse.equinox.executable_root.gtk.linux.s390 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.ecf.ssl 1.0.100.v20120610-1946
  toolinggtk.linux.x86org.eclipse.equinox.event 3.8.1.M20120914-1540
  toolingcocoa.macosx.x86org.eclipse.equinox.common 3.8.1.M20120914-1540
  toolinggtk.aix.ppc64org.eclipse.core.runtime 3.8.1.M20120914-1540
  org.eclipse.equinox.executable.feature.jar 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.ecf.provider.filetransfer.httpclient 4.0.200.v20120610-1946
  org.eclipse.equinox.p2.publisher 1.2.0.v20120428-0117
  toolinggtk.aix.ppcorg.eclipse.equinox.common 3.8.1.M20120914-1540
  org.eclipse.equinox.p2.user.ui.feature.group 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP
  toolingcocoa.macosx.x86org.eclipse.update.configurator 3.8.1.M20120914-1540
  org.eclipse.emf.mwe2.language 2.3.0.v201206120758
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source.feature.group 1.10.0.v201201161512-79-78EVVFNOGnTeK-SY
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source.feature.group 1.10.1.v201208161415-79-78EVVFNQGpRkHz0Sm
  org.eclipse.persistence.dbws.builder 2.4.0.v20120608-r11652
  org.eclipse.e4.ui.workbench.addons.swt 0.10.1.v20120827-151636
  org.eclipse.e4.ui.workbench.addons.swt 0.10.1.v20120523-1955
  org.eclipse.gyrex.common 1.0.0.v20120511-0855
  org.eclipse.team.core.source 3.6.100.v20120524-0627
  org.eclipse.wst.common.emfworkbench.integration 1.2.101.v201107140600
  org.eclipse.birt.report.designer.ui.editor.script 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.editor.script 4.2.1.v20120820
  org.eclipse.emf.facet.custom.metamodel.edit 0.2.0.v201206120903
  org.eclipse.emf.facet.custom.metamodel.edit 0.2.1.v201209110754
  toolingepp.package.automotive.configuration 1.5.1.20121004-1506
  toolingepp.package.automotive.configuration 1.5.0.20120614-1633
  org.eclipse.egf.model.fprod.edit.source 1.0.0.v20120528-1550
  org.eclipse.ptp.rdt.ui 4.2.0.201209181406
  org.eclipse.ptp.rdt.ui 4.1.0.201206130201
  org.eclipse.cdt.gdb.source 7.0.0.201206111645
  org.eclipse.cdt.gdb.source 7.0.0.201209170703
  epp.package.rcp.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.rcp.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.jdt.doc.isv 3.8.1.v20120726-140618
  org.eclipse.jdt.doc.isv 3.8.0.v20120604-121952
  org.apache.batik.util.gui.source 1.6.0.v201011041432
  org.eclipse.tcf.te.feature.feature.group 1.0.0.201209190831
  org.eclipse.tcf.te.feature.feature.group 1.0.0.201206051725
  org.eclipse.ocl.examples.xtext.markup.source 3.2.0.v20120526-1258
  org.eclipse.emf.eef.views.edit.source 1.1.1.201206051542
  org.eclipse.xtext.xbase.junit.source 2.3.0.v201206120633
  org.eclipse.xtext.xbase.junit.source 2.3.1.v201208210947
  org.eclipse.php 3.0.1.v201201110400
  org.eclipse.mylyn.docs.intent.markup.feature.feature.jar 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.markup.feature.feature.jar 0.7.0.201205301208
  org.eclipse.wst.common.frameworks 1.2.200.v201203141800
  epp.package.parallel.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.birt.report.engine.emitter.postscript 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.postscript 4.2.0.v20120611
  org.eclipse.dltk.mylyn 4.0.0.201206120848
  org.eclipse.wst.xsl.jaxp.debug.ui 1.0.200.v201103081922
  org.eclipse.net4j.ui.defs.source 4.0.100.v20120821-1005
  org.eclipse.net4j.ui.defs.source 4.0.100.v20120521-0710
  org.eclipse.e4.core.di.source 1.1.0.v20120627-124443
  org.eclipse.e4.core.di.source 1.1.0.v20120521-2346
  javax.wsdl 1.5.1.v201012040544
  javax.wsdl 1.6.2.v201012040545
  org.eclipse.datatools.oda.cshelp 1.1.1.v201107221500
  org.eclipse.mylyn.github.feature.feature.jar 2.1.0.201209190230-r
  org.eclipse.mylyn.github.feature.feature.jar 2.0.0.201206130900-r
  org.eclipse.egf.producer.ui_root 1.0.0.v20120528-1550
  org.eclipse.xtext.generator 2.3.0.v201206120633
  org.eclipse.xtext.generator 2.3.1.v201208210947
  toolingorg.eclipse.sdk.ide.config.gtk.aix.ppc 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.config.gtk.aix.ppc 4.2.0.I20120608-1400
  org.eclipse.emf.converter.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.converter.feature.group 2.8.0.v20120608-0554
  org.eclipse.ptp.pldt.openmp.core 6.0.0.201209181406
  org.eclipse.ptp.pldt.openmp.core 6.0.0.201206130201
  org.eclipse.modisco.java.composition.browser.customization 0.10.1.v201209190814
  org.eclipse.modisco.java.composition.browser.customization 0.10.0.v201206130817
  org.eclipse.datatools.connectivity.oda.profile.source 3.2.8.v201209080429
  org.eclipse.datatools.connectivity.oda.profile.source 3.2.7.v201203291105
  toolingepp.package.testing.ini.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.testing.ini.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.ocl.edit 3.2.0.v20120613-0850
  org.eclipse.ocl.edit 3.2.0.v20120919-0602
  toolinggtk.linux.x86_64org.eclipse.core.runtime 4.2.1.M20120914-1800
  toolinggtk.linux.x86_64org.eclipse.core.runtime 4.2.0.I20120608-1400
  org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source 1.0.0.v20120610-1946
  org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source 1.0.0.v20120608-0148
  org.eclipse.ui.net.source 1.2.100.v20120522-1148
  org.eclipse.ui.net.source 1.2.101.v20120801-152207
  org.eclipse.mylyn.commons.soap.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.soap.source 3.8.0.v20120612-0600
  org.eclipse.emf.transaction.examples.source 1.2.100.v200901271819
  org.eclipse.xpand.sdk.feature.jar 1.2.1.v201206110941
  org.eclipse.birt.report.model.source 4.2.1.v201209121206
  org.eclipse.birt.report.model.source 4.2.0.v20120611
  org.eclipse.wst.common.snippets 1.2.200.v201204260225
  org.eclipse.ptp.rm.lml.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.rm.lml.feature.jar 6.0.2.201209181406
  org.eclipse.gmf.graphdef.codegen 2.9.0.RC4a
  org.eclipse.gmf.graphdef.codegen 2.9.0.201209121329
  org.eclipse.tcf.te.ui.swt 1.0.0.201206051725
  org.eclipse.tcf.te.ui.swt 1.0.0.201209190831
  org.eclipse.tm.terminal.ssh 2.1.100.201205300905
  org.eclipse.tm.terminal.ssh 2.1.100.201209191030
  org.eclipse.net4j 4.1.0.v20120611-0549
  org.eclipse.net4j 4.1.1.v20120821-1005
  org.eclipse.ptp.remotetools.core 5.0.0.201209181406
  org.eclipse.ptp.remotetools.core 5.0.0.201206130201
  org.eclipse.rap.junit.runtime 1.5.0.20120612-1458
  org.eclipse.rap.junit.runtime 1.5.1.20120917-1116
  org.eclipse.e4.ui.css.swt.theme.source 0.9.3.v20120806-170624
  org.eclipse.e4.ui.css.swt.theme.source 0.9.2.v20120523-1955
  org.eclipse.jubula.autagent 1.2.2.201209040912
  org.eclipse.jubula.autagent 1.2.1.201206131127
  org.eclipse.datatools.connectivity.oda.consumer 3.2.5.v201109151100
  epp.package.scout.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.scout.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.parallel.ini.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.jst.ws.cxf.creation.ui 1.0.200.v201204221838
  org.eclipse.xtext.purexbase 2.3.0.v201206120633
  org.eclipse.xtext.purexbase 2.3.1.v201208210947
  org.eclipse.linuxtools.changelog.c.feature.group 2.8.0.201209191645
  org.eclipse.scout.sdk.ui.source 3.8.0.201206130843
  org.eclipse.scout.sdk.ui.source 3.8.1.201209171521
  org.eclipse.modisco.jee.jsp.source 0.10.0.v201206130817
  org.eclipse.gmf.tooling.runtime.source.feature.jar 3.0.0.201209121329
  org.eclipse.gmf.tooling.runtime.source.feature.jar 3.0.0.RC4a
  toolingepp.package.cpp.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.config.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.xtext.xtext.ui 2.3.1.v201208210947
  org.eclipse.xtext.xtext.ui 2.3.0.v201206120633
  org.eclipse.persistence.sdo.source.feature.group 2.4.0.v20120608-r11652
  toolingepp.package.automotive.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.automotive.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.tm.terminal.local.feature.jar 0.2.100.201205300905-118Z312316411A16
  org.eclipse.tm.terminal.local.feature.jar 0.2.100.201209191030-118Z31231A2A2141
  org.eclipse.recommenders.feature.completion.rcp.intellig.feature.jar 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.feature.completion.rcp.intellig.feature.jar 1.0.0.v20120914-1432-b175
  com.google.inject.multibindings 3.0.0.201206011119
  com.google.inject.multibindings 3.0.0.201207101151
  toolinggtk.linux.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
  toolinggtk.linux.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
  org.eclipse.datatools.connectivity.db.generic 1.0.1.v201107221459
  org.eclipse.persistence.oracle 2.4.0.v20120608-r11652
  org.eclipse.xtend.ui.feature.jar 1.2.1.v201206110941
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.source.feature.jar 1.0.0.v20120525-0627
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.source.feature.jar 1.0.0.v20120911-1146
  tooling.virgo.org.eclipse.core.runtime 1.0.0.tooling
  org.eclipse.jst.ws.jaxws.ui 1.0.200.v201204221614
  org.eclipse.emf.eef.doc.source 1.1.1.201206051542
  org.apache.batik.css.source 1.6.0.v201011041432
  org.eclipse.mylyn.monitor.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.monitor.feature.group 3.8.2.v20120916-1200
  org.eclipse.actf.ai.tts.msp 1.0.0.R201206131330
  org.eclipse.actf.ai.tts.msp 1.0.1.R201209191006
  org.eclipse.linuxtools.oprofile.core 1.1.0.201209191645
  org.eclipse.linuxtools.oprofile.core 1.0.0.201206130106
  epp.package.testing.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  org.apache.derby 10.5.1.1_v201108232300
  org.eclipse.wst.server_ui.feature.feature.group 3.3.100.v20110810_1722-7B7AFGHAtMcLXxbGc-IjRefCA84
  org.eclipse.wst.server_ui.feature.feature.group 3.3.101.v20120817_1533-7B7AFJQAtMduXxeIc0IpSdC97A9
  org.eclipse.modisco.jee.webapp.discoverer.ui 0.10.0.v201206130817
  org.eclipse.modisco.jee.webapp.discoverer.ui 0.10.1.v201209190814
  org.apache.batik.bridge 1.6.0.v201011041432
  org.eclipse.soa.sca.sca1_0.feature.feature.group 2.3.0.201205240725
  org.eclipse.ecf.provider.dnssd 1.0.0.v20120610-1946
  org.eclipse.egf.pattern.ui.jet 1.0.0.v20120528-1550
  toolingANY.ANY.ANYorg.eclipse.virgo.nano.war.deployer 1.0.0.SIMREL
  org.eclipse.linuxtools.gprof.docs 1.0.0.201209191645
  org.eclipse.linuxtools.gprof.docs 1.0.0.201206130106
  epp.package.cpp.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  epp.package.cpp.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.emf.java.source 2.5.0.v20120528-0244
  org.eclipse.php.core.parser.source 3.0.1.v201201110400
  org.eclipse.tm.terminal.local 0.2.100.201205300905
  org.eclipse.tm.terminal.local 0.2.100.201209191030
  org.eclipse.equinox.weaving.sdk.feature.group 1.0.200.v20120522-1841-79-FKsEVVFNVFsVk7O6G6
  org.eclipse.ecf.provider.bittorrent.ui 0.2.0.v20120610-1946
  org.eclipse.emf.converter 2.5.0.v20120608-0554
  org.eclipse.emf.converter 2.5.0.v20120917-0436
  org.eclipse.wst.xsl.doc 1.0.100.v201004292007
  org.eclipse.acceleo.sdk.feature.group 3.3.1.v20120831-0923
  org.eclipse.acceleo.sdk.feature.group 3.3.0.v20120529-1042
  org.eclipse.gyrex.http.jetty 1.0.0.v20120423-0944
  org.eclipse.rap.design.example.source 1.5.1.20120917-1116
  org.eclipse.rap.design.example.source 1.5.0.20120612-1458
  toolingorg.eclipse.platform.ide.ini.gtk.solaris.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.gtk.solaris.x86 4.2.1.M20120914-1800
  org.eclipse.emf.query.sdk.feature.group 1.6.0.v20120328-0001-67T-95GFz05DNIrNLOSNK_NPj507
  toolingepp.package.testing.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.testing.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.emf.compare.epatch.source 1.3.1.v20120605-0748
  org.eclipse.emf.compare.epatch.source 1.3.2.v20120918-1125
  org.eclipse.graphiti.feature.tools.source.feature.jar 0.9.0.v20120613-0805
  org.eclipse.graphiti.feature.tools.source.feature.jar 0.9.1.v20120919-0732
  org.eclipse.mylyn.reviews.ui 1.0.0.v20120612-0600
  org.eclipse.mylyn.reviews.ui 1.0.2.v20120916-1200
  org.eclipse.jubula.toolkit.provider.rcp.gef 1.2.1.201206131127
  org.eclipse.jubula.toolkit.provider.rcp.gef 1.2.2.201209040912
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86 4.2.0.I20120608-1400
  org.eclipse.sapphire.osgi.feature.group 0.5.0.201206122150
  org.eclipse.sapphire.osgi.feature.group 0.5.3.201209191432
  org.eclipse.m2m.qvt.oml.trace.edit.source 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.trace.edit.source 3.1.0.v201206041614
  org.eclipse.mylyn.wikitext.textile.core.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.textile.core.source 1.7.0.v20120612-0600
  org.eclipse.xsd.doc.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.xsd.doc.source.feature.jar 2.7.0.v20120319-0555
  org.eclipse.sapphire.modeling.xml 0.5.3.201209191432
  org.eclipse.sapphire.modeling.xml 0.5.0.201206122150
  org.eclipse.datatools.connectivity.sqm.core.source 1.2.5.v201205240353
  org.eclipse.papyrus.infra.services.validation 0.9.0.v201206131215
  org.eclipse.papyrus.infra.services.validation 0.9.1.v201209190809
  org.eclipse.m2m.atl.examples.feature.jar 3.3.1.v201209061455
  org.eclipse.m2m.atl.examples.feature.jar 3.3.0.v201205241358
  org.eclipse.datatools.connectivity.oda.feature.feature.jar 1.10.0.v201201161512-7H7C7QCcNBHLCcJaFWRa
  org.eclipse.datatools.connectivity.oda.feature.feature.jar 1.10.1.v201208161415-7H7C7TCcNBHLCnH_EYOb
  org.eclipse.emf.oda.ecore.source.feature.jar 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.source.feature.jar 1.1.0.v20120608-0554
  org.eclipse.rcp.feature.jar 4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA
  org.eclipse.rcp.feature.jar 4.2.1.v20120814-120134-7IAPA8BrHQicS-rjP0GbqK780kMy
  org.eclipse.tm.terminal.sdk.feature.group 3.3.1.201209191030-7N7FF8P7iMmAV6aAkqxqHKN8
  org.eclipse.tm.terminal.sdk.feature.group 3.3.0.201205300905-7N7FF8N7iMlAUojUZPXmWeON
  org.eclipse.gmf.tooling.runtime.feature.group 3.0.0.RC4a
  org.eclipse.gmf.tooling.runtime.feature.group 3.0.0.201209121329
  org.eclipse.gmf.doc.feature.jar 1.4.0.RC4a
  org.eclipse.gmf.doc.feature.jar 1.4.0.201209121329
  org.eclipse.ptp.pldt.openacc.fortran 6.0.0.201209181406
  org.eclipse.ptp.pldt.openacc.fortran 6.0.0.201206130201
  org.eclipse.jpt.jpa.db.ui 2.0.1.v201208222210
  org.eclipse.jpt.jpa.db.ui 2.0.0.v201104110000
  org.eclipse.emf.cdo.server.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.server.source.feature.jar 4.1.0.v20120612-1514
  org.eclipse.jst.ejb.ui 1.1.700.v201201190500
  org.eclipse.equinox.security.macosx.source 1.100.200.v20120522-2049
  tooling.virgo.org.eclipse.equinox.p2.console 1.0.0.tooling
  org.eclipse.amp.amf.feature.jar 0.9.0.v20120528-0244
  org.eclipse.emf.compare.doc_root 1.3.2.v20120918-1125
  org.eclipse.emf.compare.doc_root 1.3.1.v20120605-0748
  org.eclipse.m2e.logback.appender 1.1.0.20120530-0009
  org.eclipse.m2e.logback.appender 1.2.0.20120903-1050
  org.eclipse.emf.mapping.ecore 2.6.0.v20120917-0436
  org.eclipse.emf.mapping.ecore 2.6.0.v20120608-0554
  org.eclipse.datatools.sqldevtools.ddl.feature.feature.jar 1.10.0.v201201161512-279-78B089G8S_IRTJrXkO2_s
  org.eclipse.datatools.sqldevtools.ddl.feature.feature.jar 1.10.1.v201208161415-279078B089G8S_IRUJz-XnN2at
  org.eclipse.team.svn.mylyn 1.0.0.I20120601-1700
  org.eclipse.mylyn.tasks.index.core 3.8.2.v20120916-1200
  org.eclipse.mylyn.tasks.index.core 3.8.0.v20120612-0600
  epp.package.scout.executable.gtk.linux.ppc 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.gmf.codegen.edit 2.9.0.201209121329
  org.eclipse.gmf.codegen.edit 2.9.0.RC4a
  org.eclipse.amp.amf.testing.ui 0.9.0.v20120528-0244
  epp.package.dsl.executable.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.persistence.sdo 2.4.0.v20120608-r11652
  org.eclipse.ui.views 3.6.100.v20120705-114010
  org.eclipse.ui.views 3.6.100.v20120521-2329
  org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 0.9.0.v201206131215
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390 4.2.1.M20120914-1800
  org.eclipse.egf.producer.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.graphiti.feature.examples.source.feature.group 0.9.0.v20120613-0805
  org.eclipse.graphiti.feature.examples.source.feature.group 0.9.1.v20120919-0732
  org.eclipse.mylyn.commons.workbench.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.workbench.source 3.8.2.v20120916-1200
  org.eclipse.core.externaltools.source 1.0.100.v20120521-2012
  toolingANY.ANY.ANYorg.eclipse.virgo.kernel.core 1.0.0.SIMREL
  org.eclipse.mylyn.tasks.ui.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.ui.source 3.8.2.v20120916-1200
  org.eclipse.jdt.ui.source 3.8.1.v20120814-144251
  org.eclipse.jdt.ui.source 3.8.0.v20120524-1551
  org.eclipse.swt.gtk.aix.ppc64.source 3.100.0.v4233d
  org.eclipse.swt.gtk.aix.ppc64.source 3.100.1.v4234e
  org.eclipse.birt.report.engine.emitter.config.html.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.html.source 4.2.0.v20120611
  org.eclipse.datatools.enablement.ibm.db2.iseries.ui 1.0.2.v201202100836
  org.eclipse.xtend.typesystem.uml2.source.feature.jar 1.2.1.v201206110941
  org.eclipse.egf.pattern.source 1.0.0.v20120528-1550
  org.eclipse.zest.source.feature.jar 1.5.0.201208201742
  org.eclipse.zest.source.feature.jar 1.4.0.201206112118
  javax.xml.rpc 1.1.0.v201005080400
  org.eclipse.xsd.edit.feature.jar 2.7.0.v20120319-0555
  org.eclipse.xsd.edit.feature.jar 2.7.0.v20120917-0436
  org.eclipse.amp.escape.testing.ide 0.9.0.v20120528-0244
  toolingepp.package.scout.config.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.scout.config.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.m2m.atl.profiler.emfvm.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.emfvm.source 3.3.1.v201209061455
  org.eclipse.papyrus.editor.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.editor.feature.feature.group 0.9.0.v201206131215
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui 1.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui 1.0.0.v20120521-0710
  epp.package.automotive.executable.gtk.linux.ppc 1.5.0.20120614-1633
  epp.package.automotive.executable.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.m2m.atl.sdk.feature.jar 3.3.1.v201209061455
  org.eclipse.m2m.atl.sdk.feature.jar 3.3.0.v201205241358
  org.eclipse.ocl.edit.feature.jar 4.0.0.v20120919-0602
  org.eclipse.ocl.edit.feature.jar 4.0.0.v20120613-0850
  org.eclipse.epp.package.testing.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.testing.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.source 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.source 1.0.0.v20120525-0627
  org.eclipse.linuxtools.changelog.feature.jar 2.8.0.201206130106
  org.eclipse.linuxtools.changelog.feature.jar 2.8.0.201209191645
  org.eclipse.wst.server_core.feature.feature.jar 3.3.100.v20110810_1722-33Et8s73563B6Ha3113
  org.eclipse.ui.navigator.source 3.5.200.v20120705-114103
  org.eclipse.ui.navigator.source 3.5.200.v20120523-1955
  epp.package.cpp.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  epp.package.cpp.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.papyrus.infra.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.infra.feature.feature.group 0.9.1.v201209190809
  org.eclipse.epp.package.common.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.epp.package.common.feature.feature.group 1.5.0.20120202-1420
  org.eclipse.emf.facet.infra.browser.custom.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom.source 0.2.0.v201206120903
  org.eclipse.emf.eef.doc 1.1.1.201206051542
  org.eclipse.equinox.device.source 1.0.400.v20120522-2049
  org.eclipse.egf.emf.docgen.html.source 1.0.0.v20120528-1550
  org.eclipse.emf.cdo.dawn.sdk 2.0.0.v20120525-0730
  org.eclipse.emf.cdo.dawn.sdk 2.0.0.v20120719-0822
  org.eclipse.gyrex.model.common 1.0.0.v20120511-0855
  org.eclipse.emf.facet.custom.sdk.core 0.2.1.v201209110754
  org.eclipse.emf.facet.custom.sdk.core 0.2.0.v201206120903
  org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group 1.0.0.201209191645
  org.eclipse.net4j.ui.source 4.1.0.v20120821-1005
  org.eclipse.net4j.ui.source 4.1.0.v20120609-0722
  org.eclipse.wb.swing.FormLayout.lib 1.5.0.r42x201206111310
  org.eclipse.wb.swing.FormLayout.lib 1.5.1.r42x201209161216
  org.eclipse.equinox.weaving.aspectj.source 1.0.100.v20120524-1707
  org.eclipse.emf.edit.ui 2.8.0.v20120608-0554
  org.eclipse.emf.edit.ui 2.8.0.v20120917-0436
  org.eclipse.sapphire.tests.source 0.5.3.201209191432
  org.eclipse.sapphire.tests.source 0.5.0.201206122150
  org.eclipse.m2e.feature.feature.jar 1.1.0.20120530-0009
  org.eclipse.m2e.feature.feature.jar 1.2.0.20120903-1050
  org.eclipse.graphiti.pattern 0.9.0.v20120613-0805
  org.eclipse.graphiti.pattern 0.9.1.v20120919-0732
  org.eclipse.wst.xml.xpath2.processor.doc.user 2.0.0.v201105190326
  org.eclipse.team.svn.mylyn.feature.group 1.0.0.I20120601-1700
  org.eclipse.rephraserengine.feature.jar 8.0.2.201209141911
  org.eclipse.rephraserengine.feature.jar 8.0.0.201206122044
  org.eclipse.mat.jruby.resolver 1.2.0.201205300858
  org.eclipse.rcp.configuration_root.gtk.hpux.ia64_32 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.gtk.hpux.ia64_32 1.0.0.I20120608-1400
  org.eclipse.modisco.jee.jsp.generation 0.10.1.v201209190814
  org.eclipse.modisco.jee.jsp.generation 0.10.0.v201206130817
  epp.package.reporting.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  epp.package.reporting.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.emf.eef.codegen.extended.source 1.1.1.201206051542
  org.eclipse.linuxtools.dataviewers.annotatedsourceeditor 4.1.0.201206130106
  org.eclipse.linuxtools.dataviewers.annotatedsourceeditor 4.1.0.201209191645
  org.eclipse.m2m.atl.adt.editor.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.adt.editor.source 3.3.1.v201209061455
  org.eclipse.emf.cdo.server.objectivity.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.server.objectivity.source.feature.group 4.1.0.v20120610-1749
  org.eclipse.tm.terminal.telnet 2.1.100.201209191030
  org.eclipse.tm.terminal.telnet 2.1.100.201205300905
  org.apache.tomcat.util 7.0.26.v201205030742
  org.eclipse.gmf.validate.source 1.2.0.RC4a
  org.eclipse.gmf.validate.source 1.2.0.201209121329
  org.eclipse.recommenders.aether 1.0.0.201206011119
  org.eclipse.recommenders.aether 1.0.0.201207101151
  org.eclipse.jetty.websocket 8.1.3.v20120522
  org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples 2.5.0.200810071
  org.eclipse.team.svn.nl1.feature.group 1.0.0.I20120601-1700
  org.eclipse.team.svn.nl1.feature.group 1.0.0.I20120818-1700
  org.eclipse.amp.amf.testing.ui.source 0.9.0.v20120528-0244
  org.eclipse.equinox.p2.publisher.eclipse.source 1.1.0.v20120511-1931
  org.eclipse.gmf.examples.runtime.diagram.decorator 1.2.0.v20120514-1615
  org.eclipse.cdt.managedbuilder.ui.source 8.1.0.201209170703
  org.eclipse.cdt.managedbuilder.ui.source 8.1.0.201206111645
  tooling.virgo.org.eclipse.ecf.provider.filetransfer 1.0.0.tooling
  org.eclipse.sapphire.ui.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.ui.feature.jar 0.5.0.201206122150
  toolingepp.package.cpp.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.cpp.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.reporting.config.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.reporting.config.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.acceleo.runtime.feature.group 3.3.1.v20120831-0923
  org.eclipse.acceleo.runtime.feature.group 3.3.0.v20120529-1042
  epp.package.rcp.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.soa.sca.core.feature.feature.jar 2.3.0.201205240725
  org.apache.batik.swing 1.6.0.v201011041432
  org.eclipse.emf.cdo.common.source 4.1.1.v20120821-1005
  org.eclipse.emf.cdo.common.source 4.1.0.v20120612-0811
  org.eclipse.wst.jsdt.debug.crossfire 1.0.200.v201205241852
  org.eclipse.wst.jsdt.debug.crossfire 1.0.301.v201208171701
  org.eclipse.datatools.connectivity.ui 1.2.3.v201205240353
  org.eclipse.pde 3.7.0.v201209141800
  org.eclipse.pde 3.7.0.v201206081400
  org.eclipse.emf.compare.ui.capabilities.source 1.3.2.v20120918-1125
  org.eclipse.emf.compare.ui.capabilities.source 1.3.1.v20120605-0748
  org.eclipse.wst.server.discovery 1.0.300.v20120403_0949
  org.eclipse.dltk.tcl.parser 4.0.0.201206120848
  org.eclipse.xpand.incremental.feature.group 1.2.1.v201206110941
  org.eclipse.mylyn.oslc.core.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.oslc.core.source 3.8.0.v20120612-0600
  Programming Languages 0.0.0.8F7D2cLTP369-aq-b4qhr_XY1108
  Programming Languages 0.0.0.8H7H77cLW5Hh83WnyY8jz0lKgH
  org.eclipse.emf.compare.ui.source 1.3.2.v20120918-1125
  org.eclipse.emf.compare.ui.source 1.3.1.v20120605-0748
  org.eclipse.modisco.util.atl.core 0.10.1.v201209190814
  org.eclipse.modisco.util.atl.core 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.query.editor.source 0.10.0.v201206130817
  toolingANY.ANY.ANYorg.eclipse.gemini.web.tomcat 1.0.0.SIMREL
  org.eclipse.help.webapp 3.6.100.v20120521-2344
  org.eclipse.emf.rap.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.rap.source.feature.jar 2.8.1.v20120917-0436
  org.eclipse.persistence.dbwsbuilder.feature.group 2.4.0.v20120608-r11652
  org.eclipse.recommenders.completion.rcp.templates 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.completion.rcp.templates 1.0.0.v20120612-2305-b156
  org.eclipse.virgo.nano.services.ds 3.5.1.BUILD-20120613131556
  org.eclipse.persistence.moxy.feature.group 2.4.0.v20120608-r11652
  org.eclipse.virgo.medic.logbackcorefragment 3.5.0.RELEASE
  org.eclipse.gmt.modisco.kdm.browser.extension 0.10.0.v201206130817
  org.eclipse.gmt.modisco.kdm.browser.extension 0.10.1.v201209190814
  org.eclipse.ui.source 3.103.0.v20120705-114351
  org.eclipse.ui.source 3.103.0.v20120521-2329
  org.eclipse.datatools.sqldevtools.ddlgen.feature.source.feature.group 1.10.0.v201201161512-7A-78F7RZHQSIqWjN1Zr
  org.eclipse.datatools.sqldevtools.ddlgen.feature.source.feature.group 1.10.1.v201208161415-7A-78F7RZHQTIyWmM1_s
  org.eclipse.m2m.atl.debug.core 3.3.0.v201205241358
  org.eclipse.m2m.atl.debug.core 3.3.1.v201209061455
  org.eclipse.emf.common.ui.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.common.ui.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn 1.0.0.v20120525-0627
  toolingepp.package.java.ini.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.java.ini.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.sybase.ui.source 1.0.0.v200906090452
  org.eclipse.ocl.examples.domain.source 3.2.0.v20120503-1141
  org.eclipse.birt.report.engine.emitter.ppt.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.ppt.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.script.javascript 4.2.1.v20120820
  org.eclipse.birt.report.engine.script.javascript 4.2.0.v20120611
  org.eclipse.ecf.examples.remoteservices.hello.consumer.edef 1.0.0.v20120610-1946
  toolingorg.eclipse.platform.sdk.config.gtk.aix.ppc64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.gtk.aix.ppc64 4.2.1.M20120914-1800
  org.eclipse.team.svn.ui 1.0.0.I20120601-1700
  org.eclipse.team.svn.ui 1.0.0.I20120818-1700
  org.eclipse.mylyn.cvs.core 1.0.2.v20120916-1200
  org.eclipse.mylyn.cvs.core 1.0.0.v20120612-0600
  org.apache.commons.logging.source 1.0.4.v201101211617
  org.eclipse.jetty.rewrite 8.1.3.v20120522
  toolingepp.package.rcp.ini.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.automotive.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.gmf.runtime.notation.sdk.feature.group 1.6.0.v20120327-2213-47F08xGD6FxMBN7CJFV3CIKK9t84
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.hpux.ia64_32 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.hpux.ia64_32 4.2.1.M20120914-1800
  org.eclipse.papyrus.infra.table.common 0.9.1.v201209190809
  org.eclipse.papyrus.infra.table.common 0.9.0.v201206131215
  javax.jws 2.0.0.v201005080400
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390x 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390x 4.2.1.M20120914-1800
  org.eclipse.recommenders.jayes 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.jayes 1.0.0.v20120914-1432-b175
  epp.package.testing.executable.carbon.macosx.x86 1.5.0.20120614-1633
  epp.package.testing.executable.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.ibm.informix.source 1.0.1.v201107221502
  org.eclipse.datatools.connectivity.oda.feature.source.feature.group 1.10.1.v201208161415-7H7C7TCcNBHLCnH_EYOb
  org.eclipse.datatools.connectivity.oda.feature.source.feature.group 1.10.0.v201201161512-7H7C7QCcNBHLCcJaFWRa
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.source 0.2.1.v201209110754
  org.eclipse.egf.model.ftask.edit.source 1.0.0.v20120528-1550
  epp.package.automotive.executable.motif.linux.x86 1.5.0.20120614-1633
  epp.package.automotive.executable.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.amp.ua 0.9.0.v20120528-0244
  org.eclipse.m2m.atl.examples.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.examples.source 3.3.1.v201209061455
  org.eclipse.datatools.common.doc.user.feature.group 1.10.1.v201208161415-26-311A16321A3557
  org.eclipse.datatools.common.doc.user.feature.group 1.10.0.v201201161512-26-311A16321A3557
  org.eclipse.recommenders.doc 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.doc 1.0.0.v20120612-2305-b156
  toolingepp.package.testing.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.testing.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.gyrex.http.equinoxhttpservice 1.0.0.v20120321-2059
  org.eclipse.mylyn.discovery.core 3.8.2.v20120916-1200
  org.eclipse.mylyn.discovery.core 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.search 3.8.2.v20120916-1200
  org.eclipse.mylyn.tasks.search 3.8.0.v20120612-0600
  epp.package.scout.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.egf.application.source 1.0.0.v20120528-1550
  org.eclipse.wst.xml_ui.feature.feature.group 3.4.0.v201111021744-7H7GFeBDxumUpsl5liePhK3loz-m62J4rSz011R1
  org.eclipse.wst.xml_ui.feature.feature.group 3.4.1.v201208170345-7H7GFeFDxumUpsw5rgjWnKDrsz0p4ymwjQz00T2S
  org.eclipse.ptp.rm.lml.monitor.ui 2.0.0.201206130201
  org.eclipse.ptp.rm.lml.monitor.ui 2.0.0.201209181406
  org.eclipse.epp.package.reporting.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.epp.package.reporting.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.papyrus.infra.export 0.9.0.v201206131215
  org.eclipse.papyrus.infra.export 0.9.1.v201209190809
  org.eclipse.m2m.qvt.oml.common 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.common 3.1.0.v201206041614
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.source 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.source 4.2.0.v20120611
  org.eclipse.emf.facet.common.source.feature.feature.group 0.2.0.v201206120903
  org.eclipse.epp.mpc.ui 1.1.1.I20110907-0947
  org.eclipse.jetty.servlets 8.1.3.v20120522
  org.eclipse.ecf.provider.zookeeper 1.0.100.v20120610-1946
  org.eclipse.birt.report.engine.emitter.ods.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.ods.source 4.2.1.v20120820
  org.eclipse.jwt.we_view_editor 1.2.0.v201205310546
  org.eclipse.soa.sca.core.doc 2.3.0.201205240725
  org.eclipse.soa.sca.sca1_1.runtime.fabric3.model.edit 2.3.0.201205240725
  org.eclipse.jst.jsp.ui.infopop 1.0.200.v201004150328
  org.eclipse.gmt.modisco.infra.query.jxpath.source 0.10.0.v201206130817
  org.eclipse.gmt.modisco.examples 0.10.0.v201206130817
  org.eclipse.gmt.modisco.examples 0.10.1.v201209190814
  org.eclipse.ecf.datashare.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.xtext.ui.source.feature.jar 2.3.1.v201208210947
  org.eclipse.xtext.ui.source.feature.jar 2.3.0.v201206120633
  toolingepp.package.reporting.config.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.reporting.config.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.mylyn.bugzilla.core.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.bugzilla.core.source 3.8.0.v20120612-0600
  toolingepp.package.scout.ini.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.scout.ini.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.sapphire.sdk.source 0.5.0.201206122150
  org.eclipse.sapphire.sdk.source 0.5.3.201209191432
  org.eclipse.jst.j2ee.ejb.annotations.ui 1.1.200.v201004290730
  org.eclipse.emf.codegen.ecore.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.ecore.source.feature.jar 2.8.1.v20120917-0436
  com.jcraft.jsch.source 0.1.46.v201205102330
  org.eclipse.mylyn.docs.intent.core 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.core 0.7.1.201208201051
  org.eclipse.gmf.runtime.common.ui.services.dnd.ide 1.5.0.v20120514-1615
  org.eclipse.e4.ui.model.workbench.source 0.10.1.v20120523-1955
  org.eclipse.equinox.http.jetty.source 3.0.0.v20120522-1841
  org.eclipse.gyrex.admin.ui.p2.source 1.0.0.v20120514-0741
  toolingorg.eclipse.platform.sdk.config.gtk.linux.s390 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.gtk.linux.s390 4.2.1.M20120914-1800
  org.eclipse.amp.amfx.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.source.feature.jar 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.source.feature.jar 1.0.0.v20120525-0627
  org.eclipse.wb.core.ui.feature.feature.group 1.5.1.r42x201209161116
  org.eclipse.wb.core.ui.feature.feature.group 1.5.0.r42x201206111213
  org.eclipse.jubula.feature.launch.java.feature.group 1.2.2.201209040912
  org.eclipse.jubula.feature.launch.java.feature.group 1.2.1.201206131127
  org.eclipse.emf.compare.doc 1.3.1.v20120605-0748
  org.eclipse.emf.compare.doc 1.3.2.v20120918-1125
  org.eclipse.rap.ui.views.source 1.5.1.20120917-1116
  org.eclipse.rap.ui.views.source 1.5.0.20120612-1458
  org.eclipse.amp.all.feature.group 0.9.0.v20120528-0244
  epp.package.automotive.executable.carbon.macosx.x86 1.5.1.20121004-1506
  epp.package.automotive.executable.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.papyrus.uml.textedit.common.xtext 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.common.xtext 0.9.0.v201206131215
  org.eclipse.core.databinding.property 1.4.100.v20120523-1955
  toolingepp.package.rcp.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.modisco.examples.source.feature.feature.group 0.10.0.v201206130817
  org.eclipse.egf.model.ftask.edit 1.0.0.v20120528-1550
  org.eclipse.modisco.jee.ejbjar.discoverer.source 0.10.0.v201206130817
  org.eclipse.jwt.feature.feature.jar 1.2.0.v201205310546-7O7i-FK_Qj4QkVn3kW9q
  org.eclipse.net4j.doc.feature.group 4.1.0.v20120611-1554
  org.eclipse.net4j.doc.feature.group 4.1.0.v20120911-1146
  org.eclipse.modisco.infrastructure.source.feature.feature.jar 0.10.0.v201206130817
  toolingepp.package.dsl.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.egf.model.ftask.edit.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.xtend.typesystem.emf 1.2.0.v201206110941
  org.eclipse.jubula.toolkit.provider.rcp 1.2.1.201206131127
  org.eclipse.jubula.toolkit.provider.rcp 1.2.2.201209040912
  org.eclipse.amp.amf.target.escape.feature.group 0.9.0.v20120528-0244
  org.eclipse.emf.facet.custom.sdk.core.source 0.2.1.v201209110754
  org.eclipse.graphiti.sdk.feature.feature.jar 0.9.0.v20120613-0805
  org.eclipse.graphiti.sdk.feature.feature.jar 0.9.1.v20120919-0732
  org.eclipse.emf.facet.query.java.core.source 0.2.0.v201206120903
  org.eclipse.emf.facet.query.java.core.source 0.2.1.v201209110754
  org.eclipse.modisco.java.discoverer.cdo 0.10.0.v201206130817
  org.eclipse.modisco.java.discoverer.cdo 0.10.1.v201209190814
  org.eclipse.emf.ecore.edit.source.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.edit.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.epp.package.reporting.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.reporting.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.ptp.etfw.tau.fortran.feature.group 6.0.0.201206130201
  org.eclipse.ptp.etfw.tau.fortran.feature.group 6.0.2.201209181406
  org.eclipse.epp.package.parallel 1.5.0.20120612-1923
  org.eclipse.epp.package.parallel 1.5.1.20121004-1506
  org.eclipse.emf.mwe.ui_root 1.2.1.v201206110920
  org.eclipse.birt.report.designer.ui 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui 4.2.1.v201209101448
  toolinggtk.linux.s390org.eclipse.equinox.common 4.2.0.I20120608-1400
  toolinggtk.linux.s390org.eclipse.equinox.common 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.config.gtk.linux.s390x 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.config.gtk.linux.s390x 4.2.0.I20120608-1400
  org.eclipse.egf.portfolio.emf.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.ptp.rdt.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rdt.feature.jar 6.0.0.201206130201
  org.eclipse.cdt.debug.mi.ui.source 6.1.1.201206111645
  org.eclipse.cdt.debug.mi.ui.source 6.1.1.201209170703
  org.eclipse.equinox.p2.jarprocessor.source 1.0.200.v20110808-1657
  toolingepp.package.mobile.ini.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.egf.model.edit.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.core.databinding.beans 1.2.200.v20120523-1955
  org.eclipse.jst.j2ee.xdoclet.runtime 1.1.300.v201004280700
  org.eclipse.ptp.etfw.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.etfw.feature.jar 6.0.0.201206130201
  org.eclipse.equinox.coordinator.source 1.1.0.v20120522-1841
  org.eclipse.jsch.core.source 1.1.400.v20120522-1148
  toolingepp.package.dsl.config.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.rap.rwt 1.5.1.20120917-1116
  org.eclipse.rap.rwt 1.5.0.20120612-1458
  org.eclipse.birt.osgi.runtime.source.feature.group 4.2.0.v20120611-AdAS7CG4VBFW9duE6AZW_
  org.eclipse.birt.osgi.runtime.source.feature.group 4.2.1.v20120820-AlAW7zG6NJJbHjqw7bMyh
  org.eclipse.m2m.atl.dsls.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.dsls.source 3.3.1.v201209061455
  org.eclipse.datatools.enablement.postgresql.ui 1.0.0.v201107221506
  org.eclipse.ptp.rm.mpi.mpich2.core 2.0.0.201209181406
  org.eclipse.ptp.rm.mpi.mpich2.core 2.0.0.201206130201
  toolingepp.package.rcp.config.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.rcp.config.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 0.9.0.v201206131215
  org.eclipse.ptp.remotetools.environment.ui 1.3.2.201206130201
  org.eclipse.ptp.remotetools.environment.ui 1.3.2.201209181406
  org.eclipse.birt.source.feature.jar 4.2.1.v20120820-ChBG8UGYgRQlJ7y9Lz-wS7nDcRL4
  org.eclipse.birt.source.feature.jar 4.2.0.v20120611-C_BC7CGWoJMfAnw8Y8QVz0nD0JPl
  org.eclipse.cdt.debug.core.source 7.2.0.201209170703
  org.eclipse.cdt.debug.core.source 7.2.0.201206111645
  toolingepp.package.jee.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.jee.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.soa.sca.sca1_0.feature.feature.jar 2.3.0.201205240725
  epp.package.jee.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.jee.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.xsd.edit.source 2.6.0.v20120319-0555
  org.eclipse.xsd.edit.source 2.6.0.v20120917-0436
  org.eclipse.wst.server.preview 1.1.101.v20111212_1019
  org.eclipse.net4j.ui.feature.jar 4.1.0.v20120911-1146
  org.eclipse.net4j.ui.feature.jar 4.1.0.v20120609-0722
  org.eclipse.datatools.enablement.ingres.feature.source.feature.jar 1.10.1.v201208161415-540AkF78Z7UCRAQDB
  org.eclipse.datatools.enablement.ingres.feature.source.feature.jar 1.10.0.v201201161512-540AkF78Z7UCRAQDB
  org.eclipse.rse.shells.ui 3.0.400.201205300905
  org.eclipse.rse.shells.ui 3.0.400.201209191030
  org.eclipse.mat.chart 1.2.0.201205300858
  org.eclipse.egf.pattern.jet 1.0.0.v20120528-1550
  org.eclipse.ocl.examples.ui 1.0.0.v20120603-1625
  org.eclipse.datatools.enablement.oda.xml 1.2.3.v201112061438
  org.eclipse.datatools.connectivity.db.generic.ui.source 1.0.1.v201208151422
  org.eclipse.datatools.connectivity.db.generic.ui.source 1.0.1.v201107221459
  org.eclipse.egf.portfolio.genchain.feature.jar 1.0.0.v20120528-1550
  org.eclipse.emf.cdo.doc 4.1.0.v20120612-1844
  org.eclipse.emf.cdo.doc 4.1.1.v20120911-1146
  toolingepp.package.rcp.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.rcp.ini.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.xtend.typesystem.uml2_root 1.2.1.v201206110941
  org.eclipse.xtext.xtext.ui.examples 2.3.1.v201208210947
  org.eclipse.xtext.xtext.ui.examples 2.3.0.v201206120633
  org.eclipse.ecf.identity 3.1.200.v20120608-0148
  org.eclipse.cdt.gnu.build.source.feature.jar 8.1.1.201209170703
  org.eclipse.cdt.gnu.build.source.feature.jar 8.1.0.201206111645
  org.eclipse.ecf.filetransfer.source 5.0.0.v20120608-0148
  org.eclipse.ecf.filetransfer.source 5.0.0.v20120610-1946
  org.eclipse.rse.connectorservice.local 2.1.400.201209191030
  org.eclipse.rse.connectorservice.local 2.1.400.201205300905
  org.apache.catalina.ha 7.0.26.v201205030525
  org.eclipse.datatools.sqltools.debugger.core.ui.source 1.0.0.v201003161000
  org.eclipse.actf.visualization.ui.pdt.feature.jar 1.0.1.R201209191006
  org.eclipse.actf.visualization.ui.pdt.feature.jar 1.0.0.R201206131330
  org.eclipse.modisco.xml.discoverer.source 0.10.0.v201206130817
  toolingepp.package.parallel.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.parallel.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.sap.maxdb.source 1.0.0.v201107221507
  org.eclipse.datatools.enablement.ibm.db2.luw 1.0.2.v201107221502
  org.eclipse.graphiti.feature.feature.jar 0.9.1.v20120919-0732
  org.eclipse.graphiti.feature.feature.jar 0.9.0.v20120613-0805
  org.eclipse.birt.osgi.runtime.feature.jar 4.2.1.v20120820-AlAW7zG6NJJbHjqw7bMyh
  org.eclipse.birt.osgi.runtime.feature.jar 4.2.0.v20120611-AdAS7CG4VBFW9duE6AZW_
  org.eclipse.ptp.rm.slurm.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rm.slurm.feature.group 6.0.0.201206130201
  org.eclipse.wst.web_core.feature.feature.group 3.4.0.v201203141800-7E7HFSgAJz-mw9oH21HGMpHiKb_kVAz0D
  org.eclipse.wst.web_core.feature.feature.group 3.4.1.v201208170345-7E7HFSlAJz-mw9qA03HKTuLirZsDJyCao
  org.eclipse.dltk.tcl.validators 4.0.0.201206120848
  org.eclipse.bpel.common.wsdl 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.common.wsdl 1.0.1.v20120612-2300-CI
  org.eclipse.net4j.util.doc.source.feature.jar 4.1.0.v20120611-1554
  org.eclipse.net4j.util.doc.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.emf.eef.codegen.ecore 1.1.1.201206051542
  org.eclipse.koneki.ldt.wizards 0.8.0.201209061319
  org.eclipse.koneki.ldt.wizards 0.8.0.201206122001
  org.eclipse.ptp.etfw.feature.group 6.0.2.201209181406
  org.eclipse.ptp.etfw.feature.group 6.0.0.201206130201
  org.eclipse.egf.model.ui.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.gmf.xpand.qvtlibrary 1.1.0.201209121329
  org.eclipse.gmf.xpand.qvtlibrary 1.1.0.RC4a
  org.eclipse.sapphire.ui.source 0.5.3.201209191432
  org.eclipse.sapphire.ui.source 0.5.0.201206122150
  org.eclipse.rap.rwt.testfixture 1.5.0.20120612-1458
  org.eclipse.rap.rwt.testfixture 1.5.1.20120917-1116
  tooling.virgo.org.eclipse.equinox.p2.repository 1.0.0.tooling
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit.source 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit.source 2.0.0.v20120521-0710
  org.eclipse.amp.escape.ide 0.9.0.v20120528-0244
  org.eclipse.xtend.doc 2.3.1.v201208210947
  org.eclipse.xtend.doc 2.3.0.v201206120633
  org.eclipse.gyrex.boot.tests.source 1.0.0.v20120511-0855
  org.eclipse.gyrex.boot.tests.source 1.0.100.v20120706-0824
  org.eclipse.emf.ecore.edit 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.edit 2.8.0.v20120608-0554
  org.eclipse.rtp.core 1.0.0.v20120613-2107
  Testing 0.0.0.355cLY3de
  Testing 0.0.0.352cLY3de
  org.eclipse.mylyn.wikitext.tests.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.tests.source 1.7.0.v20120612-0600
  org.eclipse.papyrus.uml.diagram.sequence 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.sequence 0.9.1.v201209190809
  org.eclipse.ecf.presence.bot 1.3.100.v20120610-1946
  org.eclipse.scout.sdk.compatibility.v38v42.fragment 3.8.1.201209171521
  org.eclipse.scout.sdk.compatibility.v38v42.fragment 3.8.0.201206130843
  org.eclipse.objectteams.otdt.feature.jar 2.1.0.201206090452
  org.eclipse.objectteams.otdt.feature.jar 2.1.1.201209011847
  epp.package.modeling.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.scout.rt.ui.swing 3.8.1.201209171521
  org.eclipse.scout.rt.ui.swing 3.8.0.201206130843
  org.eclipse.ocl.examples.xtext.oclstdlib.ui.source 3.2.0.v20120609-0619
  org.eclipse.ocl.examples.xtext.oclstdlib.ui.source 3.2.0.v20120828-1937
  org.eclipse.jst.servlet.ui.infopop 1.0.500.v201105122000
  org.eclipse.linuxtools.dataviewers 4.0.0.201209191645
  org.eclipse.linuxtools.dataviewers 4.0.0.201206130106
  org.eclipse.ecf.remoteservice 6.0.200.v20120610-1946
  org.eclipse.birt.chart.device.svg 4.2.1.v20120820
  org.eclipse.birt.chart.device.svg 4.2.0.v20120611
  org.eclipse.ptp.remote.remotetools.ui 3.0.0.201209181406
  org.eclipse.ptp.remote.remotetools.ui 3.0.0.201206130201
  org.eclipse.egf.model.fprod.edit.feature.group 1.0.0.v20120528-1550
  org.eclipse.mylyn.wikitext.tracwiki.core.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.tracwiki.core.source 1.7.0.v20120612-0600
  org.eclipse.jst.ws.uddiregistry 1.0.500.v201004211805
  org.eclipse.actf.visualization.engines.blind.html 1.0.0.R201206131330
  org.eclipse.actf.visualization.engines.blind.html 1.0.1.R201209191006
  org.eclipse.jst.ws.axis2.consumption.ui 1.0.103.v201004211805
  org.eclipse.sapphire.doc 0.5.3.201209191432
  org.eclipse.sapphire.doc 0.5.0.201206122150
  org.eclipse.jwt.we.conf.property.edit 1.2.0.v201205310546
  epp.package.scout.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.scout.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.jdt.compiler.apt 1.0.500.v20120522-1651
  org.eclipse.gmf.map 2.9.0.RC4a
  org.eclipse.gmf.map 2.9.0.201209121329
  org.eclipse.emf.mapping.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.feature.jar 2.7.0.v20120608-0554
  org.eclipse.jetty.plus.source 8.1.3.v20120522
  org.eclipse.birt.report.engine.odf 4.2.1.v20120820
  org.eclipse.birt.report.engine.odf 4.2.0.v20120611
  org.eclipse.ecf.provider.remoteservice 4.0.0.v20120610-1946
  org.eclipse.m2m.qvt.oml.samples 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.samples 3.1.0.v20120918-0827
  org.eclipse.ocl.ui 1.0.0.v20120611-0753
  org.eclipse.gmt.modisco.infra.browser.custom.source 0.10.0.v201206130817
  org.eclipse.datatools.connectivity.doc.user.feature.group 1.10.0.v201201161512-37D-7733L3D753L7BBF
  org.eclipse.datatools.connectivity.doc.user.feature.group 1.10.1.v201208161415-37D-7733L3D753L7BBF
  org.eclipse.birt.chart.device.swt 4.2.1.v20120820
  org.eclipse.birt.chart.device.swt 4.2.0.v20120611
  org.eclipse.jst.pagedesigner.jsf.ui 1.2.100.v201104061711
  org.eclipse.jst.pagedesigner.jsf.ui 1.2.101.v201208241503
  epp.package.cpp.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.connectivity.apache.derby.dbdefinition.source 1.0.2.v201107221459
  org.eclipse.datatools.enablement.sybase.feature.feature.jar 1.10.1.v201208161415-7E46F9NiNc1QBgyT6T6
  org.eclipse.datatools.enablement.sybase.feature.feature.jar 1.10.0.v201201161512-7E46F9NiNc1QBgyT6T6
  org.eclipse.emf.facet.widgets.nattable.workbench.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.workbench.source 0.2.1.v201209110754
  org.eclipse.xtend.ui.source 1.2.0.v201206110941
  org.eclipse.ptp.rm.jaxb.control.ui 1.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.control.ui 1.0.0.201209181406
  org.eclipse.ptp.etfw.tau.perfdmf 3.0.0.201209181406
  org.eclipse.ptp.etfw.tau.perfdmf 3.0.0.201206130201
  org.eclipse.jst.common.ui 1.0.200.v201202020230
  org.eclipse.jst.common.ui 1.0.201.v201208292200
  toolingepp.package.cpp.application 1.5.0.20120614-1633
  toolingepp.package.cpp.application 1.5.1.20121004-1506
  org.eclipse.mylyn.context.sdk.java.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.sdk.java.source 3.8.0.v20120612-0600
  org.eclipse.jst.ws.cxf.creation.core 1.0.200.v201205012246
  org.eclipse.datatools.connectivity.sqm.server.ui.source 1.1.100.v201202021103
  org.eclipse.jpt.jaxb.feature.feature.group 1.2.1.v201208222210-56ABAkF7BF7cFFFFB7
  org.eclipse.jpt.jaxb.feature.feature.group 1.2.0.v201203150000-56A7AkF7BF7NAP7777
  javax.servlet.jsp.glassfish.feature.jar 2.2.0.201206060641
  org.eclipse.birt.report.designer.samplereports 4.2.1.v20120820
  org.eclipse.birt.report.designer.samplereports 4.2.0.v20120611
  epp.package.jee.executable.carbon.macosx.x86 1.5.1.20121004-1506
  epp.package.jee.executable.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.persistence.asm 3.3.1.v201206041142
  org.eclipse.net4j.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.source.feature.group 4.1.0.v20120612-0600
  org.junit 4.10.0.v4_10_0_v20120426-0900
  org.junit 3.8.2.v3_8_2_v20100427-1100
  org.eclipse.swt.gtk.aix.ppc 3.100.0.v4233d
  org.eclipse.swt.gtk.aix.ppc 3.100.1.v4234e
  org.eclipse.datatools.connectivity.oda.flatfile.source 3.1.3.v201209041005
  org.eclipse.datatools.connectivity.oda.flatfile.source 3.1.2.v201206121559
  org.eclipse.datatools.sqltools.plan.source 1.0.0.v201107221520
  org.eclipse.modisco.jee.ejbjar.discoverer.ui 0.10.1.v201209190814
  org.eclipse.modisco.jee.ejbjar.discoverer.ui 0.10.0.v201206130817
  org.eclipse.gyrex.services.common.source 1.0.0.v20120511-0855
  org.eclipse.mylyn.sdk_feature.feature.jar 3.8.2.v20120916-1200
  org.eclipse.mylyn.sdk_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.amp.amf.core.feature.group 0.9.0.v20120528-0244
  org.eclipse.mylyn.pde.ui.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.pde.ui.source 3.8.2.v20120916-1200
  epp.package.modeling.executable.carbon.macosx.ppc 1.5.0.20120620-0855
  epp.package.modeling.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.egf.emf.pattern.base.source 1.0.0.v20120528-1550
  toolingepp.package.parallel.config.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.parallel.config.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.modeling.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120620-0855
  toolingepp.package.jee.ini.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.jee.ini.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.swt.gtk.linux.ppc64.source 3.100.0.v4233d
  org.eclipse.swt.gtk.linux.ppc64.source 3.100.1.v4234e
  org.eclipse.datatools.enablement.sybase.models.source 1.0.0.v201010140307
  toolingepp.package.modeling.config.motif.solaris.sparc 1.5.0.20120620-0855
  toolingepp.package.modeling.config.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.ui.browser.source 3.4.0.v20120716-173435
  org.eclipse.ui.browser.source 3.4.0.v20120521-2329
  org.eclipse.rse.services.dstore 3.2.1.201209191030
  org.eclipse.rse.services.dstore 3.2.0.201205300905
  org.eclipse.amalgam.discovery.modeling 1.2.0.201206050806
  org.eclipse.koneki.ldt.debug.core 0.8.0.201209061319
  org.eclipse.koneki.ldt.debug.core 0.8.0.201206122001
  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.gyrex.persistence.solr 1.0.0.v20120511-0856
  org.eclipse.emf.query.ocl.source.feature.group 1.6.0.v20120425-2310-3--7w311A232602735
  org.eclipse.ptp 6.0.2.201209181406
  org.eclipse.ptp 6.0.0.201206130201
  org.eclipse.papyrus.uml.diagram.common.palette.customaction 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.common.palette.customaction 0.9.1.v201209190809
  toolingepp.package.modeling.ini.gtk.solaris.sparc 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.osgi 3.8.0.v20120529-1548
  org.eclipse.tcf.te.runtime.services 1.0.0.201206051725
  org.eclipse.tcf.te.runtime.services 1.0.0.201209190831
  tooling.virgo.org.apache.mina.core 1.0.0.tooling
  org.eclipse.tcf.te.ui.terminals.process 1.0.0.201206051725
  org.eclipse.tcf.te.ui.terminals.process 1.0.0.201209190831
  org.eclipse.egit.psf.feature.group 2.0.0.201206130900-r
  org.eclipse.egit.psf.feature.group 2.1.0.201209190230-r
  org.eclipse.team.svn.feature.jar 1.0.0.I20120601-1700
  org.eclipse.team.svn.feature.jar 1.0.0.I20120818-1700
  org.eclipse.xtext.xtext.ui.feature.group 2.3.1.v201208210947
  org.eclipse.xtext.xtext.ui.feature.group 2.3.0.v201206120633
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390 4.2.1.M20120914-1800
  org.eclipse.scout.rt.shared 3.8.1.201209171521
  org.eclipse.scout.rt.shared 3.8.0.201206130843
  org.eclipse.wst.jsdt.manipulation 1.0.400.v201204261600
  org.eclipse.emf.facet.infra.query.core 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.query.core 0.2.0.v201206120903
  org.eclipse.amp.amf.gen.extras.source 0.9.0.v20120528-0244
  org.eclipse.gmt.modisco.xml.browser.customization.source 0.10.0.v201206130817
  epp.package.reporting.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.reporting.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.amp.amfx.feature.jar 0.9.0.v20120528-0244
  org.eclipse.emf.importer.ecore 2.6.0.v20120608-0554
  org.eclipse.emf.importer.ecore 2.6.0.v20120917-0436
  toolingepp.package.rcp.config.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.rcp.config.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.jpt.common.feature.feature.jar 1.2.1.v201208222210-663AkF7BF7cFFFFB7
  org.eclipse.jpt.common.feature.feature.jar 1.2.0.v201203150000-66-AkF7BF7PBN7778
  org.eclipse.emf.ecore.xcore.sdk.feature.jar 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.sdk.feature.jar 1.0.1.v20120917-0741
  epp.package.java.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.scout.jaxws216.source 2.1.6.201206130843
  org.eclipse.scout.jaxws216.source 2.1.6.201209171521
  org.eclipse.jst.ws.consumption.ui.doc.user 1.0.600.v201005192217
  org.eclipse.birt.report.model.adapter.oda 4.2.1.v20120820
  org.eclipse.birt.report.model.adapter.oda 4.2.0.v20120611
  org.jdom 1.0.0.v201005080400
  org.jdom 1.1.1.v201101151400
  toolingepp.package.reporting.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.papyrus.xwt 0.9.0.v201206131215
  org.eclipse.papyrus.xwt 0.9.1.v201209190809
  org.eclipse.m2m.atl.profiler.feature.group 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.feature.group 3.3.1.v201209061455
  org.eclipse.papyrus.views.properties 0.9.0.v201206131215
  org.eclipse.papyrus.views.properties 0.9.1.v201209190809
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.feature.group 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.feature.group 1.0.0.v20120525-0627
  org.eclipse.gmt.modisco.xml.discoverer 0.10.1.v201209190814
  org.eclipse.gmt.modisco.xml.discoverer 0.10.0.v201206130817
  org.eclipse.xtend.typesystem.xsd.source 1.2.0.v201206110941
  org.eclipse.modisco.kdm.uml2converter 0.10.0.v201206130817
  org.eclipse.modisco.kdm.uml2converter 0.10.1.v201209190814
  org.eclipse.cdt.testsrunner.feature.feature.group 7.0.0.201209170703
  org.eclipse.cdt.testsrunner.feature.feature.group 7.0.0.201206111645
  org.eclipse.wst.jsdt.debug.ui 1.0.200.v201203071952
  org.eclipse.wst.jsdt.debug.ui 1.0.201.v201208241832
  org.eclipse.emf.mapping.ecore.source.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ecore.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.birt.chart.cshelp 4.2.1.v20120820
  org.eclipse.birt.chart.cshelp 4.2.0.v20120611
  org.eclipse.libra.framework.jonas 0.2.0.201206060754
  org.eclipse.epp.package.testing 1.5.1.20121004-1506
  org.eclipse.epp.package.testing 1.5.0.20120511-1409
  org.eclipse.egf.portfolio.task.ant.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.egf.core.feature.group 1.0.0.v20120528-1550
  org.eclipse.rap.ui.views 1.5.0.20120612-1458
  org.eclipse.rap.ui.views 1.5.1.20120917-1116
  org.eclipse.xtend.m2e.feature.group 2.3.1.v201208210947
  org.eclipse.emf.facet.widgets.nattable.doc 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.doc 0.2.0.v201206120903
  org.eclipse.emf.eef.eefgen.editor.source 1.1.1.201206051542
  org.eclipse.emf.ecore.edit.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.edit.feature.jar 2.8.0.v20120608-0554
  org.eclipse.jst.j2ee.webservice.ui 1.1.500.v201105122000
  org.eclipse.wst.sse.ui 1.3.101.v201208170345
  org.eclipse.wst.sse.ui 1.3.100.v201204260100
  epp.package.dsl.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.photran.intel.feature.group 8.0.2.201209141911
  org.eclipse.photran.intel.feature.group 8.0.0.201206122044
  org.eclipse.amp.axf.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.emf.validation.sdk.feature.jar 1.6.0.v20120328-0001-67T-96SGR75UNqZNTdeQnghI6uFA
  org.eclipse.modisco.infra.omg.doc.source 0.10.0.v201206130817
  epp.package.dsl.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.core.databinding.observable.source 1.4.1.v20120521-2329
  org.eclipse.emf.validation.ui 1.3.0.v200901271722
  org.eclipse.gef.source.feature.jar 3.8.0.201206112118
  org.eclipse.gef.source.feature.jar 3.9.0.201208201742
  org.eclipse.gmt.modisco.xml.discoverer.source 0.10.0.v201206130817
  org.eclipse.wst.jsdt.web.support.jsp 1.0.500.v201204260100
  org.eclipse.actf.util.httpproxy 1.0.1.R201209191006
  org.eclipse.actf.util.httpproxy 1.0.0.R201206131330
  org.eclipse.datatools.enablement.oda.ws 1.2.4.v201203221631
  org.eclipse.help.base 3.6.100.v201206081400
  org.eclipse.help.base 3.6.100.v201209141800
  org.eclipse.jubula.app.autagent 1.2.1.201206131127
  org.eclipse.jubula.app.autagent 1.2.2.201209040912
  org.eclipse.emf.validation.doc.feature.jar 1.6.0.v20120328-0001-35-8s733L466F3B769
  org.eclipse.equinox.cm.source 1.0.400.v20120522-1841
  org.eclipse.amp.escape.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.ptp.rm.jaxb.doc.isv 1.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.doc.isv 1.0.0.201209181406
  org.eclipse.wb.core.ui 1.5.1.r42x201209161116
  org.eclipse.wb.core.ui 1.5.0.r42x201206111213
  org.eclipse.pde.feature.group 3.8.0.v20120525-1249-7c7vFitFFt6Zr5a12MM4IKMFZ
  org.eclipse.pde.feature.group 3.8.1.v20120814-104528-7c7vFixFFt6Zr5aC6KM6LGWSd
  org.eclipse.datatools.modelbase.dbdefinition 1.0.2.v201107221519
  toolingepp.package.automotive.ini.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.automotive.ini.motif.linux.x86 1.5.1.20121004-1506
  toolingcocoa.macosx.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
  org.eclipse.epp.package.jee 1.5.0.20120131-1544
  org.eclipse.epp.package.jee 1.5.1.20121004-1506
  org.eclipse.gmf.examples.runtime.diagram.logic.model 1.2.0.v20120514-1615
  org.eclipse.jst.jsf.apache.trinidad.tagsupport 1.1.200.v201104061711
  org.eclipse.jst.jsf.apache.trinidad.tagsupport 1.1.201.v201208241503
  org.eclipse.ui.navigator.resources 3.4.400.v20120523-1955
  org.eclipse.ui.navigator.resources 3.4.400.v20120705-114010
  org.eclipse.xtext.xtext.ui.source 2.3.0.v201206120633
  org.eclipse.xtext.xtext.ui.source 2.3.1.v201208210947
  com.sun.el.source 2.2.0.v201108011116
  org.eclipse.birt.report.designer.ui.lib 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.lib 4.2.1.v20120820
  org.eclipse.ocl.edit.feature.group 4.0.0.v20120613-0850
  org.eclipse.ocl.edit.feature.group 4.0.0.v20120919-0602
  org.eclipse.modisco.jee.facet 0.10.1.v201209190814
  org.eclipse.modisco.jee.facet 0.10.0.v201206130817
  org.eclipse.datatools.enablement.ibm.informix.dbdefinition.source 1.0.4.v201107221502
  toolingepp.package.testing.config.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.testing.config.win32.win32.x86 1.5.0.20120614-1633
  epp.package.rcp 1.5.0.20120614-1633
  epp.package.rcp 1.5.1.20121004-1506
  org.eclipse.emf.ecore.xcore.ui.source.feature.group 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.ui.source.feature.group 1.0.0.v20120612-0950
  org.eclipse.dltk.xotcl 4.0.0.201206120848
  org.eclipse.emf.facet.infra.browser.uicore.examples.cnf.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.uicore.examples.cnf.source 0.2.0.v201206120903
  org.eclipse.jst.jsf.facelet.core 1.0.200.v201205161442
  org.eclipse.jst.jsf.facelet.core 1.0.201.v201208241503
  org.eclipse.datatools.intro 1.7.0.v201005281800
  org.eclipse.scout.sdk.rap.feature.source.feature.group 3.8.0.201206130843
  org.eclipse.scout.sdk.rap.feature.source.feature.group 3.8.1.201209171521
  org.eclipse.jst.common.frameworks 1.1.601.v201208160700
  org.eclipse.jst.common.frameworks 1.1.600.v201204190200
  org.eclipse.uml2.uml.resources.source 4.0.0.v20120604-0919
  org.eclipse.uml2.uml.resources.source 4.0.1.v20120913-1441
  org.eclipse.datatools.enablement.jdt.feature.source.feature.group 1.10.1.v201208161415-2-07w312218332612
  org.eclipse.datatools.enablement.jdt.feature.source.feature.group 1.10.0.v201201161512-2-07w312218332612
  javax.inject.source 1.0.0.v20091030
  org.eclipse.ecf.telephony.call.ui 1.3.0.v20120610-1946
  org.eclipse.datatools.modelbase.derby 1.0.0.v201107221519
  org.eclipse.papyrus.infra.gmfdiag.dnd 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.dnd 0.9.1.v201209190809
  epp.package.mobile.executable.gtk.linux.ppc 1.5.1.20121004-1506
  epp.package.mobile.executable.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.gmt.modisco.infra.common.ui 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.common.ui 0.10.1.v201209190814
  toolingepp.package.cpp.config.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.cpp.config.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.egf.core.pde.source 1.0.0.v20120528-1550
  org.eclipse.gmf.runtime.common.ui.action.source 1.5.0.v20120514-1615
  org.eclipse.dltk.ruby.ui 4.0.0.201206120848
  org.eclipse.graphiti.feature.examples.feature.jar 0.9.1.v20120919-0732
  org.eclipse.graphiti.feature.examples.feature.jar 0.9.0.v20120613-0805
  org.eclipse.emf.validation.examples.source 1.3.0.v200901271722
  org.eclipse.ptp.cdt.compilers.core 6.0.0.201206130201
  org.eclipse.ptp.cdt.compilers.core 6.0.0.201209181406
  org.eclipse.datatools.sqltools.parsers.sql.query.source 1.2.1.v201201250511
  org.eclipse.swt.gtk.aix.ppc.source 3.100.1.v4234e
  org.eclipse.swt.gtk.aix.ppc.source 3.100.0.v4233d
  org.apache.poi 3.2.0.201206131127
  org.apache.poi 3.2.0.201209040912
  org.eclipse.emf.eef.runtime-feature.feature.jar 1.1.1.201206051542
  org.eclipse.gyrex.features.server.source.feature.group 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.scout.net 3.8.1.201209171521
  org.eclipse.scout.net 3.8.0.201206130843
  toolingepp.package.dsl.config.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.emf.cdo.common.db.source 3.0.200.v20120821-1005
  org.eclipse.emf.cdo.common.db.source 3.0.200.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.source 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.source 1.0.0.v20120521-0710
  org.eclipse.papyrus.uml.table.widgets.celleditors 0.9.0.v201206131215
  org.eclipse.papyrus.uml.table.widgets.celleditors 0.9.1.v201209190809
  org.eclipse.actf.ai.voice.source 1.0.0.R201206131330
  org.eclipse.actf.ai.voice.source 1.0.1.R201209191006
  org.eclipse.emf.cdo.admin 4.1.0.v20120610-1146
  org.eclipse.emf.cdo.admin 4.1.0.v20120821-1005
  org.eclipse.xtext.common.types 2.3.0.v201206120633
  org.eclipse.xtext.common.types 2.3.1.v201208210947
  toolingepp.package.reporting.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.reporting.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.xtext.ui.ecore 2.3.0.v201206120633
  org.eclipse.xtext.ui.ecore 2.3.1.v201208210947
  epp.package.dsl.executable.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.egf.emf.wrapper.source 1.0.0.v20120528-1550
  org.eclipse.birt.report.item.crosstab.ui 4.2.0.v20120611
  org.eclipse.birt.report.item.crosstab.ui 4.2.1.v201209121047
  org.eclipse.egf.emf.importer 1.0.0.v20120528-1550
  org.eclipse.team.svn.nl1.sources.feature.jar 1.0.0.I20120818-1700
  org.eclipse.team.svn.nl1.sources.feature.jar 1.0.0.I20120601-1700
  org.eclipse.cdt.core.linux.source 5.2.0.201209170703
  org.eclipse.cdt.core.linux.source 5.2.0.201206111645
  org.eclipse.ocl.doc.feature.jar 3.1.0.v20120919-0602
  org.eclipse.ocl.doc.feature.jar 3.1.0.v20120613-0850
  org.eclipse.gyrex.persistence.derby.tests 1.0.0.v20120511-0855
  org.eclipse.emf.cdo.server.db.feature.group 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.db.feature.group 4.1.1.v20120911-1146
  org.eclipse.gmt.modisco.infra.common.core.source 0.10.0.v201206130817
  toolingepp.package.reporting.ini.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.reporting.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.emf.validation.feature.group 1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6
  epp.package.mobile.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.xsd.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.xsd.source.feature.jar 2.8.0.v20120319-0555
  toolingepp.package.scout.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.scout.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.net4j.util.doc.source 4.1.0.v20120611-1554
  org.eclipse.net4j.util.doc.source 4.1.0.v20120911-1146
  epp.package.dsl.executable.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.jst.jsf.ui 1.3.200.v201202131530
  org.eclipse.jst.jsf.ui 1.3.201.v201208241503
  Database Development 0.0.0.27I-cLdSS08s7357355E5C571GlN
  Database Development 0.0.0.27I1cLdSS08s73573I5E5A5C1GlN
  toolingorg.eclipse.sdk.ide.ini.win32.win32.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.ini.win32.win32.x86_64 4.2.1.M20120914-1800
  org.eclipse.emf.cdo.dawn.sdk.source.feature.group 2.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.sdk.source.feature.group 2.0.0.v20120525-0730
  toolingcocoa.macosx.x86_64org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86_64org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.eclipse.emf.facet.widgets.table.doc.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.table.doc.source 0.2.0.v201206120903
  epp.package.parallel.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.parallel.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.win32.win32.x86 1.5.0.20120614-1633
  epp.package.dsl.executable.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.xtend.typesystem.uml2.feature.jar 1.2.1.v201206110941
  toolinggtk.linux.s390xorg.eclipse.equinox.event 4.2.0.I20120608-1400
  toolinggtk.linux.s390xorg.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.emf.ecoretools_root 1.1.0.201205150811
  org.eclipse.equinox.p2.rcp.feature.source.feature.group 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr
  org.eclipse.equinox.p2.rcp.feature.source.feature.group 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBtr2dhs
  org.eclipse.papyrus.infra.ui.resources 0.9.1.v201209190809
  org.eclipse.papyrus.infra.ui.resources 0.9.0.v201206131215
  epp.package.automotive.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.automotive.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.wst.xsl.debug.ui 1.0.200.v201101281837
  org.eclipse.emf.workspace.examples.source.feature.jar 1.6.0.v20120328-0001
  org.eclipse.wst.jsdt.feature.feature.group 1.4.1.v201208171701-7H7DFg0FC7sReqSyfqesWi
  org.eclipse.wst.jsdt.feature.feature.group 1.4.0.v201111090639-7H7DFeHFC7sRemSZgYbe4
  org.eclipse.xsd.editor 2.6.0.v20120917-0436
  org.eclipse.xsd.editor 2.6.0.v20120319-0555
  toolingepp.package.rcp.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.sapphire.java.source 0.5.3.201209191432
  org.eclipse.sapphire.java.source 0.5.0.201206122150
  org.eclipse.sapphire.platform.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.platform.feature.jar 0.5.0.201206122150
  org.eclipse.ocl.examples.modelregistry.edit 3.2.0.v20110725-1928
  org.eclipse.jetty.websocket.source 8.1.3.v20120522
  org.eclipse.objectteams.otdt.debug 2.0.0.201105161939
  org.eclipse.egf.model.ui.source.feature.group 1.0.0.v20120528-1550
  org.slf4j.log4j 1.6.4.v20120130-2120
  org.eclipse.tm.terminal.serial 2.1.100.201209191030
  org.eclipse.tm.terminal.serial 2.1.100.201205300905
  org.eclipse.emf.mwe.ui.feature.jar 1.2.1.v201206110920
  org.eclipse.net4j.db.doc.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.db.doc.source.feature.group 4.1.0.v20120611-1554
  org.eclipse.ocl.examples.modelregistry.source 3.2.0.v20120503-1141
  toolingepp.package.java.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.java.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  org.eclipse.equinox.p2.ui.admin.rcp 1.0.200.v20110808-1657
  org.eclipse.mylyn.trac.ui 3.8.0.v20120612-0600
  org.eclipse.mylyn.trac.ui 3.8.2.v20120916-1200
  org.eclipse.sapphire.platform.feature.group 0.5.3.201209191432
  org.eclipse.sapphire.platform.feature.group 0.5.0.201206122150
  org.eclipse.wst.xml.core 1.1.700.v201204241737
  org.eclipse.datatools.enablement.sybase.feature.source.feature.jar 1.10.1.v201208161415-7E46F9NiNc1QBgyT6T6
  org.eclipse.datatools.enablement.sybase.feature.source.feature.jar 1.10.0.v201201161512-7E46F9NiNc1QBgyT6T6
  org.eclipse.actf.util.httpproxy.source 1.0.1.R201209191006
  org.eclipse.actf.util.httpproxy.source 1.0.0.R201206131330
  org.eclipse.ptp.debug.sdm.core 6.0.0.201206130201
  org.eclipse.ptp.debug.sdm.core 6.0.0.201209181406
  org.eclipse.libra.warproducts.help 0.2.0.201206060754
  org.eclipse.wst.jsdt.debug.rhino.debugger 1.0.301.v201208171701
  org.eclipse.wst.jsdt.debug.rhino.debugger 1.0.300.v201109150503
  org.eclipse.datatools.connectivity.oda.feature.source.feature.jar 1.10.1.v201208161415-7H7C7TCcNBHLCnH_EYOb
  org.eclipse.datatools.connectivity.oda.feature.source.feature.jar 1.10.0.v201201161512-7H7C7QCcNBHLCcJaFWRa
  toolingepp.package.rcp.ini.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.rap.ui.templates.source 1.5.1.20120917-1138
  org.eclipse.rap.ui.templates.source 1.5.0.20120613-1425
  toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolingwin32.win32.x86_64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  org.eclipse.photran.managedbuilder.intel.ui 8.0.0.201209141911
  org.eclipse.photran.managedbuilder.intel.ui 8.0.0.201206122044
  org.eclipse.uml2.sdk.feature.jar 4.0.1.v20120913-1441
  org.eclipse.uml2.sdk.feature.jar 4.0.0.v20120604-0919
  org.eclipse.datatools.connectivity.sqm.server.ui 1.1.100.v201202021103
  org.eclipse.emf.ecore.editor.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.editor.feature.group 2.8.0.v20120608-0554
  org.eclipse.ocl.ecore.source 3.2.0.v20120522-1637
  org.eclipse.bpel.common.feature.feature.jar 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.common.feature.feature.jar 1.0.1.v20120612-2300-CI
  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
  org.eclipse.birt.example.feature.jar 4.2.0.v20120611-7T7D-DZRDKRDsKK
  org.eclipse.birt.example.feature.jar 4.2.1.v20120820-7T7D6DZRDKRE6OK5B48
  org.eclipse.uml2.uml.profile.l3.source 1.0.0.v20120604-0919
  org.eclipse.uml2.uml.profile.l3.source 1.0.1.v20120913-1441
  org.eclipse.ecf.server.generic.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.xtext.common.types.source 2.3.0.v201206120633
  org.eclipse.xtext.common.types.source 2.3.1.v201208210947
  org.eclipse.papyrus.uml.tools.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.uml.tools.feature.feature.group 0.9.0.v201206131215
  org.eclipse.cdt.autotools.feature.group 3.0.1.201206111645
  org.eclipse.cdt.autotools.feature.group 3.0.1.201209170703
  org.eclipse.gyrex.http.equinoxhttpservice.source 1.0.0.v20120321-2059
  org.eclipse.help.feature.jar 1.4.0.v20120608-133537-8P7vFOTFK_Qj4JmDIQXL8Tn
  org.eclipse.help.feature.jar 1.4.1.v20120726-051048-8R7xFOUFLWUl7MoSKV_RBXl27
  org.eclipse.gmf.runtime.notation.feature.jar 1.6.0.v20120327-2213-378-8s73543B4E1689I
  org.eclipse.ecf.discovery.ui 3.0.0.v20120610-1946
  org.eclipse.epp.package.jee.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.epp.package.jee.feature.feature.group 1.5.1.20121004-1506
  epp.package.automotive.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  epp.package.automotive.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.gef.examples.flow.source 3.8.0.201206112118
  org.eclipse.gef.examples.flow.source 3.8.1.201208201742
  org.eclipse.pde.junit.runtime 3.4.200.v20120530-1435
  org.eclipse.birt.report.engine.emitter.config.odt.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.odt.source 4.2.1.v20120820
  org.eclipse.emf.cdo.examples.installer.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.examples.installer.source.feature.jar 4.1.0.v20120612-1807
  Collaboration 0.0.0.8-9_7ccLUDJL8QIOXJKVHGbgXH9
  Collaboration 0.0.0.7w9Q5cLUDJL8QIOXJ0UeHLLXH9
  org.eclipse.soa.sca.sca1_1.runtime.tuscany.model.edit 2.3.0.201205240725
  org.eclipse.emf.oda.ecore.ui.source.feature.jar 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.ui.source.feature.jar 1.1.0.v20120608-0554
  org.eclipse.wst.xsl.launching 1.0.200.v201103081922
  org.eclipse.birt.report.data.oda.excel.source 4.2.1.v201208281709
  org.eclipse.birt.report.data.oda.excel.source 4.2.0.v20120611
  org.eclipse.ptp.rm.launch 1.0.0.201206130201
  org.eclipse.ptp.rm.launch 1.0.0.201209181406
  toolinggtk.hpux.ia64_32org.eclipse.equinox.common 4.2.1.M20120914-1800
  toolinggtk.hpux.ia64_32org.eclipse.equinox.common 4.2.0.I20120608-1400
  org.eclipse.gmf.runtime.diagram.ui.printing.source 1.4.1.v20120514-1615
  org.eclipse.wst.internet.monitor.ui 1.0.606.v20120306_1603
  toolingepp.package.mobile.config.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.mobile.config.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.xtext.docs.feature.jar 2.3.0.v201206120633
  org.eclipse.xtext.docs.feature.jar 2.3.1.v201208210947
  org.eclipse.datatools.connectivity.oda.consumer.source 3.2.5.v201109151100
  org.eclipse.emf.cdo.server.db4o.source.feature.jar 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.db4o.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.datatools.enablement.jdbc.feature.source.feature.jar 1.10.0.v201201161512-4-29oB5885QBB8HKW
  org.eclipse.datatools.enablement.jdbc.feature.source.feature.jar 1.10.1.v201208161415-4-29oB5895RAE8HHP
  org.eclipse.xtend.typesystem.xsd_root 1.2.1.v201206110941
  org.eclipse.wst.xsl.exslt.ui 1.0.0.v201006012005
  org.eclipse.wst.common.environment 1.0.400.v200912181832
  org.eclipse.xpand_root 1.2.1.v201206110941
  org.eclipse.emf.facet.infra.query.ui 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.query.ui 0.2.0.v201206120903
  org.eclipse.jpt.jpadiagrameditor.branding 1.1.0.v201111160000
  org.eclipse.jpt.jpadiagrameditor.branding 1.1.1.v201208222210
  org.eclipse.xtend.ui.source.feature.jar 1.2.1.v201206110941
  org.eclipse.ocl 3.2.1.v20120917-1739
  org.eclipse.ocl 3.2.0.v20120611-1210
  org.eclipse.emf.cdo.dawn.examples.acore.editor.source 1.0.100.v20120523-0528
  org.eclipse.emf.cdo.dawn.examples.acore.editor.source 1.0.100.v20120911-1146
  org.eclipse.m2m.atl.engine.vm.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.engine.vm.source 3.3.0.v201205241358
  org.eclipse.mylyn.gerrit.core.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.gerrit.core.source 1.0.0.v20120612-0600
  org.eclipse.egf.model.editor.source 1.0.0.v20120528-1550
  org.eclipse.egf.model.fprod 1.0.0.v20120528-1550
  toolingepp.package.java.application 1.5.0.20120614-1633
  toolingepp.package.java.application 1.5.1.20121004-1506
  org.eclipse.emf.cdo.efs 4.0.0.v20120525-0627
  org.eclipse.emf.cdo.efs 4.0.1.v20120821-1005
  toolingepp.package.modeling.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.modeling.config.motif.hpux.ia64_32 1.5.0.20120620-0855
  org.eclipse.ocl.examples.xtext.markup.ui 3.2.0.v20120526-1258
  org.eclipse.jst.web_ui.feature.feature.group 3.4.0.v201111022313-7F7DFSgC25TrkWsplelWwGPu4Ajn5UiEiyuqxZp4
  org.eclipse.jst.web_ui.feature.feature.group 3.4.1.v201208231800-7F7DFSlC25UrkX5qvgnXz0LZDA6kiWwylC3uxsWk
  org.eclipse.bpel.feature.feature.group 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.feature.feature.group 1.0.1.v20120612-2300-CI
  org.eclipse.e4.ui.css.swt.source 0.10.2.v20120821-165957
  org.eclipse.e4.ui.css.swt.source 0.10.1.v20120523-1955
  org.eclipse.birt.report.engine.emitter.config.wpml 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.wpml 4.2.1.v20120820
  org.eclipse.jdt.launching.macosx.source 3.2.100.v20120523-1953
  javax.activation 1.1.0.v201108011116
  org.eclipse.rap.demo.source 1.5.1.20120917-1116
  org.eclipse.rap.demo.source 1.5.0.20120612-1458
  org.eclipse.ecf.remoteservice.ui 3.0.0.v20120610-1946
  org.eclipse.wst.ws_wsdl15.feature.feature.group 1.5.301.v201102200555-2407w312123151655
  org.eclipse.pde.ui.templates 3.4.500.v20120523-2012
  org.eclipse.wst.ws_core.feature.feature.group 3.4.0.v201108230503-7L7RFoGFGtGd-xhuy-rRwz-2766
  org.eclipse.gmf.runtime.sdk 1.4.1.v20120514-1615
  org.eclipse.amp.amf.testing.edit.source 0.9.0.v20120528-0244
  org.eclipse.uml2.examples.source 4.0.0.v20120913-1441
  org.eclipse.uml2.examples.source 4.0.0.v20120604-0919
  org.eclipse.cdt.core 5.4.0.201206111645
  org.eclipse.cdt.core 5.4.1.201209170703
  org.eclipse.net4j.util.doc.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.util.doc.feature.group 4.1.0.v20120611-1554
  org.eclipse.emf.cdo.ui.efs 4.0.0.v20120521-0710
  org.eclipse.emf.cdo.ui.efs 4.0.0.v20120821-1005
  org.eclipse.ecf.remoteservice.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.rap.tools.feature.group 1.5.0.20120613-1425
  org.eclipse.rap.tools.feature.group 1.5.1.20120917-1138
  org.eclipse.xsd.doc.feature.jar 2.7.0.v20120319-0555
  org.eclipse.xsd.doc.feature.jar 2.7.0.v20120917-0436
  toolingepp.package.java.ini.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.java.ini.motif.linux.x86 1.5.0.20120614-1633
  com.google.gerrit.common 2.1.5.v201112241444
  org.eclipse.emf.validation.ocl.feature.group 1.6.0.v20120328-0001-23-7w3121133502768
  org.eclipse.cdt.launch.remote.source 2.4.0.201209170703
  org.eclipse.cdt.launch.remote.source 2.4.0.201206111645
  org.eclipse.tm.terminal.ssh.source 2.1.100.201209191030
  org.eclipse.tm.terminal.ssh.source 2.1.100.201205300905
  toolingepp.package.scout.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.scout.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  org.apache.xmlrpc 3.0.0.v20100427-1100
  org.eclipse.epp.package.cpp.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.epp.package.cpp.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.datatools.connectivity.oda.design.ui 3.2.8.v201207060816
  org.eclipse.datatools.connectivity.oda.design.ui 3.2.7.v201205221153
  org.eclipse.linuxtools.gcov.docs 1.0.0.201209191645
  org.eclipse.linuxtools.gcov.docs 1.0.0.201206130106
  org.eclipse.emf.cdo.server.hibernate.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.server.hibernate.source.feature.jar 4.1.0.v20120612-1733
  org.eclipse.net4j.ui.shared.source 4.1.0.v20120821-1005
  org.eclipse.net4j.ui.shared.source 4.1.0.v20120609-1104
  org.eclipse.linuxtools.changelog.core 2.8.0.201206130106
  org.eclipse.linuxtools.changelog.core 2.8.0.201209191645
  org.eclipse.papyrus.views.modelexplorer.resourceloading 0.9.1.v201209190809
  org.eclipse.papyrus.views.modelexplorer.resourceloading 0.9.0.v201206131215
  org.eclipse.birt.chart.cshelp.feature.jar 4.2.0.v20120611-51-7w31231722
  org.eclipse.birt.chart.cshelp.feature.jar 4.2.1.v20120820-5107w31231931
  org.eclipse.emf.cdo.security.edit 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.security.edit 4.1.0.v20120612-0859
  toolingepp.package.reporting.config.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.reporting.config.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.photran.feature.jar 8.0.0.201206122044
  org.eclipse.photran.feature.jar 8.0.2.201209141911
  org.eclipse.xtext.ui.ecore.source 2.3.1.v201208210947
  org.eclipse.xtext.ui.ecore.source 2.3.0.v201206120633
  epp.package.dsl.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.ptp.pldt.openmp.analysis 6.0.0.201206130201
  org.eclipse.ptp.pldt.openmp.analysis 6.0.0.201209181406
  org.eclipse.linuxtools.lttng.feature.group 1.1.1.201209191645
  org.eclipse.linuxtools.lttng.feature.group 1.0.0.201206130106
  org.eclipse.m2m.atl.engine.emfvm.launch 3.3.1.v201209061455
  org.eclipse.m2m.atl.engine.emfvm.launch 3.3.0.v201205241358
  org.jivesoftware.smack 3.1.100.v20120610-1946
  toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86 4.2.1.M20120914-1800
  org.eclipse.scout.rt.ui.rap.source 3.8.1.201209171521
  org.eclipse.scout.rt.ui.rap.source 3.8.0.201206130843
  org.eclipse.papyrus.infra.table.instance 0.9.0.v201206131215
  org.eclipse.papyrus.infra.table.instance 0.9.1.v201209190809
  org.eclipse.egf.producer.ftask.source 1.0.0.v20120528-1550
  org.eclipse.amp.agf.zest.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.birt.report.engine.emitter.pdf.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.pdf.source 4.2.0.v20120611
  org.eclipse.linuxtools.tmf.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.tmf.feature.group 1.1.1.201209191645
  org.eclipse.egf.model.jetpattern.edit 1.0.0.v20120528-1550
  toolingepp.package.modeling.config.gtk.linux.x86 1.5.0.20120620-0855
  toolingepp.package.modeling.config.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.rap.tools.feature.jar 1.5.0.20120613-1425
  org.eclipse.rap.tools.feature.jar 1.5.1.20120917-1138
  org.eclipse.ptp.services.core 2.1.0.201209181406
  org.eclipse.ptp.services.core 2.1.0.201206130201
  org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.10.1.v201208161415-7B7C7NCcNBGUBnIZDaUY
  org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.10.0.v201201161512-7B7C7LCcNBGTBfLREXcc
  org.eclipse.virgo.util.osgi 3.5.0.RELEASE
  org.eclipse.cdt.gnu.debug.feature.jar 7.1.1.201206111645
  org.eclipse.cdt.gnu.debug.feature.jar 7.1.1.201209170703
  org.eclipse.emf.common.ui.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.common.ui.source.feature.jar 2.7.0.v20120608-0554
  org.eclipse.equinox.p2.core.source 2.2.0.v20120430-0525
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.edit 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.edit 0.2.1.v201209110754
  epp.package.testing.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.egf.portfolio.ant.javadoc.source 1.0.0.v20120528-1550
  org.eclipse.gemini.web.core 2.1.0.RELEASE
  toolingepp.package.dsl.ini.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.sqlite.ui.source 1.0.0.v201107221507
  org.hamcrest.core 1.1.0.v20090501071000
  toolingorg.eclipse.platform.sdk.config.gtk.linux.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.config.gtk.linux.x86 4.2.0.I20120608-1400
  org.eclipse.amp.amf.target.ascape.feature.jar 0.9.0.v20120528-0244
  org.eclipse.datatools.enablement.sap.maxdb 1.0.0.v201107221507
  org.eclipse.ptp.linux.x86_64 6.0.0.201206130201
  org.eclipse.ptp.linux.x86_64 6.0.2.201209181406
  org.eclipse.amp.amf.sd.edit 0.9.0.v20120528-0244
  org.eclipse.wst.common.ui 1.1.500.v200911190730
  org.eclipse.dltk.ruby.feature.group 4.0.0.201206120848
  org.eclipse.actf.visualization.gui.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.gui.source 1.0.0.R201206131330
  org.eclipse.jdt.source.feature.group 3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83
  org.eclipse.jdt.source.feature.group 3.8.0.v20120525-1249-8-8nFqlFNOfwKDRGz-pXLdGxEM83
  org.eclipse.net4j.feature.group 4.1.0.v20120612-0600
  org.eclipse.net4j.feature.group 4.1.1.v20120911-1146
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source.feature.jar 1.10.0.v201201161512-79-78EVVFNOGnTeK-SY
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.source.feature.jar 1.10.1.v201208161415-79-78EVVFNQGpRkHz0Sm
  org.eclipse.birt.report.data.oda.sampledb.source 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.sampledb.source 4.2.0.v20120611
  org.eclipse.egf.model.edit 1.0.0.v20120528-1550
  org.eclipse.ocl.examples.modelregistry.edit.source 3.2.0.v20110725-1928
  org.eclipse.jubula.toolkit.provider.base 1.2.1.201206131127
  org.eclipse.jubula.toolkit.provider.base 1.2.2.201209040912
  org.eclipse.gyrex.http.log.source 1.0.0.v20120109-2032
  org.eclipse.datatools.sqltools.db.generic.ui.source 1.0.0.v200906020900
  org.eclipse.uml2.examples.feature.group 4.0.0.v20120604-0919
  org.eclipse.uml2.examples.feature.group 4.0.0.v20120913-1441
  org.eclipse.emf.validation.examples 1.3.0.v200901271722
  org.eclipse.equinox.security.ui.source 1.1.100.v20120522-2049
  org.eclipse.graphiti.ui.capabilities 0.9.0.v20120613-0805
  org.eclipse.graphiti.ui.capabilities 0.9.1.v20120919-0732
  org.eclipse.gmf.runtime.common.ui.printing.source 1.4.0.v20120514-1615
  org.eclipse.ui 3.103.0.v20120705-114351
  org.eclipse.ui 3.103.0.v20120521-2329
  org.eclipse.scout.rt.ui.swing.browser.swt.fragment.source 3.8.1.201209171521
  org.eclipse.datatools.sqltools.doc.user 1.7.0.20090521092446
  epp.package.cpp.executable.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.cpp.executable.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.mylyn.reviews.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.reviews.ui.source 1.0.0.v20120612-0600
  org.eclipse.egf.model.source 1.0.0.v20120528-1550
  org.eclipse.emf.facet.widgets.nattable.instance 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.instance 0.2.1.v201209110754
  org.eclipse.xtext.xtext.ui_root 2.3.0.v201206120633
  org.eclipse.xtext.xtext.ui_root 2.3.1.v201208210947
  org.eclipse.jetty.osgi.boot.jsp.source 8.1.3.v20120522
  org.eclipse.egf.common.ui.feature.jar 1.0.0.v20120528-1550
  org.eclipse.jpt.jaxb.core.schemagen 1.0.201.v201208222210
  org.eclipse.jpt.jaxb.core.schemagen 1.0.200.v201203050000
  epp.package.parallel.executable.carbon.macosx.x86 1.5.1.20121004-1506
  epp.package.parallel.executable.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.emf.transaction.examples 1.2.100.v200901271819
  org.eclipse.acceleo.ui.capabilities.feature.jar 3.3.0.v20120529-1042
  org.eclipse.acceleo.ui.capabilities.feature.jar 3.3.1.v20120831-0923
  org.eclipse.jst.servlet.ui 1.1.600.v201202011057
  org.eclipse.jdt.compiler.tool.source 1.0.101.v20120522-1651
  Modeling 0.0.0.7v_J1cLSs0bEDB4dx3tjxKPrqwCI
  Modeling 0.0.0.7v_K7BcLSs0bECF0bu-xwv9PhUm_
  org.eclipse.gyrex.persistence.mongodb 1.0.0.v20120524-0613
  org.eclipse.dltk.core.index 4.0.0.201206120848
  org.eclipse.persistence.sdk.feature.jar 2.4.0.v20120613-r11652
  org.eclipse.egf.core.ui_root 1.0.0.v20120528-1550
  org.eclipse.emf.mapping.ecore.editor 2.6.0.v20120917-0436
  org.eclipse.emf.mapping.ecore.editor 2.6.0.v20120608-0554
  org.eclipse.acceleo.doc.feature.jar 3.3.0.v20120529-1042
  org.eclipse.acceleo.doc.feature.jar 3.3.1.v20120831-0923
  org.eclipse.emf.facet.sdk.feature.feature.group 0.2.0.v201206120903
  org.eclipse.emf.facet.sdk.feature.feature.group 0.2.1.v201209110754
  org.eclipse.gmf.runtime.common.ui.services.action 1.4.0.v20120514-1615
  org.eclipse.ltk.core.refactoring.source 3.6.0.v20120523-1543
  org.eclipse.emf.mapping.ui.source.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ui.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.core.resources 3.8.0.v20120522-2034
  org.eclipse.emf.facet.infra.facet.ui 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.facet.ui 0.2.1.v201209110754
  org.eclipse.actf.visualization.source.feature.group 1.0.1.R201209191006
  org.eclipse.actf.visualization.source.feature.group 1.0.0.R201206131330
  org.eclipse.gmf.feature.group 1.6.0.v20120517-1809-7d9X7FFYnmMJUVOKcqPSgIiK281V
  org.eclipse.birt.report.designer.ui.editors.schematic 4.2.1.v201209060505
  org.eclipse.birt.report.designer.ui.editors.schematic 4.2.0.v20120611
  org.eclipse.datatools.connectivity.console.profile.source 1.0.10.v201109250955
  toolingepp.package.testing.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.testing.config.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingANY.ANY.ANYorg.eclipse.virgo.nano.deployer 1.0.0.SIMREL
  com.google.guava 10.0.1.v201203051515
  org.apache.commons.pool 1.6.0.v201204271246
  org.eclipse.dltk.validators.ui 4.0.0.201206120848
  org.eclipse.modisco.java.discoverer.ui.source 0.10.0.v201206130817
  org.eclipse.datatools.enablement.sap.maxdb.ui.source 1.0.0.v201107221507
  org.eclipse.datatools.sqltools.parsers.sql.xml.query.source 1.0.0.v201107221520
  org.eclipse.datatools.connectivity.oda.designer.feature.source.feature.group 1.10.1.v201208161415-4127w312312232267
  org.eclipse.datatools.connectivity.oda.designer.feature.source.feature.group 1.10.0.v201201161512-4127w312312232267
  org.apache.mina.core.source 2.0.2.v201108120515
  org.eclipse.papyrus.views.properties.model.edit 0.9.1.v201209190809
  org.eclipse.papyrus.views.properties.model.edit 0.9.0.v201206131215
  toolingepp.package.java.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.java.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.xtend.typesystem.xsd.feature.jar 1.2.1.v201206110941
  org.eclipse.ptp.rm.ibm.pe.proxy 6.0.0.201206130201
  org.eclipse.ptp.rm.ibm.pe.proxy 6.0.2.201209181406
  org.eclipse.persistence.jpa.source 2.4.0.v20120608-r11652
  org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.3.1.v201208222210-777B3BgJ9EJ9kHPH6EA763
  org.eclipse.jpt.jaxb.eclipselink.feature.feature.group 1.3.0.v201203150000-777B-BgJ9EI9UD_8z0AA763
  org.eclipse.m2m.qvt.oml.editor.ui.source 3.1.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.editor.ui.source 3.1.0.v201206041614
  org.eclipse.core.databinding.property.source 1.4.100.v20120523-1955
  org.eclipse.egit.github.core 2.0.0.201206130900-r
  org.eclipse.egit.github.core 2.1.0.201209190230-r
  org.eclipse.gyrex.context 1.0.0.v20120524-1215
  org.apache.lucene 1.9.1.v201101211617
  org.apache.lucene 3.5.0.v20120319-2345
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.feature.jar 1.0.0.v20120525-0627
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.feature.jar 1.0.0.v20120911-1146
  org.eclipse.objectteams.otdt.pde.ui 2.1.0.201203201248
  epp.package.testing.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.scout.sdk.compatibility.v37v41.fragment.source 3.8.1.201209171521
  org.eclipse.emf.eef.runtime 1.1.1.201206051542
  org.eclipse.modisco.java.composition.ui 0.10.1.v201209190814
  org.eclipse.modisco.java.composition.ui 0.10.0.v201206130817
  org.eclipse.actf.util.vocab 1.0.1.R201209191006
  org.eclipse.actf.util.vocab 1.0.0.R201206131330
  org.eclipse.ptp.pldt.openacc 6.0.0.201206130201
  org.eclipse.ptp.pldt.openacc 6.0.0.201209181406
  org.eclipse.gmf.runtime.draw2d.ui.render.awt 1.4.1.v20120514-1615
  org.eclipse.ptp.pldt.fortran.feature.group 6.0.0.201206130201
  org.eclipse.ptp.pldt.fortran.feature.group 6.0.2.201209181406
  org.eclipse.sdk.feature.group 4.2.1.v20120814-120134-7T7oDODQ-3Heq-afCDlg7T4xJuvxaC2ohMfCfB5451Rz0
  org.eclipse.sdk.feature.group 4.2.0.v20120528-1648-7T7oDFDPz-3FepgRqG6kkFFY0UF4_otgmt0XcoU3Zh27X
  org.apache.bcel 5.2.0.v201005080400
  org.eclipse.emf.facet.efacet.metamodel.edit.source 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.metamodel.edit.source 0.2.0.v201206120903
  toolinggtk.aix.ppcorg.eclipse.core.runtime 4.2.0.I20120608-1400
  toolinggtk.aix.ppcorg.eclipse.core.runtime 4.2.1.M20120914-1800
  org.eclipse.uml2.uml.ecore.exporter 2.6.1.v20120913-1441
  org.eclipse.uml2.uml.ecore.exporter 2.6.0.v20120604-0919
  org.eclipse.mylyn.help.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.help.ui.source 3.8.0.v20120612-0600
  epp.package.dsl.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  toolingepp.package.automotive.config.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.automotive.config.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.testing.config.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.testing.config.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.mobile.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.wst.xsl.feature.feature.jar 1.3.100.v201111021744-7T7ZFUaFIqUoJuvaKoCpQDKaGVPc
  org.eclipse.ptp.etfw.tau.fortran.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.etfw.tau.fortran.feature.jar 6.0.0.201206130201
  org.eclipse.ocl.feature.jar 3.2.0.v20120611-1210
  org.eclipse.ocl.feature.jar 3.2.1.v20120917-1739
  org.eclipse.emf.facet.infra.browser.custom.examples.uml 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.browser.custom.examples.uml 0.2.1.v201209110754
  org.eclipse.actf.model.ui.editors.ooo.initializer.source 1.0.0.R201206131330
  org.eclipse.actf.model.ui.editors.ooo.initializer.source 1.0.1.R201209191006
  org.eclipse.linuxtools.cdt.libhover.library.docs 1.0.2.201209191645
  org.eclipse.linuxtools.cdt.libhover.library.docs 1.0.2.201206130106
  org.eclipse.scout.sdk.compatibility.v36.fragment 3.8.1.201209171521
  org.eclipse.cdt.debug.ui.source 7.2.0.201209170703
  org.eclipse.cdt.debug.ui.source 7.2.0.201206111645
  epp.package.dsl.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  tooling.virgo.org.eclipse.core.contenttype 1.0.0.tooling
  org.eclipse.m2m.atl.adt.editor 3.3.0.v201205241358
  org.eclipse.m2m.atl.adt.editor 3.3.1.v201209061455
  org.eclipse.xtext.common.types.edit 2.3.0.v201206120633
  org.eclipse.xtext.common.types.edit 2.3.1.v201208210947
  org.eclipse.persistence.core 2.4.0.v20120608-r11652
  org.eclipse.ptp.pldt.mpi.analysis.cdt 6.0.0.201209181406
  org.eclipse.ptp.pldt.mpi.analysis.cdt 6.0.0.201206130201
  org.w3c.dom.svg 1.1.0.v201011041433
  org.eclipse.birt.chart.cshelp.feature.group 4.2.1.v20120820-5107w31231931
  org.eclipse.birt.chart.cshelp.feature.group 4.2.0.v20120611-51-7w31231722
  org.eclipse.ptp.rm.ibm.ll.help 4.0.0.201209181406
  org.eclipse.ptp.rm.ibm.ll.help 4.0.0.201206130201
  org.eclipse.amp.amf.parameters.editor 0.9.0.v20120528-0244
  org.eclipse.recommenders.completion.rcp.overrides 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.completion.rcp.overrides 1.0.0.v20120914-1432-b175
  org.eclipse.ecf.provider.jmdns 4.1.0.v20120610-1946
  org.eclipse.ptp.rm.mpi.openmpi.ui 2.0.0.201209181406
  org.eclipse.ptp.rm.mpi.openmpi.ui 2.0.0.201206130201
  org.eclipse.jst.server.generic.jboss 1.6.1.v200904151730
  org.eclipse.amp.amf.acore.editor.source 0.9.0.v20120528-0244
  org.eclipse.tm.terminal.telnet.feature.jar 2.1.100.201205300905-308Z312316411A16
  org.eclipse.tm.terminal.telnet.feature.jar 2.1.100.201209191030-308Z31231A2A2141
  org.eclipse.ui.views.log.source 1.0.300.v20120530-1435
  toolingepp.package.java.config.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.java.config.win32.win32.x86 1.5.0.20120614-1633
  epp.package.mobile.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.xtend.typesystem.xsd.source.feature.group 1.2.1.v201206110941
  org.eclipse.m2m.qvt.oml.source.feature.group 3.2.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.source.feature.group 3.1.0.v201206041614-7G6-BgJ9EJ9c9TEcET
  org.eclipse.datatools.enablement.oracle.dbdefinition.source 1.0.103.v201206010214
  org.eclipse.jst.j2ee.ejb.annotations.emitter 1.1.200.v200909290826
  org.eclipse.datatools.sqltools.editor.core.ui 1.0.0.v201001150815
  org.eclipse.emf.eef.edt-feature.feature.group 1.1.1.201206051542
  org.eclipse.egf.emf.docgen.html 1.0.0.v20120528-1550
  org.eclipse.xtext.util 2.3.0.v201206120633
  org.eclipse.xtext.util 2.3.1.v201208210947
  org.eclipse.mylyn.docs.intent.modelingunit.update 0.7.1.201208201051
  org.eclipse.xsd.mapping.editor.feature.jar 2.7.0.v20120917-0436
  org.eclipse.xsd.mapping.editor.feature.jar 2.7.0.v20120319-0555
  org.eclipse.tm.terminal.view 2.3.0.201209191030
  org.eclipse.tm.terminal.view 2.3.0.201205300905
  org.eclipse.actf.ai.tts.msp.source 1.0.1.R201209191006
  org.eclipse.actf.ai.tts.msp.source 1.0.0.R201206131330
  org.eclipse.mylyn.ide.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.ide.ui 3.8.0.v20120612-0600
  org.eclipse.persistence.jpa.equinox.weaving 2.4.0.v20120608-r11652
  org.eclipse.amalgam.discovery.feature.jar 1.2.0.201206050806
  org.eclipse.m2m.qvt.oml.debug.feature.jar 1.1.0.v201206041614-31-8s73573F3B5F5B
  org.eclipse.m2m.qvt.oml.debug.feature.jar 1.2.0.v20120918-0827
  org.eclipse.photran.intel.feature.jar 8.0.0.201206122044
  org.eclipse.photran.intel.feature.jar 8.0.2.201209141911
  org.eclipse.emf.cdo.server.objectivity.stub.source 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.server.objectivity.stub.source 4.1.0.v20120610-1749
  org.eclipse.gmt.modisco.infra.query 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.query 0.10.1.v201209190814
  org.eclipse.birt.report.designer.core.source 4.2.1.v201209101219
  org.eclipse.birt.report.designer.core.source 4.2.0.v20120611
  epp.package.testing.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.testing.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  org.eclipse.libra.framework.feature.feature.group 0.2.0.201206060754
  org.eclipse.jst.ws.cxf.core 1.1.0.v201205012246
  org.eclipse.emf.cdo.dawn.source.feature.group 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.source.feature.group 2.0.0.v20120521-0710
  org.eclipse.ecf.provider.bittorrent 0.3.200.v20120610-1946
  org.eclipse.equinox.supplement.source 1.4.100.v20120522-1813
  org.ascape.ui.amp 0.8.0.v20120528-0244
  org.eclipse.gmf.runtime.sdk.feature.group 1.6.0.v20120517-1809-67R09E9QuFflXswwIO_z0E3d4k_X
  org.eclipse.egf.pattern.java.source 1.0.0.v20120528-1550
  epp.package.modeling.executable.gtk.linux.x86.eclipse 1.5.0.20120620-0855
  epp.package.modeling.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.external.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.external.feature.jar 6.0.2.201209181406
  org.eclipse.jetty.all.dependencies.feature.jar 8.1.3.201206060641
  org.eclipse.mylyn.resources.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.resources.ui.source 3.8.0.v20120612-0600
  org.eclipse.papyrus.customization.properties 0.9.0.v201206131215
  org.eclipse.papyrus.customization.properties 0.9.1.v201209190809
  org.eclipse.zest.sdk.feature.jar 1.4.0.201206112118
  org.eclipse.zest.sdk.feature.jar 1.5.0.201208201742
  org.eclipse.emf.cdo.dawn.emf.source 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.emf.source 2.0.0.v20120911-1146
  toolingepp.package.automotive.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.automotive.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.amp.amf.acore.edit 0.9.0.v20120528-0244
  org.eclipse.cdt.make.xlc.core.source 5.2.0.201209170703
  org.eclipse.cdt.make.xlc.core.source 5.2.0.201206111645
  org.eclipse.scout.rt.ui.rap.theme.rayo.source 3.8.1.201209171521
  org.eclipse.egf.engine.doc 1.0.0.v20120528-1550
  org.eclipse.m2m.qvt.oml.source.feature.jar 3.2.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.source.feature.jar 3.1.0.v201206041614-7G6-BgJ9EJ9c9TEcET
  org.eclipse.papyrus.infra.gmfdiag.outline 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.outline 0.9.1.v201209190809
  org.eclipse.egf.producer.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.acceleo.parser 3.3.1.v20120831-0923
  org.eclipse.acceleo.parser 3.3.0.v20120529-1042
  org.eclipse.ptp.utils 6.0.2.201209181406
  org.eclipse.ptp.utils 6.0.0.201206130201
  org.eclipse.mylyn.mft.sdk.feature.group 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.sdk.feature.group 0.9.0.I20120314-1750
  org.eclipse.gmf.runtime.common.ui.printing 1.4.0.v20120514-1615
  org.eclipse.xtend.typesystem.emf.ui.source 1.2.0.v201206110941
  org.eclipse.cdt.autotools.core 1.1.0.201209170703
  org.eclipse.cdt.autotools.core 1.1.0.201206111645
  org.eclipse.jetty.nested 8.1.3.v20120522
  org.eclipse.ocl.ui.feature.jar 1.0.0.v20120611-0753
  org.eclipse.papyrus.uml.diagram.activity 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.activity 0.9.1.v201209190809
  epp.package.rcp.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.rcp.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.cdt.xlc.source.feature.group 6.1.1.201206111645
  org.eclipse.cdt.xlc.source.feature.group 6.1.1.201209170703
  org.eclipse.datatools.sqldevtools.ddlgen.feature.source.feature.jar 1.10.1.v201208161415-7A-78F7RZHQTIyWmM1_s
  org.eclipse.datatools.sqldevtools.ddlgen.feature.source.feature.jar 1.10.0.v201201161512-7A-78F7RZHQSIqWjN1Zr
  org.eclipse.ui.workbench.texteditor.source 3.8.0.v20120523-1310
  toolingANY.ANY.ANYorg.eclipse.virgo.medic.core 1.0.0.SIMREL
  org.eclipse.egf.emf.ecore.editor 1.0.0.v20120528-1550
  org.eclipse.emf.facet.efacet.examples.library.metamodel.source 0.2.1.v201209110754
  org.eclipse.persistence.sdk.feature.group 2.4.0.v20120613-r11652
  org.eclipse.cdt.gnu.dsf.source.feature.jar 4.0.1.201206111645
  org.eclipse.cdt.gnu.dsf.source.feature.jar 4.0.1.201209170703
  org.eclipse.jubula.client.ua.cheatsheets 1.2.1.201206131127
  org.eclipse.jubula.client.ua.cheatsheets 1.2.2.201209040912
  toolingepp.package.dsl.config.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.jpt.common.feature.feature.group 1.2.1.v201208222210-663AkF7BF7cFFFFB7
  org.eclipse.jpt.common.feature.feature.group 1.2.0.v201203150000-66-AkF7BF7PBN7778
  org.eclipse.sapphire.ui.swt.xml.editor.feature.group 0.5.3.201209191432
  org.eclipse.sapphire.ui.swt.xml.editor.feature.group 0.5.0.201206122150
  org.eclipse.wst.xml_userdoc.feature.feature.jar 3.3.0.v201102071641-50FYwAkF7B77UBZFDBL
  org.eclipse.xtext.ui.shared 2.3.1.v201208210947
  org.eclipse.xtext.ui.shared 2.3.0.v201206120633
  org.eclipse.equinox.p2.user.ui.feature.jar 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGe8CBOP
  org.eclipse.jst.ws.cxf.feature.feature.jar 1.1.0.v201201312103-7H79FHxFAKlbotH5e9l3vAA6MBG
  org.eclipse.actf.visualization 1.0.0.R201206131330
  org.eclipse.actf.visualization 1.0.1.R201209191006
  toolingepp.package.mobile.config.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.mobile.config.gtk.solaris.sparc 1.5.1.20121004-1506
  toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
  toolinggtk.linux.ppc64org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
  org.eclipse.gmt.modisco.infra.facet.edit 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.facet.edit 0.10.1.v201209190814
  org.eclipse.modisco.jee.jsp.discoverer 0.10.0.v201206130817
  org.eclipse.modisco.jee.jsp.discoverer 0.10.1.v201209190814
  org.eclipse.ui.navigator 3.5.200.v20120705-114103
  org.eclipse.ui.navigator 3.5.200.v20120523-1955
  org.antlr.runtime 3.0.0.v200803061811
  org.antlr.runtime 3.2.0.v201101311130
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor 2.0.0.v20120719-0822
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor 2.0.0.v20120521-0710
  epp.package.rcp.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  toolingepp.package.dsl.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.scout.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.scout.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.wst.xsl.ui 1.1.300.v201204101539
  org.eclipse.birt.chart.device.pdf.source 4.2.1.v20120820
  org.eclipse.birt.chart.device.pdf.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.excel 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.excel 4.2.0.v20120611
  org.eclipse.m2m.atl.adt 3.3.0.v201205241358
  org.eclipse.m2m.atl.adt 3.3.1.v201209061455
  org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.2.1.v20120820
  org.eclipse.cdt.dsf.gdb.ui.source 2.3.1.201209170703
  org.eclipse.cdt.dsf.gdb.ui.source 2.3.0.201206111645
  toolingepp.package.testing.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.testing.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.jst.ws.cxf.consumption.core 1.0.200.v201201312103
  org.eclipse.emf.oda.ecore.ui.feature.group 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.ui.feature.group 1.1.0.v20120608-0554
  org.eclipse.emf.rap.common.ui 2.7.0.v20120917-0436
  org.eclipse.emf.rap.common.ui 2.7.0.v20120608-0554
  org.eclipse.net4j.db.h2.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.net4j.db.h2.source.feature.jar 4.1.0.v20120607-1600
  org.eclipse.jst.ws.jaxws.core 1.0.200.v201204172145
  epp.package.testing.executable.motif.solaris.sparc 1.5.0.20120614-1633
  epp.package.testing.executable.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.m2m.atl.core.ui.vm.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.core.ui.vm.source 3.3.0.v201205241358
  epp.package.parallel.executable.motif.solaris.sparc 1.5.0.20120614-1633
  epp.package.parallel.executable.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.pde.ua.ui.source 1.0.200.v20120523-1453
  org.eclipse.emf.cdo.migrator.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.migrator.source.feature.jar 4.1.0.v20120521-0710
  toolingepp.package.java.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.java.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.linuxtools.systemtap.ui.dashboard 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.dashboard 1.0.0.201206130106
  org.eclipse.dltk.tcl.debug.ui 4.0.0.201206120848
  org.eclipse.graphiti.tools.newprojectwizard.source 0.9.1.v20120919-0732
  org.eclipse.graphiti.tools.newprojectwizard.source 0.9.0.v20120613-0805
  org.eclipse.datatools.help 1.5.0.v200906020553
  org.eclipse.gmt.modisco.infra.browser.custom.ui 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.browser.custom.ui 0.10.0.v201206130817
  toolingepp.package.dsl.config.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.emf.codegen.ecore.ui.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.ecore.ui.feature.group 2.8.0.v20120917-0436
  toolingepp.package.dsl.ini.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.feature.feature.jar 1.10.0.v201201161512-7J9Q0BWxeMcYB5KWfz-eG7qiq-sX
  org.eclipse.datatools.enablement.feature.feature.jar 1.10.1.v201208161415-7J9Q7FBWxeNcZB5LWgyhH7patz0v
  org.eclipse.egf.portfolio.task.ant.ui 1.0.0.v20120528-1550
  org.eclipse.scout.sdk.util 3.8.1.201209171521
  org.eclipse.scout.sdk.util 3.8.0.201206130843
  org.eclipse.wst.command.env 1.0.409.v201004211805
  org.eclipse.papyrus.infra.emf.appearance 0.9.1.v201209190809
  org.eclipse.papyrus.infra.emf.appearance 0.9.0.v201206131215
  org.eclipse.ptp.rm.core 4.0.0.201209181406
  org.eclipse.ptp.rm.core 4.0.0.201206130201
  org.eclipse.emf.validation.ocl.feature.jar 1.6.0.v20120328-0001-23-7w3121133502768
  org.eclipse.xtend.sdk_root 2.3.0.v201206120633
  org.eclipse.xtend.sdk_root 2.3.1.v201208210947
  org.eclipse.linuxtools.oprofile.feature.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.oprofile.feature.feature.group 1.0.0.201209191645
  org.eclipse.mylyn.git.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.git.feature.jar 1.0.0.v20120612-0600
  org.eclipse.sapphire.platform 0.5.0.201206122150
  org.eclipse.sapphire.platform 0.5.3.201209191432
  org.eclipse.datatools.enablement.oda.xml.source 1.2.3.v201112061438
  org.eclipse.scout.sdk.compatibility 3.8.0.201206130843
  org.eclipse.scout.sdk.compatibility 3.8.1.201209171521
  org.eclipse.birt.core.script.function.source 4.2.1.v201209101712
  org.eclipse.birt.core.script.function.source 4.2.0.v20120611
  org.eclipse.mylyn.builds.sdk.feature.jar 1.0.0.v20120612-0600
  org.eclipse.mylyn.builds.sdk.feature.jar 1.0.2.v20120916-1200
  org.eclipse.cdt.core.lrparser.feature.feature.jar 5.2.0.201206111645
  org.eclipse.cdt.core.lrparser.feature.feature.jar 5.2.0.201209170703
  tooling.virgo.org.apache.felix.gogo.shell 1.0.0.tooling
  org.eclipse.emf.facet.widgets.celleditors.editor.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.celleditors.editor.source 0.2.1.v201209110754
  org.eclipse.tcf.debug.ui 1.0.1.201209190831
  org.eclipse.tcf.debug.ui 1.0.0.201206051725
  org.eclipse.gmt.modisco.kdm.uml2converter 0.10.0.v201206130817
  org.eclipse.gmt.modisco.kdm.uml2converter 0.10.1.v201209190814
  org.eclipse.equinox.p2.rcp.feature.feature.group 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBtr2dhs
  org.eclipse.acceleo.compatibility.ui.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.compatibility.ui.source 3.3.0.v20120529-1042
  org.eclipse.tm.terminal.view.feature.group 2.3.0.201205300905-32-312316411A16
  org.eclipse.tm.terminal.view.feature.group 2.3.0.201209191030-32-31231A2A2141
  epp.package.scout.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.m2m.atl.adt.ui.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.adt.ui.source 3.3.1.v201209061455
  org.eclipse.gmf.runtime.common.ui.services.action.source 1.4.0.v20120514-1615
  org.eclipse.net4j.ui 4.1.0.v20120609-0722
  org.eclipse.net4j.ui 4.1.0.v20120821-1005
  org.eclipse.birt.report.designer.ui.ide 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.ide 4.2.1.v201209111026
  org.eclipse.emf.cdo.ui.defs 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.ui.defs 4.0.100.v20120521-0710
  org.eclipse.jst.ws.consumption 1.0.700.v201204102147
  org.eclipse.wb.rcp.feature.feature.jar 1.5.0.r42x201206111317
  org.eclipse.wb.rcp.feature.feature.jar 1.5.1.r42x201209161238
  epp.package.scout.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  org.eclipse.amp.amf.data.edit 0.9.0.v20120528-0244
  org.eclipse.mylyn.ide.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.ide.ui.source 3.8.0.v20120612-0600
  org.eclipse.ptp.rm.jaxb.contrib.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rm.jaxb.contrib.feature.jar 6.0.0.201206130201
  org.eclipse.emf.facet.util.emf.catalog.source 0.2.0.v201206120903
  org.eclipse.emf.facet.util.emf.catalog.source 0.2.1.v201209110754
  org.eclipse.net4j.db.feature.group 4.1.0.v20120609-0625
  org.eclipse.net4j.db.feature.group 4.1.1.v20120911-1146
  org.eclipse.soa.sca.core.common 2.3.0.201205240725
  org.apache.derby.source 10.5.1.1_v201108232300
  org.eclipse.jst.server.generic.jonas 1.5.205.v200805140145
  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.mylyn.discovery.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.discovery.ui.source 3.8.0.v20120612-0600
  org.eclipse.datatools.enablement.sap.maxdb.ui 1.0.0.v201107221507
  org.eclipse.jst.ws.cxf.consumption.ui 1.0.200.v201201312103
  org.eclipse.emf.query.source.feature.jar 1.6.0.v20120328-0001-218Z7w311A142A1142
  org.eclipse.gmt.modisco.infra.query.core.source 0.10.0.v201206130817
  toolingepp.package.automotive.application 1.5.1.20121004-1506
  toolingepp.package.automotive.application 1.5.0.20120614-1633
  org.eclipse.emf.ecore.xcore.sdk.feature.group 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.sdk.feature.group 1.0.1.v20120917-0741
  org.eclipse.ui.ide.application 1.0.400.v20120523-1955
  org.eclipse.emf.facet.widgets.table.ui 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.table.ui 0.2.0.v201206120903
  org.eclipse.scout.rt.shared.legacy.texts.fragment 3.8.0.201206130843
  org.eclipse.scout.rt.shared.legacy.texts.fragment 3.8.1.201209171521
  org.eclipse.ptp.pldt.feature.group 6.0.2.201209181406
  org.eclipse.ptp.pldt.feature.group 6.0.0.201206130201
  org.eclipse.emf.cdo.epp.feature.group 4.1.0.v20120612-1514
  org.eclipse.emf.cdo.epp.feature.group 4.1.1.v20120911-1146
  org.eclipse.linuxtools.lttng.core 1.0.0.201206130106
  org.eclipse.linuxtools.lttng.core 1.0.0.201209191645
  com.naef.jnlua.linux64 0.9.1.201209061319
  com.naef.jnlua.linux64 0.9.1.201206122001
  epp.package.jee.executable.gtk.linux.ppc 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.datatools.sqltools.result.source 1.1.3.v201205310911
  toolingepp.package.automotive.ini.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.wst.server.ui.doc.user 1.1.500.v20120830_2252
  org.eclipse.wst.server.ui.doc.user 1.1.400.v201104111553
  org.eclipse.wb.os.linux 1.5.1.r42x201209161109
  org.eclipse.wb.os.linux 1.5.0.r42x201206111201
  epp.package.dsl.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.gmt.modisco.infra.browser.uicore.source 0.10.0.v201206130817
  org.eclipse.acceleo.source.feature.group 3.3.1.v20120831-0923
  org.eclipse.acceleo.source.feature.group 3.3.0.v20120529-1042
  org.eclipse.ptp.pldt.upc 6.0.0.201206130201
  org.eclipse.ptp.pldt.upc 6.0.0.201209181406
  org.eclipse.jst.web_ui.feature.feature.jar 3.4.0.v201111022313-7F7DFSgC25TrkWsplelWwGPu4Ajn5UiEiyuqxZp4
  org.eclipse.jst.web_ui.feature.feature.jar 3.4.1.v201208231800-7F7DFSlC25UrkX5qvgnXz0LZDA6kiWwylC3uxsWk
  org.eclipse.mylyn.ide_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.ide_feature.feature.group 3.8.2.v20120916-1200
  org.eclipse.egf.producer.source 1.0.0.v20120528-1550
  org.eclipse.jgit.pgm.feature.group 2.0.0.201206130900-r
  org.eclipse.jgit.pgm.feature.group 2.1.0.201209190230-r
  org.eclipse.gmt.modisco.infra.browser.uicore.examples.cnf 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.browser.uicore.examples.cnf 0.10.0.v201206130817
  toolinggtk.aix.ppc64org.eclipse.equinox.common 4.2.0.I20120608-1400
  toolinggtk.aix.ppc64org.eclipse.equinox.common 4.2.1.M20120914-1800
  org.eclipse.linuxtools.oprofile.doc 1.0.0.201209191645
  org.eclipse.linuxtools.oprofile.doc 1.0.0.201206130106
  org.eclipse.modisco.sdk.feature.feature.group 0.10.1.v201209190814
  org.eclipse.modisco.sdk.feature.feature.group 0.10.0.v201206130817
  tooling.virgo.org.eclipse.core.jobs 1.0.0.tooling
  org.eclipse.jpt.common.eclipselink.feature.feature.jar 1.2.1.v201208222210-3318s73573J777753
  org.eclipse.jpt.common.eclipselink.feature.feature.jar 1.2.0.v201203150000-33-8s7357395D3333
  org.eclipse.rap.rwt.osgi.source 1.5.1.20120917-1116
  org.eclipse.rap.rwt.osgi.source 1.5.0.20120612-1458
  org.eclipse.papyrus.sysml.diagram.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.sysml.diagram.feature.feature.group 0.9.1.v201209190809
  epp.package.automotive.executable.win32.win32.x86_64 1.5.0.20120614-1633
  epp.package.automotive.executable.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.scout.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.gmf.runtime.draw2d.ui.render.awt.source 1.4.1.v20120514-1615
  org.eclipse.egit.ui 2.0.0.201206130900-r
  org.eclipse.egit.ui 2.1.0.201209190230-r
  epp.package.mobile.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.rap.ui.cheatsheets.source 1.5.0.20120612-1458
  org.eclipse.rap.ui.cheatsheets.source 1.5.1.20120917-1116
  org.eclipse.ecf.source 3.1.300.v20120608-0148
  org.eclipse.ecf.source 3.1.300.v20120610-1946
  org.eclipse.rap.ui.workbench.source 1.5.0.20120612-1458
  org.eclipse.rap.ui.workbench.source 1.5.1.20120917-1116
  org.ascape.core 5.2.0.v20120528-0244
  org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.10.1.v201208161415-77798gBmKDQ2MoTULxcy9IIQ
  org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.10.0.v201201161512-77798fBmKDQ2MoTTLwdv9ILX
  org.eclipse.jubula.launch.java.ui 1.2.2.201209040912
  org.eclipse.jubula.launch.java.ui 1.2.1.201206131127
  org.eclipse.wst.common.modulecore 1.2.200.v201204190200
  org.eclipse.dltk.core 4.0.0.201206120848
  org.eclipse.ocl.examples.xtext.completeocl.ui 3.2.0.v20120609-0619
  org.eclipse.jpt.jpa.feature.feature.group 3.2.0.v201203150000-7S7K8aFBBoPaoQNZZRKUVFD7
  org.eclipse.jpt.jpa.feature.feature.group 3.2.1.v201208222210-7S7K8gFBBoPapQieUcW_TFD7
  org.eclipse.pde.build 3.8.0.v20120523-1555
  org.eclipse.pde.build 3.8.1.v20120725-202643
  org.eclipse.uml2.source.feature.group 4.0.0.v20120604-0919
  org.eclipse.uml2.source.feature.group 4.0.1.v20120913-1441
  org.eclipse.ocl.examples.xtext.oclstdlib.ui 3.2.0.v20120828-1937
  org.eclipse.ocl.examples.xtext.oclstdlib.ui 3.2.0.v20120609-0619
  toolinggtk.solaris.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.solaris.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.amp.agf.ide 0.9.0.v20120528-0244
  org.eclipse.xsd.mapping 2.6.0.v20120917-0436
  org.eclipse.xsd.mapping 2.6.0.v20120319-0555
  org.eclipse.egf.model.ui_root 1.0.0.v20120528-1550
  org.eclipse.debug.core.source 3.7.100.v20120521-2012
  org.eclipse.ptp.debug.sdm.ui 4.1.0.201209181406
  org.eclipse.ptp.debug.sdm.ui 4.1.0.201206130201
  org.eclipse.xtext.xbase.feature.group 2.3.1.v201208210947
  org.eclipse.xtext.xbase.feature.group 2.3.0.v201206120633
  org.eclipse.gyrex.http.tests.source 1.0.0.v20120423-0944
  org.eclipse.emf.cdo.dawn.codegen.source 1.0.100.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.source 1.0.100.v20120911-1146
  org.eclipse.ptp.pldt.mpi.fortran 5.0.0.201209181406
  org.eclipse.ptp.pldt.mpi.fortran 5.0.0.201206130201
  org.eclipse.emf.cdo.server.mongodb.source 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.server.mongodb.source 4.0.100.v20120610-1749
  org.eclipse.amp.agf.zest.source 0.9.0.v20120528-0244
  org.eclipse.emf.facet.efacet.core 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.core 0.2.1.v201209110754
  org.eclipse.papyrus.infra.emf.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.infra.emf.feature.feature.group 0.9.1.v201209190809
  org.eclipse.gyrex.features.server.source.feature.jar 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.rse.services.ssh 3.2.0.201209191030
  org.eclipse.rse.services.ssh 3.2.0.201205300905
  org.eclipse.ant.ui.source 3.5.300.v20120523-1752
  org.eclipse.emf.facet.widgets.celleditors 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.celleditors 0.2.0.v201206120903
  org.eclipse.emf.oda 1.1.0.v20120917-0436
  org.eclipse.emf.oda 1.1.0.v20120608-0554
  org.eclipse.draw2d.feature.jar 3.8.0.201206112118
  org.eclipse.draw2d.feature.jar 3.9.0.201208201742
  org.eclipse.gmt.modisco.infra.query.editor 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.query.editor 0.10.0.v201206130817
  org.eclipse.help.webapp.source 3.6.100.v20120521-2344
  org.eclipse.help.webapp.source 3.6.101.v20120717-130216
  org.eclipse.wst.dtd.ui 1.0.700.v201203081826
  toolingepp.package.dsl.ini.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.jdt.apt.pluggable.core 1.0.400.v20120522-1651
  org.eclipse.jetty.deploy.source 8.1.3.v20120522
  org.eclipse.mat.dtfj 1.2.0.201205300858
  org.eclipse.xtext.xbase 2.3.1.v201208210947
  org.eclipse.xtext.xbase 2.3.0.v201206120633
  org.eclipse.jwt.we.plugins.doc 1.2.0.v201205310546
  org.eclipse.jst.jsf.common 1.2.3.v201104061039
  org.eclipse.jst.jsf.common 1.2.4.v201208241503
  org.eclipse.wb.doc.user.feature.feature.group 1.5.1.r42x201209161130
  org.eclipse.wb.doc.user.feature.feature.group 1.5.0.r42x201206111211
  org.eclipse.gmt.modisco.infra.browser 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.browser 0.10.0.v201206130817
  epp.package.cpp.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.recommenders.completion.rcp.e38 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.completion.rcp.e38 1.0.0.v20120612-2305-b156
  org.eclipse.xtext.examples.feature.jar 2.3.0.v201206120633
  org.eclipse.xtext.examples.feature.jar 2.3.1.v201208210947
  org.eclipse.xtext.xtext.ui.graph.source 2.3.0.v201206120633
  org.eclipse.xtext.xtext.ui.graph.source 2.3.1.v201208210947
  org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy 1.0.0.v20120610-1946
  osgi.enterprise 4.2.0.v201108120515
  org.eclipse.rap.rwt.osgi 1.5.1.20120917-1116
  org.eclipse.rap.rwt.osgi 1.5.0.20120612-1458
  toolingorg.eclipse.platform.ide.config.gtk.linux.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.config.gtk.linux.x86 4.2.1.M20120914-1800
  org.eclipse.gmf.examples.runtime 1.4.1.v20120514-1615
  org.eclipse.wb.rcp 1.5.1.r42x201209161238
  org.eclipse.wb.rcp 1.5.0.r42x201206111317
  org.eclipse.wst.html.ui 1.0.701.v201208281801
  org.eclipse.wst.html.ui 1.0.700.v201201102037
  org.eclipse.swt.gtk.linux.x86 3.100.1.v4234e
  org.eclipse.swt.gtk.linux.x86 3.100.0.v4233d
  org.eclipse.emf.validation.examples.adapter.source 1.2.0.v200901271722
  org.eclipse.gef.source.feature.group 3.8.0.201206112118
  org.eclipse.gef.source.feature.group 3.9.0.201208201742
  toolingwin32.win32.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolingwin32.win32.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.xtend2.lib 2.3.0.v201206120633
  org.eclipse.xtend2.lib 2.3.1.v201208210947
  org.eclipse.wst.server_userdoc.feature.feature.group 3.3.0.v20110512-20DF7w312215222664
  org.eclipse.wst.server_userdoc.feature.feature.group 3.3.200.v20120830_2320-20Eo7w31231941a3363
  org.eclipse.egf.common.ui.feature.group 1.0.0.v20120528-1550
  org.eclipse.gmt.modisco.infra.query.core 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.query.core 0.10.1.v201209190814
  org.eclipse.persistence.jpa.jpql 2.0.0.v20120608-r11652
  org.eclipse.emf.cdo.server.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.server.source.feature.group 4.1.0.v20120612-1514
  org.eclipse.e4.ui.css.swt 0.10.2.v20120821-165957
  org.eclipse.e4.ui.css.swt 0.10.1.v20120523-1955
  toolingepp.package.dsl.config.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.sapphire.ui.swt.gef.feature.group 0.5.0.201206122150
  org.eclipse.sapphire.ui.swt.gef.feature.group 0.5.3.201209191432
  org.apache.coyote 7.0.26.v201205030742
  org.eclipse.ocl.core.sdk.feature.group 4.0.0.v20120611-1210
  org.eclipse.ocl.core.sdk.feature.group 4.0.1.v20120917-1739
  org.eclipse.pde.ui.templates.source 3.4.500.v20120523-2012
  org.apache.velocity 1.5.0.v200905192330
  org.eclipse.mylyn.context_feature.feature.group 3.8.2.v20120916-1200
  org.eclipse.mylyn.context_feature.feature.group 3.8.0.v20120612-0600
  epp.package.cpp.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.jdt.junit.core.source 3.7.100.v20120523-1257
  org.eclipse.m2m.qvt.oml.debug.source.feature.jar 1.1.0.v201206041614-31-8s73573F3B5F5B
  org.eclipse.m2m.qvt.oml.debug.source.feature.jar 1.2.0.v20120918-0827
  org.eclipse.papyrus.views.modelexplorer 0.9.0.v201206131215
  org.eclipse.papyrus.views.modelexplorer 0.9.1.v201209190809
  org.eclipse.birt.report.engine.emitter.config 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config 4.2.1.v20120820
  org.eclipse.uml2.common.edit.source 1.6.0.v20120913-1441
  org.eclipse.uml2.common.edit.source 1.6.0.v20120604-0919
  org.eclipse.modisco.doc 0.10.0.v201206130817
  org.eclipse.modisco.doc 0.10.1.v201209190814
  epp.package.jee.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  toolingepp.package.reporting.config.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.reporting.config.gtk.solaris.sparc 1.5.1.20121004-1506
  toolinggtk.linux.s390xorg.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.linux.s390xorg.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.egf.core.pde 1.0.0.v20120528-1550
  org.eclipse.papyrus.infra.gmfdiag.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.feature.feature.group 0.9.1.v201209190809
  toolingepp.package.cpp.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.cpp.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.ecf.sharedobject 2.2.100.v20120610-1946
  epp.package.cpp.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.bpel.jboss.riftsaw.runtime 1.0.1.v20120612-2300-CI
  org.eclipse.wb.discovery.core 1.5.0.r42x201206111213
  org.eclipse.wb.discovery.core 1.5.1.r42x201209161116
  SOA Development 0.0.0.7_78-cLUMmH
  SOA Development 0.0.0.79782cLUP3H
  toolingepp.package.automotive.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.automotive.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.datatools.sqltools.schemaobjecteditor 1.1.0.v200906022302
  epp.package.java.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.java.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.source.feature.group 1.0.0.v20120525-0627
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.source.feature.group 1.0.0.v20120911-1146
  org.eclipse.birt.report.engine.fonts.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.fonts.source 4.2.1.v20120820
  org.eclipse.m2m.qvt.oml.runtime.source 3.1.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.runtime.source 3.1.0.v201206041614
  org.eclipse.ocl.ui.source.feature.group 1.0.0.v20120611-0753
  tooling.virgo.org.eclipse.equinox.frameworkadmin.equinox 1.0.0.tooling
  org.eclipse.graphiti.tools.newprojectwizard 0.9.0.v20120613-0805
  org.eclipse.graphiti.tools.newprojectwizard 0.9.1.v20120919-0732
  org.eclipse.birt.report.designer.ui.editor.script.source 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.editor.script.source 4.2.0.v20120611
  org.eclipse.pde.ui.source 3.7.0.v20120605-203027
  org.eclipse.pde.ui.source 3.7.1.v20120824-102423
  epp.package.modeling.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  epp.package.modeling.executable.win32.win32.x86.eclipse 1.5.0.20120620-0855
  org.eclipse.ant.launching.source 1.0.200.v20120530-1204
  tooling.virgo.org.eclipse.equinox.registry 1.0.0.tooling
  org.eclipse.team.svn.mylyn.source.feature.group 1.0.0.I20120601-1700
  org.eclipse.cdt.debug.ui.memory.traditional 1.2.1.201209170703
  org.eclipse.cdt.debug.ui.memory.traditional 1.2.1.201206111645
  toolingepp.package.automotive.ini.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.emf.mwe.doc_root 1.2.1.v201206110920
  org.eclipse.emf.codegen.ui.source 2.6.0.v20120608-0554
  org.eclipse.emf.codegen.ui.source 2.6.0.v20120917-0436
  epp.package.automotive.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.gef.sdk.feature.group 3.8.0.201206112118
  org.eclipse.gef.sdk.feature.group 3.9.0.201208201742
  org.eclipse.emf.mwe2.language.sdk_root 2.3.0.v201206120758
  epp.package.testing.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  epp.package.testing.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.gyrex.p2.source 1.0.0.v20120511-0855
  org.eclipse.jetty.jmx.source 8.1.3.v20120522
  org.eclipse.birt.chart.ui.source 4.2.0.v20120611
  org.eclipse.birt.chart.ui.source 4.2.1.v20120820
  org.eclipse.xtext.sdk_root 2.3.0.v201206120633
  org.eclipse.xtext.sdk_root 2.3.1.v201208210947
  org.eclipse.rap.junit 1.5.0.20120612-1458
  org.eclipse.rap.junit 1.5.1.20120917-1116
  toolingorg.eclipse.sdk.ide.ini.win32.win32.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.ini.win32.win32.x86 4.2.1.M20120914-1800
  org.eclipse.datatools.common.doc.user 1.7.0.20090521092446
  org.eclipse.emf.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.source.feature.group 2.8.1.v20120917-0436
  org.eclipse.amp.amf.sd.feature.jar 0.9.0.v20120528-0244
  org.eclipse.ptp.pldt.mpi.analysis 6.0.0.201206130201
  org.eclipse.ptp.pldt.mpi.analysis 6.0.0.201209181406
  javax.annotation.source 1.1.0.v201108011116
  org.eclipse.equinox.p2.extras.feature.source.feature.jar 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr
  org.eclipse.equinox.p2.extras.feature.source.feature.jar 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBtr2dhs
  org.eclipse.papyrus.sysml 0.9.0.v201206131215
  org.eclipse.papyrus.sysml 0.9.1.v201209190809
  epp.package.java.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.java.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.papyrus.uml.diagram.profile 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.profile 0.9.1.v201209190809
  toolinggtk.linux.ppc64org.eclipse.equinox.event 4.2.0.I20120608-1400
  toolinggtk.linux.ppc64org.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.birt.report.engine.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.source 4.2.0.v20120611
  org.eclipse.jst.jee.web 1.0.301.v201007070907
  toolingepp.package.mobile.config.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.mobile.config.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.dltk.rse.ui 4.0.0.201206120848
  org.eclipse.wb.core.xml.feature.feature.group 1.5.1.r42x201209161132
  org.eclipse.wb.core.xml.feature.feature.group 1.5.0.r42x201206111216
  tooling.virgo.org.eclipse.equinox.p2.engine 1.0.0.tooling
  org.eclipse.emf.mapping.ecore2ecore.editor.source 2.5.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2ecore.editor.source 2.5.0.v20120608-0554
  org.eclipse.net4j.util.doc.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.util.doc.source.feature.group 4.1.0.v20120611-1554
  org.eclipse.emf.cdo.source.feature.jar 4.1.0.v20120612-1514
  org.eclipse.emf.cdo.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.jubula.client.ui.rcp 1.2.1.201206131127
  org.eclipse.jubula.client.ui.rcp 1.2.2.201209040912
  org.eclipse.emf.cdo.server.security 4.1.0.v20120612-0929
  org.eclipse.emf.cdo.server.security 4.1.0.v20120911-1146
  epp.package.mobile.executable.win32.win32.x86_64 1.5.0.20120614-1633
  epp.package.mobile.executable.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.ptp.utils.core 3.0.0.201209181406
  org.eclipse.ptp.utils.core 3.0.0.201206130201
  org.eclipse.birt.report.engine 4.2.0.v20120611
  org.eclipse.birt.report.engine 4.2.1.v20120820
  toolingepp.package.rcp.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.rcp.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.emf.validation.examples.ocl 1.4.0.v20100224-1657
  org.eclipse.datatools.sqltools.editor.core.ui.source 1.0.0.v201001150815
  org.eclipse.gef.feature.jar 3.8.0.201206112118
  org.eclipse.gef.feature.jar 3.9.0.201208201742
  org.eclipse.amp.amf.target.ascape.feature.group 0.9.0.v20120528-0244
  org.eclipse.virgo.nano.deployer 3.5.1.BUILD-20120613131556
  org.eclipse.modisco.infrastructure.doc.source 0.10.0.v201206130817
  epp.package.rcp.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  org.eclipse.amp.agf.core.source 0.9.0.v20120528-0244
  org.eclipse.gyrex.context.source 1.0.0.v20120524-1215
  org.eclipse.draw2d.feature.group 3.8.0.201206112118
  org.eclipse.draw2d.feature.group 3.9.0.201208201742
  org.eclipse.emf.cdo.server.feature.jar 4.1.0.v20120612-1514
  org.eclipse.emf.cdo.server.feature.jar 4.1.1.v20120911-1146
  epp.package.dsl.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.wst.internet.monitor.core 1.0.505.v20110419
  org.eclipse.uml2.doc.feature.group 4.0.0.v20120604-0919
  org.eclipse.uml2.doc.feature.group 4.0.0.v20120913-1441
  org.eclipse.emf.compare.ui.capabilities.feature.group 1.3.2.v20120918-1125
  org.eclipse.emf.compare.ui.capabilities.feature.group 1.3.1.v20120605-0748
  org.eclipse.ecf.provider.xmpp.ui 2.1.0.v20120610-1946
  org.eclipse.rse.efs 2.1.400.201205300905
  org.eclipse.rse.efs 2.1.400.201209191030
  org.eclipse.rse.subsystems.shells.local 2.1.400.201209191030
  org.eclipse.rse.subsystems.shells.local 2.1.400.201205300905
  org.eclipse.tm.terminal.telnet.feature.group 2.1.100.201205300905-308Z312316411A16
  org.eclipse.tm.terminal.telnet.feature.group 2.1.100.201209191030-308Z31231A2A2141
  org.eclipse.emf.facet.infra.query 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.query 0.2.0.v201206120903
  toolingepp.package.rcp.config.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.rcp.config.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.m2e.logback.feature.feature.group 1.1.0.20120530-0009
  org.eclipse.m2e.logback.feature.feature.group 1.2.0.20120903-1050
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.source 1.0.0.v20120525-0627
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.source 1.0.0.v20120911-1146
  org.eclipse.wb.layout.group.feature.feature.jar 1.5.0.r42x201206111249
  org.eclipse.wb.layout.group.feature.feature.jar 1.5.1.r42x201209161140
  org.eclipse.ptp.rm.ibm.ll.core 5.0.0.201209181406
  org.eclipse.ptp.rm.ibm.ll.core 5.0.0.201206130201
  epp.package.java.executable.motif.linux.x86 1.5.1.20121004-1506
  epp.package.java.executable.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.scout.rt.shared.legacy.texts.fragment.source 3.8.1.201209171521
  org.eclipse.scout.rt.shared.legacy.texts.fragment.source 3.8.0.201206130843
  org.eclipse.gyrex.http.tests 1.0.0.v20120423-0944
  toolingorg.eclipse.platform.sdk.ini.win32.win32.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.ini.win32.win32.x86 4.2.1.M20120914-1800
  org.eclipse.emf.edit 2.8.0.v20120608-0554
  org.eclipse.emf.edit 2.8.0.v20120917-0436
  org.eclipse.graphiti.pattern.source 0.9.1.v20120919-0732
  org.eclipse.graphiti.pattern.source 0.9.0.v20120613-0805
  org.eclipse.datatools.enablement.jdt.classpath.source 1.0.1.v201107221501
  org.eclipse.egf.model.fprod.feature.jar 1.0.0.v20120528-1550
  org.eclipse.net4j.db 4.1.0.v20120719-0822
  org.eclipse.net4j.db 4.1.0.v20120607-1600
  org.eclipse.egf.portfolio.eclipse.build.ui.source 1.0.0.v20120528-1550
  org.eclipse.emf.edit.ui.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.edit.ui.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.mylyn.docs.intent.collab.ide 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.collab.ide 0.7.1.201208201051
  org.eclipse.amp.agf.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.egf.common.ui.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.emf.facet.custom.ui 0.2.1.v201209110754
  org.eclipse.emf.facet.custom.ui 0.2.0.v201206120903
  org.eclipse.platform.feature.group 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb
  org.eclipse.platform.feature.group 4.2.1.v20120814-120134-9JF7BHVGFyMveli1uX6aTH0q-eAap6PAgOP5mO
  org.eclipse.graphiti 0.9.0.v20120613-0805
  org.eclipse.graphiti 0.9.1.v20120919-0732
  org.eclipse.emf.mapping.xsd2ecore.editor 2.6.0.v20120319-0555
  org.eclipse.emf.mapping.xsd2ecore.editor 2.6.0.v20120917-0436
  org.eclipse.ocl.examples.xtext.oclinecore.ui 3.2.0.v20120609-0619
  org.eclipse.emf.compare 1.3.1.v20120605-0748
  org.eclipse.emf.compare 1.3.2.v20120918-1125
  toolingepp.package.mobile.ini.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.mobile.ini.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.m2m.qvt.oml.emf.util.source 3.2.0.v201206041614
  org.eclipse.m2m.qvt.oml.emf.util.source 3.2.0.v20120906-0508
  org.eclipse.ocl.all.sdk.feature.group 4.0.1.v20120919-0602
  org.eclipse.ocl.all.sdk.feature.group 4.0.0.v20120613-0850
  org.eclipse.xtend.dependencies.feature.group 1.2.1.v201206110941
  org.eclipse.m2m.qvt.oml.common.ui.source 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.common.ui.source 3.1.0.v20120906-0508
  toolingepp.package.testing.config.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.testing.config.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.recommenders.feature.rcp.core.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.rcp.core.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.cdt.doc.user 5.2.0.201206111645
  org.eclipse.cdt.doc.user 5.2.0.201209170703
  org.eclipse.equinox.p2.extras.feature.source.feature.group 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBtr2dhs
  org.eclipse.equinox.p2.extras.feature.source.feature.group 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr
  org.eclipse.cdt.dsf.source 2.3.0.201209170703
  org.eclipse.cdt.dsf.source 2.3.0.201206111645
  org.eclipse.emf.cdo.ui.workspace.source 4.0.100.v20120521-0710
  org.eclipse.emf.cdo.ui.workspace.source 4.0.100.v20120821-1005
  org.eclipse.objectteams.otdt.debug.adaptor 2.1.0.201205081843
  org.eclipse.xtext.xtext.ui.source.feature.group 2.3.1.v201208210947
  org.eclipse.xtext.xtext.ui.source.feature.group 2.3.0.v201206120633
  org.eclipse.core.jobs 3.5.300.v20120622-204750
  org.eclipse.gmf.runtime.diagram.ui.printing.render.source 1.4.1.v20120514-1615
  org.eclipse.gmf.runtime.common.ui.services.properties.source 1.3.1.v20120514-1615
  org.eclipse.egf.emf.pattern.base 1.0.0.v20120528-1550
  org.eclipse.php.debug.ui 3.1.1.201209101312
  org.eclipse.php.debug.ui 3.0.1.v201201110400
  org.eclipse.scout.sdk.compatibility.v36v37v41.fragment.source 3.8.0.201206130843
  org.eclipse.emf.ecoretools.feature.jar 1.1.0.201205150811
  org.eclipse.mylyn.commons.notifications.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.notifications.ui.source 1.0.0.v20120612-0600
  org.eclipse.dltk.xotcl.core 4.0.0.201206120848
  org.eclipse.emf.facet.efacet.doc 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.doc 0.2.0.v201206120903
  org.eclipse.jubula.launch.ui 1.2.1.201206131127
  org.eclipse.jubula.launch.ui 1.2.2.201209040912
  org.eclipse.egf.portfolio.genchain.tools.ui.source 1.0.0.v20120528-1550
  org.eclipse.linuxtools.dataviewers.charts 4.1.0.201206130106
  org.eclipse.linuxtools.dataviewers.charts 4.1.0.201209191645
  toolingepp.package.java.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.java.config.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.rap.runtime.requirements.feature.group 1.5.0.20120612-1510
  org.eclipse.rap.runtime.requirements.feature.group 1.5.1.20120917-1130
  toolingepp.package.testing.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.testing.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.java.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.java.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.xtext.xbase.feature.jar 2.3.0.v201206120633
  org.eclipse.xtext.xbase.feature.jar 2.3.1.v201208210947
  org.eclipse.jst.j2ee.web 1.1.600.v201203142300
  org.eclipse.datatools.enablement.oracle.feature.feature.group 1.10.0.v201201161512-548fAkF7AL7RBJANAI
  org.eclipse.datatools.enablement.oracle.feature.feature.group 1.10.1.v201208161415-548fAkF7AL7RBJANAI
  org.eclipse.dltk 4.0.0.201206120848
  org.eclipse.modisco.java.cdo.source.feature.feature.group 0.10.0.v201206130817
  org.eclipse.gmt.modisco.java.cdo.source 0.10.0.v201206130817
  org.eclipse.osgi.source 3.8.0.v20120529-1548
  org.eclipse.rcp.configuration_root.gtk.solaris.sparc 1.0.0.I20120608-1400
  org.eclipse.rcp.configuration_root.gtk.solaris.sparc 1.0.0.M20120914-1800
  toolingepp.package.jee.config.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.jee.config.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.mylyn.java.tasks 3.8.2.v20120916-1200
  org.eclipse.mylyn.java.tasks 3.8.0.v20120612-0600
  org.eclipse.gmt.modisco.infra.common.cdo.source 0.10.0.v201206130817
  org.eclipse.cdt.platform.feature.jar 8.1.1.201209170703
  org.eclipse.cdt.platform.feature.jar 8.1.0.201206111645
  org.eclipse.gmf.runtime.diagram.ui.dnd 1.2.0.v20120514-1615
  org.eclipse.mylyn.hudson.core 1.0.0.v20120612-0600
  org.eclipse.mylyn.hudson.core 1.0.2.v20120916-1200
  org.eclipse.tm.terminal.telnet.source 2.1.100.201209191030
  org.eclipse.tm.terminal.telnet.source 2.1.100.201205300905
  org.eclipse.emf.mapping.ui.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.ui.feature.group 2.7.0.v20120608-0554
  org.eclipse.egf.portfolio.genchain.source 1.0.0.v20120528-1550
  org.eclipse.jwt.feature.feature.group 1.2.0.v201205310546-7O7i-FK_Qj4QkVn3kW9q
  org.eclipse.mylyn.docs.intent.client.synchronizer 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.client.synchronizer 0.7.1.201208201051
  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
  org.eclipse.emf.mwe.utils.source 1.2.1.v201206110920
  org.eclipse.emf.cdo.server.objectivity.source 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.server.objectivity.source 4.0.100.v20120610-1749
  org.eclipse.net4j.examples.installer.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.examples.installer.feature.group 4.1.0.v20120612-0543
  org.eclipse.gmf.sdk.feature.jar 3.0.0.201209121329
  org.eclipse.gmf.sdk.feature.jar 3.0.0.RC4a
  org.eclipse.emf.query.ocl.source.feature.jar 1.6.0.v20120425-2310-3--7w311A232602735
  org.eclipse.rse.files.ui 3.2.101.201209191030
  org.eclipse.rse.files.ui 3.2.100.201205300905
  toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86 4.2.1.M20120914-1800
  org.eclipse.bpel.common.feature.feature.group 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.common.feature.feature.group 1.0.1.v20120914-1434-CI
  org.eclipse.equinox.region 1.1.0.v20120522-1841
  org.eclipse.jetty.osgi.httpservice 8.1.3.qualifier
  org.eclipse.net4j.db.mysql.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.net4j.db.mysql.source.feature.jar 4.1.0.v20120607-1600
  org.eclipse.tcf.te.ui.forms 1.0.0.201206051725
  org.eclipse.tcf.te.ui.forms 1.0.0.201209190831
  toolingvirgo-nano.product.config.ANY.ANY.ANY 1.0.0.SIMREL
  org.eclipse.acceleo.compatibility 3.3.0.v20120529-1042
  org.eclipse.acceleo.compatibility 3.3.1.v20120831-0923
  epp.package.rcp.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.papyrus.infra.queries.core.configuration 0.9.0.v201206131215
  org.eclipse.papyrus.infra.queries.core.configuration 0.9.1.v201209190809
  org.eclipse.emf.facet.util.emf.ui.source 0.2.0.v201206120903
  org.eclipse.emf.facet.util.emf.ui.source 0.2.1.v201209110754
  org.eclipse.ecf.presence 2.0.0.v20120610-1946
  epp.package.mobile.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  org.objectweb.asm.source 3.3.1.v201105211655
  toolingepp.package.rcp.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.jgit.pgm.feature.jar 2.1.0.201209190230-r
  org.eclipse.jgit.pgm.feature.jar 2.0.0.201206130900-r
  org.eclipse.datatools.enablement.sap.maxdb.dbdefinition.source 1.0.0.v201107221507
  org.eclipse.soa.sca.sca1_1.model 2.3.0.201205240725
  org.eclipse.emf.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.feature.jar 2.8.1.v20120917-0436
  org.eclipse.datatools.modelbase.sql.query.source 1.1.3.v201206060918
  org.eclipse.datatools.modelbase.sql.query.source 1.1.3.v201208230742
  org.eclipse.xtend.typesystem.xsd.ui.source 1.2.0.v201206110941
  toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86_64 4.2.1.M20120914-1800
  org.eclipse.ptp.etfw.tau.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.etfw.tau.feature.jar 6.0.0.201206130201
  org.eclipse.amp.agf.zest.ide.source 0.9.0.v20120528-0244
  org.eclipse.persistence.jpa.osgi.source 2.4.0.v20120608-r11652
  org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 0.9.1.v201209190809
  org.eclipse.papyrus.infra.table.properties 0.9.1.v201209190809
  org.eclipse.papyrus.infra.table.properties 0.9.0.v201206131215
  epp.package.modeling.executable.gtk.solaris.x86.eclipse 1.5.0.20120620-0855
  epp.package.modeling.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.datatools.sqltools.debugger.core.source 1.0.1.v201107221520
  org.eclipse.gyrex.preferences.source 1.0.0.v20120511-0855
  org.eclipse.actf.visualization.source 1.0.0.R201206131330
  org.eclipse.actf.visualization.source 1.0.1.R201209191006
  org.eclipse.xpand.ui.source.feature.jar 1.2.1.v201206110941
  org.eclipse.ui.editors.source 3.8.0.v20120523-1540
  org.eclipse.gmf.source.feature.group 1.6.0.v20120517-1809-7d9X7FFYnmMJUVOKcqPSgIiK281V
  org.eclipse.mylyn.wikitext_feature.feature.jar 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext_feature.feature.jar 1.7.0.v20120612-0600
  org.eclipse.m2m.atl.profiler.emfvm 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.emfvm 3.3.1.v201209061455
  org.eclipse.uml2.examples.source.feature.jar 4.0.0.v20120604-0919
  org.eclipse.uml2.examples.source.feature.jar 4.0.0.v20120913-1441
  org.eclipse.gmf.runtime.emf.clipboard.core 1.5.0.v20120514-1615
  org.eclipse.emf.databinding.feature.jar 1.2.0.v20120608-0554
  org.eclipse.emf.databinding.feature.jar 1.2.0.v20120917-0436
  org.eclipse.emf.cdo.server.mongodb.source.feature.group 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.mongodb.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.modisco.kdm.source.extension 0.10.1.v201209190814
  org.eclipse.modisco.kdm.source.extension 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.browser.custom 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.browser.custom 0.10.0.v201206130817
  org.eclipse.modisco.infra.discovery.source 0.10.0.v201206130817
  org.eclipse.pde.ua.core.source 1.0.200.v20120530-1435
  epp.package.automotive.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.ecf.examples.remoteservices.hello.ds.host 3.0.0.v20120610-1946
  org.eclipse.xtext.xbase.source.feature.jar 2.3.1.v201208210947
  org.eclipse.xtext.xbase.source.feature.jar 2.3.0.v201206120633
  org.eclipse.sapphire.java.jdt.feature.jar 0.5.0.201206122150
  org.eclipse.sapphire.java.jdt.feature.jar 0.5.3.201209191432
  org.eclipse.emf.cdo.dawn.codegen 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen 1.0.100.v20120521-0710
  epp.package.rcp.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.papyrus.uml.diagram.communication 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.communication 0.9.1.v201209190809
  org.eclipse.jubula.ui.compatibility 1.2.1.201206131127
  org.eclipse.jubula.ui.compatibility 1.2.2.201209040912
  org.eclipse.xtext.smap 2.3.0.v201206120633
  org.eclipse.xtext.smap 2.3.1.v201208210947
  org.eclipse.datatools.enablement.hsqldb.dbdefinition.source 1.0.0.v201107221502
  net.sourceforge.lpg.lpgjavaruntime 1.1.0.v201004271650
  org.eclipse.gmf.runtime.emf.commands.core.source 1.4.0.v20120514-1615
  org.eclipse.m2m.atl 3.3.1.v201209061455
  org.eclipse.m2m.atl 3.3.0.v201205241358
  org.eclipse.emf.facet.widgets.nattable.instance.edit 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.instance.edit 0.2.0.v201206120903
  epp.package.modeling.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  epp.package.modeling.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120620-0855
  org.eclipse.cdt.gnu.dsf.feature.group 4.0.1.201206111645
  org.eclipse.cdt.gnu.dsf.feature.group 4.0.1.201209170703
  org.eclipse.equinox.servletbridge.source 1.2.200.v20120522-2049
  org.eclipse.gmf.ecore.editor 2.2.0.RC4a
  org.eclipse.gmf.ecore.editor 2.2.0.201209121329
  org.eclipse.jst.j2ee.infopop 1.0.300.v200805140415
  org.eclipse.emf.facet.infra.browser.uicore.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.uicore.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.source.feature.jar 0.2.1.v201209110754
  epp.package.testing.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.cdt.xlc.feature_root 6.3.1.201206111645
  org.eclipse.cdt.xlc.feature_root 6.3.1.201209170703
  org.eclipse.mylyn.commons.compatibility.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.compatibility.feature.jar 3.8.2.v20120916-1200
  org.eclipse.datatools.sqldevtools.data.feature.source.feature.group 1.10.0.v201201161512-644BgJ9ECCLFTAfMO
  org.eclipse.datatools.sqldevtools.data.feature.source.feature.group 1.10.1.v201208161415-645BgJ9EDBTHPAhQU
  org.eclipse.emf.common.source 2.8.0.v20120606-0717
  org.eclipse.emf.common.source 2.8.0.v20120911-0500
  toolingepp.package.mobile.config.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.config.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.gyrex.admin.ui.source 1.1.0.v20120703-0741
  org.eclipse.gyrex.admin.ui.source 1.1.0.v20120603-1924
  org.eclipse.jpt.jaxb.eclipselink.branding 1.2.0.v201203150000
  org.eclipse.jpt.jaxb.eclipselink.branding 1.2.1.v201208222210
  org.eclipse.xtend.core 2.3.1.v201208210947
  org.eclipse.xtend.core 2.3.0.v201206120633
  org.eclipse.equinox.p2.user.ui.feature.group 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGe8CBOP
  epp.package.reporting.executable.motif.linux.x86 1.5.1.20121004-1506
  epp.package.reporting.executable.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.modeling.ini.cocoa.macosx.x86 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.config.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.config.cocoa.macosx.x86 1.5.0.20120620-0855
  toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86_64 4.2.1.M20120914-1800
  org.eclipse.scout.rt.client 3.8.0.201206130843
  org.eclipse.scout.rt.client 3.8.1.201209171521
  org.eclipse.cdt.managedbuilder.bupc.ui 1.0.3.201206111645
  org.eclipse.cdt.managedbuilder.bupc.ui 1.0.3.201209170703
  toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86_64 4.2.1.M20120914-1800
  org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 0.9.0.v201206131215
  org.eclipse.papyrus.xwt.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.xwt.feature.feature.group 0.9.1.v201209190809
  org.eclipse.emf.facet.efacet.source 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.source 0.2.1.v201209110754
  toolingepp.package.reporting.ini.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.reporting.ini.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.emf.cdo.security.source 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.security.source 4.1.0.v20120612-1514
  org.eclipse.jubula.client.teststyle 1.2.1.201206131127
  org.eclipse.jubula.client.teststyle 1.2.2.201209040912
  org.junit.source 3.8.2.v3_8_2_v20100427-1100
  org.junit.source 4.10.0.v4_10_0_v20120426-0900
  org.eclipse.emf.mwe2.language.source 2.3.0.v201206120758
  org.eclipse.ocl.examples.xtext.completeocl.source 3.2.0.v20120606-1911
  org.eclipse.ocl.examples.xtext.completeocl.source 3.2.1.v20120917-1012
  org.eclipse.datatools.sqltools.db.derby.ui 1.0.0.v200906020900
  org.eclipse.wst.server.preview.adapter 1.1.100.v20120517_1638
  org.eclipse.rap.design.example 1.5.1.20120917-1116
  org.eclipse.rap.design.example 1.5.0.20120612-1458
  toolingorg.eclipse.platform.ide.config.gtk.linux.s390 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.config.gtk.linux.s390 4.2.1.M20120914-1800
  org.eclipse.egf.portfolio.task.jet 1.0.0.v20120528-1550
  org.eclipse.ocl.doc.source.feature.group 3.1.0.v20120919-0602
  org.eclipse.ocl.doc.source.feature.group 3.1.0.v20120613-0850
  org.eclipse.sapphire.java 0.5.3.201209191432
  org.eclipse.sapphire.java 0.5.0.201206122150
  org.eclipse.jubula.toolkit.provider.swt 1.2.1.201206131127
  org.eclipse.jubula.toolkit.provider.swt 1.2.2.201209040912
  org.eclipse.virgo.util.io 3.5.0.RELEASE
  org.eclipse.team.svn.resource.ignore.rules.jdt 1.0.0.I20120601-1700
  org.eclipse.papyrus.sysml.properties.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.properties.feature.feature.group 0.9.0.v201206131215
  org.eclipse.equinox.p2.discovery.compatibility 1.0.101.v20120524-1717
  org.eclipse.emf.ecore.edit.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.edit.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.dltk.tcl.core 4.0.0.201206120848
  org.eclipse.datatools.sqldevtools.feature.feature.jar 1.10.0.v201201161512-7N8B7CFDsn4hwBXz-0AGu5i6V36H
  org.eclipse.datatools.sqldevtools.feature.feature.jar 1.10.1.v201208161415-7N8B7JFDsn5iz-Aex68NyGpC_AgL
  org.eclipse.pde.ua.core 1.0.200.v20120530-1435
  org.eclipse.libra.framework.felix 0.2.0.201206060754
  org.eclipse.rap.help 1.5.1.20120917-1138
  org.eclipse.rap.help 1.5.0.20120613-1425
  org.eclipse.datatools.sqldevtools.data.feature.source.feature.jar 1.10.1.v201208161415-645BgJ9EDBTHPAhQU
  org.eclipse.datatools.sqldevtools.data.feature.source.feature.jar 1.10.0.v201201161512-644BgJ9ECCLFTAfMO
  org.eclipse.equinox.server.servletbridge.feature.jar 1.0.101.v20120522-1841-42F9w9oB58B5KBB2ADHO
  org.eclipse.scout.nls.sdk.source 3.8.1.201209171521
  org.eclipse.scout.nls.sdk.source 3.8.0.201206130843
  org.eclipse.emf.facet.widgets.nattable.doc.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.doc.source 0.2.0.v201206120903
  org.eclipse.gmf.runtime.diagram.core 1.6.0.v20120514-1615
  org.eclipse.gef.examples.logic.source 3.8.0.201206112118
  org.eclipse.gef.examples.logic.source 3.8.1.201208201742
  org.eclipse.ocl.core.sdk.feature.jar 4.0.0.v20120611-1210
  org.eclipse.ocl.core.sdk.feature.jar 4.0.1.v20120917-1739
  org.eclipse.gyrex.services.common 1.0.0.v20120511-0855
  org.eclipse.cdt.core.parser.upc.source 5.1.0.201206111645
  org.eclipse.cdt.core.parser.upc.source 5.1.0.201209170703
  org.apache.batik.xml.source 1.6.0.v201011041432
  org.eclipse.rse.subsystems.terminals.core 1.0.300.201205300905
  org.eclipse.rse.subsystems.terminals.core 1.0.300.201209191030
  org.eclipse.mylyn.commons.repositories 0.9.1.v20120412-0100
  org.eclipse.modisco.xml.discoverer.ui.source 0.10.0.v201206130817
  org.eclipse.team.svn.mylyn.source.feature.jar 1.0.0.I20120601-1700
  epp.package.mobile.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  epp.package.mobile.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.postgresql.feature.feature.jar 1.10.1.v201208161415-553AkF7AK8PCRBQBP
  org.eclipse.datatools.enablement.postgresql.feature.feature.jar 1.10.0.v201201161512-553AkF7AK8PCRBQBP
  org.eclipse.sapphire.workspace 0.5.0.201206122150
  org.eclipse.sapphire.workspace 0.5.3.201209191432
  org.eclipse.datatools.connectivity.oda.profile 3.2.8.v201209080429
  org.eclipse.datatools.connectivity.oda.profile 3.2.7.v201203291105
  toolingepp.package.parallel.config.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.parallel.config.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.bpel.model 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.model 1.0.1.v20120612-2300-CI
  org.eclipse.gmf.runtime.draw2d.ui.render.source 1.4.1.v20120514-1615
  org.eclipse.modisco.kdm.source.discoverer.ui.source 0.10.0.v201206130817
  org.eclipse.core.databinding.source 1.4.1.v20120521-2329
  org.eclipse.papyrus.uml.diagram.paletteconfiguration 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.paletteconfiguration 0.9.1.v201209190809
  org.eclipse.cdt.codan.ui.source 2.1.0.201209170703
  org.eclipse.cdt.codan.ui.source 2.1.0.201206111645
  org.eclipse.emf.codegen.ecore.feature.jar 2.8.1.v20120917-0436
  org.eclipse.emf.codegen.ecore.feature.jar 2.8.0.v20120608-0554
  org.eclipse.papyrus.uml.diagram.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.feature.feature.group 0.9.1.v201209190809
  org.eclipse.mylyn.commons.net 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.net 3.8.2.v20120916-1200
  org.eclipse.cdt.launch.remote.feature.jar 6.0.0.201206111645
  org.eclipse.cdt.launch.remote.feature.jar 6.0.0.201209170703
  org.eclipse.emf.transaction.source 1.4.0.v20100331-1738
  org.eclipse.emf.ecore.change.source 2.8.0.v20120606-0717
  org.eclipse.emf.ecore.change.source 2.8.0.v20120911-0500
  org.eclipse.datatools.enablement.sybase.feature.feature.group 1.10.0.v201201161512-7E46F9NiNc1QBgyT6T6
  org.eclipse.datatools.enablement.sybase.feature.feature.group 1.10.1.v201208161415-7E46F9NiNc1QBgyT6T6
  org.eclipse.gmf.runtime.emf.core.source 1.4.1.v20120514-1615
  org.eclipse.jst.j2ee.ejb 1.1.600.v201205030130
  org.eclipse.datatools.enablement.ingres.dbdefinition 1.0.0.v200906161800
  org.eclipse.net4j.db.derby.source.feature.group 4.1.0.v20120607-1600
  org.eclipse.net4j.db.derby.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.ptp.pldt.upc.feature.group 6.0.2.201209181406
  org.eclipse.ptp.pldt.upc.feature.group 6.0.0.201206130201
  org.eclipse.emf.ecore.xcore.ui 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.ui 1.0.0.v20120612-0950
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.s390 4.2.1.M20120914-1800
  org.eclipse.datatools.sqltools.sqlbuilder.source 1.0.3.v201107221520
  org.eclipse.datatools.sqltools.sqlbuilder.source 1.0.3.v201208070719
  toolingepp.package.cpp.ini.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.automotive.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.ecf.core.feature.jar 3.5.6.v20120610-1946
  org.eclipse.datatools.enablement.ibm.db2.iseries.source 1.0.2.v201107221502
  org.eclipse.linuxtools.oprofile.launch 1.0.0.201206130106
  org.eclipse.linuxtools.oprofile.launch 1.0.0.201209191645
  org.eclipse.dltk.core.index.feature.group 4.0.0.201206120848
  org.eclipse.cdt.managedbuilder.core.source 8.1.0.201206111645
  org.eclipse.cdt.managedbuilder.core.source 8.1.0.201209170703
  org.eclipse.uml2.feature.group 4.0.1.v20120913-1441
  org.eclipse.uml2.feature.group 4.0.0.v20120604-0919
  org.eclipse.linuxtools.valgrind.cachegrind 1.0.0.201209191645
  org.eclipse.linuxtools.valgrind.cachegrind 1.0.0.201206130106
  org.eclipse.papyrus.uml.service.types 0.9.0.v201206131215
  org.eclipse.papyrus.uml.service.types 0.9.1.v201209190809
  org.eclipse.gmt.modisco.java 0.10.1.v201209190814
  org.eclipse.gmt.modisco.java 0.10.0.v201206130817
  org.eclipse.team.svn.sources.feature.group 1.0.0.I20120818-1700
  org.eclipse.team.svn.sources.feature.group 1.0.0.I20120601-1700
  toolinggtk.solaris.sparcorg.eclipse.equinox.common 4.2.1.M20120914-1800
  toolinggtk.solaris.sparcorg.eclipse.equinox.common 4.2.0.I20120608-1400
  toolingepp.package.java.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.java.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.epp.package.automotive 1.5.0.20120320-1035
  org.eclipse.epp.package.automotive 1.5.1.20121004-1506
  org.eclipse.rtp.configurator.console.source 1.0.0.v20120613-2107
  org.eclipse.egf.portfolio.genchain_root 1.0.0.v20120528-1550
  org.eclipse.modisco.infra.omg.source.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.pde.runtime 3.4.300.v20120523-1453
  org.eclipse.gmt.modisco.infra.query.ui.source 0.10.0.v201206130817
  toolingorg.eclipse.platform.ide.config.gtk.aix.ppc64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.config.gtk.aix.ppc64 4.2.1.M20120914-1800
  org.eclipse.datatools.enablement.sqlite.dbdefinition.source 1.0.2.v201206010441
  org.eclipse.jwt.branding 1.2.0.v201205310546
  toolinggtk.linux.ppc64org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolinggtk.linux.ppc64org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.eclipse.linuxtools.rpm.rpmlint 1.0.0.201209191645
  org.eclipse.linuxtools.rpm.rpmlint 1.0.0.201206130106
  org.eclipse.emf.cdo.dawn.codegen.gmf.source.feature.jar 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.gmf.source.feature.jar 2.0.1.v20120911-1146
  org.eclipse.swt.gtk.solaris.x86.source 3.100.1.v4234e
  org.eclipse.swt.gtk.solaris.x86.source 3.100.0.v4233d
  javax.xml.bind 2.2.0.v201105210648
  javax.xml.bind 2.1.9.v201005080401
  org.eclipse.scout.rt.feature.feature.group 3.8.1.201209171521
  org.eclipse.scout.rt.feature.feature.group 3.8.0.201206130843
  org.eclipse.php.debug.core 3.0.1.v201201110400
  org.eclipse.php.debug.core 3.1.1.201209101312
  org.eclipse.jdt.annotation.source 1.0.0.v20120522-1651
  org.eclipse.jdt.annotation.source 1.0.0.v20120728-095341
  org.eclipse.emf.cdo.dawn.examples.acore.diagram 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.diagram 1.0.100.v20120523-0528
  org.eclipse.emf.facet.aggregate.doc 0.2.0.v201206120903
  org.eclipse.emf.facet.aggregate.doc 0.2.1.v201209110754
  org.eclipse.egf.engine.doc.pattern 1.0.0.v20120528-1550
  org.eclipse.emf.facet.query.java.metamodel.source 0.2.1.v201209110754
  org.eclipse.emf.facet.query.java.metamodel.source 0.2.0.v201206120903
  org.eclipse.epp.package.cpp.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.epp.package.cpp.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.tm.terminal.feature.jar 3.2.0.201205300905-41-312316411A16
  org.eclipse.tm.terminal.feature.jar 3.2.1.201209191030-41031231A2A2141
  org.eclipse.ant.core 3.2.400.v20120523-1752
  org.eclipse.jpt.jpadiagrameditor.doc.user 1.0.100.v201201240000
  org.eclipse.birt.chart.examples.core 4.2.0.v20120611
  org.eclipse.birt.chart.examples.core 4.2.1.v20120820
  org.eclipse.m2m.qvt.oml.ecore.imperativeocl 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.ecore.imperativeocl 3.1.0.v20120906-0508
  org.eclipse.mylyn.mft.sdk.feature.jar 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.sdk.feature.jar 0.9.0.I20120314-1750
  org.eclipse.gmf.runtime.thirdparty.source.feature.group 1.6.0.v20120517-1809-7I851FCnk2JbgkU_hT66aw312216
  org.eclipse.ptp.rm.lml.da.server 2.0.0.201206130201
  org.eclipse.ptp.rm.lml.da.server 2.0.0.201209181406
  org.eclipse.ecf.example.collab 2.0.0.v20120610-1946
  org.eclipse.ptp.doc.user 5.0.0.201209181406
  org.eclipse.ptp.doc.user 5.0.0.201206130201
  org.eclipse.ecf.example.clients 2.0.0.v20120610-1946
  toolinggtk.linux.s390org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolinggtk.linux.s390org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.eclipse.cdt.autotools.feature.jar 3.0.1.201206111645
  org.eclipse.cdt.autotools.feature.jar 3.0.1.201209170703
  org.eclipse.php.sdk.feature.jar 3.1.1.201209101312
  org.eclipse.php.sdk.feature.jar 3.0.0.v201201110400-77-184_2BEICRgM_fMVcz0M4Va9O
  org.eclipse.emf.cdo.examples.installer 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.examples.installer 4.1.0.v20120612-1807
  org.eclipse.ecf.discovery.slp.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.photran.core.vpg 8.0.0.201206122044
  org.eclipse.photran.core.vpg 8.0.0.201209141911
  org.eclipse.dltk.tcl.debug 4.0.0.201206120848
  toolingepp.package.cpp.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.cdt.testsrunner.feature.feature.jar 7.0.0.201206111645
  org.eclipse.cdt.testsrunner.feature.feature.jar 7.0.0.201209170703
  org.eclipse.ui.forms 3.5.200.v20120705-114351
  org.eclipse.ui.forms 3.5.200.v20120521-2329
  org.eclipse.jst.server_userdoc.feature.feature.jar 3.3.100.v20110303-2-Eo7w3121162A3329
  org.eclipse.linuxtools.lttng.help 1.0.0.201206130106
  org.eclipse.linuxtools.lttng.help 1.0.0.201209191645
  org.eclipse.ecf.provider.ui 1.3.0.v20120610-1946
  toolingepp.package.automotive.config.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.automotive.config.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.mylyn.team.cvs.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.team.cvs.source 3.8.0.v20120612-0600
  org.eclipse.xtext.activities.source 2.3.0.v201206120633
  org.eclipse.xtext.activities.source 2.3.1.v201208210947
  org.eclipse.gyrex.admin.ui.cloud 1.1.0.v20120524-1409
  org.eclipse.emf.mwe2.runtime.sdk.source.feature.group 2.3.0.v201206110920
  org.eclipse.papyrus.sysml.diagram.internalblock 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.diagram.internalblock 0.9.0.v201206131215
  org.eclipse.scout.rt.feature.source.feature.group 3.8.1.201209171521
  org.eclipse.scout.rt.feature.source.feature.group 3.8.0.201206130843
  org.eclipse.linuxtools.lttng2.feature.group 1.1.1.201209191645
  org.eclipse.linuxtools.lttng2.feature.group 1.0.0.201206130106
  tooling.virgo.org.eclipse.equinox.p2.garbagecollector 1.0.0.tooling
  toolingcocoa.macosx.x86_64org.eclipse.equinox.common 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86_64org.eclipse.equinox.common 4.2.0.I20120608-1400
  org.eclipse.papyrus.infra.emf.diagram.common 0.9.1.v201209190809
  org.eclipse.papyrus.infra.emf.diagram.common 0.9.0.v201206131215
  org.eclipse.ocl.examples.modelregistry.ui 3.2.0.v20120611-0753
  org.eclipse.amp.amf.acore.edit.source 0.9.0.v20120528-0244
  org.eclipse.birt.report.designer.ui.samples.ide 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.samples.ide 4.2.1.v20120820
  toolingepp.package.java.config.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.java.config.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.help.ui.source 3.5.200.v20120521-2344
  org.eclipse.m2m.atl.core.ant.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.core.ant.source 3.3.0.v201205241358
  org.eclipse.gyrex.features.sdk.withoutdeps.feature.group 1.0.0.v20120423-0945-7H--F7OHSGMttwTH2kZ5hkgJBbdB
  org.eclipse.gyrex.features.sdk.withoutdeps.feature.group 1.0.0.v20120423-0945-7H--F7OHS728tgaOp5ETz0-EA6Wu
  org.eclipse.jst.ws.jaxws.dom.feature.feature.group 1.0.200.v201109042201-5-F8NAkF7BB7U8PEK8K
  org.eclipse.mylyn.wikitext.core.source 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.core.source 1.7.2.v20120916-1200
  org.eclipse.swt.gtk.aix.ppc64 3.100.1.v4234e
  org.eclipse.swt.gtk.aix.ppc64 3.100.0.v4233d
  org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.10.1.v201208161415-553AkF7AK8PCRBQBP
  org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.10.0.v201201161512-553AkF7AK8PCRBQBP
  org.eclipse.gmf.ecore.editor.source 2.2.0.201209121329
  org.eclipse.gmf.ecore.editor.source 2.2.0.RC4a
  org.eclipse.scout.nls.sdk.services 3.8.1.201209171521
  org.eclipse.scout.nls.sdk.services 3.8.0.201206130843
  org.eclipse.cdt.sdk.feature.group 8.1.0.201206111645
  org.eclipse.cdt.sdk.feature.group 8.1.1.201209170703
  epp.package.cpp.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  epp.package.cpp.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  org.eclipse.egf.portfolio.emf_root 1.0.0.v20120528-1550
  org.eclipse.jetty.servlets.source 8.1.3.v20120522
  org.eclipse.jetty.xml 8.1.3.v20120522
  org.eclipse.emf.cdo.common 4.1.1.v20120821-1005
  org.eclipse.emf.cdo.common 4.1.0.v20120612-0811
  org.eclipse.modisco.workflow.ui.source 0.10.0.v201206130817
  org.eclipse.egf.doc.feature.jar 1.0.0.v20120528-1550
  org.eclipse.datatools.modelbase.derby.source 1.0.0.v201107221519
  org.eclipse.gmf.runtime.common.ui.services 1.3.1.v20120514-1615
  org.eclipse.gef.examples.logic 3.8.0.201206112118
  org.eclipse.gef.examples.logic 3.8.1.201208201742
  org.eclipse.birt.chart.ui.extension 4.2.1.v20120820
  org.eclipse.birt.chart.ui.extension 4.2.0.v20120611
  org.eclipse.datatools.enablement.sap.feature.source.feature.group 1.10.1.v201208161415-540AkF7AJ7YEJBU7S
  org.eclipse.datatools.enablement.sap.feature.source.feature.group 1.10.0.v201201161512-540AkF7AJ7YEJBU7S
  org.eclipse.emf.facet.query.java.ui.source 0.2.0.v201206120903
  org.eclipse.emf.facet.query.java.ui.source 0.2.1.v201209110754
  org.eclipse.emf.cdo.server.feature.group 4.1.0.v20120612-1514
  org.eclipse.emf.cdo.server.feature.group 4.1.1.v20120911-1146
  org.eclipse.jpt.common.utility 2.1.1.v201208222210
  org.eclipse.jpt.common.utility 2.1.0.v201205020001
  org.eclipse.mylyn.docs.intent.markup.ui 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.markup.ui 0.7.1.201208201051
  org.eclipse.linuxtools.gprof.feature.feature.group 1.0.0.201209191645
  org.eclipse.linuxtools.gprof.feature.feature.group 1.0.0.201206130106
  org.eclipse.cdt.core.win32.source 5.3.0.201206111645
  org.eclipse.cdt.core.win32.source 5.3.0.201209170703
  org.eclipse.datatools.enablement.jdt.feature.feature.jar 1.10.1.v201208161415-2-07w312218332612
  org.eclipse.datatools.enablement.jdt.feature.feature.jar 1.10.0.v201201161512-2-07w312218332612
  org.eclipse.cdt.doc.isv 5.2.0.201209170703
  org.eclipse.cdt.doc.isv 5.2.0.201206111645
  org.eclipse.gmf.runtime.diagram.core.source 1.6.0.v20120514-1615
  org.eclipse.datatools.sqltools.data.ui.source 1.2.1.v201010270945
  org.eclipse.jwt.converter 1.2.0.v201205310546
  org.eclipse.dltk.tcl.testing.tcltest 4.0.0.201206120848
  org.eclipse.graphiti.export.feature.feature.group 0.9.1.v20120919-0732
  org.eclipse.graphiti.export.feature.feature.group 0.9.0.v20120613-0805
  org.eclipse.tm.terminal 3.2.1.201209191030
  org.eclipse.tm.terminal 3.2.0.201205300905
  org.eclipse.xsd.editor.feature.group 2.7.0.v20120319-0555
  org.eclipse.xsd.editor.feature.group 2.7.0.v20120917-0436
  org.eclipse.cdt.core.parser.upc.sdk.feature.jar 5.1.0.201209170703
  org.eclipse.cdt.core.parser.upc.sdk.feature.jar 5.1.0.201206111645
  org.eclipse.cdt.core.linux.x86 5.2.0.201206111645
  org.eclipse.cdt.core.linux.x86 5.2.0.201209170703
  toolingepp.package.testing.config.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.testing.config.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.editor 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.editor 0.2.1.v201209110754
  org.eclipse.emf.ecoretools.feature.group 1.1.0.201205150811
  org.eclipse.emf.query.doc.feature.jar 1.6.0.v20120328-0001-33-8s733L466A3AE72
  org.eclipse.egf.model.jetpattern.source 1.0.0.v20120528-1550
  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.common.ui 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.common.ui 0.2.1.v201209110754
  epp.package.cpp.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.rap.ui.intro 1.5.0.20120613-1425
  org.eclipse.rap.ui.intro 1.5.1.20120917-1138
  org.eclipse.scout.rt.ui.rap.workbench 1.0.0.201209171521
  org.eclipse.scout.rt.ui.rap.workbench 1.0.0.201206130843
  epp.package.java.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.java.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.amp.amf.ide.ascape 0.9.0.v20120528-0244
  org.eclipse.datatools.enablement.msft.feature.feature.group 1.10.0.v201201161512-544AkF7AL7MDMAQ8O
  org.eclipse.datatools.enablement.msft.feature.feature.group 1.10.1.v201208161415-544AkF7AL7MDMAQ8O
  org.eclipse.e4.ui.workbench.renderers.swt 0.10.2.v20120814-175454
  org.eclipse.e4.ui.workbench.renderers.swt 0.10.1.v20120523-1955
  org.eclipse.wb.core.feature.feature.group 1.5.1.r42x201209161109
  org.eclipse.wb.core.feature.feature.group 1.5.0.r42x201206111201
  org.eclipse.emf.mwe.ui.simpleEditor 1.2.1.v201206110920
  org.w3c.css.sac 1.3.1.v200903091627
  org.eclipse.wst.jsdt.doc 1.4.0.v201202031526
  org.eclipse.egf.portfolio.genchain.tools.source 1.0.0.v20120528-1550
  org.eclipse.objectteams.otdt.core.patch.feature.jar 2.1.1.201209011847
  org.eclipse.objectteams.otdt.core.patch.feature.jar 2.1.0.201206090452
  org.eclipse.cdt.mylyn.ui 3.8.2.v20120916-1200
  org.eclipse.cdt.mylyn.ui 3.8.0.v20120612-0600
  org.eclipse.emf.facet.efacet.examples.library.metamodel 0.2.1.v201209110754
  org.eclipse.ecf.provider.msn 1.2.0.v20120610-1946
  com.google.gson 2.1.0.v201203072145
  org.eclipse.soa.sca.sca1_0.model.edit 2.3.0.201205240725
  org.eclipse.m2e.model.edit 1.1.0.20120530-0009
  org.eclipse.m2e.model.edit 1.2.0.20120903-1050
  org.eclipse.m2m.atl.core.emf.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.core.emf.source 3.3.0.v201205241358
  org.eclipse.jgit.feature.group 2.0.0.201206130900-r
  org.eclipse.jgit.feature.group 2.1.0.201209190230-r
  org.eclipse.recommenders.completion.rcp.subwords 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.completion.rcp.subwords 1.0.0.v20120914-1432-b175
  org.eclipse.emf.validation.doc 1.3.0.v20091215-1218
  org.eclipse.gyrex.http 1.0.0.v20120423-0944
  org.eclipse.datatools.enablement.sybase.asa.models.source 1.0.0.v201107221507
  org.eclipse.emf.validation 1.4.0.v20100428-2315
  org.eclipse.ecf.remoteservice.eventadmin 1.1.100.v20120610-1946
  org.eclipse.persistence.nosql.feature.group 2.4.0.v20120608-r11652
  org.eclipse.ptp.pldt.openmp.ui.pv 6.0.0.201209181406
  org.eclipse.ptp.pldt.openmp.ui.pv 6.0.0.201206130201
  org.eclipse.gmf.runtime.emf.core 1.4.1.v20120514-1615
  toolingepp.package.dsl.config.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.rtp.package.feature.jar 1.0.0.v20120613-2107
  epp.package.java.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.java.executable.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.mylyn.commons.feature.group 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.feature.group 3.8.0.v20120612-0600
  org.eclipse.emf.cdo.dawn.sdk.source 2.0.0.v20120525-0730
  org.eclipse.emf.cdo.dawn.sdk.source 2.0.0.v20120719-0822
  org.eclipse.emf.facet.infra.browser.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable 0.2.1.v201209110754
  org.eclipse.dltk.core.index.feature.jar 4.0.0.201206120848
  org.eclipse.persistence.nosql.source 2.4.0.v20120608-r11652
  org.eclipse.cdt.core.aix 5.1.1.201206111645
  org.eclipse.cdt.core.aix 5.1.1.201209170703
  epp.package.cpp.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.emf.cdo.server.hibernate.source 4.1.1.v20120727-1146
  org.eclipse.emf.cdo.server.hibernate.source 4.1.0.v20120612-1733
  org.eclipse.emf.compare.logical.ui.source 1.3.2.v20120918-1125
  org.eclipse.emf.compare.logical.ui.source 1.3.1.v20120605-0748
  org.eclipse.mylyn.monitor.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.monitor.feature.jar 3.8.2.v20120916-1200
  org.eclipse.emf.compare.ui.capabilities.feature.jar 1.3.2.v20120918-1125
  org.eclipse.emf.compare.ui.capabilities.feature.jar 1.3.1.v20120605-0748
  org.eclipse.datatools.modelbase.sql.query 1.1.3.v201208230742
  org.eclipse.datatools.modelbase.sql.query 1.1.3.v201206060918
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.aix.ppc 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.aix.ppc 4.2.1.M20120914-1800
  org.eclipse.papyrus.uml.diagram.dnd 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.dnd 0.9.0.v201206131215
  org.eclipse.rtp.core.model 1.0.0.v20120613-2107
  org.eclipse.jst.ws.doc.user 1.0.600.v201005192217
  org.eclipse.net4j.db.mysql.source 4.0.100.v20120607-1600
  org.eclipse.net4j.db.mysql.source 4.0.100.v20120821-1005
  org.eclipse.equinox.jsp.jasper.registry.source 1.0.300.v20120522-2049
  org.eclipse.mylyn.versions.core.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.versions.core.source 1.0.2.v20120916-1200
  org.eclipse.gmf.tooldef.edit 2.3.0.201209121329
  org.eclipse.gmf.tooldef.edit 2.3.0.RC4a
  org.eclipse.jubula.toolkit.provider.concrete 1.2.1.201206131127
  org.eclipse.jubula.toolkit.provider.concrete 1.2.2.201209040912
  org.eclipse.emf.facet.widgets.nattable.instance.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.instance.source 0.2.1.v201209110754
  org.eclipse.ptp.utils.extensionpoints.core 1.0.0.201206130201
  org.eclipse.ptp.utils.extensionpoints.core 1.0.0.201209181406
  org.eclipse.emf.workspace.source 1.5.1.v20120328-0001
  org.eclipse.xpand.incremental.source 1.2.0.v201206110941
  org.eclipse.xtext.xbase.lib 2.3.1.v201208210947
  org.eclipse.xtext.xbase.lib 2.3.0.v201206120633
  org.eclipse.photran.managedbuilder.xlf.ui 8.0.0.201209141911
  org.eclipse.photran.managedbuilder.xlf.ui 8.0.0.201206122044
  org.eclipse.datatools.sqltools.common.ui.source 1.0.0.v201107221520
  org.eclipse.emf.transaction.source.feature.group 1.6.0.v20120328-0001-377-8s734C3E7D15D6B
  org.eclipse.emf.mwe2.language.sdk.source.feature.jar 2.3.0.v201206120758
  org.eclipse.actf.mediator 1.0.1.R201209191006
  org.eclipse.actf.mediator 1.0.0.R201206131330
  org.eclipse.datatools.enablement.msft.sqlserver.ui 1.0.2.v201201131118
  org.eclipse.uml2.uml.ecore.exporter.source 2.6.1.v20120913-1441
  org.eclipse.uml2.uml.ecore.exporter.source 2.6.0.v20120604-0919
  org.eclipse.rap.runtime.requirements.feature.jar 1.5.0.20120612-1510
  org.eclipse.rap.runtime.requirements.feature.jar 1.5.1.20120917-1130
  org.eclipse.jdt.junit.runtime.source 3.4.300.v20120523-1257
  org.eclipse.emf.query.ocl.feature.jar 1.6.0.v20120425-2310-3--7w311A232602735
  org.eclipse.birt.report.engine.emitter.config.pdf.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.pdf.source 4.2.0.v20120611
  org.eclipse.team.svn.revision.graph.source 1.0.0.I20120601-1700
  toolingepp.package.parallel.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingorg.eclipse.sdk.ide.config.gtk.hpux.ia64_32 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.gtk.hpux.ia64_32 4.2.1.M20120914-1800
  epp.package.rcp.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.scout.rt.feature.feature.jar 3.8.1.201209171521
  org.eclipse.scout.rt.feature.feature.jar 3.8.0.201206130843
  toolingepp.package.modeling.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.config.motif.linux.x86 1.5.0.20120620-0855
  org.eclipse.emf.cdo.dawn.examples.source.feature.group 2.0.0.v20120523-0528
  org.eclipse.emf.cdo.dawn.examples.source.feature.group 2.0.0.v20120911-1146
  org.eclipse.emf.eef.mapping.edit 1.1.1.201206051542
  org.eclipse.ocl.examples.source.feature.jar 3.2.1.v20120919-0602
  org.eclipse.ocl.examples.source.feature.jar 3.2.0.v20120613-0850
  org.eclipse.gmf.common 1.3.0.RC4a
  org.eclipse.gmf.common 1.3.0.201209121329
  toolinggtk.solaris.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
  toolinggtk.solaris.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.linuxtools.systemtap.ui.structures 1.0.0.201206130106
  org.eclipse.linuxtools.systemtap.ui.structures 1.1.0.201209191645
  org.eclipse.cdt.dsf.ui 2.3.0.201209170703
  org.eclipse.cdt.dsf.ui 2.3.0.201206111645
  toolinggtk.aix.ppcorg.eclipse.update.configurator 4.2.1.M20120914-1800
  toolinggtk.aix.ppcorg.eclipse.update.configurator 4.2.0.I20120608-1400
  toolingepp.package.jee.ini.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.jee.ini.carbon.macosx.x86 1.5.0.20120614-1633
  epp.package.cpp.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.gyrex.persistence.context.preferences.source 1.0.0.v20120511-0855
  epp.package.scout.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.scout.executable.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.mylyn.docs.intent.exporter 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.exporter 0.7.0.201205301208
  org.eclipse.emf.mwe2.language.sdk.source.feature.group 2.3.0.v201206120758
  org.eclipse.egf.pattern.ui.source 1.0.0.v20120528-1550
  org.eclipse.persistence.jpa.jpql.source 2.0.0.v20120608-r11652
  org.eclipse.tcf.te.tcf.terminals.ui 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.terminals.ui 1.0.0.201209190831
  org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.10.0.v201201161512-279-78B089G8S_IRTJrXkO2_s
  org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.10.1.v201208161415-279078B089G8S_IRUJz-XnN2at
  org.eclipse.gmf.tooldef.source 2.3.0.201209121329
  org.eclipse.gmf.tooldef.source 2.3.0.RC4a
  org.eclipse.egf.pattern.ui.java 1.0.0.v20120528-1550
  org.eclipse.tcf.te.runtime.concurrent 1.0.0.201206051725
  org.eclipse.tcf.te.runtime.concurrent 1.0.0.201209190831
  org.eclipse.uml2.codegen.ecore.ui.source 1.7.0.v20120913-1441
  org.eclipse.uml2.codegen.ecore.ui.source 1.7.0.v20120604-0919
  org.eclipse.mylyn.mft.gmf.feature.group 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.gmf.feature.group 0.9.1.I20120907-1845
  org.eclipse.gmf.tooling.source.feature.group 3.0.0.RC4a
  org.eclipse.gmf.tooling.source.feature.group 3.0.0.201209121329
  org.eclipse.modisco.omg.gastm 0.10.1.v201209190814
  org.eclipse.modisco.omg.gastm 0.10.0.v201206130817
  toolingepp.package.cpp.config.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.cpp.config.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.acceleo.profiler.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.profiler.source 3.3.0.v20120529-1042
  org.eclipse.ptp.rm.jaxb.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rm.jaxb.control.core 2.0.0.201209181406
  org.eclipse.ptp.rm.jaxb.control.core 2.0.0.201206130201
  org.eclipse.cdt.core.lrparser.source 5.2.0.201209170703
  org.eclipse.cdt.core.lrparser.source 5.2.0.201206111645
  org.eclipse.xsd.doc 2.6.0.v20120917-0436
  org.eclipse.xsd.doc 2.6.0.v20120319-0555
  org.eclipse.update.configurator 3.3.200.v20120523-1752
  org.eclipse.m2m.qvt.oml.debug.core.source 1.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.debug.core.source 1.1.0.v20120918-0827
  javax.xml.soap 1.3.0.v201105210645
  javax.xml.soap 1.2.0.v201005080501
  org.eclipse.modisco.java.composition 0.10.0.v201206130817
  org.eclipse.modisco.java.composition 0.10.1.v201209190814
  org.eclipse.egf.domain 1.0.0.v20120528-1550
  org.eclipse.xsd.editor.source.feature.jar 2.7.0.v20120319-0555
  org.eclipse.xsd.editor.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.sapphire.samples.source 0.5.0.201206122150
  org.eclipse.sapphire.samples.source 0.5.3.201209191432
  org.eclipse.datatools.sdk.feature.feature.jar 1.10.1.v201208161415-7PAO7MFEpPZ56X3j7z0oZGcDIWFs
  org.eclipse.datatools.sdk.feature.feature.jar 1.10.0.v201201161512-7PAO1FEpPZ54KfiCz0yVIfebTz-1
  org.eclipse.emf.cdo.dawn.examples.acore.edit.source 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.edit.source 1.0.100.v20120521-0710
  org.eclipse.gmt.modisco.java.generation 0.10.0.v201206130817
  org.eclipse.gmt.modisco.java.generation 0.10.1.v201209190814
  epp.package.cpp.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.rm.mpi.openmpi.core 4.0.0.201206130201
  org.eclipse.ptp.rm.mpi.openmpi.core 4.0.0.201209181406
  org.eclipse.equinox.log 1.2.300.v20120522-2049
  org.eclipse.datatools.enablement.sap.feature.source.feature.jar 1.10.1.v201208161415-540AkF7AJ7YEJBU7S
  org.eclipse.datatools.enablement.sap.feature.source.feature.jar 1.10.0.v201201161512-540AkF7AJ7YEJBU7S
  org.eclipse.emf.facet.infra.feature.feature.group 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.feature.feature.group 0.2.0.v201206120903
  org.eclipse.ptp.rdt.make.ui 1.1.0.201206130201
  org.eclipse.ptp.rdt.make.ui 1.1.0.201209181406
  org.eclipse.birt.report.engine.script.javascript.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.script.javascript.source 4.2.1.v20120820
  org.eclipse.virgo.common.resources 3.5.1.BUILD-20120613131556
  org.eclipse.emf.facet.util.ui.source 0.2.1.v201209110754
  org.eclipse.emf.facet.util.ui.source 0.2.0.v201206120903
  org.eclipse.mylyn.commons.identity.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.identity.feature.jar 1.0.0.v20120612-0600
  epp.package.cpp 1.5.1.20121004-1506
  epp.package.cpp 1.5.0.20120614-1633
  org.eclipse.rse.core.feature.jar 3.4.0.201205300905-7a7NFm-7sResSX4RTNSW
  org.eclipse.rse.core.feature.jar 3.4.1.201209191030-7a7NFm27sResTNgNeS4R
  org.eclipse.xsd.edit.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.xsd.edit.source.feature.group 2.7.0.v20120319-0555
  epp.package.rcp.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  toolingepp.package.cpp.config.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.cpp.config.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.graphiti.source.feature.feature.jar 0.9.1.v20120919-0732
  org.eclipse.graphiti.source.feature.feature.jar 0.9.0.v20120613-0805
  org.eclipse.ptp.remote.remotetools.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.remote.remotetools.feature.jar 6.0.2.201209181406
  org.eclipse.jubula.toolkit.common 1.2.1.201206131127
  org.eclipse.jubula.toolkit.common 1.2.2.201209040912
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc64 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.ppc64 4.2.0.I20120608-1400
  org.eclipse.jwt.transformations.baseTransformation 1.2.0.v201205310546
  org.eclipse.ui.workbench.source 3.103.0.v20120530-1824
  org.eclipse.ui.workbench.source 3.103.1.v20120906-120042
  org.eclipse.mylyn.java.ui 3.8.0.v20120612-0600
  org.eclipse.mylyn.java.ui 3.8.2.v20120916-1200
  epp.package.automotive.executable.win32.win32.x86 1.5.1.20121004-1506
  epp.package.automotive.executable.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.egf.model.fprod.edit 1.0.0.v20120528-1550
  epp.package.mobile.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.mobile.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.emf.rap.common.ui.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.rap.common.ui.feature.jar 2.7.0.v20120608-0554
  epp.package.testing.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.linuxtools.systemtap.feature.jar 1.2.0.201209191645
  org.eclipse.linuxtools.systemtap.feature.jar 1.2.0.201206130106
  org.eclipse.papyrus.infra.extendedtypes.emf 0.9.1.v201209190809
  org.eclipse.papyrus.infra.extendedtypes.emf 0.9.0.v201206131215
  org.eclipse.net4j.db.h2.feature.jar 4.1.0.v20120607-1600
  org.eclipse.net4j.db.h2.feature.jar 4.1.0.v20120911-1146
  org.eclipse.orbit.mongodb.source 2.7.3.v20120213-1927
  org.eclipse.actf.visualization.blind.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.blind.source 1.0.0.R201206131330
  org.eclipse.net4j.util.defs.source 4.0.100.v20120521-0710
  org.eclipse.net4j.util.defs.source 4.0.100.v20120821-1005
  org.eclipse.emf.facet.util.emf.doc 0.2.1.v201209110754
  org.eclipse.emf.facet.util.emf.doc 0.2.0.v201206120903
  org.eclipse.jubula.toolkit.provider.html 1.2.2.201209040912
  org.eclipse.jubula.toolkit.provider.html 1.2.1.201206131127
  org.eclipse.egf.producer.feature.jar 1.0.0.v20120528-1550
  org.ascape.ui.amp.source 0.8.0.v20120528-0244
  org.eclipse.koneki.ldt.debug.ui 0.8.0.201206122001
  org.eclipse.koneki.ldt.debug.ui 0.8.0.201209061319
  org.eclipse.emf.exporter.source 2.6.0.v20120608-0554
  org.eclipse.emf.exporter.source 2.6.0.v20120917-0436
  org.eclipse.persistence.nosql.feature.jar 2.4.0.v20120608-r11652
  toolingepp.package.modeling.ini.gtk.linux.x86_64 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.jdt.junit.runtime 3.4.300.v20120523-1257
  org.eclipse.m2m.atl.profiler.exportmodel.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.profiler.exportmodel.source 3.3.0.v201205241358
  org.eclipse.wst.jsdt.core 1.1.202.v201208171701
  org.eclipse.wst.jsdt.core 1.1.201.v201203071941
  org.eclipse.emf.facet.widgets.source.feature.feature.jar 0.2.0.v201206120903
  toolingepp.package.java.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.java.config.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.tcf.te.ui.terminals 1.0.0.201206051725
  org.eclipse.tcf.te.ui.terminals 1.0.0.201209190831
  org.eclipse.gmf.runtime.thirdparty.feature.jar 1.6.0.v20120517-1809-7P8W6FHV2CYnrDgDtz-JNaw31221
  org.eclipse.emf.cdo.defs.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.defs.source.feature.group 4.1.0.v20120612-1514
  org.eclipse.sapphire.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.feature.jar 0.5.0.201206122150
  org.eclipse.amp.doc.feature.group 0.9.0.v20120528-0244
  org.eclipse.datatools.sqltools.editor.core 1.0.2.v201205310904
  org.eclipse.koneki.ldt.metalua.32bits 0.8.0.201209061319
  org.eclipse.koneki.ldt.metalua.32bits 0.8.0.201206122001
  org.eclipse.papyrus.editor.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.editor.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.soa.sca.sca1_0.runtime.tuscany.model 2.3.0.201205240725
  org.eclipse.gmt.modisco.infra.browser.custom.ui.source 0.10.0.v201206130817
  epp.package.reporting.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.reporting.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.persistence.sdo.feature.jar 2.4.0.v20120608-r11652
  org.eclipse.emf.facet.widgets.table.ui.nattable.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.table.ui.nattable.source 0.2.0.v201206120903
  org.eclipse.gyrex.http.registry 1.0.0.v20120423-0944
  toolinggtk.aix.ppcorg.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  toolinggtk.aix.ppcorg.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  org.eclipse.jpt.jaxb.branding 1.2.1.v201208222210
  org.eclipse.jpt.jaxb.branding 1.2.0.v201203150000
  org.eclipse.papyrus.infra.core.sasheditor.di 0.9.0.v201206131215
  org.eclipse.papyrus.infra.core.sasheditor.di 0.9.1.v201209190809
  org.eclipse.mylyn.tasks.bugs.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.bugs.source 3.8.2.v20120916-1200
  org.eclipse.wst.ws_userdoc.feature.feature.jar 3.1.300.v201102200555-44FR79oB5855Q8IBD7G
  org.eclipse.emf.mapping.ui.source 2.6.0.v20120917-0436
  org.eclipse.emf.mapping.ui.source 2.6.0.v20120608-0554
  org.eclipse.rcp.configuration.feature.group 1.0.0.I20120608-1400
  org.eclipse.rcp.configuration.feature.group 1.0.0.M20120914-1800
  org.w3c.sac 1.3.0.v20120820
  org.w3c.sac 1.3.0.v20120611
  epp.package.reporting.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.emf.workspace.examples.feature.jar 1.6.0.v20120328-0001-479-9oB56P5CAT5D9K2
  org.eclipse.actf.visualization.gui 1.0.1.R201209191006
  org.eclipse.actf.visualization.gui 1.0.0.R201206131330
  org.eclipse.emf.eef.codegen.ecore-feature.feature.group 1.1.1.201206051542
  org.eclipse.ui.ide.source 3.8.1.v20120828-165804
  org.eclipse.ui.ide.source 3.8.0.v20120521-2329
  org.apache.ant.source 1.8.3.v20120321-1730
  org.eclipse.dltk.ruby.feature.jar 4.0.0.201206120848
  org.eclipse.mylyn.reviews.feature.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.reviews.feature.feature.group 1.0.0.v20120612-0600
  org.eclipse.linuxtools.profiling.launch.ui 0.9.2.201209191645
  org.eclipse.rap.runtime.feature.jar 1.5.1.20120917-1130
  org.eclipse.rap.runtime.feature.jar 1.5.0.20120612-1510
  org.eclipse.ocl.examples.modelregistry 3.2.0.v20120503-1141
  org.eclipse.gmf.feature.jar 1.6.0.v20120517-1809-7d9X7FFYnmMJUVOKcqPSgIiK281V
  org.eclipse.tcf.te.launch.ui 1.0.0.201209190831
  org.eclipse.tcf.te.launch.ui 1.0.0.201206051725
  org.eclipse.xtend.typesystem.xsd.source.feature.jar 1.2.1.v201206110941
  org.eclipse.mat.ui 1.2.0.201205300858
  toolingepp.package.java.configuration 1.5.1.20121004-1506
  toolingepp.package.java.configuration 1.5.0.20120614-1633
  org.eclipse.objectteams.otdt.feature.group 2.1.1.201209011847
  org.eclipse.objectteams.otdt.feature.group 2.1.0.201206090452
  org.eclipse.jst.ws.axis.consumption.core 1.0.407.v201104071820
  org.eclipse.dltk.tcl.launching 4.0.0.201206120848
  org.eclipse.objectteams.otequinox.sunjvm 2.0.0.201109201811
  epp.package.java.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  org.eclipse.net4j.doc.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.doc.source.feature.group 4.1.0.v20120611-1554
  org.eclipse.m2m.qvt.oml 3.2.0.v201206041614
  org.eclipse.m2m.qvt.oml 3.2.0.v20120918-0827
  org.eclipse.wb.swt 1.5.1.r42x201209161211
  org.eclipse.wb.swt 1.5.0.r42x201206111304
  org.eclipse.net4j.db.hsqldb.source 4.1.0.v20120607-1600
  org.eclipse.net4j.db.hsqldb.source 4.1.0.v20120821-1005
  org.eclipse.papyrus.sysml.diagram.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.diagram.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.graphiti.feature.examples.source.feature.jar 0.9.1.v20120919-0732
  org.eclipse.graphiti.feature.examples.source.feature.jar 0.9.0.v20120613-0805
  org.eclipse.tm.terminal.sdk.feature.jar 3.3.0.201205300905-7N7FF8N7iMlAUojUZPXmWeON
  org.eclipse.tm.terminal.sdk.feature.jar 3.3.1.201209191030-7N7FF8P7iMmAV6aAkqxqHKN8
  org.eclipse.emf.cdo.dawn.codegen.source.feature.jar 2.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.source.feature.jar 2.0.0.v20120521-0710
  org.eclipse.virgo.medic.logbackclassicfragment 3.5.0.RELEASE
  org.eclipse.ptp.debug.sdm.feature.group 6.0.0.201206130201
  org.eclipse.ptp.debug.sdm.feature.group 6.0.2.201209181406
  org.eclipse.egf.core.ui.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.ui.win32.source 3.2.300.v20120820-200440
  org.eclipse.ui.win32.source 3.2.300.v20120523-1955
  org.eclipse.emf.facet.common.feature.feature.group 0.2.1.v201209110754
  org.eclipse.emf.facet.common.feature.feature.group 0.2.0.v201206120903
  toolingepp.package.rcp.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.rcp.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.epp.package.dsl.feature.feature.jar 1.5.1.20121004-1506
  epp.package.modeling.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120620-0855
  org.eclipse.mylyn.java_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.java_feature.feature.jar 3.8.2.v20120916-1200
  org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.jar 1.10.1.v201208161415-7B7C7NCcNBGUBnIZDaUY
  org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.jar 1.10.0.v201201161512-7B7C7LCcNBGTBfLREXcc
  org.eclipse.wb.core.databinding 1.5.1.r42x201209161109
  org.eclipse.wb.core.databinding 1.5.0.r42x201206111201
  org.eclipse.equinox.coordinator 1.1.0.v20120522-1841
  org.eclipse.emf.facet.infra.query.edit 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.query.edit 0.2.0.v201206120903
  org.eclipse.m2e.jdt 1.2.0.20120903-1050
  org.eclipse.m2e.jdt 1.1.0.20120530-0009
  org.eclipse.amp.amf.parameters.ui 0.9.0.v20120528-0244
  org.eclipse.emf.codegen 2.8.0.v20120608-0554
  org.eclipse.emf.codegen 2.8.0.v20120917-0436
  epp.package.testing.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.emf.ecore.xcore.ui.feature.jar 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.ui.feature.jar 1.0.1.v20120917-0741
  org.eclipse.emf.facet.common.feature.feature.jar 0.2.0.v201206120903
  org.eclipse.emf.facet.common.feature.feature.jar 0.2.1.v201209110754
  org.eclipse.koneki.ldt.feature.group 0.8.2.201209061319
  org.eclipse.koneki.ldt.feature.group 0.8.0.201206122001
  org.eclipse.scout.rt.ui.svg.calendar 3.8.0.201206130843
  org.eclipse.scout.rt.ui.svg.calendar 3.8.1.201209171521
  org.eclipse.emf.cdo.dawn.codegen.emf.feature.jar 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.emf.feature.jar 2.0.1.v20120911-1146
  org.eclipse.xtend.ui 1.2.0.v201206110941
  org.eclipse.modisco.xml.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.modisco.xml.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.egf.emf.codegen.ecore.ui.source 1.0.0.v20120528-1550
  org.eclipse.datatools.sqltools.parsers.sql.source 1.0.2.v201107221520
  toolingepp.package.jee.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.jee.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.papyrus.infra.services.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.infra.services.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.net4j.doc.source 4.1.0.v20120911-1146
  org.eclipse.net4j.doc.source 4.1.0.v20120611-1554
  org.eclipse.ecf.provider.xmpp.remoteservice 1.0.0.v20120610-1946
  org.eclipse.mylyn.cvs.feature.jar 1.0.0.v20120612-0600
  org.eclipse.mylyn.cvs.feature.jar 1.0.2.v20120916-1200
  org.eclipse.gmf.runtime.common.ui.printing.win32.source 1.4.0.v20120514-1615
  org.eclipse.ocl.common.ui.source 1.0.0.v20120516-1543
  org.eclipse.rap.rwt.source 1.5.1.20120917-1116
  org.eclipse.rap.rwt.source 1.5.0.20120612-1458
  org.eclipse.emf.cdo.dawn.util 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.util 2.0.0.v20120911-1146
  org.eclipse.gmt.modisco.tool.metricsvisualizationbuilder 0.10.1.v201209190814
  org.eclipse.gmt.modisco.tool.metricsvisualizationbuilder 0.10.0.v201206130817
  org.eclipse.soa.sca.sca1_1.model.edit 2.3.0.201205240725
  org.eclipse.amp.agf.feature.group 0.9.0.v20120528-0244
  org.apache.lucene.source 2.9.1.v201101211721
  org.eclipse.ptp.proxy 6.0.0.201206130201
  org.eclipse.ptp.proxy 6.0.2.201209181406
  org.eclipse.modisco.jee.webapp.discoverer 0.10.0.v201206130817
  org.eclipse.modisco.jee.webapp.discoverer 0.10.1.v201209190814
  org.eclipse.virgo.deployer.api 3.5.1.BUILD-20120613131556
  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.papyrus.sysml.table.requirement 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.table.requirement 0.9.0.v201206131215
  epp.package.cpp.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  org.eclipse.libra.framework.core 0.2.0.201206060754
  org.eclipse.wst.wsdl.validation 1.1.600.v201203081939
  org.eclipse.wst.html.core 1.1.601.v201208170345
  org.eclipse.wst.html.core 1.1.600.v201204260100
  org.eclipse.gyrex.monitoring 1.0.0.v20120511-0855
  org.eclipse.emf.mwe.ui 1.2.1.v201206110920
  org.eclipse.egf.producer.ui.feature.group 1.0.0.v20120528-1550
  org.eclipse.epp.mpc.feature.jar 1.1.1.I20110907-0947
  epp.package.automotive.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.facet.widgets.nattable.workbench 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.workbench 0.2.1.v201209110754
  org.eclipse.wb.swt.widgets.baseline 1.5.1.r42x201209161238
  org.eclipse.wb.swt.widgets.baseline 1.5.0.r42x201206111317
  org.eclipse.core.commands.source 3.6.1.v20120521-2329
  org.eclipse.core.commands.source 3.6.1.v20120814-150512
  org.eclipse.dltk.ruby 4.0.0.201206120848
  epp.package.cpp.executable.gtk.linux.ppc 1.5.0.20120614-1633
  epp.package.cpp.executable.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.birt.report.engine.dataextraction.csv.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.dataextraction.csv.source 4.2.0.v20120611
  org.eclipse.gef3d 0.8.1.v20120528-0244
  org.eclipse.ecf.examples.remoteservices.hello.host 3.0.0.v20120610-1946
  org.eclipse.epp.mpc.ui.source 1.1.1.I20110907-0947
  org.eclipse.gyrex.features.tests.feature.jar 1.0.0.v20120423-0945-79-8ZEVVFNVFhKr7Kykl
  org.eclipse.gyrex.features.tests.feature.jar 1.0.0.v20120423-0945-79--EVVFNVFfLm7Kynm
  org.eclipse.gmf.runtime.emf.type.ui 1.2.0.v20120514-1615
  org.eclipse.ptp.rdt.sync.fortran.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rdt.sync.fortran.feature.group 6.0.0.201206130201
  org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn 1.0.100.v20120523-0528
  epp.package.jee.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  epp.package.jee.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.reporting.configuration 1.5.1.20121004-1506
  toolingepp.package.reporting.configuration 1.5.0.20120614-1633
  org.eclipse.pde.ds.ui.source 1.0.200.v20120530-1435
  org.maven.ide.eclipse 1.2.0.20120903-1050
  org.maven.ide.eclipse 1.1.0.20120530-0009
  toolingepp.package.scout.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.scout.ini.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.emf.transaction.sdk.feature.jar 1.6.0.v20120328-0001-777Z-9A_WsZmcPluNecyPkvrPKlH
  org.eclipse.wst.common.fproj.feature.group 3.4.0.v201202292300-377F8N8s735555393B7B
  org.eclipse.emf.cdo.net4j 4.1.0.v20120611-0549
  org.eclipse.emf.cdo.net4j 4.1.0.v20120821-1005
  org.eclipse.egf.portfolio.genchain.editor 1.0.0.v20120528-1550
  org.eclipse.xpand.doc 1.2.0.v201206110941
  org.eclipse.mylyn.builds.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.builds.ui.source 1.0.0.v20120612-0600
  org.eclipse.emf.rap.source.feature.group 2.8.1.v20120917-0436
  org.eclipse.emf.rap.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.cdt.debug.gdbjtag.core 8.1.0.201206111645
  org.eclipse.cdt.debug.gdbjtag.core 8.1.0.201209170703
  org.eclipse.emf.cdo.common.db 3.0.200.v20120521-0710
  org.eclipse.emf.cdo.common.db 3.0.200.v20120821-1005
  org.eclipse.modisco.infrastructure.feature.feature.group 0.10.0.v201206130817
  org.eclipse.modisco.infrastructure.feature.feature.group 0.10.1.v201209190814
  org.apache.lucene.analysis.source 2.9.1.v201101211721
  org.eclipse.ecf.protocol.msn 1.2.0.v20120610-1946
  org.eclipse.gmf.graphdef.codegen.ui.source 1.3.0.RC4a
  org.eclipse.gmf.graphdef.codegen.ui.source 1.3.0.201209121329
  org.eclipse.modisco.jee.doc 0.10.1.v201209190814
  org.eclipse.modisco.jee.doc 0.10.0.v201206130817
  org.apache.commons.fileupload 1.2.2.v20111214-1400
  org.eclipse.e4.rcp.source.feature.group 1.1.0.v20120521-2329-8yFTIGIbGGduEZ6-7-jLx41nXj
  org.eclipse.e4.rcp.source.feature.group 1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn
  org.eclipse.datatools.modelbase.dbdefinition.source 1.0.2.v201107221519
  org.eclipse.papyrus.uml.properties.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.uml.properties.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.emf.databinding.source 1.2.0.v20120917-0436
  org.eclipse.emf.databinding.source 1.2.0.v20120608-0554
  org.eclipse.mylyn.commons.identity.core 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.identity.core 1.0.0.v20120612-0600
  org.eclipse.ocl.examples.common 3.2.0.v20120411-1432
  toolingepp.package.automotive.ini.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.emf.eef.views.editor 1.1.1.201206051542
  toolinggtk.hpux.ia64_32org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolinggtk.hpux.ia64_32org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.eclipse.gmt.modisco.infra.browser.uicore.examples.cnf.source 0.10.0.v201206130817
  org.eclipse.rse.core.feature.group 3.4.1.201209191030-7a7NFm27sResTNgNeS4R
  org.eclipse.rse.core.feature.group 3.4.0.201205300905-7a7NFm-7sResSX4RTNSW
  org.eclipse.emf.codegen.ecore.xtext.source 1.0.0.v20120612-0950
  org.eclipse.emf.codegen.ecore.xtext.source 1.0.0.v20120917-0741
  org.eclipse.m2m.qvt.oml.project 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.project 3.1.0.v201206041614
  org.eclipse.xsd.ecore.importer.source 2.6.0.v20120917-0436
  org.eclipse.xsd.ecore.importer.source 2.6.0.v20120319-0555
  org.eclipse.datatools.sqltools.schemaobjecteditor.ui 1.1.1.200810071
  org.eclipse.egf.pattern.jet.source 1.0.0.v20120528-1550
  org.eclipse.ecf.remoteservice.rosgi.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.ocl.examples.xtext.base.source 3.2.0.v20120527-1419
  org.eclipse.ocl.examples.xtext.base.source 3.2.1.v20120917-1012
  org.eclipse.emf.transaction.examples.feature.group 1.6.0.v20120328-0001-47D8Z8yGE5PtKEQUIIOX6EAL3
  org.eclipse.core.runtime.feature.feature.jar 1.1.0.v20120521-2346-7H7NFHkBpeIm_WQ_SXscjz-J1Zi9
  org.eclipse.core.runtime.feature.feature.jar 1.1.0.v20120521-2346-7H7NFHlBpeIm_Y1_WXrenz0P9ad9
  org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition.source 1.0.3.v201107221502
  org.eclipse.emf.doc.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.doc.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.cdo.dawn.sdk.feature.jar 2.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.sdk.feature.jar 2.0.0.v20120525-0730
  org.eclipse.emf.facet.infra.facet.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.facet.source 0.2.1.v201209110754
  org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.10.1.v201208161415-4-29oB5895RAE8HHP
  org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.10.0.v201201161512-4-29oB5885QBB8HKW
  org.eclipse.birt.report.data.oda.hive 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.hive 4.2.0.v20120611
  org.eclipse.scout.sdk.rap.ui.source 3.8.1.201209171521
  org.eclipse.scout.sdk.rap.ui.source 3.8.0.201206130843
  org.eclipse.ptp.remote.feature.group 6.0.0.201206130201
  org.eclipse.ptp.remote.feature.group 6.0.2.201209181406
  org.eclipse.mylyn.wikitext.textile.ui 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.textile.ui 1.7.2.v20120916-1200
  org.eclipse.egf.model_root 1.0.0.v20120528-1550
  org.eclipse.mat.feature.feature.jar 1.2.0.201205300858
  org.eclipse.dltk.tcl.activestatedebugger 4.0.0.201206120848
  toolingepp.package.automotive.ini.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.epp.package.testing.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.epp.package.testing.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.jwt.we.plugins.viewuml 1.2.0.v201205310546
  epp.package.cpp.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86_64 4.2.1.M20120914-1800
  epp.package.scout.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.sapphire.modeling 0.5.3.201209191432
  org.eclipse.sapphire.modeling 0.5.0.201206122150
  org.eclipse.birt.report.engine.odf.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.odf.source 4.2.1.v20120820
  toolingepp.package.modeling.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.win32.win32.x86 1.5.0.20120620-0855
  epp.package.java.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.java.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.wst.xml.xpath2.processor.feature.feature.group 2.0.100.v201203131922-7A7K0CcNBGPCTJ_FUOb
  org.eclipse.emf.cdo.dawn.graphiti 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.graphiti 2.0.0.v20120911-1146
  org.eclipse.ptp.rdt.sync.fortran.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rdt.sync.fortran.feature.jar 6.0.0.201206130201
  org.eclipse.emf.cdo.dawn.emf 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.emf 2.0.0.v20120521-0710
  org.eclipse.ptp.rdt.editor 2.0.0.201206130201
  org.eclipse.ptp.rdt.editor 2.0.1.201209181406
  org.eclipse.birt.report.debug.core 4.2.0.v20120611
  org.eclipse.birt.report.debug.core 4.2.1.v20120820
  org.eclipse.wst.dtd.core 1.1.600.v201205171933
  toolingorg.eclipse.platform.sdk.config.gtk.aix.ppc 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.gtk.aix.ppc 4.2.1.M20120914-1800
  org.eclipse.papyrus.infra.services.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.infra.services.feature.feature.group 0.9.0.v201206131215
  org.eclipse.emf.mapping.ecore.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ecore.feature.jar 2.7.0.v20120917-0436
  org.eclipse.team.svn.revision.graph.source.feature.jar 1.0.0.I20120601-1700
  toolingcocoa.macosx.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
  org.eclipse.jst.server_ui.feature.feature.jar 3.4.0.v20120503_1042-7A77FHr9xFcC2CFLZBCJMHLg7D64
  org.eclipse.jubula.client.cmd.controller 1.2.2.201209040912
  org.eclipse.jubula.client.cmd.controller 1.2.1.201206131127
  org.eclipse.papyrus.infra.core.sasheditor 0.9.1.v201209190809
  org.eclipse.papyrus.infra.core.sasheditor 0.9.0.v201206131215
  org.eclipse.m2m.qvt.oml.ui 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.ui 3.1.0.v201206041614
  org.eclipse.mylyn.git.core 1.0.2.v20120916-1200
  org.eclipse.mylyn.git.core 1.0.0.v20120612-0600
  org.eclipse.linuxtools.oprofile.ui 1.0.0.201206130106
  org.eclipse.linuxtools.oprofile.ui 1.0.0.201209191645
  org.eclipse.birt.report.designer.ui.cubebuilder 4.2.1.v201208211204
  org.eclipse.birt.report.designer.ui.cubebuilder 4.2.0.v20120611
  org.eclipse.emf.cdo.ui.shared.source 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.ui.shared.source 4.0.100.v20120606-1626
  epp.package.scout.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.linuxtools.rpm.core 1.0.0.201206130106
  org.eclipse.linuxtools.rpm.core 1.0.0.201209191645
  org.eclipse.dltk.tcl.ui 4.0.0.201206120848
  toolingepp.package.rcp.application 1.5.0.20120614-1633
  toolingepp.package.rcp.application 1.5.1.20121004-1506
  org.eclipse.scout.rt.rap.target.feature.feature.group 3.8.0.201206130843
  org.eclipse.scout.rt.rap.target.feature.feature.group 3.8.1.201209171521
  epp.package.mobile 1.5.0.20120614-1633
  epp.package.mobile 1.5.1.20121004-1506
  org.eclipse.mylyn.monitor.ui 3.8.0.v20120612-0600
  org.eclipse.mylyn.monitor.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.core.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.core.source 3.8.2.v20120916-1200
  org.eclipse.emf.generic.editor 1.0.0.v201206110941
  toolingepp.package.java.config.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.java.config.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.linuxtools.perf.feature.feature.group 1.0.0.201209191645
  org.eclipse.linuxtools.perf.feature.feature.group 1.0.0.201206130106
  org.eclipse.search.source 3.8.0.v20120523-1540
  toolingepp.package.cpp.config.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.cpp.config.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.mylyn.builds.core 1.0.2.v20120916-1200
  org.eclipse.mylyn.builds.core 1.0.0.v20120612-0600
  org.eclipse.papyrus.uml.properties.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.uml.properties.feature.feature.group 0.9.0.v201206131215
  org.eclipse.linuxtools.perf 1.0.0.201206130106
  org.eclipse.linuxtools.perf 1.0.0.201209191645
  org.apache.batik.svggen 1.6.0.v201011041432
  org.eclipse.datatools.enablement.feature.source.feature.jar 1.10.0.v201201161512-7J9Q0BWxeMcYB5KWfz-eG7qiq-sX
  org.eclipse.datatools.enablement.feature.source.feature.jar 1.10.1.v201208161415-7J9Q7FBWxeNcZB5LWgyhH7patz0v
  toolingepp.package.cpp.ini.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingorg.eclipse.platform.sdk.config.win32.win32.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.win32.win32.x86 4.2.1.M20120914-1800
  org.eclipse.gmf.graphdef.codegen.ui 1.3.0.201209121329
  org.eclipse.gmf.graphdef.codegen.ui 1.3.0.RC4a
  org.eclipse.dstore.core 3.3.100.201205300905
  org.eclipse.dstore.core 3.3.101.201209191030
  org.eclipse.mylyn.wikitext.twiki.core 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.twiki.core 1.7.2.v20120916-1200
  org.eclipse.php.sdk.feature.group 3.0.0.v201201110400-77-184_2BEICRgM_fMVcz0M4Va9O
  org.eclipse.php.sdk.feature.group 3.1.1.201209101312
  org.eclipse.emf.facet.widgets.celleditors.edit.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.celleditors.edit.source 0.2.1.v201209110754
  org.eclipse.mylyn.commons.compatibility.feature.group 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.compatibility.feature.group 3.8.0.v20120612-0600
  org.eclipse.core.variables.source 3.2.600.v20120521-2012
  org.eclipse.amalgam.discovery_root 1.2.0.201206050806
  org.eclipse.wst.server.ui 1.4.1.v20120821_1330
  org.eclipse.wst.server.ui 1.4.0.v20120501_1141
  org.eclipse.emf.workspace.ui.source 1.3.0.v200901271819
  org.eclipse.emf.ecore.xcore.ui.source.feature.jar 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.ui.source.feature.jar 1.0.0.v20120612-0950
  org.eclipse.egit.mylyn.ui 2.0.0.201206130900-r
  org.eclipse.egit.mylyn.ui 2.1.0.201209190230-r
  org.eclipse.actf.model.ui.editors.ie 1.0.1.R201209191006
  org.eclipse.actf.model.ui.editors.ie 1.0.0.R201206131330
  org.eclipse.wb.doc.user.feature.feature.jar 1.5.0.r42x201206111211
  org.eclipse.wb.doc.user.feature.feature.jar 1.5.1.r42x201209161130
  org.eclipse.cdt.core.lrparser.source.feature.group 5.2.0.201206111645
  org.eclipse.cdt.core.lrparser.source.feature.group 5.2.0.201209170703
  org.eclipse.papyrus.sysml.modelexplorer 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.modelexplorer 0.9.0.v201206131215
  org.eclipse.mylyn.versions.feature.jar 1.0.0.v20120612-0600
  org.eclipse.mylyn.versions.feature.jar 1.0.2.v20120916-1200
  org.eclipse.jetty.slf4jlogback.feature.jar 8.1.3.201206060641
  org.eclipse.gmf.tooling_root 3.0.0.201209121329
  org.eclipse.gmf.tooling_root 3.0.0.RC4a
  org.eclipse.rse.subsystems.files.ftp 2.1.400.201205300905
  org.eclipse.rse.subsystems.files.ftp 2.1.400.201209191030
  org.eclipse.emf.eef.sdk-feature.feature.group 1.1.1.201206051542
  org.eclipse.birt.feature.jar 4.2.1.v20120820-ChBG8UGYgRQlJ7y9Lz-wS7nDcRL4
  org.eclipse.birt.feature.jar 4.2.0.v20120611-C_BC7CGWoJMfAnw8Y8QVz0nD0JPl
  epp.package.cpp.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.php.debug.ui.source 3.1.1.201209101312
  org.eclipse.php.debug.ui.source 3.0.1.v201201110400
  org.eclipse.egf.portfolio.file.resources 1.0.0.v20120528-1550
  org.eclipse.ptp.rdt.sync.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rdt.sync.feature.jar 6.0.0.201206130201
  org.eclipse.photran.managedbuilder.ui 8.0.0.201206122044
  org.eclipse.photran.managedbuilder.ui 8.0.0.201209141911
  org.eclipse.persistence.core.source 2.4.0.v20120608-r11652
  toolingepp.package.automotive.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.automotive.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.dltk.formatter 4.0.0.201206120848
  org.eclipse.mylyn.docs.intent.client.compiler 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.client.compiler 0.7.1.201208201051
  org.eclipse.ptp.utils.ui 3.0.0.201209181406
  org.eclipse.ptp.utils.ui 3.0.0.201206130201
  toolingepp.package.reporting.ini.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.wst.command.env.doc.user 1.5.300.v201005192225
  org.eclipse.actf.visualization.ui.pdt 1.0.1.R201209191006
  org.eclipse.actf.visualization.ui.pdt 1.0.0.R201206131330
  org.eclipse.emf.rap.common.ui.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.rap.common.ui.feature.group 2.7.0.v20120608-0554
  org.eclipse.papyrus.infra.services.markerlistener 0.9.0.v201206131215
  org.eclipse.papyrus.infra.services.markerlistener 0.9.1.v201209190809
  org.eclipse.amp.amf.acore 0.9.0.v20120528-0244
  org.eclipse.birt.report.data.oda.jdbc.source 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.source 4.2.0.v20120611
  org.eclipse.papyrus.infra.widget.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.infra.widget.feature.feature.group 0.9.1.v201209190809
  org.eclipse.bpel.ui 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.ui 1.0.1.v20120914-1434-CI
  org.eclipse.emf.databinding.edit.feature.jar 1.2.0.v20120917-0436
  org.eclipse.emf.databinding.edit.feature.jar 1.2.0.v20120608-0554
  org.eclipse.m2m.atl.core.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.core.source 3.3.0.v201205241358
  org.eclipse.tcf.rse.feature.feature.group 1.0.0.201206051725
  org.eclipse.tcf.rse.feature.feature.group 1.0.0.201209190831
  org.eclipse.linuxtools.cdt.libhover 1.2.0.201206130106
  org.eclipse.linuxtools.cdt.libhover 1.2.0.201209191645
  org.eclipse.equinox.sdk.feature.group 3.8.0.v20120522-1841-7M7fA78g5_y-eMftHxcd13UXuq5J
  org.eclipse.equinox.sdk.feature.group 3.8.0.v20120522-1841-7M7fA78g5_y-g-jtHxcd5k8q8lFR
  org.eclipse.persistence.jpa.source.feature.group 2.4.0.v20120608-r11652
  org.eclipse.php.source 3.0.1.v201201110400
  org.eclipse.mylyn.context.sdk.java 3.8.0.v20120612-0600
  org.eclipse.mylyn.context.sdk.java 3.8.2.v20120916-1200
  org.eclipse.cdt.codan.ui.cxx 3.0.0.201206111645
  org.eclipse.cdt.codan.ui.cxx 3.0.0.201209170703
  org.w3c.dom.smil 1.0.0.v200806040011
  org.w3c.dom.smil 1.0.1.v200903091627
  org.eclipse.emf.cdo.dawn.codegen.emf.feature.group 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.emf.feature.group 2.0.1.v20120911-1146
  org.eclipse.gyrex.features.http.source.feature.jar 1.0.0.v20120423-0945-6--BgJ9EJ9PHS4D_TW
  org.eclipse.cdt.bupc.feature.jar 1.0.3.201206111645
  org.eclipse.cdt.bupc.feature.jar 1.0.3.201209170703
  org.eclipse.emf.facet.ecore.source 0.2.1.v201209110754
  org.eclipse.emf.facet.ecore.source 0.2.0.v201206120903
  org.eclipse.ptp.rdt.doc.user 1.0.0.201206130201
  org.eclipse.ptp.rdt.doc.user 1.0.0.201209181406
  epp.package.modeling.executable.gtk.linux.ppc64.eclipse 1.5.0.20120620-0855
  epp.package.modeling.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.remote.rse.core 5.0.1.201206130201
  org.eclipse.ptp.remote.rse.core 5.0.1.201209181406
  org.eclipse.jubula.rc.common 1.2.2.201209040912
  org.eclipse.jubula.rc.common 1.2.1.201206131127
  org.eclipse.gemini.web.extender 2.1.0.RELEASE
  org.eclipse.ocl.examples.xtext.markup 3.2.0.v20120526-1258
  org.eclipse.rcp.configuration_root.gtk.linux.x86_64 1.0.0.I20120608-1400
  org.eclipse.rcp.configuration_root.gtk.linux.x86_64 1.0.0.M20120914-1800
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf 1.0.0.v20120521-0710
  org.eclipse.rse.useractions.source 1.1.400.201205300905
  org.eclipse.rse.useractions.source 1.1.400.201209191030
  org.eclipse.scout.svg.ui.swt.source 3.8.0.201206130843
  org.eclipse.scout.svg.ui.swt.source 3.8.1.201209171521
  org.eclipse.rcp.configuration_root.win32.win32.x86 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.win32.win32.x86 1.0.0.I20120608-1400
  org.eclipse.birt.chart.ui.extension.source 4.2.1.v20120820
  org.eclipse.birt.chart.ui.extension.source 4.2.0.v20120611
  org.eclipse.papyrus.infra.core.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.infra.core.feature.feature.group 0.9.0.v201206131215
  org.eclipse.scout.sdk.rap.feature.feature.group 3.8.0.201206130843
  org.eclipse.scout.sdk.rap.feature.feature.group 3.8.1.201209171521
  org.eclipse.datatools.enablement.oda.designer.feature.source.feature.group 1.10.0.v201201161512-3368s7356485C59AB
  org.eclipse.datatools.enablement.oda.designer.feature.source.feature.group 1.10.1.v201208161415-3368s7356485C59AB
  org.eclipse.jst.jsf.facesconfig.ui 1.2.101.v201208241503
  org.eclipse.jst.jsf.facesconfig.ui 1.2.100.v201201111516
  org.eclipse.persistence.dbws.builder.source 2.4.0.v20120608-r11652
  org.eclipse.datatools.connectivity.ui.dse.source 1.1.4.v201107221459
  org.eclipse.datatools.connectivity.ui.dse.source 1.1.4.v201208151422
  epp.package.reporting.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  epp.package.reporting.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.rse.subsystems.processes.core 3.1.300.201205300905
  org.eclipse.rse.subsystems.processes.core 3.1.300.201209191030
  toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86 4.2.1.M20120914-1800
  toolingepp.package.automotive.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.automotive.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.datatools.help.source 1.5.0.v200906020553
  org.eclipse.cdt.dsf.gdb 4.1.1.201209170703
  org.eclipse.cdt.dsf.gdb 4.1.0.201206111645
  epp.package.dsl.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.team.svn.sources 1.0.0.I20120601-1700
  org.eclipse.team.svn.sources 1.0.0.I20120818-1700
  ch.ethz.iks.r_osgi.remote 1.0.0.RC4_v20120610-1946
  org.eclipse.actf.visualization.ui.report 1.0.0.R201206131330
  org.eclipse.actf.visualization.ui.report 1.0.1.R201209191006
  org.eclipse.jst.ws.axis2.creation.core 1.0.106.v201004211805
  org.eclipse.equinox.p2.artifact.repository.source 1.1.200.v20120430-1959
  org.eclipse.jst.server.websphere.core 1.0.302.v20080620
  org.eclipse.gyrex.persistence.jdbc 1.0.0.v20120511-0855
  org.eclipse.egf.portfolio.genchain.tools.ui 1.0.0.v20120528-1550
  org.eclipse.m2m.qvt.oml.sdk.feature.jar 3.2.1.v20120918-0827
  org.eclipse.m2m.qvt.oml.sdk.feature.jar 3.1.0.v201206041614-7U7A-CL5V0ETk4K7wL253-yIi90n
  org.eclipse.equinox.http.servletbridge.source 1.0.300.v20120522-2049
  epp.package.java.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.java.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.emf.facet.efacet.examples.library.core 0.2.1.v201209110754
  org.eclipse.objectteams.otdt 2.1.1.201209011847
  org.eclipse.objectteams.otdt 2.1.0.201206090452
  org.eclipse.emf.validation.ocl.source 1.4.0.v20100224-1657
  org.apache.commons.math 2.1.0.v201105210652
  org.eclipse.papyrus.uml.table.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.uml.table.feature.feature.group 0.9.1.v201209190809
  org.eclipse.gmf.runtime.thirdparty.feature.group 1.6.0.v20120517-1809-7P8W6FHV2CYnrDgDtz-JNaw31221
  org.eclipse.scout.jaxws216 2.1.6.201206130843
  org.eclipse.scout.jaxws216 2.1.6.201209171521
  org.eclipse.emf.cdo.net4j.source 4.1.0.v20120611-0549
  org.eclipse.emf.cdo.net4j.source 4.1.0.v20120821-1005
  epp.package.reporting.executable.motif.aix.ppc 1.5.0.20120614-1633
  epp.package.reporting.executable.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.objectteams.otdt.compiler.adaptor 2.1.0.201203201248
  org.eclipse.m2m.atl.profiler.exportmodel.editor.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.exportmodel.editor.source 3.3.1.v201209061455
  org.eclipse.equinox.console.jaas.fragment.source 1.0.0.v20120522-1841
  org.eclipse.uml2.source.feature.jar 4.0.0.v20120604-0919
  org.eclipse.uml2.source.feature.jar 4.0.1.v20120913-1441
  org.eclipse.egf.core.source 1.0.0.v20120528-1550
  org.eclipse.linuxtools.systemtap.ui.ide 1.0.0.201206130106
  org.eclipse.linuxtools.systemtap.ui.ide 1.0.0.201209191645
  org.eclipse.ptp.etfw.tau.feature.group 6.0.0.201206130201
  org.eclipse.ptp.etfw.tau.feature.group 6.0.2.201209181406
  toolingANY.ANY.ANYorg.apache.felix.gogo.runtime 1.0.0.SIMREL
  org.eclipse.m2m.atl.cheatsheets 3.3.0.v201205241358
  org.eclipse.m2m.atl.cheatsheets 3.3.1.v201209061455
  org.eclipse.xtext.junit.source 2.3.0.v201206120633
  org.eclipse.xtext.junit.source 2.3.1.v201208210947
  org.eclipse.mylyn.wikitext.help.ui 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.help.ui 1.7.0.v20120612-0600
  toolingepp.package.testing.config.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.testing.config.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.amp.escape.feature.jar 0.9.0.v20120528-0244
  org.eclipse.persistence.dbwsbuilder.source.feature.group 2.4.0.v20120608-r11652
  org.eclipse.dltk.mylyn.feature.jar 4.0.0.201206120848
  org.eclipse.equinox.servletbridge 1.2.200.v20120522-2049
  org.eclipse.birt.chart.reportitem.ui 4.2.0.v20120611
  org.eclipse.birt.chart.reportitem.ui 4.2.1.v20120820
  org.eclipse.emf.codegen.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.codegen.feature.group 2.8.0.v20120608-0554
  org.eclipse.equinox.sdk.feature.jar 3.8.0.v20120522-1841-7M7fA78g5_y-g-jtHxcd5k8q8lFR
  org.eclipse.equinox.sdk.feature.jar 3.8.0.v20120522-1841-7M7fA78g5_y-eMftHxcd13UXuq5J
  org.eclipse.actf.examples.adesigner.eval.odf 1.0.1.R201209191006
  org.eclipse.actf.examples.adesigner.eval.odf 1.0.0.R201206131330
  toolingepp.package.reporting.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.wst.server_ui.feature.feature.jar 3.3.100.v20110810_1722-7B7AFGHAtMcLXxbGc-IjRefCA84
  org.eclipse.wst.server_ui.feature.feature.jar 3.3.101.v20120817_1533-7B7AFJQAtMduXxeIc0IpSdC97A9
  org.eclipse.datatools.enablement.feature.feature.group 1.10.1.v201208161415-7J9Q7FBWxeNcZB5LWgyhH7patz0v
  org.eclipse.datatools.enablement.feature.feature.group 1.10.0.v201201161512-7J9Q0BWxeMcYB5KWfz-eG7qiq-sX
  org.eclipse.equinox.p2.rcp.feature.source.feature.jar 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr
  org.eclipse.equinox.p2.rcp.feature.source.feature.jar 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBtr2dhs
  epp.package.rcp.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.birt.report.designer.ui.data 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.data 4.2.0.v20120611
  org.eclipse.gmf.runtime.emf.type.core.source 1.4.0.v20120514-1615
  org.eclipse.emf.facet.ecore 0.2.1.v201209110754
  org.eclipse.emf.facet.ecore 0.2.0.v201206120903
  org.eclipse.gmf.tooling.source.feature.jar 3.0.0.RC4a
  org.eclipse.gmf.tooling.source.feature.jar 3.0.0.201209121329
  org.eclipse.pde.api.tools.source 1.0.400.v20120523-2012
  toolingepp.package.rcp.config.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.rcp.config.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.xtend.core.source 2.3.1.v201208210947
  org.eclipse.xtend.core.source 2.3.0.v201206120633
  org.eclipse.rap.ui.forms.source 1.5.0.20120612-1458
  org.eclipse.rap.ui.forms.source 1.5.1.20120917-1116
  org.eclipse.modisco.xml.source.feature.feature.group 0.10.0.v201206130817
  org.eclipse.team.ecf.ui 1.0.0.v20120610-1946
  org.eclipse.ptp.macosx.x86 6.0.0.201206130201
  org.eclipse.ptp.macosx.x86 6.0.2.201209181406
  org.eclipse.wst.jsdt.debug.rhino.ui 1.0.100.v201202292247
  org.eclipse.wst.jsdt.debug.rhino.ui 1.0.101.v201208171701
  org.eclipse.jubula.app.autrun 1.2.1.201206131127
  org.eclipse.jubula.app.autrun 1.2.2.201209040912
  org.eclipse.jpt.jpadiagrameditor.ui 1.0.201.v201208222210
  org.eclipse.jpt.jpadiagrameditor.ui 1.0.200.v201205290000
  org.eclipse.wb.runtime.lib 1.5.0.r42x201206111201
  org.eclipse.wb.runtime.lib 1.5.1.r42x201209161109
  org.eclipse.datatools.enablement.finfo.source 1.5.1.v200906161800
  toolingorg.eclipse.platform.ide.ini.gtk.linux.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.gtk.linux.x86_64 4.2.1.M20120914-1800
  org.eclipse.ecf.provider.r_osgi 3.2.0.v20120610-1946
  org.eclipse.net4j.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.source.feature.jar 4.1.0.v20120612-0600
  org.eclipse.papyrus.uml.commands 0.9.0.v201206131215
  org.eclipse.papyrus.uml.commands 0.9.1.v201209190809
  org.eclipse.pde.junit.runtime.source 3.4.200.v20120530-1435
  org.eclipse.virgo.nano.services.concurrent 3.5.1.BUILD-20120613131556
  org.eclipse.emf.importer.rose 2.6.0.v20120608-0554
  org.eclipse.emf.importer.rose 2.6.0.v20120917-0436
  org.eclipse.emf.mapping.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.mylyn.resources.ui 3.8.0.v20120612-0600
  org.eclipse.mylyn.resources.ui 3.8.2.v20120916-1200
  org.eclipse.equinox.server.servletbridge_root 1.0.101.v20120522-1841-42F9w9oB58B5KBB2ADHO
  toolingorg.eclipse.platform.ide.ini.gtk.aix.ppc64 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.ini.gtk.aix.ppc64 4.2.0.I20120608-1400
  org.eclipse.papyrus.infra.table.menu 0.9.1.v201209190809
  org.eclipse.papyrus.infra.table.menu 0.9.0.v201206131215
  org.eclipse.emf.facet.widgets.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.source 0.2.1.v201209110754
  toolingepp.package.mobile.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.mobile.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.egf.portfolio.eclipse.util.source 1.0.0.v20120528-1550
  org.eclipse.linuxtools.ctf.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.ctf.feature.group 1.0.0.201209191645
  toolingepp.package.scout.application 1.5.0.20120614-1633
  toolingepp.package.scout.application 1.5.1.20121004-1506
  epp.package.cpp.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.photran.cdtinterface 8.0.0.201206122044
  org.eclipse.photran.cdtinterface 8.0.0.201209141911
  org.eclipse.emf.validation.source.feature.jar 1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6
  org.eclipse.tcf.te.ui.controls 1.0.0.201206051725
  org.eclipse.tcf.te.ui.controls 1.0.0.201209190831
  org.eclipse.e4.ui.workbench.swt.source 0.10.1.v20120525-2014
  org.eclipse.e4.ui.workbench.swt.source 0.10.2.v20120802-184737
  org.eclipse.jst.ws.axis.infopop 1.0.300.v200805140230
  org.eclipse.ptp.remotetools.environment.generichost 1.4.0.201206130201
  org.eclipse.ptp.remotetools.environment.generichost 1.4.0.201209181406
  org.eclipse.birt.core.ui 4.2.1.v20120820
  org.eclipse.birt.core.ui 4.2.0.v20120611
  org.eclipse.datatools.connectivity.doc.user.contexts 1.7.0.20090521092446
  org.eclipse.egf.model.javapattern 1.0.0.v20120528-1550
  org.eclipse.papyrus.infra.services.resourceloading 0.9.1.v201209190809
  org.eclipse.papyrus.infra.services.resourceloading 0.9.0.v201206131215
  org.eclipse.ptp.debug.core 6.0.0.201209181406
  org.eclipse.ptp.debug.core 6.0.0.201206130201
  org.eclipse.jdt.apt.core.source 3.3.500.v20120522-1651
  org.eclipse.emf.mwe.ui.source.feature.jar 1.2.1.v201206110920
  org.eclipse.uml2.doc.feature.jar 4.0.0.v20120913-1441
  org.eclipse.uml2.doc.feature.jar 4.0.0.v20120604-0919
  org.eclipse.acceleo.doc 3.3.1.v20120831-0923
  org.eclipse.acceleo.doc 3.3.0.v20120529-1042
  org.eclipse.amalgam.discovery.core 1.2.0.201206050806
  org.eclipse.emf.examples.library.edit 2.5.0.v20120608-0554
  org.eclipse.emf.examples.library.edit 2.5.0.v20120917-0436
  org.eclipse.dltk.tcl.feature.jar 4.0.0.201206120848
  org.eclipse.draw3d 0.8.1.v20120528-0244
  org.eclipse.cdt.dsf 2.3.0.201206111645
  org.eclipse.cdt.dsf 2.3.0.201209170703
  org.eclipse.emf.codegen.ui 2.6.0.v20120917-0436
  org.eclipse.emf.codegen.ui 2.6.0.v20120608-0554
  org.eclipse.datatools.sdk 1.7.0.v200906161850
  org.eclipse.ecf.xmpp.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.m2m.atl.core.ui 3.3.1.v201209061455
  org.eclipse.m2m.atl.core.ui 3.3.0.v201205241358
  org.eclipse.emf.cdo.workspace.efs.source 4.0.0.v20120911-1146
  org.eclipse.emf.cdo.workspace.efs.source 4.0.0.v20120524-0838
  org.eclipse.emf.common.feature.jar 2.8.0.v20120606-0717
  org.eclipse.emf.common.feature.jar 2.8.0.v20120911-0500
  org.eclipse.emf.codegen.ecore.xtext.ui 1.0.0.v20120917-0741
  org.eclipse.emf.codegen.ecore.xtext.ui 1.0.0.v20120612-0950
  org.eclipse.draw2d 3.8.1.201208201742
  org.eclipse.draw2d 3.8.0.201206112118
  org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit 0.9.1.v201209190809
  org.eclipse.emf.validation.feature.jar 1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6
  epp.package.reporting.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.emf.facet.efacet.metamodel 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.metamodel 0.2.1.v201209110754
  org.eclipse.egf.model.ftask.feature.group 1.0.0.v20120528-1550
  org.eclipse.emf.query.examples.source.feature.jar 1.6.0.v20120425-2310
  org.eclipse.jwt.we.conf.model.editor 1.2.0.v201205310546
  org.eclipse.gmf.xpand.editor.source 2.1.0.201209121329
  org.eclipse.gmf.xpand.editor.source 2.1.0.RC4a
  org.eclipse.gyrex.p2 1.0.0.v20120511-0855
  org.eclipse.gyrex.features.server.feature.jar 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.gyrex.admin.ui.logback.source 1.0.0.v20120524-0614
  org.eclipse.birt.report.data.bidi.utils.ui 4.2.1.v20120820
  org.eclipse.birt.report.data.bidi.utils.ui 4.2.0.v20120611
  toolinggtk.aix.ppc64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolinggtk.aix.ppc64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  toolingepp.package.testing.config.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.testing.config.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.emf.oda.feature.group 1.1.0.v20120917-0436
  org.eclipse.emf.oda.feature.group 1.1.0.v20120608-0554
  org.eclipse.egf.emf.pattern.source 1.0.0.2_8_0_v20120528-1550
  org.eclipse.compare.source 3.5.300.v20120522-1148
  toolingepp.package.cpp.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.actf.visualization.ui.wst.feature.jar 1.0.0.R201206131330
  org.eclipse.actf.visualization.ui.wst.feature.jar 1.0.1.R201209191006
  org.eclipse.emf.facet.util.core 0.2.1.v201209110754
  org.eclipse.emf.facet.util.core 0.2.0.v201206120903
  org.eclipse.emf.mapping.ecore.editor.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ecore.editor.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.oda.ecore.feature.jar 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.feature.jar 1.1.0.v20120608-0554
  org.eclipse.emf.facet.infra.facet.editor.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.facet.editor.source 0.2.1.v201209110754
  org.eclipse.egf.pattern.ui 1.0.0.v20120528-1550
  org.eclipse.uml2.uml.edit.source 4.0.0.v20120604-0919
  org.eclipse.uml2.uml.edit.source 4.0.1.v20120913-1441
  org.eclipse.scout.svg.ui.swing 3.8.0.201206130843
  org.eclipse.scout.svg.ui.swing 3.8.1.201209171521
  org.eclipse.modisco.kdm.source.discoverer 0.10.0.v201206130817
  org.eclipse.modisco.kdm.source.discoverer 0.10.1.v201209190814
  org.eclipse.gmf.doc.feature.group 1.4.0.RC4a
  org.eclipse.gmf.doc.feature.group 1.4.0.201209121329
  org.eclipse.mylyn.mft.ecoretools.ui.source 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.ecoretools.ui.source 0.9.0.I20120314-1750
  org.eclipse.emf.generic.editor.source 1.0.0.v201206110941
  org.eclipse.emf.mapping.ui.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ui.feature.jar 2.7.0.v20120917-0436
  org.apache.batik.svggen.source 1.6.0.v201011041432
  org.eclipse.modisco.java.discoverer.ui 0.10.0.v201206130817
  org.eclipse.modisco.java.discoverer.ui 0.10.1.v201209190814
  org.eclipse.net4j.sdk.source 4.1.0.v20120525-0730
  org.eclipse.net4j.sdk.source 4.1.0.v20120719-0822
  org.eclipse.ecf.discovery.ui.edit 3.0.0.v20120610-1946
  toolingepp.package.reporting.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.reporting.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  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
  org.eclipse.ptp.remote.rse.ui 3.0.0.201209181406
  org.eclipse.ptp.remote.rse.ui 3.0.0.201206130201
  org.eclipse.soa.sca.sca1_0.runtime.frascati.model 2.3.0.201205240725
  org.eclipse.wst.ws_core.feature.feature.jar 3.4.0.v201108230503-7L7RFoGFGtGd-xhuy-rRwz-2766
  org.eclipse.jetty.osgi.boot.source 8.1.3.v20120522
  toolingepp.package.java.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.java.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.emf.query.feature.group 1.6.0.v20120328-0001-218Z7w311A142A1142
  org.eclipse.sapphire.modeling.xml.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.modeling.xml.feature.jar 0.5.0.201206122150
  org.eclipse.emf.codegen.ui.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.codegen.ui.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.mwe.doc 1.2.1.v201206110920
  virgo-nano.product 1.0.0.SIMREL
  org.eclipse.egf.portfolio.task.jet.source 1.0.0.v20120528-1550
  toolingepp.package.mobile.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.emf.facet.widgets.table.ui.workbench 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.table.ui.workbench 0.2.1.v201209110754
  toolingepp.package.parallel.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.parallel.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.jetty.all.feature.jar 8.1.3.201206060641
  org.eclipse.e4.core.contexts.source 1.1.0.v20120828-170404
  org.eclipse.e4.core.contexts.source 1.1.0.v20120523-2004
  org.eclipse.jem.beaninfo 2.0.300.v200905030615
  org.eclipse.amp.amf.testing 0.9.0.v20120528-0244
  org.eclipse.birt.report.data.oda.hive.source 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.hive.source 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.lib.explorer.source 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.lib.explorer.source 4.2.1.v20120820
  org.eclipse.m2m.qvt.oml.trace.edit 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.trace.edit 3.1.0.v20120906-0508
  org.eclipse.emf.importer.ecore.source 2.6.0.v20120608-0554
  org.eclipse.emf.importer.ecore.source 2.6.0.v20120917-0436
  org.eclipse.datatools.enablement.hsqldb.ui 1.0.0.v201108120600
  org.eclipse.mylyn.docs.intent 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent 0.7.0.201205301208
  com.google.gwt.servlet 2.0.4.v20100709-0658
  org.eclipse.emf.cdo.server.objectivity 4.0.100.v20120610-1749
  org.eclipse.emf.cdo.server.objectivity 4.0.100.v20120821-1005
  toolingorg.eclipse.platform.sdk.config.gtk.linux.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.gtk.linux.x86_64 4.2.1.M20120914-1800
  epp.package.mobile.executable.motif.linux.x86 1.5.1.20121004-1506
  epp.package.mobile.executable.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.egf.portfolio_root 1.0.0.v20120528-1550
  org.eclipse.gmf.tooling.feature.jar 3.0.0.RC4a
  org.eclipse.gmf.tooling.feature.jar 3.0.0.201209121329
  toolingepp.package.mobile.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.config.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.team.svn.mylyn.source 1.0.0.I20120601-1700
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit 1.0.0.v20120521-0710
  epp.package.java.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  epp.package.java.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.rm.mpi.mpich2.ui 2.0.0.201209181406
  org.eclipse.ptp.rm.mpi.mpich2.ui 2.0.0.201206130201
  org.eclipse.equinox.http.servlet.source 1.1.300.v20120522-1841
  org.apache.sshd.core 0.5.0.v201108120515
  org.eclipse.datatools.sqldevtools.parsers.feature.source.feature.jar 1.10.0.v201201161512-623BgJ9EE9ZJRDZLA
  org.eclipse.datatools.sqldevtools.parsers.feature.source.feature.jar 1.10.1.v201208161415-623BgJ9EE9ZJRDZLA
  org.eclipse.actf.visualization.doc.isv 1.0.0.R201206131330
  org.eclipse.actf.visualization.doc.isv 1.0.1.R201209191006
  org.eclipse.virgo.nano.war.deployer 3.5.1.BUILD-20120613131556
  org.eclipse.emf.rap 2.6.0.v20120917-0436
  org.eclipse.emf.rap 2.6.0.v20120608-0554
  org.eclipse.emf.facet.widgets.feature.feature.group 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.feature.feature.group 0.2.1.v201209110754
  org.eclipse.emf.compare.diff.edit.source 1.3.2.v20120918-1125
  org.eclipse.emf.compare.diff.edit.source 1.3.1.v20120605-0748
  org.eclipse.emf.cdo.server.db.source.feature.jar 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.db.source.feature.jar 4.1.1.v20120911-1146
  epp.package.reporting.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.reporting.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.oracle.ui 1.0.3.v201201131121
  epp.package.rcp.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  epp.package.rcp.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.m2m.atl.profiler.vm.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.vm.source 3.3.1.v201209061455
  org.eclipse.epp.package.automotive.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.epp.package.automotive.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.m2e.maven.indexer 1.2.0.20120903-0645
  org.eclipse.m2e.maven.indexer 1.1.0.20120529-1956
  org.eclipse.actf.model.ui 1.0.1.R201209191006
  org.eclipse.actf.model.ui 1.0.0.R201206131330
  org.eclipse.papyrus.uml.diagram.composite 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.composite 0.9.1.v201209190809
  org.eclipse.emf.validation.source.feature.group 1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6
  org.eclipse.ecf.discovery 4.0.0.v20120610-1946
  org.eclipse.emf.codegen.ecore.feature.group 2.8.1.v20120917-0436
  org.eclipse.emf.codegen.ecore.feature.group 2.8.0.v20120608-0554
  org.eclipse.gyrex.persistence.jdbc.source 1.0.0.v20120511-0855
  toolinggtk.linux.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
  toolinggtk.linux.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
  org.eclipse.egf.portfolio.task.ant.feature.jar 1.0.0.v20120528-1550
  toolingepp.package.reporting.config.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.reporting.config.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.net4j.sdk 4.1.0.v20120719-0822
  org.eclipse.net4j.sdk 4.1.0.v20120525-0730
  org.eclipse.jpt.jpa.eclipselink.ui 2.2.0.v201205020001
  org.eclipse.jpt.jpa.eclipselink.ui 2.2.1.v201208222210
  org.eclipse.uml2.sdk.feature.group 4.0.1.v20120913-1441
  org.eclipse.uml2.sdk.feature.group 4.0.0.v20120604-0919
  org.eclipse.egf.core.platform 1.0.0.v20120528-1550
  org.eclipse.egf.sdk.feature.jar 1.0.0.v20120528-1550
  org.eclipse.emf.mwe.sdk.feature.group 1.2.1.v201206110920
  org.eclipse.photran.core.xlf 8.0.0.201209141911
  org.eclipse.photran.core.xlf 8.0.0.201206122044
  org.eclipse.modisco.workflow 0.10.0.v201206130817
  org.eclipse.modisco.workflow 0.10.1.v201209190814
  org.eclipse.emf.cheatsheets.source 2.5.0.v20120917-0436
  org.eclipse.emf.cheatsheets.source 2.5.0.v20120608-0554
  org.eclipse.papyrus.sysml.diagram.ui 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.diagram.ui 0.9.0.v201206131215
  org.eclipse.m2m.qvt.oml.runtime.ui.source 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.runtime.ui.source 3.1.0.v20120906-0508
  org.eclipse.jwt.we 1.2.0.v201205310546
  org.eclipse.ecf.provider.xmpp.datashare 1.0.0.v20120610-1946
  org.eclipse.wb.runtime 1.5.1.r42x201209161109
  org.eclipse.wb.runtime 1.5.0.r42x201206111201
  org.eclipse.sdk 4.2.0.v201206081400
  org.eclipse.sdk 4.2.1.v201209141800
  org.eclipse.ocl.examples 3.2.0.v20120919-0602
  org.eclipse.ocl.examples 3.2.0.v20120613-0850
  org.eclipse.equinox.p2.extras.feature.feature.group 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBtr2dhs
  org.eclipse.emf.cdo.server.mongodb.feature.jar 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.server.mongodb.feature.jar 4.1.0.v20120610-1749
  org.eclipse.dltk.console.ui 4.0.0.201206120848
  org.eclipse.birt.report.engine.emitter.config.wpml.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.wpml.source 4.2.1.v20120820
  org.eclipse.emf.ecoretools.filters.source 1.1.0.201205150811
  tooling.virgo.org.apache.felix.gogo.runtime 1.0.0.tooling
  org.eclipse.cdt.launch 7.1.0.201209170703
  org.eclipse.cdt.launch 7.1.0.201206111645
  org.eclipse.sapphire.ui.swt.gef 0.5.0.201206122150
  org.eclipse.sapphire.ui.swt.gef 0.5.3.201209191432
  toolinggtk.linux.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
  toolinggtk.linux.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
  org.eclipse.datatools.enablement.jdt.classpath 1.0.1.v201107221501
  org.eclipse.equinox.weaving.sdk.feature.jar 1.0.200.v20120522-1841-79-FKsEVVFNVFsVk7O6G6
  org.eclipse.swt.gtk.linux.x86_64.source 3.100.0.v4233d
  org.eclipse.swt.gtk.linux.x86_64.source 3.100.1.v4234e
  org.eclipse.linuxtools.perf.doc 1.0.0.201206130106
  org.eclipse.linuxtools.perf.doc 1.0.0.201209191645
  org.eclipse.mylyn.context.sdk.feature.group 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.sdk.feature.group 3.8.0.v20120612-0600
  org.eclipse.ptp.rm.ibm.ll.ui 5.0.0.201206130201
  org.eclipse.ptp.rm.ibm.ll.ui 5.0.0.201209181406
  org.eclipse.emf.compare.sdk.feature.jar 1.3.1.v20120605-0748
  org.eclipse.emf.compare.sdk.feature.jar 1.3.2.v20120918-1125
  org.eclipse.wb.discovery.ui 1.5.0.r42x201206111213
  org.eclipse.wb.discovery.ui 1.5.1.r42x201209161116
  org.eclipse.emf.cdo.edit 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.edit 4.1.0.v20120521-0909
  org.eclipse.jst.ws.axis2.core 1.0.204.v201004211805
  toolingepp.package.jee.config.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.jee.config.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.papyrus.uml.pastemanager 0.9.1.v201209190809
  org.eclipse.papyrus.uml.pastemanager 0.9.0.v201206131215
  org.eclipse.emf.cdo.server.ocl.source 4.0.0.v20120911-1146
  org.eclipse.emf.cdo.server.ocl.source 4.0.0.v20120606-0915
  org.eclipse.jpt.doc.user 1.4.2.v201205290002
  org.eclipse.linuxtools.tmf.ui 1.0.0.201206130106
  org.eclipse.linuxtools.tmf.ui 1.1.0.201209191645
  org.eclipse.graphiti.feature.tools.source.feature.group 0.9.0.v20120613-0805
  org.eclipse.graphiti.feature.tools.source.feature.group 0.9.1.v20120919-0732
  epp.package.testing.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.testing.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.team.cvs.core.source 3.3.500.v20120522-1148
  epp.package.modeling 1.5.0.20120620-0855
  epp.package.modeling 1.5.1.20121004-1506
  org.eclipse.equinox.ip.source 1.1.300.v20120522-2049
  org.eclipse.ocl.examples.xtext.essentialocl.source 3.2.0.v20120606-1911
  org.eclipse.wst.validation 1.2.400.v201204260100
  org.eclipse.wst.validation 1.2.401.v201209052200
  toolingepp.package.rcp.config.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.rcp.config.cocoa.macosx.x86 1.5.0.20120614-1633
  org.eclipse.scout.sdk.compatibility.v36.fragment.source 3.8.1.201209171521
  org.eclipse.team.cvs.ui 3.3.500.v20120522-1148
  org.eclipse.jpt.dbws.eclipselink.feature.feature.jar 1.1.101.v201208222210-797EBlCcNBHLCmHaH0KIFD7
  org.eclipse.jpt.dbws.eclipselink.feature.feature.jar 1.1.100.v201203150000-797EBiCcNBHKCZEfAwHIFD7
  org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 0.9.1.v201209190809
  toolingepp.package.automotive.config.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.automotive.config.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.birt.report.data.oda.excel 4.2.1.v201208281709
  org.eclipse.birt.report.data.oda.excel 4.2.0.v20120611
  org.eclipse.equinox.server.jetty.feature.jar 1.1.0.v20120522-1841-8077C0F8NcJTbL1ab47MJ5
  org.eclipse.mylyn.tasks.core 3.8.2.v20120916-1200
  org.eclipse.mylyn.tasks.core 3.8.0.v20120612-0600
  org.eclipse.xtext.ui.codetemplates 2.3.1.v201208210947
  org.eclipse.xtext.ui.codetemplates 2.3.0.v201206120633
  org.eclipse.jubula.client.ui 1.2.1.201206131127
  org.eclipse.jubula.client.ui 1.2.2.201209040912
  org.eclipse.php.server.ui.source 3.1.1.201209101312
  org.eclipse.php.server.ui.source 3.0.1.v201201110400
  org.eclipse.amp.escape.amf.ide.source 0.9.0.v20120528-0244
  org.eclipse.mylyn.tasks.index.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.tasks.index.ui 3.8.0.v20120612-0600
  org.eclipse.ocl.examples.impactanalyzer.util.source 3.2.0.v20120503-1141
  toolingepp.package.jee.ini.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.jee.ini.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.ocl.common 1.0.0.v20120516-1543
  org.eclipse.bpel.jboss.riftsaw.runtime.feature.feature.group 1.0.1.v20120612-2300-CI
  org.eclipse.ocl.edit.source.feature.group 4.0.0.v20120919-0602
  org.eclipse.ocl.edit.source.feature.group 4.0.0.v20120613-0850
  org.eclipse.ptp.remotetools.preferences 2.0.0.201206130201
  org.eclipse.ptp.remotetools.preferences 2.0.0.201209181406
  org.eclipse.xsd.ecore.converter.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.xsd.ecore.converter.source.feature.group 2.7.0.v20120319-0555
  org.eclipse.rap.ui.launch 1.5.0.20120613-1425
  org.eclipse.rap.ui.launch 1.5.1.20120917-1138
  tooling.virgo.org.eclipse.equinox.p2.publisher.eclipse 1.0.0.tooling
  epp.package.mobile.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.xtext.examples_root 2.3.1.v201208210947
  org.eclipse.xtext.examples_root 2.3.0.v201206120633
  org.eclipse.birt.source 4.2.0.v20120611
  org.eclipse.birt.source 4.2.1.v201209061114
  org.eclipse.ocl.examples.interpreter.source 3.2.0.v20120503-1141
  org.eclipse.xsd.mapping.editor.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.xsd.mapping.editor.source.feature.jar 2.7.0.v20120319-0555
  EclipseRT Target Platform Components 0.0.0.7S7j7BcLWC9FAoMELMOoXTIIgMXF
  EclipseRT Target Platform Components 0.0.0.7S7j78cLWC9FAoMELMOgPWHGoQRF
  epp.package.testing.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.jst.enterprise_core.feature.feature.group 3.4.0.v201108110300-52FShAkF7BA8O8J9OC8
  org.eclipse.net4j.db.derby.feature.jar 4.1.0.v20120607-1600
  org.eclipse.net4j.db.derby.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.mapping.xsd2ecore.editor.source 2.6.0.v20120917-0436
  org.eclipse.emf.mapping.xsd2ecore.editor.source 2.6.0.v20120319-0555
  org.eclipse.jst.common.project.facet.core 1.4.201.v201108161900
  org.eclipse.tcf.te.ui.terminals.serial 1.0.0.201209190831
  org.eclipse.tcf.te.ui.terminals.serial 1.0.0.201206051725
  org.eclipse.jetty.osgi.boot.warurl 8.1.3.qualifier
  org.eclipse.jetty.monitor 8.1.3.v20120522
  org.eclipse.epp.mpc.core.source 1.1.1.I20110907-0947
  org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.10.0.v201201161512-4208375LG5BJ93413
  org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.10.1.v201208161415-4208375LG5BJ93413
  org.eclipse.gmf.runtime.diagram.ui.actions 1.4.1.v20120514-1615
  org.eclipse.emf.example.installer 1.2.0.v20120917-0436
  org.eclipse.emf.example.installer 1.2.0.v20120608-0554
  org.eclipse.scout.rt.feature.about 3.8.1.201209171521
  org.eclipse.scout.rt.feature.about 3.8.0.201206130843
  org.eclipse.graphiti.export.feature.feature.jar 0.9.1.v20120919-0732
  org.eclipse.graphiti.export.feature.feature.jar 0.9.0.v20120613-0805
  org.eclipse.xtext.examples.feature.group 2.3.0.v201206120633
  org.eclipse.xtext.examples.feature.group 2.3.1.v201208210947
  org.eclipse.ocl.examples.impactanalyzer.ui.source 3.2.0.v20120503-1141
  org.eclipse.egf.common.feature.jar 1.0.0.v20120528-1550
  org.eclipse.jst.ws.annotations.core 1.2.0.v201203272107
  toolingepp.package.rcp.config.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.rcp.config.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.amp.amf.gen.escape.source 0.9.0.v20120528-0244
  toolinggtk.solaris.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
  toolinggtk.solaris.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
  org.eclipse.cdt.autotools.ui 1.0.1.201209170703
  org.eclipse.cdt.autotools.ui 1.0.1.201206111645
  org.eclipse.rap.junit.runtime.source 1.5.1.20120917-1116
  org.eclipse.rap.junit.runtime.source 1.5.0.20120612-1458
  org.eclipse.xsd.mapping.feature.jar 2.7.0.v20120319-0555
  org.eclipse.xsd.mapping.feature.jar 2.7.0.v20120917-0436
  org.eclipse.scout.rt.rap.target 3.8.1.201209171521
  org.eclipse.scout.rt.rap.target 3.8.0.201206130843
  epp.package.testing.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.rap.demo 1.5.1.20120917-1116
  org.eclipse.rap.demo 1.5.0.20120612-1458
  org.eclipse.uml2.uml.source 4.0.0.v20120604-0919
  org.eclipse.uml2.uml.source 4.0.1.v20120913-1441
  org.eclipse.emf.cdo.security.edit.source 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.security.edit.source 4.1.0.v20120612-0859
  toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc64 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.config.gtk.linux.ppc64 4.2.0.I20120608-1400
  org.eclipse.datatools.modelbase.sql.source 1.0.6.v201208230744
  org.eclipse.datatools.modelbase.sql.source 1.0.5.v201110151330
  org.eclipse.jpt.jpa.eclipselink.core.ddlgen 2.1.1.v201208222210
  org.eclipse.jpt.jpa.eclipselink.core.ddlgen 2.1.0.v201203150000
  org.eclipse.cdt 8.1.0.201206111645
  org.eclipse.cdt 8.1.1.201209170703
  org.eclipse.jst.jee 1.0.500.v201202020745
  javax.el.source 2.2.0.v201108011116
  org.eclipse.ui.cheatsheets.source 3.4.200.v20120521-2344
  org.eclipse.emf.eef.runtime.source 1.1.1.201206051542
  org.eclipse.cdt.debug.ui.memory.transport 2.1.0.201209170703
  org.eclipse.cdt.debug.ui.memory.transport 2.1.0.201206111645
  toolingepp.package.mobile.ini.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.mobile.ini.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.m2m.qvt.oml.runtime.ui 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.runtime.ui 3.1.0.v201206041614
  org.eclipse.mylyn.commons.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.ui 3.8.0.v20120612-0600
  org.eclipse.actf.visualization.doc.user 1.0.1.R201209191006
  org.eclipse.actf.visualization.doc.user 1.0.0.R201206131330
  org.eclipse.gmf.examples.runtime.feature.group 1.6.0.v20120517-1809-7B7L1F8NcJTcK4Tw9UEU4
  toolingepp.package.mobile.config.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.mobile.config.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.dsl.executable.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.xsd.sdk.feature.group 2.8.0.v20120319-0555
  org.eclipse.xsd.sdk.feature.group 2.8.1.v20120917-0436
  org.eclipse.gmt.modisco.xml.browser.customization 0.10.1.v201209190814
  org.eclipse.gmt.modisco.xml.browser.customization 0.10.0.v201206130817
  org.eclipse.jubula.feature.launch.java.feature.jar 1.2.1.201206131127
  org.eclipse.jubula.feature.launch.java.feature.jar 1.2.2.201209040912
  org.eclipse.gmf.runtime.diagram.ui 1.6.0.v20120514-1615
  org.eclipse.jst.standard.schemas 1.2.0.v201101142102
  org.eclipse.cdt.gnu.dsf.feature.jar 4.0.1.201206111645
  org.eclipse.cdt.gnu.dsf.feature.jar 4.0.1.201209170703
  org.eclipse.gmt.modisco.infra.facet.editor 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.facet.editor 0.10.0.v201206130817
  org.eclipse.gyrex.features.server_root 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.mylyn.commons.net.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.net.source 3.8.2.v20120916-1200
  org.slf4j.api 1.6.4.v20120130-2120
  org.eclipse.m2m.qvt.oml.editor.feature.jar 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.editor.feature.jar 3.2.0.v20120918-0827
  org.eclipse.xtext.common.types.edit.source 2.3.1.v201208210947
  org.eclipse.xtext.common.types.edit.source 2.3.0.v201206120633
  org.eclipse.linuxtools.rpm.ui 1.0.0.201209191645
  org.eclipse.linuxtools.rpm.ui 1.0.0.201206130106
  org.eclipse.acceleo.runtime.feature.jar 3.3.1.v20120831-0923
  org.eclipse.acceleo.runtime.feature.jar 3.3.0.v20120529-1042
  org.eclipse.papyrus.uml.tools.utils 0.9.0.v201206131215
  org.eclipse.papyrus.uml.tools.utils 0.9.1.v201209190809
  org.eclipse.mylyn.bugzilla.ide 3.8.2.v20120916-1200
  org.eclipse.mylyn.bugzilla.ide 3.8.0.v20120612-0600
  org.eclipse.egf.common 1.0.0.v20120528-1550
  org.eclipse.datatools.sqldevtools.ddl.feature.source.feature.jar 1.10.0.v201201161512-279-78B089G8S_IRTJrXkO2_s
  org.eclipse.datatools.sqldevtools.ddl.feature.source.feature.jar 1.10.1.v201208161415-279078B089G8S_IRUJz-XnN2at
  org.eclipse.emf.cdo.server.mongodb.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.server.mongodb.source.feature.jar 4.1.0.v20120610-1749
  toolingepp.package.reporting.config.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.reporting.config.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.emf.facet.widgets.celleditors.ecore.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.celleditors.ecore.source 0.2.0.v201206120903
  org.eclipse.scout.rt.jdbc.derby.source 10.5.3.201209171521
  org.eclipse.scout.rt.jdbc.derby.source 10.5.3.201206130843
  org.eclipse.linuxtools.ctf.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.ctf.feature.jar 1.0.0.201209191645
  org.eclipse.acceleo.ui.capabilities.feature.group 3.3.0.v20120529-1042
  org.eclipse.acceleo.ui.capabilities.feature.group 3.3.1.v20120831-0923
  org.eclipse.ecf.examples.remoteservices.hello 3.0.100.v20120610-1946
  org.eclipse.jetty.http.source 8.1.3.v20120522
  org.eclipse.mylyn.mft.emf.feature.jar 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.emf.feature.jar 0.9.1.I20120907-1845
  org.eclipse.ecf.discovery.ui.properties 3.0.0.v20120610-1946
  org.eclipse.gmt.modisco.infra.facet.core 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.facet.core 0.10.1.v201209190814
  org.eclipse.datatools.enablement.mysql.feature.source.feature.jar 1.10.1.v201208161415-5477AkF7AK7_AMENEA
  org.eclipse.datatools.enablement.mysql.feature.source.feature.jar 1.10.0.v201201161512-5477AkF7AK7_AMENEA
  org.eclipse.datatools.enablement.apache.derby.feature.feature.jar 1.10.0.v201201161512-77798fBmKDQ2MoTTLwdv9ILX
  org.eclipse.datatools.enablement.apache.derby.feature.feature.jar 1.10.1.v201208161415-77798gBmKDQ2MoTULxcy9IIQ
  org.eclipse.datatools.enablement.ingres.ui 1.0.0.v201105270214
  org.eclipse.emf.cdo.doc.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.doc.source.feature.group 4.1.0.v20120612-1844
  org.eclipse.emf.ecoretools.tabbedproperties 1.1.0.201205150811
  org.eclipse.rap.rwt.testfixture.source 1.5.1.20120917-1116
  org.eclipse.rap.rwt.testfixture.source 1.5.0.20120612-1458
  org.eclipse.mylyn.wikitext.mediawiki.core 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.mediawiki.core 1.7.0.v20120612-0600
  org.eclipse.dltk.console 4.0.0.201206120848
  toolingorg.eclipse.sdk.ide.configuration 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.configuration 4.2.1.M20120914-1800
  org.eclipse.gmf.validate 1.2.0.201209121329
  org.eclipse.gmf.validate 1.2.0.RC4a
  org.eclipse.jface.source 3.8.0.v20120521-2329
  org.eclipse.jface.source 3.8.101.v20120817-083647
  org.eclipse.dltk.core.feature.group 4.0.0.201206120848
  org.eclipse.wst.ws_ui.feature.feature.jar 3.4.1.v201208172041-7I7CFkXEtEoXHw684K6n3-z-F3stz0lKFx169q5z
  org.eclipse.wst.ws_ui.feature.feature.jar 3.4.0.v201203150412-7I7CFkWEtEoXHw284K6n3-oEz-uotfK5qz-68n73
  org.eclipse.modisco.kdm.uml2converter.source 0.10.0.v201206130817
  org.eclipse.ecf.remoteservice.soap.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.uml.modelexplorer.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.mylyn.wikitext.sdk.feature.group 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.sdk.feature.group 1.7.0.v20120612-0600
  org.eclipse.tcf.te.tcf.filesystem.ui 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.filesystem.ui 1.0.0.201206051725
  toolingepp.package.parallel.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.emf.edit.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.edit.source.feature.group 2.8.0.v20120917-0436
  org.eclipse.papyrus.infra.gmfdiag.properties 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.properties 0.9.1.v201209190809
  org.eclipse.epp.package.scout 1.5.1.20121004-1506
  org.eclipse.epp.package.scout 1.5.0.20120424-1056
  org.eclipse.emf.query.source.feature.group 1.6.0.v20120328-0001-218Z7w311A142A1142
  org.eclipse.gmf.runtime.notation.edit.source 1.4.0.v20100512-1416
  org.eclipse.papyrus.uml.tools.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.uml.tools.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.uml2.uml.editor 4.0.0.v20120604-0919
  org.eclipse.uml2.uml.editor 4.0.1.v20120913-1441
  toolingepp.package.mobile.ini.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.papyrus.infra.table.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.infra.table.feature.feature.group 0.9.1.v201209190809
  org.eclipse.mylyn.wikitext.mediawiki.core.source 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.mediawiki.core.source 1.7.2.v20120916-1200
  org.eclipse.emf.facet.util.source.feature.group 0.2.1.v201209110754
  org.eclipse.libra.framework.equinox 0.2.0.201206060754
  toolingepp.package.jee.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.jee.ini.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.gmt.modisco.infra.query.edit 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.query.edit 0.10.0.v201206130817
  org.eclipse.ocl.examples.xtext.oclinecore.ui.source 3.2.0.v20120609-0619
  org.eclipse.ptp.remotetools.environment.launcher 3.0.0.201206130201
  org.eclipse.ptp.remotetools.environment.launcher 3.0.0.201209181406
  tooling.virgo.org.eclipse.equinox.p2.transport.ecf 1.0.0.tooling
  org.eclipse.ecf.docshare 2.1.0.v20120610-1946
  org.eclipse.emf.ecore.xcore.feature.jar 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.feature.jar 1.0.1.v20120917-0741
  org.eclipse.uml2.common.source 1.7.0.v20120913-1441
  org.eclipse.uml2.common.source 1.7.0.v20120604-0919
  org.apache.xalan 2.7.1.v201005080400
  epp.package.mobile.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  org.apache.derby.jdbc_1082.fragment 10.8.2.201206130843
  org.apache.derby.jdbc_1082.fragment 10.8.2.201209171521
  org.eclipse.datatools.enablement.ingres.dbdefinition.source 1.0.0.v200906161800
  org.eclipse.modisco.jee.webapp.discoverer.ui.source 0.10.0.v201206130817
  org.eclipse.jst.ws.jaxws.dom.feature.feature.jar 1.0.200.v201109042201-5-F8NAkF7BB7U8PEK8K
  org.eclipse.mylyn.help.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.help.ui 3.8.0.v20120612-0600
  org.eclipse.papyrus.uml.diagram.clazz 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.clazz 0.9.0.v201206131215
  org.eclipse.net4j.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.feature.jar 4.1.0.v20120612-0600
  org.eclipse.gmf.runtime.emf.ui.source 1.2.0.v20120514-1615
  org.eclipse.emf.eef.edt-feature.feature.jar 1.1.1.201206051542
  org.eclipse.emf.cdo.security 4.1.0.v20120612-1514
  org.eclipse.emf.cdo.security 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn.source 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn.source 1.0.100.v20120523-0528
  org.eclipse.mylyn.wikitext.tracwiki.core 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.tracwiki.core 1.7.0.v20120612-0600
  org.eclipse.papyrus.sysml.properties.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.properties.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.mylyn.commons.xmlrpc 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.xmlrpc 3.8.0.v20120612-0600
  org.eclipse.net4j.db.source 4.1.0.v20120719-0822
  org.eclipse.net4j.db.source 4.1.0.v20120607-1600
  org.eclipse.emf.validation.examples.feature.jar 1.6.0.v20120328-0001-67I-BgJ9CT9IJc8PRNL
  org.eclipse.jetty.bundles.f.source.feature.jar 8.1.3.201206060641
  org.eclipse.jdt.core.compiler.batch 3.8.2.v20120814-155456
  org.eclipse.jdt.core.compiler.batch 3.8.0.I20120608-1400
  toolingepp.package.automotive.config.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.automotive.config.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.papyrus.infra.onefile 0.9.1.v201209190809
  org.eclipse.papyrus.infra.onefile 0.9.0.v201206131215
  org.eclipse.xtend.typesystem.xsd 1.2.0.v201206110941
  toolingorg.eclipse.platform.sdk.ini.gtk.solaris.sparc 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.ini.gtk.solaris.sparc 4.2.1.M20120914-1800
  org.eclipse.amp.amf.abase.ui 0.9.0.v20120528-0244
  org.eclipse.papyrus.infra.constraints 0.9.0.v201206131215
  org.eclipse.papyrus.infra.constraints 0.9.1.v201209190809
  org.eclipse.jst.ejb.ui.infopop 1.0.300.v2010022311013
  toolingepp.package.scout.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.scout.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.dsl.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  org.eclipse.sapphire.platform.source 0.5.0.201206122150
  org.eclipse.sapphire.platform.source 0.5.3.201209191432
  org.eclipse.xtend.check.ui 1.2.0.v201206110941
  org.eclipse.ptp.rm.mpich2.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rm.mpich2.feature.group 6.0.0.201206130201
  org.eclipse.emf.mapping.xsd2ecore.source 2.5.0.v20120917-0436
  org.eclipse.emf.mapping.xsd2ecore.source 2.5.0.v20120319-0555
  org.eclipse.datatools.enablement.sdk.feature.feature.group 1.10.0.v201201161512-7I9e-FE9JgB0iHje8NJBOAcQgAJd
  org.eclipse.datatools.enablement.sdk.feature.feature.group 1.10.1.v201208161415-7I9e7GFE9JgB7ngIxQtPITxSGQER
  org.eclipse.egf.common.ui 1.0.0.v20120528-1550
  org.eclipse.ptp.rdt.managedbuilder.xlupc.ui 1.0.0.201209181406
  org.eclipse.ptp.rdt.managedbuilder.xlupc.ui 1.0.0.201206130201
  org.eclipse.emf.oda.ecore.ui.feature.jar 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.ui.feature.jar 1.1.0.v20120608-0554
  epp.package.dsl.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.actf.model.ui.editors.ooo.source 1.0.1.R201209191006
  org.eclipse.actf.model.ui.editors.ooo.source 1.0.0.R201206131330
  org.eclipse.papyrus.uml.table.default 0.9.1.v201209190809
  org.eclipse.papyrus.uml.table.default 0.9.0.v201206131215
  org.eclipse.mylyn.tasks.index.core.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.index.core.source 3.8.2.v20120916-1200
  javax.transaction.source 1.1.1.v201105210645
  org.eclipse.egf.producer.ui.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.cdt.gnu.debug.feature.group 7.1.1.201206111645
  org.eclipse.cdt.gnu.debug.feature.group 7.1.1.201209170703
  org.eclipse.ocl.examples.impactanalyzer.ui 3.2.0.v20120503-1141
  org.eclipse.ptp.rdt.sync.ui 2.0.0.201209181406
  org.eclipse.ptp.rdt.sync.ui 2.0.0.201206130201
  org.eclipse.rse.subsystems.processes.local 2.1.400.201205300905
  org.eclipse.rse.subsystems.processes.local 2.1.400.201209191030
  org.eclipse.modisco.jee.ejbjar.discoverer 0.10.1.v201209190814
  org.eclipse.modisco.jee.ejbjar.discoverer 0.10.0.v201206130817
  javax.annotation 1.0.0.v20101115-0725
  javax.annotation 1.1.0.v201108011116
  epp.package.java.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.java.executable.gtk.linux.x86 1.5.0.20120614-1633
  org.apache.axis 1.4.0.v201005080400
  epp.package.dsl.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  org.eclipse.linuxtools.lttng2.ui 1.0.0.201206130106
  org.eclipse.linuxtools.lttng2.ui 1.0.0.201209191645
  org.eclipse.uml2.uml.ecore.importer.source 2.6.0.v20120913-1441
  org.eclipse.uml2.uml.ecore.importer.source 2.6.0.v20120604-0919
  epp.package.cpp.executable.motif.aix.ppc 1.5.0.20120614-1633
  epp.package.cpp.executable.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.datatools.connectivity.oda.design.source 3.3.5.v201204241156
  epp.package.cpp.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  epp.package.cpp.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingcocoa.macosx.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
  org.eclipse.scout.http.servletfilter 3.8.0.201206130843
  org.eclipse.scout.http.servletfilter 3.8.1.201209171521
  org.eclipse.emf.codegen.source 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.source 2.8.0.v20120917-0436
  org.eclipse.emf.mwe2.lib 2.3.0.v201206110920
  org.eclipse.rse.subsystems.files.core 3.3.1.201209191030
  org.eclipse.rse.subsystems.files.core 3.3.0.201205300905
  org.eclipse.emf.facet.aggregate.metamodel 0.2.1.v201209110754
  org.eclipse.emf.facet.aggregate.metamodel 0.2.0.v201206120903
  org.eclipse.emf.facet.util.source.feature.feature.group 0.2.0.v201206120903
  org.eclipse.linuxtools.lttng.jni 1.0.0.201209191645
  org.eclipse.linuxtools.lttng.jni 1.0.0.201206130106
  org.eclipse.emf.mwe2.runtime.sdk.source.feature.jar 2.3.0.v201206110920
  org.eclipse.emf.cdo.ui.admin 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.ui.admin 4.1.0.v20120611-0549
  org.eclipse.wst.web.ui 1.1.600.v201109220400
  org.eclipse.acceleo.sdk.feature.jar 3.3.0.v20120529-1042
  org.eclipse.acceleo.sdk.feature.jar 3.3.1.v20120831-0923
  org.eclipse.gyrex.http.log 1.0.0.v20120109-2032
  org.eclipse.datatools.connectivity.oda.feature.feature.group 1.10.0.v201201161512-7H7C7QCcNBHLCcJaFWRa
  org.eclipse.datatools.connectivity.oda.feature.feature.group 1.10.1.v201208161415-7H7C7TCcNBHLCnH_EYOb
  org.eclipse.team.svn.resource.ignore.rules.jdt.feature.group 1.0.0.I20120601-1700
  org.eclipse.swt 3.100.1.v4234e
  org.eclipse.swt 3.100.0.v4233d
  org.eclipse.mylyn.commons.repositories.http.core 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.http.core 1.0.0.v20120612-0600
  org.eclipse.m2e.editor.xml 1.1.0.20120530-0009
  org.eclipse.m2e.editor.xml 1.2.0.20120903-1050
  toolingorg.eclipse.platform.sdk.config.win32.win32.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.win32.win32.x86_64 4.2.1.M20120914-1800
  org.eclipse.sapphire.java.jdt.ui 0.5.0.201206122150
  org.eclipse.sapphire.java.jdt.ui 0.5.3.201209191432
  org.eclipse.datatools.enablement.sybase.asa.ui 1.0.1.v200906111204
  toolingepp.package.jee.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.jee.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.emf.ecore.xcore.importer 1.0.0.v20120917-0741
  org.eclipse.emf.ecore.xcore.importer 1.0.0.v20120612-0950
  epp.package.jee.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.birt.report.designer.ui.views.source 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.views.source 4.2.1.v201209101614
  org.eclipse.modisco.infra.discovery.ui 0.10.0.v201206130817
  org.eclipse.modisco.infra.discovery.ui 0.10.1.v201209190814
  org.eclipse.mylyn.commons.core 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.core 3.8.0.v20120612-0600
  epp.package.modeling.executable.motif.linux.x86 1.5.0.20120620-0855
  epp.package.modeling.executable.motif.linux.x86 1.5.1.20121004-1506
  toolingorg.eclipse.platform.ide.ini.gtk.hpux.ia64_32 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.gtk.hpux.ia64_32 4.2.1.M20120914-1800
  org.eclipse.net4j.db.doc.feature.group 4.1.0.v20120611-1554
  org.eclipse.net4j.db.doc.feature.group 4.1.0.v20120911-1146
  org.eclipse.epp.package.scout.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.epp.package.scout.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.equinox.concurrent 1.0.300.v20120522-2049
  org.eclipse.xpand.examples.feature.group 1.2.1.v201206110941
  org.eclipse.papyrus.uml.appearance 0.9.0.v201206131215
  org.eclipse.papyrus.uml.appearance 0.9.1.v201209190809
  org.eclipse.pde.source.feature.group 3.8.0.v20120525-1249-7c7vFitFFt6Zr5a12MM4IKMFZ
  org.eclipse.pde.source.feature.group 3.8.1.v20120814-104528-7c7vFixFFt6Zr5aC6KM6LGWSd
  epp.package.parallel.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.parallel.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.modisco.kdm.uml2converter.ui.source 0.10.0.v201206130817
  org.eclipse.jst.server_adapters.ext.feature.feature.jar 3.3.100.v20110810_1722-777HFL5CcNBDmBfJVFHJD6
  org.eclipse.jst.server_adapters.ext.feature.feature.jar 3.3.101.v20120821_1416-777HFL6CcNBDmBjKOFHIEB
  org.eclipse.sapphire.ui.swt.gef.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.ui.swt.gef.feature.jar 0.5.0.201206122150
  org.eclipse.xsd.edit.feature.group 2.7.0.v20120917-0436
  org.eclipse.xsd.edit.feature.group 2.7.0.v20120319-0555
  org.eclipse.modisco.java.composition.discoverer 0.10.1.v201209190814
  org.eclipse.modisco.java.composition.discoverer 0.10.0.v201206130817
  org.eclipse.net4j.util.ui.feature.jar 4.1.0.v20120612-0600
  org.eclipse.net4j.util.ui.feature.jar 4.1.1.v20120911-1146
  org.eclipse.objectteams.otdt.apt 2.0.0.201105161939
  org.eclipse.cdt.debug.mi.core 7.2.0.201209170703
  org.eclipse.cdt.debug.mi.core 7.2.0.201206111645
  org.eclipse.platform_root 4.2.1.v20120814-120134-9JF7BHVGFyMveli1uX6aTH0q-eAap6PAgOP5mO
  org.eclipse.platform_root 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb
  org.eclipse.mylyn.builds.ui 1.0.2.v20120916-1200
  org.eclipse.mylyn.builds.ui 1.0.0.v20120612-0600
  org.eclipse.gmf.graphdef.edit.source 2.9.0.RC4a
  org.eclipse.gmf.graphdef.edit.source 2.9.0.201209121329
  org.eclipse.ptp.etfw.doc.user 1.0.0.201206130201
  org.eclipse.ptp.etfw.doc.user 1.0.0.201209181406
  org.eclipse.gyrex.persistence 1.0.0.v20120511-0855
  org.eclipse.emf.mwe.core.feature.group 1.2.1.v201206110920
  org.eclipse.mat.jdt 1.2.0.201205300858
  org.eclipse.gmf.bridge.ui 1.4.0.RC4a
  org.eclipse.gmf.bridge.ui 1.4.0.201209121329
  org.eclipse.mat.feature.feature.group 1.2.0.201205300858
  toolingorg.eclipse.sdk.ide.ini.gtk.aix.ppc 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.ini.gtk.aix.ppc 4.2.1.M20120914-1800
  org.eclipse.e4.ui.css.swt.theme 0.9.2.v20120523-1955
  org.eclipse.e4.ui.css.swt.theme 0.9.3.v20120806-170624
  org.eclipse.m2m.qvt.oml.emf.util.ui.source 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.emf.util.ui.source 3.1.0.v20120906-0508
  org.eclipse.linuxtools.ctf.core 1.0.0.201209191645
  org.eclipse.linuxtools.ctf.core 1.0.0.201206130106
  org.eclipse.cdt.xlc.sdk.feature.jar 6.1.1.201206111645
  org.eclipse.cdt.xlc.sdk.feature.jar 6.1.1.201209170703
  org.eclipse.datatools.enablement.sybase.feature.source.feature.group 1.10.1.v201208161415-7E46F9NiNc1QBgyT6T6
  org.eclipse.datatools.enablement.sybase.feature.source.feature.group 1.10.0.v201201161512-7E46F9NiNc1QBgyT6T6
  org.eclipse.dltk.xotcl.testing.xounit 4.0.0.201206120848
  org.eclipse.egf.model.ftask.feature.jar 1.0.0.v20120528-1550
  org.eclipse.wst.xml_core.feature.feature.jar 3.4.1.v201208170345-7C7OFm5F7RZHQRIsOz-Nz-_n
  org.eclipse.wst.xml_core.feature.feature.jar 3.4.0.v201111021744-7C7OFm4F7RZHQRIpOz-P2Xk
  epp.package.jee.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn.source 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.diagram.dawn.source 1.0.100.v20120523-0528
  org.eclipse.scout.nls.sdk.services.source 3.8.1.201209171521
  org.eclipse.scout.nls.sdk.services.source 3.8.0.201206130843
  org.eclipse.emf.oda.feature.jar 1.1.0.v20120917-0436
  org.eclipse.emf.oda.feature.jar 1.1.0.v20120608-0554
  org.eclipse.ptp.rdt.remotetools.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.rdt.remotetools.feature.jar 6.0.2.201209181406
  org.apache.commons.lang.source 2.6.0.v201205030909
  org.eclipse.mylyn.commons.notifications.feature.jar 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.notifications.feature.jar 1.0.2.v20120916-1200
  toolingepp.package.rcp.ini.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.rtp.configurator.rest.provider 1.0.0.v20120613-2107
  toolingorg.eclipse.platform.ide.ini.win32.win32.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.win32.win32.x86_64 4.2.1.M20120914-1800
  org.eclipse.rcp.source 4.2.0.v201209141800
  org.eclipse.rcp.source 4.2.0.v201206081400
  org.eclipse.mylyn.mft.gmf.ui 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.gmf.ui 0.9.1.I20120907-1845
  org.eclipse.cvs 1.2.0.v201206081400
  org.eclipse.cvs 1.2.0.v201209141800
  org.eclipse.cdt.gnu.build.feature.jar 8.1.1.201209170703
  org.eclipse.cdt.gnu.build.feature.jar 8.1.0.201206111645
  org.eclipse.emf.cdo.migrator.feature.group 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.migrator.feature.group 4.1.0.v20120521-0710
  org.eclipse.amp.amf.sd 0.9.0.v20120528-0244
  org.eclipse.jdt.feature.jar 3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83
  org.eclipse.jdt.feature.jar 3.8.0.v20120525-1249-8-8nFqlFNOfwKDRGz-pXLdGxEM83
  org.eclipse.actf.model.dom.dombycom.flash.source 1.0.1.R201209191006
  org.eclipse.actf.model.dom.dombycom.flash.source 1.0.0.R201206131330
  org.eclipse.jdt.apt.ui 3.3.300.v20120522-1651
  org.eclipse.emf.mwe2.language.sdk.feature.jar 2.3.0.v201206120758
  epp.package.mobile.executable.win32.win32.x86 1.5.1.20121004-1506
  epp.package.mobile.executable.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.java.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.java.config.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.modisco.kdm.source.extension.ui 0.10.0.v201206130817
  org.eclipse.modisco.kdm.source.extension.ui 0.10.1.v201209190814
  toolingepp.package.cpp.config.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.cpp.config.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.gmf.runtime.diagram.ui.printing 1.4.1.v20120514-1615
  org.eclipse.xtext.xtext.ui.examples.source 2.3.0.v201206120633
  org.eclipse.xtext.xtext.ui.examples.source 2.3.1.v201208210947
  org.eclipse.gmt.modisco.infra.query.ui 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.query.ui 0.10.0.v201206130817
  org.eclipse.linuxtools.systemtap.ui.consolelog 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.consolelog 1.0.0.201206130106
  epp.package.rcp.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.rcp.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.mylyn.team.cvs 3.8.2.v20120916-1200
  org.eclipse.mylyn.team.cvs 3.8.0.v20120612-0600
  org.eclipse.emf.workspace 1.5.1.v20120328-0001
  org.eclipse.birt.report.data.oda.sampledb 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.sampledb 4.2.1.v20120820
  org.eclipse.papyrus.views.modelexplorer.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.views.modelexplorer.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.cdt.bupc.feature.group 1.0.3.201206111645
  org.eclipse.cdt.bupc.feature.group 1.0.3.201209170703
  org.eclipse.gmt.modisco.java.browser.customization.source 0.10.0.v201206130817
  org.eclipse.datatools.doc.user.feature.jar 1.10.0.v201201161512-47C08w95FFAK89FHEC7
  org.eclipse.datatools.doc.user.feature.jar 1.10.1.v201208161415-47C08w95FFAK89FHEC7
  org.eclipse.emf.oda.ecore 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore 1.1.0.v20120608-0554
  org.eclipse.ecf.remoteservice.examples.feature.feature.jar 1.1.0.v20120610-1946
  org.eclipse.egf.model.fprod.feature.group 1.0.0.v20120528-1550
  org.eclipse.m2m.qvt.oml.runtime.source.feature.jar 3.2.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.runtime.source.feature.jar 3.1.0.v201206041614-7M77-DZRDKRDsDeKsKe
  org.eclipse.datatools.enablement.mysql.feature.feature.jar 1.10.1.v201208161415-5477AkF7AK7_AMENEA
  org.eclipse.datatools.enablement.mysql.feature.feature.jar 1.10.0.v201201161512-5477AkF7AK7_AMENEA
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit.source 1.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.edit.source 1.0.0.v20120911-1146
  epp.package.reporting.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.dltk.logconsole.ui 4.0.0.201206120848
  toolingepp.package.reporting.ini.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.reporting.ini.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.scout.net.source 3.8.1.201209171521
  org.eclipse.scout.net.source 3.8.0.201206130843
  org.eclipse.emf.transaction.source.feature.jar 1.6.0.v20120328-0001-377-8s734C3E7D15D6B
  org.eclipse.datatools.enablement.ibm.db2.luw.ui.source 1.0.3.v201202100836
  org.eclipse.team.svn.help 1.0.0.I20120818-1700
  org.eclipse.team.svn.help 1.0.0.I20120601-1700
  org.eclipse.ocl.examples.codegen 1.0.0.v20120609-0946
  org.eclipse.ocl.examples.codegen 1.0.1.v20120917-1012
  org.eclipse.amp.agf.zest.feature.jar 0.9.0.v20120528-0244
  org.eclipse.mylyn.commons.notifications.ui 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.notifications.ui 1.0.2.v20120916-1200
  org.eclipse.emf.facet.widgets.feature.feature.jar 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.feature.feature.jar 0.2.1.v201209110754
  org.eclipse.net4j.sdk.source.feature.group 4.1.0.v20120612-0600
  org.eclipse.net4j.sdk.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.codegen.ecore.source.feature.group 2.8.1.v20120917-0436
  org.eclipse.emf.codegen.ecore.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.eef.runtime-feature.feature.group 1.1.1.201206051542
  org.eclipse.equinox.jsp.jasper.source 1.0.400.v20120522-2049
  org.eclipse.jst.pagedesigner 1.3.201.v201208241503
  org.eclipse.jst.pagedesigner 1.3.200.v2012030703072246
  org.eclipse.gyrex.persistence.derby.tests.source 1.0.0.v20120511-0855
  toolingepp.package.reporting.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  epp.package.parallel.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.parallel.executable.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.wst.css.ui 1.0.700.v201201102037
  org.eclipse.wst.css.ui 1.0.701.v201208170345
  org.eclipse.ocl.common.ui 1.0.0.v20120516-1543
  org.eclipse.ptp.fortran.feature.group 6.0.0.201206130201
  org.eclipse.ptp.fortran.feature.group 6.0.2.201209181406
  org.eclipse.xsd.feature.jar 2.8.0.v20120917-0436
  org.eclipse.xsd.feature.jar 2.8.0.v20120319-0555
  toolingepp.package.parallel.ini.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.xtext.purexbase.ui.source 2.3.1.v201208210947
  org.eclipse.xtext.purexbase.ui.source 2.3.0.v201206120633
  toolingepp.package.rcp.ini.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.rcp.ini.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.jetty.jaspi.source 8.1.3.v20120522
  org.eclipse.emf.facet.widgets.celleditors.ecore 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.celleditors.ecore 0.2.0.v201206120903
  org.eclipse.mylyn.docs.intent.client.indexer 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.client.indexer 0.7.0.201205301208
  org.eclipse.mylyn.wikitext.ui 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.ui 1.7.2.v20120916-1200
  epp.package.dsl.executable.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.emf.eef.codegen.ecore-feature.feature.jar 1.1.1.201206051542
  toolingepp.package.reporting.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.reporting.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.jdt.compiler.apt.source 1.0.500.v20120522-1651
  org.eclipse.xtext.runtime_root 2.3.0.v201206120633
  org.eclipse.xtext.runtime_root 2.3.1.v201208210947
  epp.package.reporting.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.apache.xml.serializer 2.7.1.v201005080400
  epp.package.testing.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.motif.linux.x86 1.5.1.20121004-1506
  epp.package.scout.executable.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.objectteams.otdt.refactoring 2.1.0.201203201248
  org.eclipse.e4.rcp.feature.jar 1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn
  org.eclipse.e4.rcp.feature.jar 1.1.0.v20120521-2329-8yFTIGIbGGduEZ6-7-jLx41nXj
  toolingepp.package.jee.ini.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.jee.ini.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.m2m.qvt.oml.runtime.feature.group 3.2.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.runtime.feature.group 3.1.0.v201206041614-7M77-DZRDKRDsDeKsKe
  org.eclipse.emf.ecore.feature.jar 2.8.0.v20120606-0717
  org.eclipse.emf.ecore.feature.jar 2.8.1.v20120911-0500
  org.eclipse.tcf 1.0.0.201209190831
  org.eclipse.tcf 1.0.0.201206051725
  org.eclipse.jst.server.ui.infopop 1.0.400.v200805140145
  org.eclipse.mylyn.docs.intent.markup 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.markup 0.7.1.201208201051
  org.apache.commons.cli 1.2.0.v201105210650
  org.eclipse.php.ui 3.0.1.v201201110400
  org.eclipse.php.ui 3.1.1.201209101312
  org.eclipse.wst.xsl.saxon 1.0.200.v201103081922
  org.eclipse.xsd.mapping.source.feature.group 2.7.0.v20120319-0555
  org.eclipse.xsd.mapping.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.rap.sdk.feature.jar 2.8.1.v20120917-0436
  org.eclipse.emf.rap.sdk.feature.jar 2.8.0.v20120608-0554
  org.eclipse.ocl.uml.edit.source 4.0.0.v20120504-1447
  org.eclipse.xtext.logging 1.2.15.v201206120633
  org.eclipse.xtext.logging 1.2.15.v201208210947
  org.eclipse.amp.agf.chart.feature.group 0.9.0.v20120528-0244
  org.eclipse.datatools.connectivity.oda.template.ui 3.2.3.v201201121156
  org.eclipse.equinox.server.core.feature.group 1.2.0.v20120522-1841-7K7VFO1F7RZHQZI4_c8StnvFB
  org.eclipse.equinox.server.core.feature.group 1.2.0.v20120522-1841-7K7VFMRF7RZHQYI0Yh8U-ov
  org.eclipse.modisco.jee.doc.source 0.10.0.v201206130817
  toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86 4.2.0.I20120608-1400
  org.eclipse.recommenders.feature.3rd.orbit.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.3rd.orbit.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.emf.facet.infra.query.editor.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.query.editor.source 0.2.1.v201209110754
  org.eclipse.tcf.te.tcf.feature.feature.jar 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.feature.feature.jar 1.0.0.201206051725
  org.eclipse.emf.ecoretools.filters 1.1.0.201205150811
  org.eclipse.ptp.rdt.managedbuilder.xlc.ui 3.2.0.201209181406
  org.eclipse.ptp.rdt.managedbuilder.xlc.ui 3.2.0.201206130201
  org.eclipse.gmt.modisco.java.generation.source 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.common.core 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.common.core 0.10.1.v201209190814
  org.eclipse.tcf.te.launch.core 1.0.0.201206051725
  org.eclipse.tcf.te.launch.core 1.0.0.201209190831
  org.eclipse.emf.mwe.core.source 1.2.1.v201206110920
  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.swt.win32.win32.x86.source 3.100.0.v4233d
  org.eclipse.swt.win32.win32.x86.source 3.100.1.v4234e
  org.eclipse.tm.terminal.feature.group 3.2.0.201205300905-41-312316411A16
  org.eclipse.tm.terminal.feature.group 3.2.1.201209191030-41031231A2A2141
  org.eclipse.emf.databinding.edit.source 1.2.0.v20120608-0554
  org.eclipse.emf.databinding.edit.source 1.2.0.v20120917-0436
  org.eclipse.emf.transaction.doc.feature.jar 1.6.0.v20120328-0001-358Z8s733L466F3C6D4
  toolingepp.package.reporting.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.reporting.config.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.gmf.examples.runtime.diagram.geoshapes 1.2.0.v20120514-1615
  toolingepp.package.modeling.ini.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.motif.solaris.sparc 1.5.0.20120620-0855
  org.eclipse.jetty.core.feature.jar 8.1.3.201206060641
  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
  org.eclipse.datatools.modelbase.sql.query.edit.source 1.0.1.v201110151245
  org.eclipse.tcf.te.tcf.core.scripting 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.core.scripting 1.0.0.201209190831
  org.eclipse.equinox.weaving.hook.source 1.0.200.v20120524-1707
  org.eclipse.mylyn.commons.xmlrpc.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.xmlrpc.source 3.8.0.v20120612-0600
  org.eclipse.gmt.modisco.workflow.source 0.10.0.v201206130817
  org.eclipse.emf.oda.ecore.source 1.1.0.v20120608-0554
  org.eclipse.emf.oda.ecore.source 1.1.0.v20120917-0436
  org.eclipse.papyrus.sysml.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.feature.feature.group 0.9.0.v201206131215
  org.eclipse.xtext.ui.source.feature.group 2.3.0.v201206120633
  org.eclipse.xtext.ui.source.feature.group 2.3.1.v201208210947
  org.eclipse.modisco.java.cdo.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.modisco.java.cdo.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.team.svn.source.feature.group 1.0.0.I20120818-1700
  org.eclipse.team.svn.source.feature.group 1.0.0.I20120601-1700
  epp.package.jee.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.ibm.informix.ui 1.0.3.v201202100836
  org.eclipse.dltk.xotcl.ui 4.0.0.201206120848
  toolingepp.package.cpp.config.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.config.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.rcp.config.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.rcp.config.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.emf.facet.infra.browser.uicore 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.uicore 0.2.0.v201206120903
  org.eclipse.ptp.proxy.protocol 5.0.0.201209181406
  org.eclipse.ptp.proxy.protocol 5.0.0.201206130201
  org.eclipse.egf.model.ftask.edit_root 1.0.0.v20120528-1550
  org.eclipse.jetty.sdk.support.feature.group 8.1.3.201206060641
  tooling.virgo.org.eclipse.equinox.preferences 1.0.0.tooling
  org.eclipse.jubula.client.inspector.ui 1.2.1.201206131127
  org.eclipse.jubula.client.inspector.ui 1.2.2.201209040912
  org.eclipse.datatools.enablement.mysql 1.0.3.v201205252211
  org.eclipse.papyrus.uml.diagram.statemachine 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.statemachine 0.9.1.v201209190809
  org.eclipse.emf.cdo.server.net4j 4.0.100.v20120611-0549
  org.eclipse.emf.cdo.server.net4j 4.0.100.v20120821-1005
  org.eclipse.datatools.modelbase.sql.edit 1.0.2.v201208230744
  org.eclipse.datatools.modelbase.sql.edit 1.0.1.v201107221519
  org.eclipse.ecf.examples.remoteservices.hello.consumer 3.0.0.v20120610-1946
  epp.package.scout.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.ibm.db2.zseries.ui 1.0.2.v201202100836
  org.eclipse.emf.query.ocl 2.0.0.v20091215-1624
  org.eclipse.papyrus.sysml.service.types 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.service.types 0.9.0.v201206131215
  org.eclipse.mylyn.mft.uml2.core.source 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.uml2.core.source 0.9.0.I20120314-1750
  org.eclipse.ocl.examples.xtext.base 3.2.1.v20120917-1012
  org.eclipse.ocl.examples.xtext.base 3.2.0.v20120527-1419
  org.eclipse.emf.cdo.dawn.codegen.feature.jar 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.feature.jar 2.0.1.v20120911-1146
  toolingepp.package.testing.ini.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.testing.ini.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.jdt.launching.ui.macosx.source 1.0.100.v20120523-1953
  org.eclipse.egf.portfolio.genchain.editor.source 1.0.0.v20120528-1550
  epp.package.rcp.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.rcp.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.emf.cdo.dawn.gmf 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.gmf 2.0.0.v20120911-1146
  org.eclipse.gmf.runtime.gef.ui.source 1.4.1.v20120514-1615
  org.eclipse.sapphire.ui.swt.xml.editor 0.5.0.201206122150
  org.eclipse.sapphire.ui.swt.xml.editor 0.5.3.201209191432
  epp.package.mobile.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.papyrus.uml.import 0.9.0.v201206131215
  org.eclipse.papyrus.uml.import 0.9.1.v201209190809
  epp.package.mobile.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.jdt.debug.ui.source 3.6.100.v20120530-1425
  org.eclipse.ptp.rdt.managedbuilder.gnu.ui 3.0.0.201206130201
  org.eclipse.ptp.rdt.managedbuilder.gnu.ui 3.0.0.201209181406
  toolingepp.package.parallel.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.parallel.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.soa.sca.sca1_1.feature.feature.jar 2.3.0.201205240725
  org.eclipse.scout.sdk.feature.feature.group 3.8.1.201209171521
  org.eclipse.scout.sdk.feature.feature.group 3.8.0.201206130843
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui.source 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui.source 4.2.0.v20120611
  org.eclipse.gyrex.common.source 1.0.0.v20120511-0855
  org.eclipse.persistence.dbwsbuilder.feature.jar 2.4.0.v20120608-r11652
  epp.package.scout.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.scout.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  org.eclipse.amp.agf.zest.ide 0.9.0.v20120528-0244
  org.eclipse.jst.ws.jaxws.dom.integration 1.0.200.v201109042201
  org.eclipse.rse.useractions.feature.group 1.1.400.201209191030-31FBV773573L5L5393
  org.eclipse.rse.useractions.feature.group 1.1.400.201205300905-31FBV773573D933L3D
  org.eclipse.cdt.core.linux.x86_64 5.2.0.201209170703
  org.eclipse.cdt.core.linux.x86_64 5.2.0.201206111645
  org.eclipse.e4.ui.workbench3.source 0.12.0.v20120521-2329
  org.eclipse.birt.core.ui.source 4.2.0.v20120611
  org.eclipse.birt.core.ui.source 4.2.1.v20120820
  org.eclipse.scout.service.source 3.8.0.201206130843
  org.eclipse.scout.service.source 3.8.1.201209171521
  org.eclipse.mylyn.docs.intent.exporter.ui 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.exporter.ui 0.7.0.201205301208
  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
  org.apache.oro 2.0.8.v201005080400
  org.eclipse.rap.jface 1.5.1.20120917-1116
  org.eclipse.rap.jface 1.5.0.20120612-1458
  org.eclipse.jst.server.tomcat.core 1.1.400.v20120418_1501
  org.eclipse.jst.server.tomcat.core 1.1.401.v20120821_1416
  org.eclipse.datatools.modelbase.sql.xml.query 1.0.2.v201201131123
  org.eclipse.emf.eef.components 1.1.1.201206051542
  org.eclipse.gmf.runtime.draw2d.ui.source 1.5.0.v20120514-1615
  toolingepp.package.dsl.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.emf.rap.edit.ui.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.rap.edit.ui.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.birt.chart.engine.source 4.2.0.v20120611
  org.eclipse.birt.chart.engine.source 4.2.1.v201209041636
  org.eclipse.jubula.rc.swing 1.2.1.201206131127
  org.eclipse.jubula.rc.swing 1.2.2.201209040912
  org.eclipse.papyrus.sdk.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.sdk.feature.feature.group 0.9.1.v201209190809
  org.eclipse.cdt.debug.core 7.2.0.201209170703
  org.eclipse.cdt.debug.core 7.2.0.201206111645
  toolingepp.package.cpp.ini.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.cpp.ini.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.gmf.tooling.runtime.source.feature.group 3.0.0.201209121329
  org.eclipse.gmf.tooling.runtime.source.feature.group 3.0.0.RC4a
  toolingepp.package.java.config.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.java.config.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.jetty.util.source 8.1.3.v20120522
  org.eclipse.ecf.ssl.source 1.0.100.v20120608-0148
  org.eclipse.ecf.ssl.source 1.0.100.v20120610-1946
  org.eclipse.pde.launching.source 3.6.100.v20120605-203027
  toolingepp.package.testing.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.testing.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.recommenders.extdoc.rcp 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.extdoc.rcp 1.0.0.v20120914-1432-b175
  org.eclipse.wb.xwt.feature.feature.group 1.5.1.r42x201209161246
  org.eclipse.wb.xwt.feature.feature.group 1.5.0.r42x201206111323
  org.eclipse.equinox.p2.repository.source 2.2.0.v20120524-1945
  org.eclipse.amp.agf.zest.feature.group 0.9.0.v20120528-0244
  org.eclipse.datatools.enablement.oda.xml.ui 1.2.3.v201112071047
  org.eclipse.gmf.tooling 2.1.0.RC4a
  org.eclipse.gmf.tooling 2.1.0.201209121329
  org.eclipse.datatools.enablement.ingres.feature.source.feature.group 1.10.1.v201208161415-540AkF78Z7UCRAQDB
  org.eclipse.datatools.enablement.ingres.feature.source.feature.group 1.10.0.v201201161512-540AkF78Z7UCRAQDB
  org.eclipse.ecf.discovery.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.emf.rap.edit.ui.source 2.8.0.v20120608-0554
  org.eclipse.emf.rap.edit.ui.source 2.8.0.v20120917-0436
  org.eclipse.rse.ui 3.3.1.201209191030
  org.eclipse.rse.ui 3.3.0.201205300905
  org.eclipse.emf.validation.ui.ide 1.3.0.v200901271722
  org.eclipse.wst.ws.service.policy 1.0.303.v201009221810
  toolingwin32.win32.x86_64org.eclipse.core.runtime 4.2.0.I20120608-1400
  toolingwin32.win32.x86_64org.eclipse.core.runtime 4.2.1.M20120914-1800
  org.eclipse.emf.workspace.ui 1.3.0.v200901271819
  org.eclipse.xtend.typesystem.xsd.feature.group 1.2.1.v201206110941
  org.eclipse.bpel.jboss.riftsaw.runtime.feature.feature.jar 1.0.1.v20120612-2300-CI
  org.eclipse.equinox.weaving.hook 1.0.200.v20120524-1707
  org.eclipse.gmf.bridge 1.3.0.201209121329
  org.eclipse.gmf.bridge 1.3.0.RC4a
  org.eclipse.equinox.security.source 1.1.100.v20120522-1841
  org.eclipse.emf.cdo.server.admin.source 4.1.1.v20120821-1005
  org.eclipse.emf.cdo.server.admin.source 4.1.0.v20120610-1749
  org.eclipse.egit.mylyn.feature.group 2.1.0.201209190230-r
  org.eclipse.egit.mylyn.feature.group 2.0.0.201206130900-r
  org.eclipse.tcf.te.tcf.launch.ui 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.launch.ui 1.0.0.201206051725
  org.eclipse.php.core.source 3.0.1.v201201110400
  org.eclipse.php.core.source 3.1.1.201209101312
  org.eclipse.linuxtools.changelog.cparser 2.7.0.201209191645
  org.eclipse.linuxtools.changelog.cparser 2.7.0.201206130106
  org.eclipse.gmf.tooling.runtime 3.0.0.201209121329
  org.eclipse.gmf.tooling.runtime 3.0.0.RC4a
  org.eclipse.egf.portfolio.task.jet.ui.source 1.0.0.v20120528-1550
  toolingepp.package.jee.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.jee.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.gmt.modisco.java.queries 0.10.1.v201209190814
  org.eclipse.gmt.modisco.java.queries 0.10.0.v201206130817
  org.eclipse.birt.chart.engine 4.2.1.v201209041636
  org.eclipse.birt.chart.engine 4.2.0.v20120611
  tooling.virgo.org.eclipse.equinox.p2.director 1.0.0.tooling
  org.eclipse.ptp.services.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.services.feature.jar 6.0.0.201206130201
  epp.package.scout.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.egf.emf.wrapper.ui 1.0.0.v20120528-1550
  epp.package.jee.executable.motif.linux.x86 1.5.0.20120614-1633
  epp.package.jee.executable.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.egf.core.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.rse.ftp.feature.group 3.1.0.201209191030-782FBV8377A6N8PB6J84
  org.eclipse.rse.ftp.feature.group 3.1.0.201205300905-782FBV8377A6FC79ODI4
  org.eclipse.papyrus.infra.table.controlmode 0.9.1.v201209190809
  toolingepp.package.reporting.ini.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.reporting.ini.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.net4j.util.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.util.source.feature.group 4.1.0.v20120609-0625
  org.eclipse.datatools.connectivity.dbdefinition.genericJDBC 1.0.1.v201107221459
  org.eclipse.cdt.debug.ui.memory.search 1.3.0.201209170703
  org.eclipse.cdt.debug.ui.memory.search 1.3.0.201206111645
  org.eclipse.gmf.graphdef 2.9.0.RC4a
  org.eclipse.gmf.graphdef 2.9.0.201209121329
  org.eclipse.xsd.example.installer 1.1.0.v20120917-0436
  org.eclipse.xsd.example.installer 1.1.0.v20120319-0555
  org.apache.xml.resolver 1.2.0.v201005080400
  org.eclipse.emf.compare.diff 1.3.2.v20120918-1125
  org.eclipse.emf.compare.diff 1.3.1.v20120605-0748
  org.eclipse.papyrus.uml.perspective 0.9.1.v201209190809
  org.eclipse.papyrus.uml.perspective 0.9.0.v201206131215
  org.eclipse.wb.swing 1.5.1.r42x201209161216
  org.eclipse.wb.swing 1.5.0.r42x201206111310
  org.eclipse.photran.core 8.0.0.201206122044
  org.eclipse.photran.core 8.0.0.201209141911
  org.eclipse.rcp 4.2.0.v201209141800
  org.eclipse.rcp 4.2.0.v201206081400
  org.eclipse.rse.subsystems.files.local 2.1.300.201205300905
  org.eclipse.rse.subsystems.files.local 2.1.300.201209191030
  org.mozilla.javascript.source 1.7.2.v201005080400
  org.eclipse.papyrus.uml.textedit.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.feature.feature.group 0.9.1.v201209190809
  org.eclipse.amp.amf.gen.ascape 0.9.0.v20120528-0244
  org.eclipse.amp.amf.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.xtend.feature.jar 1.2.1.v201206110941
  org.eclipse.core.jobs.source 3.5.300.v20120622-204750
  org.eclipse.jst.server.preview.adapter 1.1.200.v20120517_1442
  org.eclipse.persistence.sdo.source.feature.jar 2.4.0.v20120608-r11652
  epp.package.rcp.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  org.eclipse.amp.amf.testing.editor 0.9.0.v20120528-0244
  toolingepp.package.scout.ini.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.scout.ini.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.gyrex.features.tests.source.feature.group 1.0.0.v20120423-0945-79--EVVFNVFfLm7Kynm
  org.eclipse.gyrex.features.tests.source.feature.group 1.0.0.v20120423-0945-79-8ZEVVFNVFhKr7Kykl
  org.eclipse.emf.databinding.edit.source.feature.jar 1.2.0.v20120917-0436
  org.eclipse.emf.databinding.edit.source.feature.jar 1.2.0.v20120608-0554
  org.eclipse.datatools.doc.user 1.7.0.20090521092446
  org.eclipse.ecf.remoteservice.rest.synd 1.0.0.v20120610-1946
  org.eclipse.emf.mapping.ecore2ecore.editor 2.5.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2ecore.editor 2.5.0.v20120608-0554
  tooling.virgo.org.eclipse.equinox.p2.metadata 1.0.0.tooling
  epp.package.modeling.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.wst.command.env.infopop 1.0.100.v200805301544
  org.eclipse.emf.transaction 1.4.0.v20100331-1738
  org.eclipse.cdt.msw.feature.group 1.0.0.201209170703
  org.eclipse.cdt.msw.feature.group 1.0.0.201206111645
  org.eclipse.tcf.te.ui.startup 1.0.0.201209190831
  org.eclipse.tcf.te.ui.startup 1.0.0.201206051725
  org.eclipse.emf.facet.custom.doc.source 0.2.0.v201206120903
  org.eclipse.emf.facet.custom.doc.source 0.2.1.v201209110754
  org.eclipse.jst.web_userdoc.feature.feature.jar 3.4.0.v201111022313-2107w31211938
  org.eclipse.jst.web_userdoc.feature.feature.jar 3.4.1.v201208231800-2117w312319373364
  org.hamcrest.core.source 1.1.0.v20090501071000
  org.eclipse.wb.swing.jsr296 1.5.1.r42x201209161216
  org.eclipse.wb.swing.jsr296 1.5.0.r42x201206111310
  toolingepp.package.modeling.config.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.config.win32.win32.x86 1.5.0.20120620-0855
  org.eclipse.swt.gtk.solaris.x86 3.100.0.v4233d
  org.eclipse.swt.gtk.solaris.x86 3.100.1.v4234e
  org.eclipse.egf.emf.pattern.ui 1.0.0.v20120528-1550
  org.eclipse.ptp.gem.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.gem.feature.jar 6.0.0.201206130201
  org.eclipse.epp.package.scout.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.scout.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.m2m.atl.core.ui.vm 3.3.1.v201209061455
  org.eclipse.m2m.atl.core.ui.vm 3.3.0.v201205241358
  org.eclipse.xpand.source 1.2.0.v201206110941
  org.eclipse.actf.visualization.ui.pdt.feature.group 1.0.0.R201206131330
  org.eclipse.actf.visualization.ui.pdt.feature.group 1.0.1.R201209191006
  org.eclipse.jetty.deploy 8.1.3.v20120522
  org.eclipse.m2m.atl.examples.feature.group 3.3.1.v201209061455
  org.eclipse.m2m.atl.examples.feature.group 3.3.0.v201205241358
  org.eclipse.cdt.core.win32 5.3.0.201209170703
  org.eclipse.cdt.core.win32 5.3.0.201206111645
  org.eclipse.birt.report.item.crosstab.core 4.2.1.v201208290612
  org.eclipse.birt.report.item.crosstab.core 4.2.0.v20120611
  org.eclipse.ptp.services.feature.group 6.0.0.201206130201
  org.eclipse.ptp.services.feature.group 6.0.2.201209181406
  org.eclipse.rse.efs.ui 2.1.400.201205300905
  org.eclipse.rse.efs.ui 2.1.400.201209191030
  org.eclipse.ecf.remoteservice.soap 1.0.0.v20120610-1946
  org.eclipse.cdt.codan.core 2.1.0.201209170703
  org.eclipse.cdt.codan.core 2.1.0.201206111645
  epp.package.java.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.java.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.datatools.connectivity 1.2.5.v201206130431
  org.eclipse.datatools.connectivity 1.2.6.v201208210832
  org.eclipse.gyrex.admin.ui.logback 1.0.0.v20120524-0614
  org.eclipse.emf.mwe.sdk.feature.jar 1.2.1.v201206110920
  org.eclipse.xtext.xtext.ui.graph 2.3.1.v201208210947
  org.eclipse.xtext.xtext.ui.graph 2.3.0.v201206120633
  org.eclipse.m2m.qvt.oml.editor.source.feature.group 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.editor.source.feature.group 3.2.0.v20120918-0827
  org.eclipse.wb.layout.group.feature.feature.group 1.5.0.r42x201206111249
  org.eclipse.wb.layout.group.feature.feature.group 1.5.1.r42x201209161140
  org.eclipse.wb.rcp.feature.feature.group 1.5.0.r42x201206111317
  org.eclipse.wb.rcp.feature.feature.group 1.5.1.r42x201209161238
  org.eclipse.osgi.services.remoteserviceadmin 1.5.0.v20120610-1946
  org.eclipse.datatools.enablement.mysql.dbdefinition 1.0.4.v201109022331
  org.eclipse.ocl.examples.ui.source 1.0.0.v20120603-1625
  org.eclipse.emf.rap.common.ui.source 2.7.0.v20120917-0436
  org.eclipse.emf.rap.common.ui.source 2.7.0.v20120608-0554
  org.eclipse.ptp.rdt.remotetools.feature.group 6.0.0.201206130201
  org.eclipse.ptp.rdt.remotetools.feature.group 6.0.2.201209181406
  org.eclipse.gyrex.features.admin.feature.jar 1.0.0.v20120423-0945-793-EVVFNVFuQh7LxXh
  org.eclipse.gyrex.features.admin.feature.jar 1.0.0.v20120423-0945-793-EVVFNVFyOl7J0Ve
  org.eclipse.papyrus.uml.textedit.parameter.xtext 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.parameter.xtext 0.9.1.v201209190809
  toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
  toolinggtk.linux.x86_64org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
  org.eclipse.datatools.enablement.oracle.feature.source.feature.jar 1.10.0.v201201161512-548fAkF7AL7RBJANAI
  org.eclipse.datatools.enablement.oracle.feature.source.feature.jar 1.10.1.v201208161415-548fAkF7AL7RBJANAI
  toolingepp.package.mobile.config.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.mobile.config.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.xtend.feature.group 1.2.1.v201206110941
  org.eclipse.rse.feature.jar 3.4.1.201209191030-7L7IFBY83omx__z0RFpKdWB-r5MS
  org.eclipse.rse.feature.jar 3.4.0.201205300905-7L7IFBV83omxZWwIDyHWipb2Sz-f
  org.eclipse.cdt.debug.mi.ui 6.1.1.201209170703
  org.eclipse.cdt.debug.mi.ui 6.1.1.201206111645
  org.eclipse.m2e.editor 1.2.0.20120903-1050
  org.eclipse.m2e.editor 1.1.0.20120530-0009
  org.eclipse.modisco.omg.smm 0.10.1.v201209190814
  org.eclipse.modisco.omg.smm 0.10.0.v201206130817
  org.eclipse.emf.facet.infra.common.ui.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.common.ui.source 0.2.1.v201209110754
  org.eclipse.cdt.core.lrparser.sdk.feature.jar 5.2.0.201206111645
  org.eclipse.cdt.core.lrparser.sdk.feature.jar 5.2.0.201209170703
  org.eclipse.actf.examples.adesigner.eval.html.source 1.0.0.R201206131330
  org.eclipse.actf.examples.adesigner.eval.html.source 1.0.1.R201209191006
  org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition.source 1.0.1.v201201240505
  org.eclipse.wst.common.fproj.feature.jar 3.4.0.v201202292300-377F8N8s735555393B7B
  org.eclipse.amalgam.discovery.feature.group 1.2.0.201206050806
  org.eclipse.tcf.te.tcf.services.contexts 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.services.contexts 1.0.0.201209190831
  org.eclipse.net4j.sdk.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.sdk.feature.group 4.1.0.v20120612-0600
  com.ibm.icu.base 4.4.2.v20110831
  org.eclipse.emf.cdo.dawn.sdk.source.feature.jar 2.0.0.v20120525-0730
  org.eclipse.emf.cdo.dawn.sdk.source.feature.jar 2.0.1.v20120911-1146
  org.eclipse.emf.workspace.examples 1.2.0.v200903190036
  epp.package.rcp.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.workspace.examples.library.editor.source 1.2.0.v200901271819
  org.eclipse.scout.commons 3.8.0.201206130843
  org.eclipse.scout.commons 3.8.1.201209171521
  org.eclipse.mylyn.trac_feature.feature.jar 3.8.2.v20120916-1200
  org.eclipse.mylyn.trac_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.jpt.jaxb.core 1.2.1.v201208222210
  org.eclipse.jpt.jaxb.core 1.2.0.v201205100000
  org.eclipse.equinox.p2.reconciler.dropins.source 1.1.200.v20120301-2145
  org.eclipse.jwt.transformations.xslt.tools 1.2.0.v201205310546
  org.apache.derby.jdbc_1053.fragment 10.5.3.201206130843
  org.apache.derby.jdbc_1053.fragment 10.5.3.201209171521
  toolingorg.eclipse.platform.sdk.config.gtk.linux.s390x 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.config.gtk.linux.s390x 4.2.0.I20120608-1400
  org.eclipse.mylyn.context.sdk.util.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.sdk.util.source 3.8.0.v20120612-0600
  org.eclipse.modisco.examples.feature.feature.group 0.10.0.v201206130817
  org.eclipse.modisco.examples.feature.feature.group 0.10.1.v201209190814
  org.eclipse.birt.report.item.crosstab.core.source 4.2.1.v201208290612
  org.eclipse.birt.report.item.crosstab.core.source 4.2.0.v20120611
  org.eclipse.xtext.common.types.shared.source 2.3.1.v201208210947
  org.eclipse.xtext.common.types.shared.source 2.3.0.v201206120633
  tooling.virgo.org.eclipse.equinox.console 1.0.0.tooling
  org.eclipse.xpand.ui.source.feature.group 1.2.1.v201206110941
  org.eclipse.emf.cdo.server.db 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.db 4.1.1.v20120727-1146
  org.eclipse.gyrex.preferences.tests.source 1.0.0.v20120109-2032
  org.eclipse.linuxtools.tools.launch.core 1.1.0.201209191645
  org.eclipse.linuxtools.tools.launch.core 1.0.0.201206130106
  org.eclipse.m2m.atl.engine.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.engine.source 3.3.0.v201205241358
  org.eclipse.wst.jsdt.ui 1.1.202.v201208171701
  org.eclipse.wst.jsdt.ui 1.1.201.v201204101526
  org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source 1.2.1.v20120514-1615
  javax.mail.glassfish.source 1.4.1.v201108011116
  org.eclipse.datatools.enablement.oda.xml.ui.source 1.2.3.v201112071047
  org.eclipse.jst.ws.jaxws_userdoc.feature.feature.jar 1.0.200.v201205012246-3-DF8s73573D795LAF
  org.eclipse.ptp.rdt.xlc 1.0.0.201206130201
  org.eclipse.ptp.rdt.xlc 1.0.0.201209181406
  epp.package.java.executable.motif.solaris.sparc 1.5.1.20121004-1506
  epp.package.java.executable.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.scout.rt.ui.swing.browser.swt.fragment 3.8.1.201209171521
  org.eclipse.ecf.datashare.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.egf.portfolio.egf.source 1.0.0.v20120528-1550
  toolingepp.package.parallel.configuration 1.5.1.20121004-1506
  toolingepp.package.parallel.configuration 1.5.0.20120614-1633
  org.eclipse.acceleo.compatibility.ui 3.3.0.v20120529-1042
  org.eclipse.acceleo.compatibility.ui 3.3.1.v20120831-0923
  org.eclipse.actf.visualization.blind.html.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.blind.html.source 1.0.0.R201206131330
  toolingepp.package.testing.ini.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.testing.ini.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.egf.portfolio.eclipse.build.source 1.0.0.v20120528-1550
  org.eclipse.graphiti.doc.source 0.9.1.v20120919-0732
  org.eclipse.graphiti.doc.source 0.9.0.v20120613-0805
  org.eclipse.scout.rt.rap.target.feature.feature.jar 3.8.1.201209171521
  org.eclipse.scout.rt.rap.target.feature.feature.jar 3.8.0.201206130843
  org.eclipse.rtp.configurator.ui 1.0.0.v20120613-2107
  org.eclipse.datatools.modelbase.sql.edit.source 1.0.2.v201208230744
  org.eclipse.datatools.modelbase.sql.edit.source 1.0.1.v201107221519
  epp.package.automotive.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.automotive.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.jetty.osgi.boot.warurl.source 8.1.3.v20120522
  org.eclipse.emf.facet.util.core.source 0.2.1.v201209110754
  org.eclipse.emf.facet.util.core.source 0.2.0.v201206120903
  org.eclipse.birt.data 4.2.0.v20120612
  org.eclipse.birt.data 4.2.1.v201209121213
  org.eclipse.team.ecf.core 1.0.0.v20120610-1946
  org.eclipse.virgo.util.jmx 3.5.0.RELEASE
  org.eclipse.ptp.rm.openmpi.feature.group 6.0.0.201206130201
  org.eclipse.ptp.rm.openmpi.feature.group 6.0.2.201209181406
  org.eclipse.gmf.runtime.draw2d.ui.render 1.4.1.v20120514-1615
  org.eclipse.mylyn.docs.intent.exporter.feature.feature.group 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.exporter.feature.feature.group 0.7.0.201205301208
  org.eclipse.m2m.qvt.oml.ocl.source 3.2.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.ocl.source 3.2.0.v201206041614
  org.eclipse.emf.compare.diff.edit 1.3.1.v20120605-0748
  org.eclipse.emf.compare.diff.edit 1.3.2.v20120918-1125
  org.eclipse.jsf.branding 3.2.0.v20100522
  org.eclipse.jsf.branding 3.2.1.v201208281044
  org.eclipse.xtext.ui.codetemplates.source 2.3.1.v201208210947
  org.eclipse.xtext.ui.codetemplates.source 2.3.0.v201206120633
  org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.jar 1.10.0.v201201161512-4208375LG5BJ93413
  org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.jar 1.10.1.v201208161415-4208375LG5BJ93413
  tooling.virgo.org.eclipse.equinox.app 1.0.0.tooling
  org.eclipse.linuxtools.cdt.libhover.glibc 1.2.0.201206130106
  org.eclipse.linuxtools.cdt.libhover.glibc 1.2.0.201209191645
  org.eclipse.emf.transaction.examples.source.feature.jar 1.6.0.v20120328-0001
  org.eclipse.scout.sdk.feature.feature.jar 3.8.1.201209171521
  org.eclipse.scout.sdk.feature.feature.jar 3.8.0.201206130843
  org.eclipse.equinox.weaving.caching 1.0.200.v20120524-1707
  org.eclipse.actf.visualization.engines.lowvision.source 1.0.0.R201206131330
  org.eclipse.actf.visualization.engines.lowvision.source 1.0.1.R201209191006
  org.eclipse.scout.rt.rap.feature.feature.jar 3.8.0.201206130843
  org.eclipse.scout.rt.rap.feature.feature.jar 3.8.1.201209171521
  org.eclipse.m2m.atl.engine.emfvm.launch.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.engine.emfvm.launch.source 3.3.1.v201209061455
  org.eclipse.mylyn.mft.sdk.util 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.sdk.util 0.9.1.I20120907-1845
  org.eclipse.xtext.xtext.ui.source.feature.jar 2.3.0.v201206120633
  org.eclipse.xtext.xtext.ui.source.feature.jar 2.3.1.v201208210947
  org.eclipse.modisco.java.composition.discoverer.source 0.10.0.v201206130817
  org.eclipse.birt.report.data.bidi.utils 4.2.0.v20120611
  org.eclipse.birt.report.data.bidi.utils 4.2.1.v20120820
  org.eclipse.emf.compare_root 1.3.2.v20120918-1125
  org.eclipse.emf.compare_root 1.3.1.v20120605-0748
  org.eclipse.egf.model.ftask.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.ptp.remotetools.utils 3.0.0.201209181406
  org.eclipse.ptp.remotetools.utils 3.0.0.201206130201
  org.eclipse.tm.terminal.local.feature.group 0.2.100.201205300905-118Z312316411A16
  org.eclipse.tm.terminal.local.feature.group 0.2.100.201209191030-118Z31231A2A2141
  toolingepp.package.modeling.config.carbon.macosx.x86 1.5.0.20120620-0855
  toolingepp.package.modeling.config.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.actf.util.win32.comclutch.source 1.0.1.R201209191006
  org.eclipse.actf.util.win32.comclutch.source 1.0.0.R201206131330
  org.eclipse.jubula.feature.launch.rcp.feature.jar 1.2.1.201206131127
  org.eclipse.jubula.feature.launch.rcp.feature.jar 1.2.2.201209040912
  org.eclipse.birt.report.engine.dataextraction.csv 4.2.1.v20120820
  org.eclipse.birt.report.engine.dataextraction.csv 4.2.0.v20120611
  org.eclipse.emf.common 2.8.0.v20120606-0717
  org.eclipse.emf.common 2.8.0.v20120911-0500
  tooling.virgo.org.eclipse.equinox.common 1.0.0.tooling
  org.eclipse.emf.cdo.ui.ide.source 4.0.100.v20120606-1626
  org.eclipse.emf.cdo.ui.ide.source 4.0.100.v20120821-1005
  org.eclipse.dltk.tcl.tclchecker 4.0.0.201206120848
  org.eclipse.zest.core.source 1.3.0.201208201742
  org.eclipse.zest.core.source 1.3.0.201206112118
  toolingepp.package.parallel.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.xsd.ecore.converter.source.feature.jar 2.7.0.v20120319-0555
  org.eclipse.xsd.ecore.converter.source.feature.jar 2.7.0.v20120917-0436
  toolingepp.package.rcp.config.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.rcp.config.carbon.macosx.ppc 1.5.1.20121004-1506
  org.objectweb.asm 3.3.1.v201105211655
  org.h2 1.1.117.v201105142352
  org.eclipse.emf.compare.doc.feature.group 1.3.1.v20120605-0748
  org.eclipse.emf.compare.doc.feature.group 1.3.2.v20120918-1125
  org.eclipse.datatools.enablement.sybase.asa.dbdefinition.source 1.0.0.v200906161800
  org.eclipse.dltk.itcl.core 4.0.0.201206120848
  org.eclipse.uml2.codegen.ecore.ui 1.7.0.v20120913-1441
  org.eclipse.uml2.codegen.ecore.ui 1.7.0.v20120604-0919
  org.eclipse.datatools.sqltools.result 1.1.3.v201205310911
  org.eclipse.swt.gtk.linux.s390 3.100.1.v4234e
  org.eclipse.swt.gtk.linux.s390 3.100.0.v4233d
  org.eclipse.gmf.runtime.notation.source.feature.jar 1.6.0.v20120327-2213-378-8s73543B4E1689I
  org.eclipse.php.help 3.1.1.201209101312
  org.eclipse.php.help 3.0.1.v201201110400
  org.eclipse.modisco.java.source.feature.feature.group 0.10.0.v201206130817
  org.eclipse.xpand.sdk.feature.group 1.2.1.v201206110941
  org.eclipse.birt.jetty.overlay.source 4.2.1.v201209061119
  org.eclipse.ecf.discovery.ui.browser 1.0.0.v20120610-1946
  org.eclipse.amp.amf.parameters.edit.source 0.9.0.v20120528-0244
  org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.10.1.v201208161415-57B79AkF7BD7SGC9ZEH
  org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.10.0.v201201161512-57B78AkF7BD7QFE9VEG
  org.eclipse.emf.facet.widgets.table.metamodel.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.table.metamodel.source 0.2.1.v201209110754
  org.eclipse.php.debug.daemon 3.0.1.v201201110400
  org.eclipse.php.debug.daemon 3.1.1.201209101312
  org.eclipse.emf.codegen.ecore.xtext 1.0.0.v20120612-0950
  org.eclipse.emf.codegen.ecore.xtext 1.0.0.v20120917-0741
  org.eclipse.tcf.rse.feature.feature.jar 1.0.0.201206051725
  org.eclipse.tcf.rse.feature.feature.jar 1.0.0.201209190831
  org.eclipse.gmf.runtime.diagram.ui.geoshapes 1.4.1.v20120514-1615
  org.eclipse.linuxtools.systemtap.ui.editor 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.editor 1.0.0.201206130106
  org.eclipse.egf.model 1.0.0.v20120528-1550
  org.eclipse.emf.mwe2.lib.source 2.3.0.v201206110920
  org.eclipse.gmt.modisco.workflow 0.10.0.v201206130817
  org.eclipse.gmt.modisco.workflow 0.10.1.v201209190814
  org.eclipse.emf.transaction.feature.jar 1.6.0.v20120328-0001-377-8s734C3E7D15D6B
  org.eclipse.emf.mwe.activities.source 1.2.1.v201206110920
  org.eclipse.koneki.ldt.doc.user 0.8.0.201206122001
  org.eclipse.koneki.ldt.doc.user 0.8.0.201209061319
  com.lowagie.text 2.1.7.v201004222200
  org.eclipse.scout.rt.feature.source.feature.jar 3.8.0.201206130843
  org.eclipse.scout.rt.feature.source.feature.jar 3.8.1.201209171521
  org.eclipse.rtp.package.feature.group 1.0.0.v20120613-2107
  org.eclipse.modisco.infra.omg.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.modisco.infra.omg.feature.feature.jar 0.10.0.v201206130817
  toolingorg.eclipse.platform.ide.ini.gtk.linux.s390x 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.gtk.linux.s390x 4.2.1.M20120914-1800
  org.eclipse.graphiti.examples.chess 0.9.1.v20120919-0732
  org.eclipse.graphiti.examples.chess 0.9.0.v20120613-0805
  org.apache.lucene.queries 3.5.0.v20120319-2345
  org.eclipse.equinox.p2.extras.feature.feature.jar 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBtr2dhs
  org.eclipse.wst.jsdt.debug.core 3.1.1.v201208171701
  org.eclipse.wst.jsdt.debug.core 3.1.0.v201205241852
  org.eclipse.jface.databinding 1.6.0.v20120521-2329
  org.apache.batik.pdf 1.6.0.v201105071520
  org.eclipse.emf.ecoretools.sdk.feature.jar 1.1.0.201205150811
  epp.package.automotive.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.emf.eef.runtime.extended.source 1.1.1.201206051542
  org.eclipse.egf.portfolio.file.resources.source 1.0.0.v20120528-1550
  org.eclipse.cdt.core.lrparser.xlc.source 5.1.0.201206111645
  org.eclipse.cdt.core.lrparser.xlc.source 5.1.0.201209170703
  org.eclipse.equinox.frameworkadmin.source 2.0.100.v20120606-175127
  org.eclipse.tcf.te.tcf.launch.core 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.launch.core 1.0.0.201209190831
  org.eclipse.modisco.xml.doc.source 0.10.0.v201206130817
  org.eclipse.mylyn.gerrit.feature.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.gerrit.feature.feature.group 1.0.0.v20120612-0600
  org.eclipse.amp.axf.core.source 0.9.0.v20120528-0244
  epp.package.automotive.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.xtend.source 1.2.0.v201206110941
  org.eclipse.egf.sdk.feature.group 1.0.0.v20120528-1550
  org.eclipse.jst.common.annotations.ui 1.1.300.v201002081900
  org.eclipse.mylyn.context.sdk.feature.jar 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.sdk.feature.jar 3.8.0.v20120612-0600
  org.eclipse.jst.enterprise_ui.feature.feature.group 3.4.0.v201107072300-7b7JIM0FSK2WM1PS9Ar7AKUz0TrWn
  org.eclipse.jpt.jpa.eclipselink.feature.feature.jar 3.2.0.v201203150000-7M7J4F7RZHQYIwMz0JyOWFD7
  org.eclipse.jpt.jpa.eclipselink.feature.feature.jar 3.2.1.v201208222210-7M7J78F7RZHQYJAQsS4SVFD7
  toolingepp.package.mobile.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.mobile.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.emf.ecoretools.diagram 1.1.0.201205150811
  org.eclipse.bpel.runtimes 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.runtimes 1.0.1.v20120914-1434-CI
  org.eclipse.emf.examples.library.editor 2.5.0.v20120917-0436
  org.eclipse.emf.examples.library.editor 2.5.0.v20120608-0554
  org.eclipse.emf.oda.sdk.feature.group 1.1.0.v20120917-0436
  org.eclipse.emf.oda.sdk.feature.group 1.1.0.v20120608-0554
  org.eclipse.datatools.enablement.sqlite.feature.source.feature.group 1.10.1.v201208161415-542AkF7AJ7SAKAPBF
  org.eclipse.datatools.enablement.sqlite.feature.source.feature.group 1.10.0.v201201161512-542AkF7AJ7SAKAPBF
  org.eclipse.birt.osgi.runtime.sdk.feature.jar 4.2.1.v20120820-793187qD_D0RBQLXOVH-wQkmJ1cI
  org.eclipse.birt.osgi.runtime.sdk.feature.jar 4.2.0.v20120611-793-87iDWCFP8ZDTAN72TPI4jrXA
  org.eclipse.gyrex.features.sdk.withoutdeps.feature.jar 1.0.0.v20120423-0945-7H--F7OHSGMttwTH2kZ5hkgJBbdB
  org.eclipse.gyrex.features.sdk.withoutdeps.feature.jar 1.0.0.v20120423-0945-7H--F7OHS728tgaOp5ETz0-EA6Wu
  org.eclipse.rse 3.4.0.201205300905
  org.eclipse.rse 3.4.0.201209191030
  org.eclipse.koneki.ldt.ui 0.8.0.201209061319
  org.eclipse.koneki.ldt.ui 0.8.0.201206122001
  org.eclipse.egf.model.javapattern.source 1.0.0.v20120528-1550
  org.eclipse.actf.model.ui.editors.ooo.initializer 1.0.0.R201206131330
  org.eclipse.actf.model.ui.editors.ooo.initializer 1.0.1.R201209191006
  org.eclipse.datatools.sqltools.tabledataeditor 1.0.1.v201005250945
  org.eclipse.emf.codegen.ui.source.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.codegen.ui.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.m2m.qvt.oml.doc.feature.group 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.doc.feature.group 3.2.0.v20120918-0827
  org.eclipse.jwt.transformation.stpim 1.2.0.v201205310546
  epp.package.mobile.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  epp.package.mobile.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.m2m.atl.common.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.common.source 3.3.1.v201209061455
  org.eclipse.acceleo.source.feature.jar 3.3.1.v20120831-0923
  org.eclipse.acceleo.source.feature.jar 3.3.0.v20120529-1042
  org.eclipse.koneki.ldt.metalua.64bits 0.8.0.201209061319
  org.eclipse.koneki.ldt.metalua.64bits 0.8.0.201206122001
  org.eclipse.zest.feature.jar 1.5.0.201208201742
  org.eclipse.zest.feature.jar 1.4.0.201206112118
  org.eclipse.actf.core 1.0.1.R201209191006
  org.eclipse.actf.core 1.0.0.R201206131330
  org.eclipse.ui.intro.universal.source 3.2.600.v20120521-2344
  org.eclipse.scout.svg.client.source 3.8.1.201209171521
  org.eclipse.scout.svg.client.source 3.8.0.201206130843
  org.eclipse.ecf.discovery.zookeeper.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.modisco.jee.queries.source 0.10.0.v201206130817
  org.eclipse.wb.core.xml 1.5.0.r42x201206111216
  org.eclipse.wb.core.xml 1.5.1.r42x201209161132
  org.eclipse.mylyn.mft.ecoretools.ui 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.ecoretools.ui 0.9.0.I20120314-1750
  org.eclipse.datatools.connectivity.oda.designer.core.feature.source.feature.group 1.10.1.v201208161415-7B7C7NCcNBGUBnIZDaUY
  org.eclipse.datatools.connectivity.oda.designer.core.feature.source.feature.group 1.10.0.v201201161512-7B7C7LCcNBGTBfLREXcc
  org.eclipse.emf.workspace.doc.feature.jar 1.6.0.v20120328-0001-22-7w311A1238292A
  org.eclipse.emf.transaction.examples.feature.jar 1.6.0.v20120328-0001-47D8Z8yGE5PtKEQUIIOX6EAL3
  org.eclipse.persistence.dbws.feature.group 2.4.0.v20120608-r11652
  epp.package.dsl.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  toolingorg.eclipse.platform.ide.config.gtk.solaris.sparc 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.config.gtk.solaris.sparc 4.2.0.I20120608-1400
  org.eclipse.cdt.dsf.gdb.source 4.1.0.201206111645
  org.eclipse.cdt.dsf.gdb.source 4.1.1.201209170703
  org.eclipse.wst.standard.schemas 1.0.500.v201111021744
  org.eclipse.libra.facet 0.2.0.201206060754
  org.eclipse.wst.server_adapters.feature.feature.group 3.2.201.v20120821_1517-51F9xAkF7AL8QDRl8GAT
  org.eclipse.wst.server_adapters.feature.feature.group 3.2.101.v20111212_1019-51F8OAkF79S8JCTA597K
  org.eclipse.scout.sdk.compatibility.v37v41.fragment 3.8.1.201209171521
  org.eclipse.datatools.enablement.ibm.feature.source.feature.jar 1.10.0.v201201161512-7F47WFC7sRdqScnobkd4
  org.eclipse.datatools.enablement.ibm.feature.source.feature.jar 1.10.1.v201208161415-7F47WFC7sRdqScnobkd4
  org.eclipse.libra.facet.feature.feature.jar 0.2.0.201206060754
  org.eclipse.datatools.connectivity.doc.user 1.7.0.20090521092446
  org.eclipse.wst.web.ui.infopop 1.0.300.v200805140415
  toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  toolingwin32.win32.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  org.eclipse.dltk.core.index.sql 4.0.0.201206120848
  Mobile and Device Development 0.0.0.7P78DocLSQIl7E7AA7U7cA7Qc
  epp.package.dsl.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  tooling.virgo.org.eclipse.osgi.services 1.0.0.tooling
  org.eclipse.net4j.util.defs 4.0.100.v20120521-0710
  org.eclipse.net4j.util.defs 4.0.100.v20120821-1005
  org.eclipse.papyrus.infra.queries.core 0.9.1.v201209190809
  org.eclipse.papyrus.infra.queries.core 0.9.0.v201206131215
  toolingepp.package.dsl.application 1.5.1.20121004-1506
  org.eclipse.gyrex.preferences.tests 1.0.0.v20120109-2032
  org.eclipse.gmt.modisco.kdm.source.discoverer 0.10.0.v201206130817
  org.eclipse.gmt.modisco.kdm.source.discoverer 0.10.1.v201209190814
  toolingepp.package.mobile.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.mobile.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.egf.model.ftask.edit.feature.jar 1.0.0.v20120528-1550
  org.eclipse.gyrex.search.source 1.0.0.v20120511-0856
  org.eclipse.papyrus.infra.core.log 0.9.1.v201209190809
  org.eclipse.papyrus.infra.core.log 0.9.0.v201206131215
  org.eclipse.koneki.ldt.feature.jar 0.8.0.201206122001
  org.eclipse.koneki.ldt.feature.jar 0.8.2.201209061319
  org.eclipse.papyrus.sysml.modelexplorer.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.sysml.modelexplorer.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.emf.facet.efacet.examples.library.metamodel.edit.source 0.2.1.v201209110754
  org.eclipse.ocl.examples.xtext.markup.ui.source 3.2.0.v20120526-1258
  org.eclipse.ptp.rm.ui 3.0.0.201206130201
  org.eclipse.ptp.rm.ui 3.0.0.201209181406
  org.eclipse.mylyn.mft.emf.ui.source 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.emf.ui.source 0.9.1.I20120907-1845
  org.eclipse.ocl.examples.pivot 3.2.0.v20120611-0754
  org.eclipse.ocl.examples.pivot 3.2.1.v20120917-1012
  org.eclipse.datatools.sqltools.routineeditor 1.0.0.v201107221520
  org.eclipse.mylyn.discovery.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.discovery.feature.group 3.8.2.v20120916-1200
  org.eclipse.datatools.enablement.sap.feature.feature.group 1.10.0.v201201161512-540AkF7AJ7YEJBU7S
  org.eclipse.datatools.enablement.sap.feature.feature.group 1.10.1.v201208161415-540AkF7AJ7YEJBU7S
  org.eclipse.mylyn.monitor.ui.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.monitor.ui.source 3.8.2.v20120916-1200
  epp.package.automotive.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.wst.xsd.core 1.1.700.v201204102147
  org.eclipse.emf.common.ui.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.common.ui.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.query.feature.jar 1.6.0.v20120328-0001-218Z7w311A142A1142
  org.eclipse.equinox.p2.repository.tools.source 2.0.100.v20120501-1314
  org.eclipse.uml2 4.0.0.v20120604-0919
  org.eclipse.uml2 4.0.1.v20120913-1441
  org.eclipse.scout.rt.ui.rap.theme.rayo 3.8.1.201209171521
  org.eclipse.cdt.managedbuilder.xlc.core.source 5.0.1.201206111645
  org.eclipse.cdt.managedbuilder.xlc.core.source 5.0.1.201209170703
  org.eclipse.ecf.filetransfer 5.0.0.v20120608-0148
  toolingepp.package.cpp.ini.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.egf.emf.wrapper.ui.source 1.0.0.v20120528-1550
  org.eclipse.tm.terminal.serial.feature.jar 2.1.100.201205300905-308Z312316411A16
  org.eclipse.tm.terminal.serial.feature.jar 2.1.100.201209191030-308Z31231A2A2141
  org.eclipse.emf.cdo.migrator 3.0.200.v20120821-1005
  org.eclipse.emf.cdo.migrator 3.0.200.v20120521-0710
  org.eclipse.datatools.enablement.oracle.feature.source.feature.group 1.10.0.v201201161512-548fAkF7AL7RBJANAI
  org.eclipse.datatools.enablement.oracle.feature.source.feature.group 1.10.1.v201208161415-548fAkF7AL7RBJANAI
  org.eclipse.datatools.enablement.sybase.asa.models 1.0.0.v201107221507
  org.eclipse.linuxtools.rpm.ui.editor 1.0.0.201206130106
  org.eclipse.linuxtools.rpm.ui.editor 1.0.0.201209191645
  org.eclipse.mylyn.wikitext.sdk.feature.jar 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.sdk.feature.jar 1.7.0.v20120612-0600
  org.eclipse.ecf.discovery.zookeeper.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.team.svn.nl1 1.0.0.I20120601-1700
  org.eclipse.tcf.cdt.feature.feature.jar 1.0.1.201209190831
  org.eclipse.tcf.cdt.feature.feature.jar 1.0.0.201206051725
  epp.package.jee.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  org.apache.log4j.source 1.2.15.v201012070815
  toolinggtk.aix.ppcorg.eclipse.equinox.ds 4.2.1.M20120914-1800
  toolinggtk.aix.ppcorg.eclipse.equinox.ds 4.2.0.I20120608-1400
  org.eclipse.modisco.java.discoverer.cdo.source 0.10.0.v201206130817
  org.eclipse.cdt.core.lrparser.xlc 5.1.0.201206111645
  org.eclipse.cdt.core.lrparser.xlc 5.1.0.201209170703
  org.eclipse.emf.rap.common.ui.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.rap.common.ui.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.query.ocl.source 2.0.0.v20091215-1624
  org.eclipse.birt.report.designer.ui.cubebuilder.source 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.cubebuilder.source 4.2.1.v201208211204
  epp.package.modeling.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.modeling.executable.motif.aix.ppc 1.5.0.20120620-0855
  org.eclipse.equinox.p2.ui.admin.source 1.0.100.v20110808-1657
  epp.package.scout.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  org.eclipse.bpel.apache.ode.runtime.feature.feature.jar 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.apache.ode.runtime.feature.feature.jar 1.0.1.v20120914-1434-CI
  org.eclipse.gmf.tooling.feature.group 3.0.0.RC4a
  org.eclipse.gmf.tooling.feature.group 3.0.0.201209121329
  toolingepp.package.mobile.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.gyrex.cloud.source 1.0.0.v20120524-0900
  org.eclipse.m2m.qvt.oml.emf.util 3.2.0.v201206041614
  org.eclipse.m2m.qvt.oml.emf.util 3.2.0.v20120906-0508
  org.eclipse.datatools.enablement.ingres.ui.source 1.0.0.v201105270214
  org.eclipse.emf.facet.infra.query.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.query.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom.editor.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom.editor.source 0.2.0.v201206120903
  epp.package.parallel.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  epp.package.parallel.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  com.naef.jnlua.windows 0.9.1.201209061319
  com.naef.jnlua.windows 0.9.1.201206122001
  org.eclipse.modisco.java.cdo.source.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.datatools.connectivity.ui.templates.source 1.0.1.v201205240353
  org.eclipse.jdt.core.manipulation 1.5.0.v20120523-1543
  org.eclipse.acceleo.traceability.model 3.3.1.v20120831-0923
  org.eclipse.acceleo.traceability.model 3.3.0.v20120529-1042
  org.eclipse.jst.ws.axis2tools.feature.feature.jar 1.1.200.v201103022333-78-FF0DZRDKDDePSKwHj
  org.eclipse.xtend.shared.ui.source 1.2.0.v201206110941
  org.eclipse.scout.sdk 3.8.1.201209171521
  org.eclipse.scout.sdk 3.8.0.201206130843
  epp.package.automotive.executable.gtk.linux.x86 1.5.0.20120614-1633
  epp.package.automotive.executable.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.papyrus.uml.documentation.profile 0.9.1.v201209190809
  org.eclipse.papyrus.uml.documentation.profile 0.9.0.v201206131215
  org.eclipse.rtp.core.source 1.0.0.v20120613-2107
  toolingepp.package.scout.config.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.scout.config.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.libra.framework.jonas.ui 0.2.0.201206060754
  org.eclipse.ui.console.source 3.5.100.v20120521-2012
  org.eclipse.emf.cdo.defs.source 4.0.100.v20120521-0710
  org.eclipse.emf.cdo.defs.source 4.0.100.v20120821-1005
  org.eclipse.egf.core.source.feature.jar 1.0.0.v20120528-1550
  epp.package.parallel.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.mylyn.wikitext.tasks.ui.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.tasks.ui.source 1.7.0.v20120612-0600
  toolingepp.package.automotive.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.automotive.config.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.ocl.examples.pivot.source 3.2.1.v20120917-1012
  org.eclipse.ocl.examples.pivot.source 3.2.0.v20120611-0754
  org.eclipse.jpt.jpa.feature.feature.jar 3.2.1.v201208222210-7S7K8gFBBoPapQieUcW_TFD7
  org.eclipse.jpt.jpa.feature.feature.jar 3.2.0.v201203150000-7S7K8aFBBoPaoQNZZRKUVFD7
  toolingcocoa.macosx.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
  toolingcocoa.macosx.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
  org.eclipse.mylyn.wikitext.help.sdk 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.help.sdk 1.7.2.v20120916-1200
  org.eclipse.modisco.java.doc 0.10.1.v201209190814
  org.eclipse.modisco.java.doc 0.10.0.v201206130817
  org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 0.9.1.v201209190809
  org.eclipse.egit.import.feature.group 2.1.0.201209190230-r
  org.eclipse.egit.import.feature.group 2.0.0.201206130900-r
  org.apache.batik.dom.source 1.6.0.v201011041432
  org.eclipse.xtend.lib.source 2.3.0.v201206120633
  org.eclipse.xtend.lib.source 2.3.1.v201208210947
  org.eclipse.egf.model.fprod.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.wst.ws_wsdl15.feature.feature.jar 1.5.301.v201102200555-2407w312123151655
  org.eclipse.wst.xsl.jaxp.debug 1.0.200.v201103081922
  org.eclipse.sapphire.osgi.source 0.5.3.201209191432
  org.eclipse.sapphire.osgi.source 0.5.0.201206122150
  org.eclipse.jdt.junit.source 3.7.100.v20120523-1543
  org.eclipse.datatools.connectivity.oda.flatfile.ui 3.1.4.v201208231316
  org.eclipse.datatools.connectivity.oda.flatfile.ui 3.1.3.v201203221637
  epp.package.modeling.executable.win32.win32.x86_64 1.5.0.20120620-0855
  epp.package.modeling.executable.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.emf.facet.efacet.editor.source 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.editor.source 0.2.0.v201206120903
  org.eclipse.birt.chart.ui 4.2.0.v20120611
  org.eclipse.birt.chart.ui 4.2.1.v20120820
  org.eclipse.persistence.asm.source 3.3.1.v201206041142
  org.eclipse.egit.import.feature.jar 2.1.0.201209190230-r
  org.eclipse.egit.import.feature.jar 2.0.0.201206130900-r
  org.eclipse.wst.web_ui.feature.feature.group 3.4.1.v201208170345-7O7MFsPEMkBJz0wtb-ccsarPSceUIHO9iKk6XVPV
  org.eclipse.wst.web_ui.feature.feature.group 3.4.0.v201203141800-7O7MFsGEMkBJz0rWbgfTLwn-4WKIocbP_pkka3Il
  toolingepp.package.mobile.configuration 1.5.1.20121004-1506
  toolingepp.package.mobile.configuration 1.5.0.20120614-1633
  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
  org.eclipse.ecf.identity.source 3.1.200.v20120608-0148
  org.eclipse.ecf.identity.source 3.1.200.v20120610-1946
  org.eclipse.ui.views.source 3.6.100.v20120521-2329
  org.eclipse.ui.views.source 3.6.100.v20120705-114010
  org.eclipse.gmf.runtime.common.ui 1.5.0.v20120514-1615
  org.apache.httpcomponents.httpclient 4.1.2.v201203221030
  org.eclipse.emf.facet.examples.feature.feature.jar 0.2.1.v201209110754
  org.eclipse.jst.ws.jaxws.feature.feature.group 1.2.0.v201204151854-7E7AF70F8NcJS_KqT5TpXq
  org.eclipse.gmf.runtime.diagram.ui.properties.source 1.4.2.v20120514-1615
  org.eclipse.gmf.runtime.diagram.ui.properties 1.4.2.v20120514-1615
  org.eclipse.emf.ecore.editor 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.editor 2.8.0.v20120608-0554
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86 4.2.0.I20120608-1400
  org.eclipse.rcp.sdk.id 4.2.1.M20120914-1800
  org.eclipse.rcp.sdk.id 4.2.0.I20120608-1400
  org.eclipse.modisco.xml.discoverer 0.10.0.v201206130817
  org.eclipse.modisco.xml.discoverer 0.10.1.v201209190814
  org.eclipse.ptp.etfw.feedback 5.0.0.201206130201
  org.eclipse.ptp.etfw.feedback 5.0.0.201209181406
  org.eclipse.datatools.sqltools.routineeditor.ui.source 1.0.2.v201208070719
  org.eclipse.datatools.sqltools.routineeditor.ui.source 1.0.2.v201111230714
  org.eclipse.mylyn.tasks.ide.feature.group 3.8.2.v20120916-1200
  org.eclipse.mylyn.tasks.ide.feature.group 3.8.0.v20120612-0600
  org.eclipse.m2m.qvt.oml.editor.feature.group 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.editor.feature.group 3.2.0.v20120918-0827
  org.eclipse.birt.report.designer.core 4.2.1.v201209101219
  org.eclipse.birt.report.designer.core 4.2.0.v20120611
  toolingepp.package.jee.ini.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.jee.ini.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.papyrus.infra.emf.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.infra.emf.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.php.core 3.0.1.v201201110400
  org.eclipse.php.core 3.1.1.201209101312
  toolingepp.package.scout.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.scout.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.tcf.te.runtime.persistence 1.0.0.201209190831
  org.eclipse.tcf.te.runtime.persistence 1.0.0.201206051725
  org.eclipse.birt.chart.reportitem 4.2.0.v20120611
  org.eclipse.birt.chart.reportitem 4.2.1.v20120820
  org.eclipse.birt.core.script.function 4.2.0.v20120611
  org.eclipse.birt.core.script.function 4.2.1.v201209101712
  org.junit4 4.8.1.v20120523-1257
  org.eclipse.epp.package.parallel.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.parallel.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.ptp.rm.lml.da 1.0.0.201209181406
  org.eclipse.ptp.rm.lml.da 1.0.0.201206130201
  org.eclipse.dltk.tcl.feature.group 4.0.0.201206120848
  org.eclipse.rtp.core.model.source 1.0.0.v20120613-2107
  org.eclipse.cdt.core.lrparser.source.feature.jar 5.2.0.201209170703
  org.eclipse.cdt.core.lrparser.source.feature.jar 5.2.0.201206111645
  org.eclipse.team.svn.core 1.0.0.I20120803-1700
  org.eclipse.team.svn.core 1.0.0.I20120601-1700
  org.eclipse.egf.core.feature.jar 1.0.0.v20120528-1550
  epp.package.java.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.jdt.junit4.runtime 1.1.200.v20120523-1257
  org.eclipse.rap.ui.intro.source 1.5.0.20120613-1425
  org.eclipse.rap.ui.intro.source 1.5.1.20120917-1138
  org.eclipse.gmt.modisco.infra.facet.editor.source 0.10.0.v201206130817
  org.eclipse.gmf.runtime.gef.ui 1.4.1.v20120514-1615
  org.eclipse.jetty.bundles.f.source.feature.group 8.1.3.201206060641
  org.eclipse.actf.visualization.sdk.feature.jar 1.0.1.R201209191006
  org.eclipse.actf.visualization.sdk.feature.jar 1.0.0.R201206131330
  org.eclipse.birt.report.engine.emitter.config.odp.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.odp.source 4.2.1.v20120820
  org.eclipse.datatools.enablement.sqlite.source 1.0.0.v201002041100
  org.eclipse.cdt.build.crossgcc.feature.jar 1.1.0.201206111645
  org.eclipse.cdt.build.crossgcc.feature.jar 1.1.0.201209170703
  org.eclipse.e4.ui.workbench.swt 0.10.2.v20120802-184737
  org.eclipse.e4.ui.workbench.swt 0.10.1.v20120525-2014
  org.eclipse.egf.producer.feature.group 1.0.0.v20120528-1550
  toolingepp.package.jee.config.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.jee.config.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.team.svn.nl1.sources 1.0.0.I20120818-1700
  org.eclipse.team.svn.nl1.sources 1.0.0.I20120601-1700
  org.eclipse.cdt.ui.source 5.5.0.201209170703
  org.eclipse.cdt.ui.source 5.4.0.201206111645
  org.eclipse.amp.amf.acore.editor 0.9.0.v20120528-0244
  org.eclipse.papyrus.views.properties.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.views.properties.feature.feature.group 0.9.0.v201206131215
  org.eclipse.mylyn.wikitext.core 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.core 1.7.0.v20120612-0600
  epp.package.modeling.executable.gtk.linux.ppc 1.5.1.20121004-1506
  epp.package.modeling.executable.gtk.linux.ppc 1.5.0.20120620-0855
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86_64 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.x86_64 4.2.0.I20120608-1400
  org.eclipse.bpel.apache.ode.deploy.model 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.apache.ode.deploy.model 1.0.1.v20120612-2300-CI
  epp.package.reporting.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.reporting.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.mylyn.monitor.core 3.8.0.v20120612-0600
  org.eclipse.mylyn.monitor.core 3.8.2.v20120916-1200
  org.eclipse.mylyn.gerrit.core 1.0.0.v20120612-0600
  org.eclipse.mylyn.gerrit.core 1.0.2.v20120916-1200
  org.eclipse.xpand.activities.source 1.2.0.v201206110941
  org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.jar 2.2.200.v201105111126-20A77w312215172822
  org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.jar 2.2.201.v201208241503-20A87w312319352614
  org.eclipse.e4.ui.bindings 0.10.1.v20120523-1955
  org.eclipse.e4.ui.bindings 0.10.1.v20120716-173435
  org.eclipse.emf.facet.widgets.table.metamodel 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.table.metamodel 0.2.0.v201206120903
  org.eclipse.wst.xml_core.feature.feature.group 3.4.0.v201111021744-7C7OFm4F7RZHQRIpOz-P2Xk
  org.eclipse.wst.xml_core.feature.feature.group 3.4.1.v201208170345-7C7OFm5F7RZHQRIsOz-Nz-_n
  org.eclipse.egf.model.edit.feature.jar 1.0.0.v20120528-1550
  org.eclipse.datatools.enablement.mysql.source 1.0.3.v201205252211
  epp.package.reporting.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.jetty.jndi.source 8.1.3.v20120522
  org.eclipse.draw3d.geometry 0.8.1.v20120528-0244
  org.eclipse.gyrex.persistence.nondurable.map 1.0.0.v20120511-0855
  org.eclipse.cdt.testsrunner.qttest 7.0.0.201209170703
  org.eclipse.cdt.testsrunner.qttest 7.0.0.201206111645
  org.eclipse.libra.framework.editor.feature.feature.group 0.2.0.201206060754
  javax.mail 1.4.0.v201005080615
  org.eclipse.birt.doc.feature.jar 4.2.0.v20120611-51-7w3123172328
  org.eclipse.birt.doc.feature.jar 4.2.1.v20120820-5107w31231A19243A
  org.eclipse.scout.sdk.compatibility.v38v42.fragment.source 3.8.1.201209171521
  org.eclipse.scout.sdk.compatibility.v38v42.fragment.source 3.8.0.201206130843
  org.eclipse.rse.services.telnet 2.0.300.201209191030
  org.eclipse.rse.services.telnet 2.0.300.201205300905
  org.eclipse.actf.ai.tts.sapi.source 1.0.1.R201209191006
  org.eclipse.actf.ai.tts.sapi.source 1.0.0.R201206131330
  epp.package.dsl.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.sapphire.ui.swt.xml.editor.source 0.5.0.201206122150
  org.eclipse.sapphire.ui.swt.xml.editor.source 0.5.3.201209191432
  tooling.virgo.org.eclipse.ecf.identity 1.0.0.tooling
  org.eclipse.scout.sdk.compatibility.source 3.8.0.201206130843
  org.eclipse.scout.sdk.compatibility.source 3.8.1.201209171521
  toolingepp.package.rcp.ini.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.rse.terminals.feature.jar 1.2.0.201205300905-773Eo7H89G8OJ8Db8NB27
  org.eclipse.rse.terminals.feature.jar 1.2.1.201209191030-773Ep7H8AG8_DZK9Q9252
  org.eclipse.wst.common.project.facet.core 1.4.300.v201111030424
  org.eclipse.net4j.doc 4.1.0.v20120911-1146
  org.eclipse.net4j.doc 4.1.0.v20120611-1554
  org.eclipse.platform.source.feature.group 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb
  org.eclipse.platform.source.feature.group 4.2.1.v20120814-120134-9JF7BHVGFyMveli1uX6aTH0q-eAap6PAgOP5mO
  org.eclipse.gyrex.admin.ui.jobs.source 1.1.0.v20120523-1512
  toolinggtk.aix.ppc64org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.aix.ppc64org.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.e4.ui.workbench.source 0.10.2.v20120531-1742
  org.eclipse.e4.ui.workbench.source 0.10.3.v20120822-140642
  org.eclipse.uml2.examples.uml.ui.source 4.0.0.v20120913-1441
  org.eclipse.uml2.examples.uml.ui.source 4.0.0.v20120604-0919
  org.eclipse.emf.validation.examples.adapter 1.2.0.v200901271722
  org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition.source 1.0.4.v201107221502
  org.eclipse.birt.report.engine.emitter.prototype.excel.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.prototype.excel.source 4.2.0.v20120611
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.edit 2.0.0.v20120521-0710
  toolingwin32.win32.x86_64org.eclipse.equinox.event 4.2.0.I20120608-1400
  toolingwin32.win32.x86_64org.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.jst.ws.jaxws.doc.user 1.0.200.v201205231938
  org.eclipse.scout.nls.sdk.simple.source 3.8.1.201209171521
  org.eclipse.scout.nls.sdk.simple.source 3.8.0.201206130843
  epp.package.reporting.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  epp.package.reporting.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.papyrus.customization.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.customization.feature.feature.group 0.9.1.v201209190809
  org.eclipse.ecf.server 2.1.0.v20120610-1946
  org.eclipse.ocl.common.source 1.0.0.v20120516-1543
  org.eclipse.emf.codegen.ecore.ui.source 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.ecore.ui.source 2.8.0.v20120917-0436
  org.eclipse.egf.application 1.0.0.v20120528-1550
  org.eclipse.emf.importer.java.source 2.6.0.v20120608-0554
  org.eclipse.emf.importer.java.source 2.6.0.v20120917-0436
  org.eclipse.net4j.ui.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.ui.feature.group 4.1.0.v20120609-0722
  org.eclipse.ocl.doc.source.feature.jar 3.1.0.v20120919-0602
  org.eclipse.ocl.doc.source.feature.jar 3.1.0.v20120613-0850
  org.eclipse.gmt.modisco.infra.browser.custom.examples.java.jdk.source 0.10.0.v201206130817
  org.eclipse.jetty.jmx 8.1.3.v20120522
  org.eclipse.ocl.examples.impactanalyzer.source 3.2.0.v20120504-1818
  toolingepp.package.scout.configuration 1.5.0.20120614-1633
  toolingepp.package.scout.configuration 1.5.1.20121004-1506
  org.eclipse.osgi.util.source 3.2.300.v20120522-1822
  org.eclipse.equinox.p2.sdk.feature.jar 3.8.0.v20120524-0542-9N89H_mGMMn84Osz0TAoT279BRQD
  org.eclipse.equinox.p2.sdk.feature.jar 3.8.0.v20120524-0542-9N89H_oGMMn84Qsz0iIohu4jLeQD
  org.eclipse.egf.portfolio.egf 1.0.0.v20120528-1550
  org.eclipse.ptp.feature.group 6.0.2.201209181406
  org.eclipse.ptp.feature.group 6.0.0.201206130201
  org.eclipse.emf.transaction.doc.feature.group 1.6.0.v20120328-0001-358Z8s733L466F3C6D4
  org.eclipse.emf.facet.efacet.ui 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.ui 0.2.1.v201209110754
  toolingepp.package.dsl.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.emf.ecore.xcore.importer.source 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.importer.source 1.0.0.v20120917-0741
  org.eclipse.amp.amf.gen.ide.source 0.9.0.v20120528-0244
  org.eclipse.papyrus.uml.diagram.deployment 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.deployment 0.9.0.v201206131215
  org.eclipse.ptp.rm.jaxb.configs 1.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.configs 1.0.0.201209181406
  org.eclipse.net4j.db.postgresql.source.feature.jar 4.1.0.v20120607-1600
  org.eclipse.net4j.db.postgresql.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.emf.edit.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.edit.feature.group 2.8.0.v20120917-0436
  org.eclipse.gmt.modisco.infra.discoverymanager.source 0.10.0.v201206130817
  org.eclipse.net4j.db.doc.feature.jar 4.1.0.v20120911-1146
  org.eclipse.net4j.db.doc.feature.jar 4.1.0.v20120611-1554
  org.eclipse.jetty.jndi 8.1.3.v20120522
  toolingepp.package.reporting.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.reporting.config.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.emf.facet.widgets.nattable.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.source 0.2.1.v201209110754
  org.eclipse.m2m.qvt.oml.examples.feature.jar 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.examples.feature.jar 3.2.0.v20120918-0827
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti.source 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti.source 1.0.0.v20120523-0528
  org.eclipse.amp.amfx.source.feature.group 0.9.0.v20120528-0244
  epp.package.rcp.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.rcp.executable.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.mylyn.wikitext.tests 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.tests 1.7.0.v20120612-0600
  org.eclipse.mylyn.mft.uml2.feature.jar 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.uml2.feature.jar 0.9.0.I20120314-1750
  org.eclipse.datatools.modelbase.feature.feature.group 1.10.0.v201201161512-7707DCcNBHJDWIYG_Ni
  org.eclipse.datatools.modelbase.feature.feature.group 1.10.1.v201208161415-7707FCcNBHLCgLUEdUb
  org.eclipse.gmt.modisco.omg.smm 0.10.0.v201206130817
  org.eclipse.gmt.modisco.omg.smm 0.10.1.v201209190814
  org.eclipse.objectteams.otdt.doc 2.1.0.201206090452
  org.eclipse.egf.model.ftask.edit.feature.group 1.0.0.v20120528-1550
  org.eclipse.cdt.core.parser.upc.sdk.feature.group 5.1.0.201206111645
  org.eclipse.cdt.core.parser.upc.sdk.feature.group 5.1.0.201209170703
  org.eclipse.cdt.managedbuilder.ui 8.1.0.201209170703
  org.eclipse.cdt.managedbuilder.ui 8.1.0.201206111645
  org.eclipse.ecf.eventadmin.feature.feature.jar 2.0.0.v20120610-1946
  org.eclipse.emf.validation.doc.feature.group 1.6.0.v20120328-0001-35-8s733L466F3B769
  toolingepp.package.modeling.ini.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.gtk.linux.ppc 1.5.0.20120620-0855
  org.eclipse.modisco.infra.omg.doc 0.10.0.v201206130817
  org.eclipse.modisco.infra.omg.doc 0.10.1.v201209190814
  org.eclipse.pde.ds.core 1.0.200.v20120530-1435
  toolingorg.eclipse.platform.sdk.ini.gtk.aix.ppc 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.gtk.aix.ppc 4.2.0.I20120608-1400
  epp.package.cpp.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.wst.sse.ui.infopop 1.0.300.v201004150328
  org.eclipse.ptp.debug.sdm.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.debug.sdm.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rm.lml.monitor.core 2.0.0.201206130201
  org.eclipse.ptp.rm.lml.monitor.core 2.0.0.201209181406
  org.eclipse.m2e.logback.feature.feature.jar 1.1.0.20120530-0009
  org.eclipse.m2e.logback.feature.feature.jar 1.2.0.20120903-1050
  toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86_64 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.config.cocoa.macosx.x86_64 4.2.0.I20120608-1400
  org.eclipse.emf.facet.util.emf.ui 0.2.0.v201206120903
  org.eclipse.emf.facet.util.emf.ui 0.2.1.v201209110754
  org.eclipse.mylyn.hudson.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.hudson.feature.jar 1.0.0.v20120612-0600
  tooling.virgo.org.eclipse.equinox.p2.metadata.repository 1.0.0.tooling
  org.eclipse.gyrex.admin.ui.context 1.0.0.v20120709-0908
  org.eclipse.gyrex.admin.ui.context 1.0.0.v20120524-1144
  org.eclipse.birt.core 4.2.0.v20120611
  org.eclipse.birt.core 4.2.1.v201209121203
  org.eclipse.jst.ws.axis2.consumption.core 1.0.105.v201004211805
  org.eclipse.cdt.gnu.dsf.source.feature.group 4.0.1.201209170703
  org.eclipse.cdt.gnu.dsf.source.feature.group 4.0.1.201206111645
  toolingepp.package.automotive.config.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.automotive.config.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.mylyn.builds.core.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.builds.core.source 1.0.2.v20120916-1200
  org.eclipse.egf.portfolio.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.emf.facet.infra.facet.ui.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.facet.ui.source 0.2.1.v201209110754
  com.google.gerrit.prettify 2.1.5.v201112241444
  org.eclipse.xtext.examples.source.feature.group 2.3.0.v201206120633
  org.eclipse.xtext.examples.source.feature.group 2.3.1.v201208210947
  org.eclipse.linuxtools.lttng2.kernel.feature.group 1.1.1.201209191645
  org.eclipse.linuxtools.lttng2.kernel.feature.group 1.0.0.201206130106
  org.eclipse.papyrus.uml.alf.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.uml.alf.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.gmt.modisco.infra.browser.custom.core 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.browser.custom.core 0.10.1.v201209190814
  org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.2.0.v20120611-8F8j79FT0z0-TmC-IOkS4z
  org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.2.1.v20120820-8F8j7OFT0z0-TmCbQK30Qm
  org.eclipse.mylyn.java_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.java_feature.feature.group 3.8.2.v20120916-1200
  toolingvirgo-nano.product.configuration 1.0.0.SIMREL
  toolingepp.package.rcp.config.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.rcp.config.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.amp.amf.abase.edit 0.9.0.v20120528-0244
  org.eclipse.xtend.dependencies_root 1.2.1.v201206110941
  org.eclipse.recommenders.feature.rcp.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.rcp.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.uml2.uml.resources 4.0.1.v20120913-1441
  org.eclipse.uml2.uml.resources 4.0.0.v20120604-0919
  org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64 1.0.0.I20120608-1400
  org.eclipse.cdt.debug.ui.memory.feature.jar 2.2.0.201206111645
  org.eclipse.cdt.debug.ui.memory.feature.jar 2.2.0.201209170703
  org.eclipse.linuxtools.profiling.launch 1.1.0.201209191645
  org.eclipse.linuxtools.profiling.launch 1.0.0.201206130106
  org.eclipse.wb.os.macosx 1.5.0.r42x201206111201
  org.eclipse.wb.os.macosx 1.5.1.r42x201209161109
  org.eclipse.birt.report.designer.ui.preview.web 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.preview.web 4.2.0.v20120611
  org.eclipse.jwt.we.conf.we 1.2.0.v201205310546
  org.eclipse.cdt.gnu.build.feature.group 8.1.1.201209170703
  org.eclipse.cdt.gnu.build.feature.group 8.1.0.201206111645
  toolingANY.ANY.ANYorg.eclipse.gemini.web.core 1.0.0.SIMREL
  org.eclipse.team.svn.resource.ignore.rules.jdt.source.feature.group 1.0.0.I20120601-1700
  org.eclipse.birt.report.engine.emitter.wpml 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.wpml 4.2.1.v20120820
  org.eclipse.jsf.feature.feature.jar 3.4.0.v201111022140-7E7JFBZF9JgLWZLz0U0QoZm3357
  org.eclipse.jsf.feature.feature.jar 3.4.1.v201208241503-7E7JFBjF9JgLWgMhh4X6Ps
  org.eclipse.datatools.sqldevtools.feature.feature.group 1.10.1.v201208161415-7N8B7JFDsn5iz-Aex68NyGpC_AgL
  org.eclipse.datatools.sqldevtools.feature.feature.group 1.10.0.v201201161512-7N8B7CFDsn4hwBXz-0AGu5i6V36H
  org.eclipse.m2m.atl.doc 3.3.1.v201209061455
  org.eclipse.m2m.atl.doc 3.3.0.v201205241358
  org.eclipse.mylyn.team.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.team.ui 3.8.0.v20120612-0600
  org.eclipse.emf.eef.runtime.extended 1.1.1.201206051542
  org.eclipse.papyrus.uml.oclconstraintevaluation 0.9.1.v201209190809
  org.eclipse.papyrus.uml.oclconstraintevaluation 0.9.0.v201206131215
  org.eclipse.xtend.util.stdlib 1.2.0.v201206110941
  epp.package.parallel.executable.motif.linux.x86 1.5.0.20120614-1633
  epp.package.parallel.executable.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.equinox.p2.user.ui.source.feature.jar 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP
  org.eclipse.equinox.p2.user.ui.source.feature.jar 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGe8CBOP
  org.eclipse.emf.cdo.doc.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.doc.feature.group 4.1.0.v20120612-1844
  epp.package.modeling.executable.motif.hpux.ia64_32 1.5.0.20120620-0855
  epp.package.modeling.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.epp.package.mobile.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.epp.package.mobile.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.xtend.profiler 1.2.0.v201206110941
  org.eclipse.jetty.client.source 8.1.3.v20120522
  org.eclipse.mylyn.docs.intent.exporter.feature.feature.jar 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.exporter.feature.feature.jar 0.7.1.201208201051
  org.eclipse.m2m.atl.common 3.3.1.v201209061455
  org.eclipse.m2m.atl.common 3.3.0.v201205241358
  org.eclipse.modisco.infra.discovery.ui.source 0.10.0.v201206130817
  org.eclipse.ecf.remoteservice.sdk.feature.feature.group 3.5.6.v20120610-1946
  org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source 0.11.0.v20120716-173435
  org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source 0.11.0.v20120523-1955
  org.eclipse.emf.ecore 2.8.1.v20120911-0500
  org.eclipse.emf.ecore 2.8.0.v20120606-0717
  org.eclipse.egf.model.ftask_root 1.0.0.v20120528-1550
  org.eclipse.cdt.core.linux.ppc64 5.1.0.201209170703
  org.eclipse.cdt.core.linux.ppc64 5.1.0.201206111645
  org.eclipse.datatools.enablement.ibm.db2.zseries.source 1.0.2.v201107221502
  org.eclipse.jubula.launch.java 1.2.1.201206131127
  org.eclipse.jubula.launch.java 1.2.2.201209040912
  org.eclipse.mylyn.docs.intent.collab 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.collab 0.7.1.201208201051
  org.eclipse.mylyn.context_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.context_feature.feature.jar 3.8.2.v20120916-1200
  toolinggtk.solaris.sparcorg.eclipse.equinox.event 4.2.0.I20120608-1400
  toolinggtk.solaris.sparcorg.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.actf.model.dom.dombycom.source 1.0.0.R201206131330
  org.eclipse.actf.model.dom.dombycom.source 1.0.1.R201209191006
  org.eclipse.gyrex.features.http.feature.jar 1.0.0.v20120423-0945-6--BgJ9EJ9PHS4D_TW
  org.eclipse.platform.sdk 4.2.0.I20120608-1400
  org.eclipse.platform.sdk 4.2.1.M20120914-1800
  org.eclipse.ptp.remote.remotetools.core 5.0.0.201206130201
  org.eclipse.ptp.remote.remotetools.core 5.0.0.201209181406
  org.eclipse.amp.amf.parameters.source 0.9.0.v20120528-0244
  org.eclipse.egf.common_root 1.0.0.v20120528-1550
  org.eclipse.acceleo.doc.feature.group 3.3.0.v20120529-1042
  org.eclipse.acceleo.doc.feature.group 3.3.1.v20120831-0923
  ch.qos.logback.classic 1.0.0.v20111214-2030
  org.eclipse.net4j.examples.installer.source 4.1.1.v20120911-1146
  org.eclipse.net4j.examples.installer.source 4.1.0.v20120612-0543
  toolingorg.eclipse.platform.ide.ini.gtk.solaris.sparc 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.gtk.solaris.sparc 4.2.1.M20120914-1800
  org.eclipse.birt.report.engine.emitter.config.excel.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.excel.source 4.2.1.v20120820
  epp.package.mobile.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.xpand.ui 1.2.0.v201206110941
  org.eclipse.ptp.aix.ppc 6.0.2.201209181406
  org.eclipse.ptp.aix.ppc 6.0.0.201206130201
  tooling.virgo.org.eclipse.equinox.util 1.0.0.tooling
  org.eclipse.emf.ecoretools.sdk_root 1.1.0.201205150811
  org.eclipse.amp.amf.data 0.9.0.v20120528-0244
  org.eclipse.ptp.pldt.upc.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.pldt.upc.feature.jar 6.0.2.201209181406
  org.eclipse.mat.chart.feature.feature.group 1.2.0.201205300858
  org.eclipse.cdt.core.linux 5.2.0.201209170703
  org.eclipse.cdt.core.linux 5.2.0.201206111645
  org.eclipse.xtend.sdk.feature.jar 2.3.1.v201208210947
  org.eclipse.xtend.sdk.feature.jar 2.3.0.v201206120633
  org.eclipse.papyrus.infra.services.controlmode 0.9.0.v201206131215
  org.eclipse.papyrus.infra.services.controlmode 0.9.1.v201209190809
  org.eclipse.datatools.sqltools.db.generic.ui 1.0.0.v200906020900
  org.eclipse.acceleo.engine.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.engine.source 3.3.0.v20120529-1042
  org.eclipse.sapphire.java.jdt.ui.source 0.5.0.201206122150
  org.eclipse.sapphire.java.jdt.ui.source 0.5.3.201209191432
  org.eclipse.rcp.configuration_root.gtk.aix.ppc 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.gtk.aix.ppc 1.0.0.I20120608-1400
  org.eclipse.libra.framework.feature.feature.jar 0.2.0.201206060754
  epp.package.testing.executable.motif.aix.ppc 1.5.0.20120614-1633
  epp.package.testing.executable.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.amp.agf.zest.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.ptp.rm.lml.ui 2.0.0.201206130201
  org.eclipse.ptp.rm.lml.ui 2.0.0.201209181406
  org.eclipse.scout.sdk.help 3.8.1.201209171521
  org.eclipse.scout.sdk.help 3.8.0.201206130843
  org.eclipse.pde.runtime.source 3.4.300.v20120523-1453
  org.eclipse.objectteams.otequinox.hook 2.1.0.201206090452
  org.eclipse.jst.jsf.core 1.4.1.v201208241503
  org.eclipse.jst.jsf.core 1.4.0.v201205241050
  org.eclipse.xtend.typesystem.uml2.ui 1.2.0.v201206110941
  epp.package.parallel.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.etfw.toolopts 4.1.0.201209181406
  org.eclipse.ptp.etfw.toolopts 4.0.0.201206130201
  org.eclipse.papyrus.customization.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.customization.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.ecf.discovery.dnssd.feature.feature.jar 1.0.0.v20120610-1946
  com.google.inject 3.0.0.v201203062045
  org.eclipse.mylyn.wikitext.mediawiki.ui.source 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.mediawiki.ui.source 1.7.2.v20120916-1200
  org.eclipse.ptp.rm.slurm.proxy 6.0.2.201209181406
  org.eclipse.ptp.rm.slurm.proxy 6.0.0.201206130201
  org.eclipse.rse.connectorservice.dstore 3.1.300.201205300905
  org.eclipse.rse.connectorservice.dstore 3.1.301.201209191030
  org.eclipse.core.databinding 1.4.1.v20120521-2329
  org.eclipse.datatools.enablement.oda.feature.feature.group 1.10.1.v201208161415-7A7T7CDZRDKHF_HnGjOX
  org.eclipse.datatools.enablement.oda.feature.feature.group 1.10.0.v201201161512-7A7T7CDZRDKHF_HnGjOX
  org.eclipse.datatools.enablement.ibm.db2.iseries.ui.source 1.0.2.v201202100836
  org.eclipse.rap.ui 1.5.0.20120612-1458
  org.eclipse.rap.ui 1.5.1.20120917-1116
  org.eclipse.net4j.db.derby.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.db.derby.source.feature.jar 4.1.0.v20120607-1600
  toolingepp.package.parallel.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.jdbc.feature.source.feature.group 1.10.1.v201208161415-4-29oB5895RAE8HHP
  org.eclipse.datatools.enablement.jdbc.feature.source.feature.group 1.10.0.v201201161512-4-29oB5885QBB8HKW
  org.eclipse.papyrus.uml.textedit.message.xtext.ui 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.message.xtext.ui 0.9.1.v201209190809
  org.antlr.runtime.source 3.0.0.v200803061811
  org.antlr.runtime.source 3.2.0.v201101311130
  org.eclipse.papyrus.views.properties.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.views.properties.feature.feature.jar 0.9.0.v201206131215
  org.apache.derby.core 10.5.1.1_v20120611
  org.apache.derby.core 10.5.1.1_v20120820
  org.eclipse.datatools.sqldevtools.parsers.feature.source.feature.group 1.10.1.v201208161415-623BgJ9EE9ZJRDZLA
  org.eclipse.datatools.sqldevtools.parsers.feature.source.feature.group 1.10.0.v201201161512-623BgJ9EE9ZJRDZLA
  org.eclipse.jface 3.8.101.v20120817-083647
  org.eclipse.jface 3.8.0.v20120521-2329
  epp.package.scout.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.m2m.qvt.oml.ocl 3.2.0.v201206041614
  org.eclipse.m2m.qvt.oml.ocl 3.2.0.v20120906-0508
  org.eclipse.graphiti.ui.capabilities.source 0.9.1.v20120919-0732
  org.eclipse.graphiti.ui.capabilities.source 0.9.0.v20120613-0805
  org.eclipse.cdt.platform.source.feature.group 8.1.0.201206111645
  org.eclipse.cdt.platform.source.feature.group 8.1.1.201209170703
  org.eclipse.cdt.sdk 8.1.1.201209170703
  org.eclipse.cdt.sdk 8.1.0.201206111645
  org.eclipse.egf.emf.wrapper 1.0.0.v20120528-1550
  org.eclipse.rap.junit.source 1.5.0.20120612-1458
  org.eclipse.rap.junit.source 1.5.1.20120917-1116
  org.eclipse.wst.server.http.core 1.0.200.v20090429
  org.eclipse.m2m.atl.profiler.core.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.core.source 3.3.1.v201209061455
  org.eclipse.egf.portfolio.type 1.0.0.v20120528-1550
  org.eclipse.emf.facet.efacet.edit.source 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.edit.source 0.2.0.v201206120903
  org.eclipse.gmf.codegen.ui.source 1.3.0.RC4a
  org.eclipse.gmf.codegen.ui.source 1.3.0.201209121329
  org.eclipse.emf.cdo.migrator.source.feature.group 4.1.0.v20120521-0710
  org.eclipse.emf.cdo.migrator.source.feature.group 4.1.0.v20120911-1146
  toolingepp.package.cpp.ini.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.cpp.ini.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.gmt.modisco.infra.browser.custom.editor 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.browser.custom.editor 0.10.0.v201206130817
  epp.package.java.executable.win32.win32.x86 1.5.1.20121004-1506
  epp.package.java.executable.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.dltk.validators.core 4.0.0.201206120848
  org.eclipse.jetty.servlet.source 8.1.3.v20120522
  org.eclipse.m2m.atl.adt.debug.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.adt.debug.source 3.3.0.v201205241358
  org.eclipse.xsd.editor.source.feature.group 2.7.0.v20120319-0555
  org.eclipse.xsd.editor.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.birt.doc 4.2.1.v201209081329
  org.eclipse.birt.doc 4.2.0.v2012061217
  org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.10.1.v201208161415-4127w312312232267
  org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.10.0.v201201161512-4127w312312232267
  toolingepp.package.scout.ini.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.scout.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.emf.workspace.doc.feature.group 1.6.0.v20120328-0001-22-7w311A1238292A
  org.eclipse.datatools.sqldevtools.results.feature.feature.jar 1.10.0.v201201161512-57B78AkF7BD7QFE9VEG
  org.eclipse.datatools.sqldevtools.results.feature.feature.jar 1.10.1.v201208161415-57B79AkF7BD7SGC9ZEH
  org.eclipse.gyrex.boot.source 1.0.0.v20120511-0855
  org.eclipse.gmf.bridge.source 1.3.0.201209121329
  org.eclipse.gmf.bridge.source 1.3.0.RC4a
  epp.package.parallel.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.ocl.uml.source.feature.group 4.0.0.v20120611-1210
  org.eclipse.ocl.uml.source.feature.group 4.0.0.v20120917-1739
  org.eclipse.emf.cdo.migrator.feature.jar 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.migrator.feature.jar 4.1.0.v20120521-0710
  org.eclipse.mat.ui.help 1.2.0.201205300858
  org.eclipse.emf.rap.edit.ui.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.rap.edit.ui.feature.jar 2.8.0.v20120608-0554
  org.eclipse.persistence.jpa.feature.jar 2.4.0.v20120608-r11652
  org.eclipse.core.databinding.observable 1.4.1.v20120521-2329
  org.eclipse.net4j.defs.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.defs.feature.group 4.1.0.v20120612-0600
  org.eclipse.datatools.enablement.ibm.ui 1.0.0.v201107221502
  org.eclipse.m2m.atl.profiler.feature.jar 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.feature.jar 3.3.1.v201209061455
  epp.package.testing.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  epp.package.testing.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.reporting.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.graphiti.feature.examples.feature.group 0.9.1.v20120919-0732
  org.eclipse.graphiti.feature.examples.feature.group 0.9.0.v20120613-0805
  org.eclipse.equinox.p2.core.feature.feature.group 1.1.0.v20120524-0542-8297FncFWmE7h4Asq1cgrz-i38
  org.eclipse.amp.escape.ascape.source 0.9.0.v20120528-0244
  toolinggtk.aix.ppc64org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolinggtk.aix.ppc64org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.eclipse.equinox.server.jetty.feature.group 1.1.0.v20120522-1841-8077C0F8NcJTbL1ab47MJ5
  org.eclipse.mylyn.commons.notifications.feature.group 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.notifications.feature.group 1.0.2.v20120916-1200
  toolingepp.package.mobile.ini.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.jdt.junit4.runtime.source 1.1.200.v20120523-1257
  org.eclipse.m2m.qvt.oml.emf.util.ui 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.emf.util.ui 3.1.0.v201206041614
  epp.package.automotive.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.cpp.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.amp.amf.parameters.editor.source 0.9.0.v20120528-0244
  org.eclipse.cdt.managedbuilder.xlupc.ui.source 1.1.0.201206111645
  org.eclipse.cdt.managedbuilder.xlupc.ui.source 1.1.0.201209170703
  org.eclipse.sapphire.feature.group 0.5.0.201206122150
  org.eclipse.sapphire.feature.group 0.5.3.201209191432
  org.eclipse.linuxtools.valgrind.ui 1.0.0.201209191645
  org.eclipse.linuxtools.valgrind.ui 1.0.0.201206130106
  org.eclipse.emf.facet.query.java.ui 0.2.0.v201206120903
  org.eclipse.emf.facet.query.java.ui 0.2.1.v201209110754
  org.eclipse.cdt.managedbuilder.xlc.core 5.0.1.201206111645
  org.eclipse.cdt.managedbuilder.xlc.core 5.0.1.201209170703
  org.eclipse.linuxtools.valgrind.feature.jar 1.0.0.201209191645
  org.eclipse.linuxtools.valgrind.feature.jar 1.0.0.201206130106
  org.eclipse.core.resources.source 3.8.1.v20120802-154922
  org.eclipse.core.resources.source 3.8.0.v20120522-2034
  org.eclipse.jdt.annotation 1.0.0.v20120728-095341
  org.eclipse.jdt.annotation 1.0.0.v20120522-1651
  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.linuxtools.ctf.parser 1.0.0.201206130106
  org.eclipse.linuxtools.ctf.parser 1.0.0.201209191645
  org.eclipse.rap.demo.databinding 1.5.0.20120612-1458
  org.eclipse.rap.demo.databinding 1.5.1.20120917-1116
  org.eclipse.sdk.feature.jar 4.2.1.v20120814-120134-7T7oDODQ-3Heq-afCDlg7T4xJuvxaC2ohMfCfB5451Rz0
  org.eclipse.sdk.feature.jar 4.2.0.v20120528-1648-7T7oDFDPz-3FepgRqG6kkFFY0UF4_otgmt0XcoU3Zh27X
  org.eclipse.persistence.jpa.feature.group 2.4.0.v20120608-r11652
  org.eclipse.linuxtools.lttng.ui 1.0.0.201209191645
  org.eclipse.linuxtools.lttng.ui 1.0.0.201206130106
  org.eclipse.emf.facet.util.source.feature.feature.jar 0.2.0.v201206120903
  javax.inject 1.0.0.v20091030
  org.eclipse.wb.core.xml.feature.feature.jar 1.5.1.r42x201209161132
  org.eclipse.wb.core.xml.feature.feature.jar 1.5.0.r42x201206111216
  org.eclipse.egf.model.edit_root 1.0.0.v20120528-1550
  org.eclipse.datatools.sqltools.parsers.sql.lexer.source 1.0.1.v201107221520
  org.eclipse.birt.report.engine.emitter.config.postscript 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.postscript 4.2.1.v20120820
  toolingorg.eclipse.platform.ide.configuration 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.configuration 4.2.0.I20120608-1400
  epp.package.jee.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.papyrus.uml.diagram.common 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.common 0.9.0.v201206131215
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel 2.0.0.v20120911-1146
  epp.package.java.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.ecore.xmi.source 2.8.0.v20120911-0500
  org.eclipse.emf.ecore.xmi.source 2.8.0.v20120606-0717
  org.eclipse.egf.portfolio.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.graphiti.examples.common.source 0.9.0.v20120613-0805
  org.eclipse.graphiti.examples.common.source 0.9.1.v20120919-0732
  org.eclipse.datatools.sqltools.sql.source 1.0.1.v201110050515
  org.eclipse.actf.visualization.sdk 1.0.1.R201209191006
  org.eclipse.actf.visualization.sdk 1.0.0.R201206131330
  org.eclipse.jetty.continuation.source 8.1.3.v20120522
  org.eclipse.m2m.qvt.oml.debug.core 1.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.debug.core 1.1.0.v20120918-0827
  org.eclipse.net4j.tcp 4.1.0.v20120821-1005
  org.eclipse.net4j.tcp 4.1.0.v20120609-0625
  org.eclipse.m2m.qvt.oml.sdk.feature.group 3.2.1.v20120918-0827
  org.eclipse.m2m.qvt.oml.sdk.feature.group 3.1.0.v201206041614-7U7A-CL5V0ETk4K7wL253-yIi90n
  toolingepp.package.modeling.ini.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.motif.linux.x86 1.5.0.20120620-0855
  org.eclipse.equinox.simpleconfigurator 1.0.300.v20110815-1744
  org.eclipse.papyrus.sysml.edit 0.9.0.v201206131215
  org.eclipse.papyrus.sysml.edit 0.9.1.v201209190809
  org.eclipse.libra.framework.editor.integration 0.2.0.201206060754
  org.eclipse.ptp.rm.ibm.ll.proxy 6.0.0.201206130201
  org.eclipse.ptp.rm.ibm.ll.proxy 6.0.2.201209181406
  org.eclipse.m2m.atl.engine.emfvm 3.3.1.v201209061455
  org.eclipse.m2m.atl.engine.emfvm 3.3.0.v201205241358
  org.eclipse.gyrex.http.registry.source 1.0.0.v20120423-0944
  org.eclipse.rtp.configurator.console 1.0.0.v20120613-2107
  org.eclipse.jetty.all.feature.group 8.1.3.201206060641
  org.eclipse.amp.amf.gen.ide 0.9.0.v20120528-0244
  org.eclipse.egf.model.fprod.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.datatools.sqltools.sqlscrapbook 1.0.2.v201205310922
  org.eclipse.rse.subsystems.processes.dstore 2.1.400.201205300905
  org.eclipse.rse.subsystems.processes.dstore 2.1.400.201209191030
  org.eclipse.scout.rt.rap.feature.source.feature.jar 3.8.1.201209171521
  org.eclipse.scout.rt.rap.feature.source.feature.jar 3.8.0.201206130843
  epp.package.parallel 1.5.0.20120614-1633
  epp.package.parallel 1.5.1.20121004-1506
  org.eclipse.net4j.db.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.db.source.feature.jar 4.1.0.v20120609-0625
  org.eclipse.ecf.core.feature.group 3.5.6.v20120610-1946
  org.eclipse.datatools.connectivity.oda.flatfile 3.1.3.v201209041005
  org.eclipse.datatools.connectivity.oda.flatfile 3.1.2.v201206121559
  org.eclipse.rse.services.local 2.1.400.201205300905
  org.eclipse.rse.services.local 2.1.400.201209191030
  org.eclipse.amp.agf.chart.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.xtext.junit4.source 2.3.0.v201206120633
  org.eclipse.xtext.junit4.source 2.3.1.v201208210947
  epp.package.java.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.wst.xsd.ui 1.2.500.v201203081826
  epp.package.mobile.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  epp.package.mobile.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.jst.j2ee.jca 1.1.600.v201111012200
  epp.package.java.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  com.google.inject.source 3.0.0.v201203062045
  org.eclipse.modisco.jee.jsp.browser.customization 0.10.0.v201206130817
  org.eclipse.modisco.jee.jsp.browser.customization 0.10.1.v201209190814
  org.eclipse.virgo.util.common 3.5.0.RELEASE
  org.eclipse.emf.ecore.xcore.edit.source 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.edit.source 1.0.0.v20120917-0741
  org.eclipse.emf.cdo.dawn.codegen.emf.source.feature.group 2.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.emf.source.feature.group 2.0.0.v20120521-0710
  com.google.gwtorm 1.1.4.v201112241444
  org.eclipse.papyrus.uml.diagram.common.groups 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.common.groups 0.9.0.v201206131215
  org.eclipse.net4j.db.feature.jar 4.1.0.v20120609-0625
  org.eclipse.net4j.db.feature.jar 4.1.1.v20120911-1146
  org.eclipse.egf.producer.ui.source 1.0.0.v20120528-1550
  org.eclipse.uml2.examples.uml.ui 4.0.0.v20120604-0919
  org.eclipse.uml2.examples.uml.ui 4.0.0.v20120913-1441
  org.eclipse.birt.chart.engine.extension 4.2.1.v20120820
  org.eclipse.birt.chart.engine.extension 4.2.0.v20120611
  org.eclipse.emf.eef.components.editor.source 1.1.1.201206051542
  org.eclipse.jwt.meta 1.2.0.v201205310546
  org.eclipse.persistence.sdo.feature.group 2.4.0.v20120608-r11652
  toolingepp.package.parallel.config.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.parallel.config.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.egf.model.edit.source 1.0.0.v20120528-1550
  org.eclipse.xsd.source 2.8.0.v20120319-0555
  org.eclipse.xsd.source 2.8.0.v20120917-0436
  org.eclipse.xtext.builder 2.3.1.v201208210947
  org.eclipse.xtext.builder 2.3.0.v201206120633
  toolingepp.package.modeling.config.gtk.linux.x86_64 1.5.0.20120620-0855
  toolingepp.package.modeling.config.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.emf.mwe2.launch.source 2.3.0.v201206120758
  org.eclipse.amp.amf.data.editor.source 0.9.0.v20120528-0244
  org.eclipse.emf.databinding.source.feature.group 1.2.0.v20120608-0554
  org.eclipse.emf.databinding.source.feature.group 1.2.0.v20120917-0436
  org.eclipse.ecf.remoteservice.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.emf.ecore.xcore 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore 1.0.0.v20120612-0950
  org.eclipse.jetty.annotations 8.1.3.v20120522
  org.eclipse.emf.ecoretools.sdk.feature.group 1.1.0.201205150811
  org.eclipse.cdt.managedbuilder.gnu.ui.source 8.1.0.201206111645
  org.eclipse.cdt.managedbuilder.gnu.ui.source 8.1.0.201209170703
  org.eclipse.scout.sdk.ui 3.8.0.201206130843
  org.eclipse.scout.sdk.ui 3.8.1.201209171521
  org.eclipse.wb.core.feature.feature.jar 1.5.0.r42x201206111201
  org.eclipse.wb.core.feature.feature.jar 1.5.1.r42x201209161109
  toolingorg.eclipse.platform.sdk.configuration 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.configuration 4.2.0.I20120608-1400
  org.eclipse.scout.rt.rap.feature.source.feature.group 3.8.1.201209171521
  org.eclipse.scout.rt.rap.feature.source.feature.group 3.8.0.201206130843
  org.eclipse.amp.amfx.feature.group 0.9.0.v20120528-0244
  org.eclipse.emf.query.source 1.2.100.v200903190031
  org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source 1.5.0.v20120514-1615
  org.eclipse.papyrus.sysml.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.equinox.weaving.caching.j9 1.0.200.v20120524-1707
  toolingepp.package.parallel.ini.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.parallel.ini.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.wb.core.ui.feature.feature.jar 1.5.1.r42x201209161116
  org.eclipse.wb.core.ui.feature.feature.jar 1.5.0.r42x201206111213
  org.eclipse.rap.ui.cheatsheets 1.5.1.20120917-1116
  org.eclipse.rap.ui.cheatsheets 1.5.0.20120612-1458
  org.eclipse.ptp.utils.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.utils.feature.jar 6.0.2.201209181406
  org.eclipse.sapphire.ui.swt.xml.editor.feature.jar 0.5.0.201206122150
  org.eclipse.sapphire.ui.swt.xml.editor.feature.jar 0.5.3.201209191432
  org.eclipse.cdt.managedbuilder.xlc.ui 6.4.0.201209170703
  org.eclipse.cdt.managedbuilder.xlc.ui 6.4.0.201206111645
  toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86_64 4.2.1.M20120914-1800
  org.eclipse.jubula.feature.feature.jar 1.2.2.201209040912
  org.eclipse.jubula.feature.feature.jar 1.2.1.201206131127
  org.eclipse.m2m.atl.profiler.model.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.model.source 3.3.1.v201209061455
  org.eclipse.net4j.util.ui.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.util.ui.source.feature.group 4.1.0.v20120612-0600
  org.eclipse.amp.amf.feature.group 0.9.0.v20120528-0244
  org.eclipse.mylyn.commons.soap 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.soap 3.8.0.v20120612-0600
  org.eclipse.emf.cdo.examples.installer.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.examples.installer.feature.group 4.1.0.v20120612-1807
  org.eclipse.debug.ui 3.8.0.v20120530-1753
  toolingepp.package.testing.application 1.5.0.20120614-1633
  toolingepp.package.testing.application 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.sqlite.ui 1.0.0.v201107221507
  org.eclipse.egit 2.0.0.201206130900-r
  org.eclipse.egit 2.1.0.201209190230-r
  org.eclipse.soa.sca.sca1_0.runtime.frascati.model.edit 2.3.0.201205240725
  org.eclipse.jwt.transformations.properties 1.2.0.v201205310546
  org.eclipse.gmf.runtime.diagram.ui.printing.render 1.4.1.v20120514-1615
  org.eclipse.xpand.examples.source.feature.group 1.2.1.v201206110941
  org.eclipse.cdt.managedbuilder.gnu.ui 8.1.0.201209170703
  org.eclipse.cdt.managedbuilder.gnu.ui 8.1.0.201206111645
  org.eclipse.actf.model.flash.proxy.source 1.0.1.R201209191006
  org.eclipse.actf.model.flash.proxy.source 1.0.0.R201206131330
  org.eclipse.actf.visualization.blind.odfbyhtml 1.0.1.R201209191006
  org.eclipse.actf.visualization.blind.odfbyhtml 1.0.0.R201206131330
  org.eclipse.jdt.core 3.8.2.v20120814-155456
  org.eclipse.jdt.core 3.8.2.v_OTDT_r211_201209011847
  org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452
  org.eclipse.jdt.core 3.8.1.v20120531-0637
  org.eclipse.linuxtools.callgraph.core 1.0.0.201206130106
  org.eclipse.linuxtools.callgraph.core 1.0.0.201209191645
  org.eclipse.epp.package.rcp 1.5.1.20121004-1506
  org.eclipse.epp.package.rcp 1.5.0.20120131-1544
  org.eclipse.xpand.doc.feature.jar 1.2.1.v201206110941
  org.eclipse.gmf.bridge.ui.source 1.4.0.RC4a
  org.eclipse.gmf.bridge.ui.source 1.4.0.201209121329
  org.eclipse.mylyn.github.core 2.0.0.201206130900-r
  org.eclipse.mylyn.github.core 2.1.0.201209190230-r
  org.eclipse.linuxtools.tmf.core 1.0.0.201206130106
  org.eclipse.linuxtools.tmf.core 1.1.1.201209191645
  epp.package.parallel.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.cdt.gdb.feature.jar 7.0.0.201206111645
  org.eclipse.cdt.gdb.feature.jar 7.0.0.201209170703
  org.eclipse.jst.server_adapters.feature.feature.group 3.2.200.v20120517_1442-20A77w31231628a2553
  org.eclipse.datatools.enablement.oda.designer.feature.feature.jar 1.10.0.v201201161512-3368s7356485C59AB
  org.eclipse.datatools.enablement.oda.designer.feature.feature.jar 1.10.1.v201208161415-3368s7356485C59AB
  toolinggtk.aix.ppcorg.eclipse.equinox.event 4.2.1.M20120914-1800
  toolinggtk.aix.ppcorg.eclipse.equinox.event 4.2.0.I20120608-1400
  org.eclipse.jpt.common.branding 1.2.1.v201208222210
  org.eclipse.jpt.common.branding 1.2.0.v201203150000
  toolingepp.package.reporting.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.reporting.config.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.datatools.sqldevtools.results.feature.source.feature.jar 1.10.1.v201208161415-57B79AkF7BD7SGC9ZEH
  org.eclipse.datatools.sqldevtools.results.feature.source.feature.jar 1.10.0.v201201161512-57B78AkF7BD7QFE9VEG
  org.eclipse.scout.service 3.8.0.201206130843
  org.eclipse.scout.service 3.8.1.201209171521
  toolingepp.package.mobile.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.mobile.config.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.jst.server.ui.doc.user 1.0.500.v201005192218
  org.eclipse.amp.amf.testing.edit 0.9.0.v20120528-0244
  General Purpose Tools 0.0.0.8S7sDucLS3Q69oiq6jz-ZlRg3wU
  General Purpose Tools 0.0.0.8Q7hDocLS3Q6_gkp5kkRR7P54910
  org.eclipse.net4j.db.postgresql.source.feature.group 4.1.0.v20120607-1600
  org.eclipse.net4j.db.postgresql.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.emf.edit.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.edit.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.jst.ws.creation.ejb.ui 1.0.201.v201004211805
  epp.package.jee.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.jee.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.amp.agf3d 0.9.0.v20120528-0244
  org.eclipse.equinox.p2.publisher.source 1.2.0.v20120428-0117
  org.eclipse.datatools.intro.feature.jar 1.10.1.v201208161415-26-7w312116392911
  org.eclipse.datatools.intro.feature.jar 1.10.0.v201201161512-26-7w312116392911
  org.eclipse.core.databinding.beans.source 1.2.200.v20120523-1955
  org.eclipse.jetty.webapp.source 8.1.3.v20120522
  org.eclipse.emf.ecore.editor.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.editor.feature.jar 2.8.0.v20120608-0554
  epp.package.jee 1.5.0.20120614-1633
  epp.package.jee 1.5.1.20121004-1506
  org.eclipse.amp.amf.parameters 0.9.0.v20120528-0244
  org.eclipse.objectteams.otequinox 2.1.0.201206090452
  toolingepp.package.automotive.config.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.automotive.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.cpp.config.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.cpp.config.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.gyrex.features.server.feature.group 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit.source 1.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.edit.source 1.0.0.v20120911-1146
  org.eclipse.egf.portfolio.task.ant 1.0.0.v20120528-1550
  org.eclipse.jst.j2ee.jca.ui 1.1.400.v201004150700
  org.eclipse.team.svn.mylyn.feature.jar 1.0.0.I20120601-1700
  org.eclipse.amp.doc.feature.jar 0.9.0.v20120528-0244
  org.eclipse.amp.amf.parameters.ui.source 0.9.0.v20120528-0244
  org.eclipse.net4j.ui.source.feature.group 4.1.0.v20120609-0722
  org.eclipse.net4j.ui.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.mylyn.wikitext.tasks.ui 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.tasks.ui 1.7.0.v20120612-0600
  org.eclipse.mylyn.hudson.ui 1.0.0.v20120612-0600
  org.eclipse.mylyn.hudson.ui 1.0.2.v20120916-1200
  tooling.virgo.org.eclipse.ecf.ssl 1.0.0.tooling
  org.eclipse.jst.web_core.feature.feature.group 3.4.0.v201111022313-7Q7EGVtFE9LeAJKiyp_z-Rsyivz-0sSxz003877
  org.eclipse.jst.web_core.feature.feature.group 3.4.1.v201208160300-7Q7EGVxFE9LeAJKvylauQtyivz-0sSxz003877
  org.eclipse.rephraserengine.feature.group 8.0.2.201209141911
  org.eclipse.rephraserengine.feature.group 8.0.0.201206122044
  org.eclipse.emf.databinding.edit.feature.group 1.2.0.v20120917-0436
  org.eclipse.emf.databinding.edit.feature.group 1.2.0.v20120608-0554
  toolingorg.eclipse.sdk.ide.ini.gtk.solaris.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.ini.gtk.solaris.x86 4.2.0.I20120608-1400
  org.eclipse.soa.sca.sca1_1.runtime.tuscany.model 2.3.0.201205240725
  toolingorg.eclipse.sdk.ide.config.win32.win32.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.config.win32.win32.x86 4.2.0.I20120608-1400
  org.eclipse.cdt.core.lrparser.sdk.feature.group 5.2.0.201209170703
  org.eclipse.cdt.core.lrparser.sdk.feature.group 5.2.0.201206111645
  org.eclipse.egf.task.ui.source 1.0.0.v20120528-1550
  org.w3c.dom.smil.source 1.0.1.v200903091627
  epp.package.automotive.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.m2m.qvt.oml.runtime.source.feature.group 3.2.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.runtime.source.feature.group 3.1.0.v201206041614-7M77-DZRDKRDsDeKsKe
  org.eclipse.emf.facet.infra.facet.core 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.facet.core 0.2.0.v201206120903
  org.eclipse.net4j.db.hsqldb.source.feature.jar 4.1.0.v20120607-1600
  org.eclipse.net4j.db.hsqldb.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.wb.swing.feature.feature.group 1.5.0.r42x201206111310
  org.eclipse.wb.swing.feature.feature.group 1.5.1.r42x201209161216
  org.eclipse.cdt.managedbuilder.core 8.1.0.201206111645
  org.eclipse.cdt.managedbuilder.core 8.1.0.201209170703
  org.apache.batik.parser.source 1.6.0.v201011041432
  org.eclipse.gmf.runtime.common.core 1.4.1.v20120514-1615
  org.eclipse.equinox.console.jaas.fragment 1.0.0.v20120522-1841
  org.eclipse.mylyn.oslc.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.oslc.ui 3.8.0.v20120612-0600
  toolingepp.package.parallel.ini.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.parallel.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.jst.web_core.feature.feature.jar 3.4.1.v201208160300-7Q7EGVxFE9LeAJKvylauQtyivz-0sSxz003877
  org.eclipse.jst.web_core.feature.feature.jar 3.4.0.v201111022313-7Q7EGVtFE9LeAJKiyp_z-Rsyivz-0sSxz003877
  toolingepp.package.jee.config.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.jee.config.carbon.macosx.x86 1.5.1.20121004-1506
  org.apache.commons.beanutils 1.8.0.v201205091237
  org.eclipse.xpand.examples.source.feature.jar 1.2.1.v201206110941
  org.eclipse.emf.ecore.xcore.edit 1.0.0.v20120917-0741
  org.eclipse.emf.ecore.xcore.edit 1.0.0.v20120612-0950
  org.eclipse.papyrus.sysml.table.allocation 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.table.allocation 0.9.0.v201206131215
  toolingepp.package.jee.ini.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.jee.ini.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.jetty.sdk.feature.group 8.1.3.201206060641
  toolingepp.package.jee.config.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.jee.config.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.feature.source.feature.group 1.10.0.v201201161512-7J9Q0BWxeMcYB5KWfz-eG7qiq-sX
  org.eclipse.datatools.enablement.feature.source.feature.group 1.10.1.v201208161415-7J9Q7FBWxeNcZB5LWgyhH7patz0v
  org.eclipse.gmf.examples.runtime.emf.clipboard 1.2.0.v20120514-1615
  toolingepp.package.scout.ini.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.scout.ini.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.jubula.rc.common.agent 1.2.1.201206131127
  org.eclipse.jubula.rc.common.agent 1.2.2.201209040912
  org.eclipse.m2m.atl.profiler.model 3.3.1.v201209061455
  org.eclipse.m2m.atl.profiler.model 3.3.0.v201205241358
  org.eclipse.emf.ecoretools.diagram.ui.outline 1.1.0.201205150811
  org.eclipse.emf.query.sdk.feature.jar 1.6.0.v20120328-0001-67T-95GFz05DNIrNLOSNK_NPj507
  org.eclipse.bpel.apache.ode.runtime 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.apache.ode.runtime 1.0.1.v20120612-2300-CI
  toolingepp.package.scout.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.scout.config.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.gef 3.8.1.201208201742
  org.eclipse.gef 3.8.0.201206112118
  org.eclipse.jdt.launching.ui.macosx 1.0.100.v20120523-1953
  org.eclipse.rtp.package.headless.feature.jar 1.0.0.v20120613-2107
  org.eclipse.wst.web_userdoc.feature.feature.jar 3.3.0.v201102200555-31Eo8s734B3E4H7799
  org.eclipse.ecf.datashare 3.0.100.v20120610-1946
  org.eclipse.emf.examples.library 2.5.0.v20120917-0436
  org.eclipse.emf.examples.library 2.5.0.v20120608-0554
  org.eclipse.m2m.atl.profiler.core 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.core 3.3.1.v201209061455
  org.eclipse.emf.cdo 4.1.0.v20120611-0549
  org.eclipse.emf.cdo 4.1.1.v20120727-1146
  org.eclipse.emf.facet.widgets.table.doc 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.table.doc 0.2.1.v201209110754
  org.eclipse.wb.rcp.swing2swt 1.5.0.r42x201206111317
  org.eclipse.wb.rcp.swing2swt 1.5.1.r42x201209161238
  org.eclipse.persistence.dbws.feature.jar 2.4.0.v20120608-r11652
  org.eclipse.emf.facet.efacet.edit 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.edit 0.2.1.v201209110754
  org.eclipse.papyrus.infra.services.edit 0.9.0.v201206131215
  org.eclipse.papyrus.infra.services.edit 0.9.1.v201209190809
  org.eclipse.linuxtools.valgrind.launch 1.0.0.201206130106
  org.eclipse.linuxtools.valgrind.launch 1.1.0.201209191645
  org.eclipse.scout.sdk.rap.source 3.8.0.201206130843
  org.eclipse.scout.sdk.rap.source 3.8.1.201209171521
  org.eclipse.emf.mwe.sdk_root 1.2.1.v201206110920
  org.eclipse.dltk.itcl.feature.group 4.0.0.201206120848
  org.eclipse.actf.visualization.feature.group 1.0.1.R201209191006
  org.eclipse.actf.visualization.feature.group 1.0.0.R201206131330
  toolingepp.package.cpp.ini.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.linuxtools.valgrind.ui.editor 1.0.0.201206130106
  org.eclipse.linuxtools.valgrind.ui.editor 1.0.0.201209191645
  org.eclipse.ecf.ui 2.1.0.v20120610-1946
  org.eclipse.emf.facet.infra.query.editor 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.query.editor 0.2.0.v201206120903
  toolingepp.package.java.ini.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.java.ini.motif.solaris.sparc 1.5.0.20120614-1633
  org.apache.batik.util.gui 1.6.0.v201011041432
  org.eclipse.m2m.atl.adt.debug 3.3.0.v201205241358
  org.eclipse.m2m.atl.adt.debug 3.3.1.v201209061455
  org.eclipse.ant.launching 1.0.200.v20120530-1204
  org.eclipse.emf.facet.query.java.metamodel 0.2.1.v201209110754
  org.eclipse.emf.facet.query.java.metamodel 0.2.0.v201206120903
  tooling.virgo.org.eclipse.equinox.p2.touchpoint.natives 1.0.0.tooling
  org.eclipse.m2m.atl.doc.feature.group 3.3.0.v201205241358
  org.eclipse.m2m.atl.doc.feature.group 3.3.1.v201209061455
  toolingepp.package.jee.config.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.jee.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingorg.eclipse.platform.sdk.ini.win32.win32.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.ini.win32.win32.x86_64 4.2.1.M20120914-1800
  org.eclipse.datatools.connectivity.ui.templates 1.0.1.v201205240353
  org.eclipse.scout.svg.ui.swing.source 3.8.0.201206130843
  org.eclipse.scout.svg.ui.swing.source 3.8.1.201209171521
  org.eclipse.e4.ui.workbench3 0.12.0.v20120521-2329
  org.eclipse.emf.facet.sdk.feature.feature.jar 0.2.0.v201206120903
  org.eclipse.emf.facet.sdk.feature.feature.jar 0.2.1.v201209110754
  org.eclipse.equinox.http.servletbridge 1.0.300.v20120522-2049
  org.eclipse.platform.source.feature.jar 4.2.1.v20120814-120134-9JF7BHVGFyMveli1uX6aTH0q-eAap6PAgOP5mO
  org.eclipse.platform.source.feature.jar 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb
  org.eclipse.m2m.atl.feature.jar 3.3.1.v201209061455
  org.eclipse.m2m.atl.feature.jar 3.3.0.v201205241358
  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
  org.eclipse.egf_root 1.0.0.v20120528-1550
  org.apache.commons.jxpath 1.3.0.v200911051830
  org.eclipse.birt.report.data.oda.excel.ui 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.excel.ui 4.2.0.v20120611
  javax.servlet.jsp.jstl 1.2.0.v201105211821
  org.eclipse.emf.facet.infra.browser.custom.editor 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom.editor 0.2.0.v201206120903
  org.eclipse.equinox.weaving.caching.source 1.0.200.v20120524-1707
  epp.package.parallel.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.remote.rse.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.remote.rse.feature.jar 6.0.2.201209181406
  org.eclipse.jubula.client.analyze 1.2.2.201209040912
  org.eclipse.jubula.client.analyze 1.2.1.201206131127
  org.eclipse.gmf.runtime.common.ui.source 1.5.0.v20120514-1615
  org.eclipse.gyrex.persistence.source 1.0.0.v20120511-0855
  org.eclipse.emf.validation.ocl.source.feature.jar 1.6.0.v20120328-0001-23-7w3121133502768
  org.eclipse.modisco.jee.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.modisco.jee.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.ecf.remoteservice.rest.feature.feature.group 1.0.0.v20120610-1946
  toolingepp.package.testing.config.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.testing.config.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.recommenders.feature.3rd.orbit.feature.jar 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.3rd.orbit.feature.jar 1.0.0.v20120612-2305-b156
  org.eclipse.actf.visualization.flash.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.flash.source 1.0.0.R201206131330
  toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86 4.2.0.I20120608-1400
  org.eclipse.cdt.launch.remote.feature.group 6.0.0.201206111645
  org.eclipse.cdt.launch.remote.feature.group 6.0.0.201209170703
  org.eclipse.xtext.xbase.lib.source 2.3.0.v201206120633
  org.eclipse.xtext.xbase.lib.source 2.3.1.v201208210947
  org.eclipse.ocl.examples.codegen.source 1.0.0.v20120609-0946
  org.eclipse.ocl.examples.codegen.source 1.0.1.v20120917-1012
  org.eclipse.equinox.server.p2.feature.group 1.2.0.v20120522-1841-7z7_FfoFTy21Yu4Ydp_WohB38
  org.eclipse.equinox.server.p2.feature.group 1.2.0.v20120522-1841-7z7_FfoFTy21Yu4Ykq_engx38
  org.eclipse.gmf.runtime.draw2d.ui 1.5.0.v20120514-1615
  epp.package.automotive.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.automotive.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.mylyn.tasks.ui 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.ui 3.8.2.v20120916-1200
  toolingepp.package.mobile.config.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.mobile.config.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.uml2.uml.editor.source 4.0.1.v20120913-1441
  org.eclipse.uml2.uml.editor.source 4.0.0.v20120604-0919
  org.eclipse.mylyn.commons.repositories.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.feature.jar 1.0.0.v20120612-0600
  org.eclipse.emf.workspace.doc 1.3.0.v200901271819
  org.eclipse.jubula.app 1.2.2.201209040912
  org.eclipse.jubula.app 1.2.1.201206131127
  org.eclipse.equinox.p2.ui.importexport.source 1.0.1.v20110818-1344
  org.eclipse.ptp.etfw.tau.selinstfort 1.0.0.201209181406
  org.eclipse.ptp.etfw.tau.selinstfort 1.0.0.201206130201
  org.eclipse.birt.report.data.oda.xml.source 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.xml.source 4.2.1.v20120820
  org.eclipse.zest.source.feature.group 1.4.0.201206112118
  org.eclipse.zest.source.feature.group 1.5.0.201208201742
  toolingorg.eclipse.platform.ide.config.gtk.aix.ppc 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.config.gtk.aix.ppc 4.2.0.I20120608-1400
  toolinggtk.linux.s390xorg.eclipse.update.configurator 4.2.0.I20120608-1400
  toolinggtk.linux.s390xorg.eclipse.update.configurator 4.2.1.M20120914-1800
  org.eclipse.wst.server.core 1.4.0.v20120425_2002
  epp.package.modeling.executable.motif.linux.x86.eclipse 1.5.0.20120620-0855
  epp.package.modeling.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  toolingepp.package.dsl.ini.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.emf.facet.efacet 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet 0.2.1.v201209110754
  org.w3c.dom.events.source 3.0.0.draft20060413_v201105210656
  org.eclipse.gmf.runtime.common.ui.services.dnd.source 1.5.0.v20120514-1615
  org.eclipse.equinox.p2.rcp.feature.feature.jar 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBtr2dhs
  org.eclipse.wst.sse.core 1.1.700.v201205171812
  org.eclipse.wst.sse.core 1.1.701.v201208170345
  org.eclipse.linuxtools.rpm.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.rpm.feature.group 1.0.0.201209191645
  org.eclipse.jpt.common.eclipselink.core 1.2.0.v201203150000
  org.eclipse.jpt.common.eclipselink.core 1.2.1.v201208222210
  org.eclipse.emf.facet.common.sdk.core 0.2.0.v201206120903
  org.eclipse.emf.facet.common.sdk.core 0.2.1.v201209110754
  org.eclipse.recommenders.completion.rcp 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.completion.rcp 1.0.0.v20120612-2305-b156
  org.eclipse.emf.doc.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.doc.feature.group 2.7.0.v20120608-0554
  org.eclipse.tcf.te.tcf.ui.views 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.ui.views 1.0.0.201209190831
  epp.package.mobile.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.soa.sca.sca1_0.runtime.tuscany.model.edit 2.3.0.201205240725
  org.eclipse.datatools.enablement.postgresql.ui.source 1.0.0.v201107221506
  org.eclipse.emf.importer.java 2.6.0.v20120917-0436
  org.eclipse.emf.importer.java 2.6.0.v20120608-0554
  org.eclipse.emf.facet.infra.browser.custom 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom 0.2.0.v201206120903
  org.eclipse.wst.internet.cache 1.0.600.v201203071939
  org.eclipse.cdt.codan.checkers.ui.source 1.1.0.201209170703
  org.eclipse.cdt.codan.checkers.ui.source 1.1.0.201206111645
  toolingepp.package.modeling.configuration 1.5.0.20120620-0855
  toolingepp.package.modeling.configuration 1.5.1.20121004-1506
  org.eclipse.egf.doc.user 1.0.0.v20120528-1550
  org.eclipse.emf.cdo.dawn.codegen.gmf.source.feature.group 2.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.gmf.source.feature.group 2.0.0.v20120521-0710
  org.eclipse.linuxtools.gcov.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.gcov.feature.jar 1.0.0.201209191645
  org.eclipse.jubula.toolkit.provider.swing 1.2.2.201209040912
  org.eclipse.jubula.toolkit.provider.swing 1.2.1.201206131127
  epp.package.parallel.executable.win32.win32.x86_64 1.5.0.20120614-1633
  epp.package.parallel.executable.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.emf.rap.feature.group 2.8.1.v20120917-0436
  org.eclipse.emf.rap.feature.group 2.8.0.v20120608-0554
  org.eclipse.equinox.compendium.sdk.feature.group 3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG
  org.apache.lucene.highlighter 3.5.0.v20120319-2345
  org.eclipse.papyrus.infra.constraints.editor 0.9.1.v201209190809
  org.eclipse.papyrus.infra.constraints.editor 0.9.0.v201206131215
  org.eclipse.linuxtools.cdt.libhover.feature.feature.group 1.0.0.201209191645
  org.eclipse.linuxtools.cdt.libhover.feature.feature.group 1.0.0.201206130106
  org.eclipse.wst.ws.infopop 1.0.300.v200805140230
  org.eclipse.mylyn.context.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.ui.source 3.8.0.v20120612-0600
  org.eclipse.linuxtools.callgraph.feature.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.callgraph.feature.feature.group 1.0.0.201209191645
  org.eclipse.papyrus.uml.templaterepository 0.9.1.v201209190809
  org.eclipse.papyrus.uml.templaterepository 0.9.0.v201206131215
  org.eclipse.rtp.configurator.ui.source 1.0.0.v20120613-2107
  org.eclipse.emf.mwe.core_root 1.2.1.v201206110920
  org.eclipse.emf.facet.common.sdk.core.source 0.2.1.v201209110754
  org.eclipse.linuxtools.profiling.feature.jar 1.0.0.201209191645
  org.eclipse.linuxtools.profiling.feature.jar 1.0.0.201206130106
  org.eclipse.xpand.incremental 1.2.0.v201206110941
  org.eclipse.birt.report.data.adapter.source 4.2.1.v20120820
  org.eclipse.birt.report.data.adapter.source 4.2.0.v20120611
  org.eclipse.graphiti.examples.tutorial.source 0.9.1.v20120919-0732
  org.eclipse.graphiti.examples.tutorial.source 0.9.0.v20120613-0805
  org.eclipse.actf.visualization.feature.jar 1.0.0.R201206131330
  org.eclipse.actf.visualization.feature.jar 1.0.1.R201209191006
  org.eclipse.dltk.tcl.tcllib 4.0.0.201206120848
  commonj.sdo 2.1.1.v201112051852
  org.eclipse.datatools.connectivity.apache.derby.source 1.0.102.v201107221459
  org.eclipse.ecf.osgi.services.feature.feature.jar 2.0.1.v20120610-1946
  org.eclipse.linuxtools.gprof 4.0.0.201206130106
  org.eclipse.linuxtools.gprof 4.0.0.201209191645
  org.eclipse.papyrus.uml.modelexplorer.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.uml.modelexplorer.feature.feature.group 0.9.1.v201209190809
  org.eclipse.recommenders.completion.rcp.calls 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.completion.rcp.calls 1.0.0.v20120612-2305-b156
  org.eclipse.datatools.enablement.msft.feature.source.feature.jar 1.10.1.v201208161415-544AkF7AL7MDMAQ8O
  org.eclipse.datatools.enablement.msft.feature.source.feature.jar 1.10.0.v201201161512-544AkF7AL7MDMAQ8O
  org.eclipse.mylyn.hudson.core.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.hudson.core.source 1.0.2.v20120916-1200
  tooling.virgo.org.eclipse.equinox.simpleconfigurator.manipulator 1.0.0.tooling
  org.eclipse.xtext.common.types.shared.jdt38.source 2.3.0.v201206120633
  org.eclipse.xtext.common.types.shared.jdt38.source 2.3.1.v201208210947
  tooling.virgo.org.apache.felix.gogo.command 1.0.0.tooling
  org.eclipse.mylyn.pde.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.pde.ui 3.8.0.v20120612-0600
  org.eclipse.mylyn.git.ui 1.0.2.v20120916-1200
  org.eclipse.mylyn.git.ui 1.0.0.v20120612-0600
  org.eclipse.ocl.examples.library.source 3.2.0.v20120502-1416
  org.eclipse.amp.axf.feature.jar 0.9.0.v20120528-0244
  org.eclipse.ecf.provider.filetransfer.ssl.source 1.0.0.v20120610-1946
  org.eclipse.ecf.provider.filetransfer.ssl.source 1.0.0.v20120608-0148
  org.eclipse.acceleo.traceability.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.traceability.source 3.3.0.v20120529-1042
  org.eclipse.cdt.gnu.debug.source.feature.jar 7.1.1.201206111645
  org.eclipse.cdt.gnu.debug.source.feature.jar 7.1.1.201209170703
  org.eclipse.mylyn.commons.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.feature.jar 3.8.2.v20120916-1200
  org.eclipse.gmt.modisco.infra.facet 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.facet 0.10.1.v201209190814
  org.eclipse.emf.oda.ecore.ui.source 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.ui.source 1.1.0.v20120608-0554
  org.eclipse.birt.resources 4.2.1.v20120820
  org.eclipse.birt.resources 4.2.0.v2012061217
  org.eclipse.jubula.app.dbtool 1.2.1.201206131127
  org.eclipse.jubula.app.dbtool 1.2.2.201209040912
  org.eclipse.jetty.ajp.source 8.1.3.v20120522
  epp.package.automotive.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  epp.package.automotive.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.actf.util.win32.comclutch 1.0.1.R201209191006
  org.eclipse.actf.util.win32.comclutch 1.0.0.R201206131330
  org.eclipse.mylyn.wikitext.confluence.ui 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.confluence.ui 1.7.0.v20120612-0600
  toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  toolinggtk.linux.x86_64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolingepp.package.cpp.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.cpp.config.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.xtext.ecore.source 2.3.0.v201206120633
  org.eclipse.xtext.ecore.source 2.3.1.v201208210947
  org.eclipse.cdt.codan.core.cxx 1.1.0.201209170703
  org.eclipse.cdt.codan.core.cxx 1.1.0.201206111645
  org.eclipse.xtext.examples.source.feature.jar 2.3.1.v201208210947
  org.eclipse.xtext.examples.source.feature.jar 2.3.0.v201206120633
  epp.package.testing.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.epp.package.modeling.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.modeling.feature.feature.jar 1.5.0.20120620-0855
  org.eclipse.scout.rt.feature.about.source 3.8.1.201209171521
  org.eclipse.scout.rt.feature.about.source 3.8.0.201206130843
  org.eclipse.jetty.annotations.source 8.1.3.v20120522
  org.eclipse.xtend.source.feature.jar 1.2.1.v201206110941
  org.eclipse.gmf.runtime.notation.sdk.feature.jar 1.6.0.v20120327-2213-47F08xGD6FxMBN7CJFV3CIKK9t84
  org.eclipse.birt 4.2.0.v20120611
  org.eclipse.birt 4.2.1.v201209061114
  org.eclipse.gyrex.features.kernel.source.feature.jar 1.0.0.v20120423-0945-7A--F7RZHQZHvSg8L9kq
  org.eclipse.emf.cdo.ui.shared 4.0.100.v20120606-1626
  org.eclipse.emf.cdo.ui.shared 4.0.100.v20120821-1005
  org.eclipse.equinox.p2.garbagecollector.source 1.0.200.v20110808-1657
  org.eclipse.xtext.source 2.3.1.v201208210947
  org.eclipse.xtext.source 2.3.0.v201206120633
  org.uddi4j 2.0.5.v200805270300
  org.eclipse.ecf.ui.capabilities 1.0.0.v20120610-1946
  org.eclipse.egf.emf.codegen.ecore.ui 1.0.0.v20120528-1550
  org.eclipse.ecf.provider.filetransfer 3.2.0.v20120608-0148
  org.eclipse.update.configurator.source 3.3.200.v20120523-1752
  epp.package.scout.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  epp.package.scout.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  toolingepp.package.cpp.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.cpp.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.egf.model.feature.group 1.0.0.v20120528-1550
  org.eclipse.modisco.doc.source 0.10.0.v201206130817
  org.eclipse.birt.data.aggregation.source 4.2.1.v20120820
  org.eclipse.birt.data.aggregation.source 4.2.0.v20120611
  org.eclipse.jst.jsf.facelet.ui 1.0.1.v201104032306
  org.eclipse.jst.jsf.facelet.ui 1.0.2.v201208241503
  epp.package.testing.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  epp.package.testing.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.sapphire.osgi.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.osgi.feature.jar 0.5.0.201206122150
  epp.package.reporting.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.equinox.transforms.xslt 1.0.300.v20120522-2049
  org.eclipse.m2m.atl.debug.core.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.debug.core.source 3.3.1.v201209061455
  toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  org.eclipse.amp.escape.ascape.chart 0.9.0.v20120528-0244
  epp.package.scout.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.scout.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.wst.jsdt.debug.rhino 1.0.201.v201208171701
  org.eclipse.wst.jsdt.debug.rhino 1.0.200.v201204241858
  org.eclipse.jst.jsp.ui 1.1.701.v201208170345
  org.eclipse.jst.jsp.ui 1.1.700.v201204260100
  org.eclipse.persistence.jpa.equinox 2.4.0.v20120608-r11652
  org.eclipse.egf.portfolio.task.ant.feature.group 1.0.0.v20120528-1550
  org.eclipse.acceleo.common.ui.source 3.3.0.v20120529-1042
  org.eclipse.acceleo.common.ui.source 3.3.1.v20120831-0923
  toolingANY.ANY.ANYorg.apache.sshd.core 1.0.0.SIMREL
  org.eclipse.gmf.map.edit.source 2.9.0.RC4a
  org.eclipse.gmf.map.edit.source 2.9.0.201209121329
  org.eclipse.emf.facet.common.source.feature.group 0.2.1.v201209110754
  org.eclipse.equinox.event.source 1.2.200.v20120522-2049
  org.apache.taglibs.standard.glassfish 1.2.0.v201112081803
  org.eclipse.modisco.omg.smm.source 0.10.0.v201206130817
  epp.package.java.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.wst.wsdl.ui.doc.user 1.0.800.v201008122303
  org.eclipse.xpand 1.2.0.v201206110941
  epp.package.scout.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.gmf.runtime.common.core.source 1.4.1.v20120514-1615
  org.eclipse.birt.axis.overlay 4.2.1.v201209061119
  org.eclipse.scout.commons.source 3.8.0.201206130843
  org.eclipse.scout.commons.source 3.8.1.201209171521
  org.apache.mina.core 2.0.2.v201108120515
  org.eclipse.gmt.modisco.xml.source 0.10.0.v201206130817
  org.eclipse.datatools.sqldevtools.data.feature.feature.jar 1.10.0.v201201161512-644BgJ9ECCLFTAfMO
  org.eclipse.datatools.sqldevtools.data.feature.feature.jar 1.10.1.v201208161415-645BgJ9EDBTHPAhQU
  org.eclipse.dltk.xotcl.feature.group 4.0.0.201206120848
  org.eclipse.e4.core.di.extensions 0.11.0.v20120523-2004
  org.eclipse.emf.facet.util.source.feature.jar 0.2.1.v201209110754
  org.eclipse.ui.views.properties.tabbed.source 3.5.300.v20120523-1955
  org.eclipse.cdt.debug.ui.memory.feature.group 2.2.0.201209170703
  org.eclipse.cdt.debug.ui.memory.feature.group 2.2.0.201206111645
  org.eclipse.wb.rcp.SWT_AWT_support.feature.group 1.5.0.r42x201206111333
  org.eclipse.wb.rcp.SWT_AWT_support.feature.group 1.5.1.r42x201209161301
  org.eclipse.recommenders.feature.3rd.rcp.nonorbit.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.3rd.rcp.nonorbit.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.xpand.incremental.source.feature.group 1.2.1.v201206110941
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.2.1.v20120820
  org.eclipse.emf.facet.infra.source.feature.jar 0.2.1.v201209110754
  org.eclipse.gyrex.admin.ui.p2 1.0.0.v20120514-0741
  org.eclipse.papyrus.sysml.table.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.table.feature.feature.group 0.9.0.v201206131215
  org.eclipse.datatools.sqltools.doc.user.feature.jar 1.10.1.v201208161415-37D-7733L3D753L7BBF
  org.eclipse.datatools.sqltools.doc.user.feature.jar 1.10.0.v201201161512-37D-7733L3D753L7BBF
  toolingwin32.win32.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolingwin32.win32.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.eclipse.emf.rap.sdk.feature.group 2.8.1.v20120917-0436
  org.eclipse.emf.rap.sdk.feature.group 2.8.0.v20120608-0554
  org.eclipse.net4j.http.common 4.0.100.v20120521-0710
  org.eclipse.net4j.http.common 4.0.100.v20120821-1005
  org.eclipse.xpand.ui_root 1.2.1.v201206110941
  org.eclipse.draw2d.source.feature.jar 3.8.0.201206112118
  org.eclipse.draw2d.source.feature.jar 3.9.0.201208201742
  org.eclipse.birt.report.designer.ui.lib.explorer 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.lib.explorer 4.2.0.v20120611
  org.eclipse.xtend.ui_root 1.2.1.v201206110941
  org.eclipse.ptp.rm.ibm.pe.help 5.0.0.201206130201
  org.eclipse.ptp.rm.ibm.pe.help 5.0.0.201209181406
  org.eclipse.php.debug.daemon.source 3.1.1.201209101312
  org.eclipse.php.debug.daemon.source 3.0.1.v201201110400
  toolingepp.package.java.config.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.java.config.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.gmf.source.feature.jar 1.6.0.v20120517-1809-7d9X7FFYnmMJUVOKcqPSgIiK281V
  org.eclipse.datatools.enablement.sybase.ase.ui.source 1.0.1.v200906020900
  epp.package.cpp.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.cpp.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.tm.terminal.view.feature.jar 2.3.0.201205300905-32-312316411A16
  org.eclipse.tm.terminal.view.feature.jar 2.3.0.201209191030-32-31231A2A2141
  org.eclipse.papyrus.uml.tools 0.9.1.v201209190809
  org.eclipse.papyrus.uml.tools 0.9.0.v201206131215
  org.eclipse.mylyn.tasks.core.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.core.source 3.8.2.v20120916-1200
  org.eclipse.datatools.connectivity.apache.derby.ui.source 1.0.3.v201107221459
  org.eclipse.ptp.remotetools.environment.core 2.0.0.201209181406
  org.eclipse.ptp.remotetools.environment.core 2.0.0.201206130201
  org.eclipse.emf.transaction.sdk.feature.group 1.6.0.v20120328-0001-777Z-9A_WsZmcPluNecyPkvrPKlH
  org.eclipse.equinox.serverside.sdk.feature.jar 3.8.0.v20120522-1841-9Q7dFszFYGis9uYGz0QodZP3fH0t
  org.eclipse.equinox.serverside.sdk.feature.jar 3.8.0.v20120522-1841-9Q7dFszFYGis9uZsz0QodZP4fL9p
  org.eclipse.bpel.wsil.model 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.wsil.model 1.0.1.v20120612-2300-CI
  org.eclipse.recommenders.completion.rcp.chain 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.completion.rcp.chain 1.0.0.v20120612-2305-b156
  org.eclipse.zest.layouts 1.1.0.201206112118
  org.eclipse.zest.layouts 1.1.0.201208201742
  org.eclipse.mylyn.context.tasks.ui.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.context.tasks.ui.source 3.8.2.v20120916-1200
  epp.package.parallel.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.parallel.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.emf.mapping.ui 2.6.0.v20120917-0436
  org.eclipse.emf.mapping.ui 2.6.0.v20120608-0554
  org.eclipse.xtend.typesystem.uml2 1.2.0.v201206110941
  org.eclipse.gmt.modisco.kdm.uml2converter.source 0.10.0.v201206130817
  org.eclipse.wst.wsdl 1.2.300.v201109010430
  org.eclipse.zest.sdk.feature.group 1.4.0.201206112118
  org.eclipse.zest.sdk.feature.group 1.5.0.201208201742
  org.eclipse.mylyn.gerrit.feature.feature.jar 1.0.0.v20120612-0600
  org.eclipse.mylyn.gerrit.feature.feature.jar 1.0.2.v20120916-1200
  toolingorg.eclipse.platform.ide.config.win32.win32.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.config.win32.win32.x86 4.2.0.I20120608-1400
  toolingepp.package.modeling.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.motif.hpux.ia64_32 1.5.0.20120620-0855
  org.eclipse.egf.emf.pattern 1.0.0.2_8_0_v20120528-1550
  epp.package.rcp.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.rcp.executable.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.jst.jsf.common.ui 1.2.100.v201104061711
  org.eclipse.jst.jsf.common.ui 1.2.101.v201208241503
  org.eclipse.mylyn.commons.identity.core.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.identity.core.source 1.0.2.v20120916-1200
  org.eclipse.egf.producer.fprod 1.0.0.v20120528-1550
  org.eclipse.gmt.modisco.infra.facet.edit.source 0.10.0.v201206130817
  org.eclipse.emf.workspace.examples.library.editor 1.2.0.v200901271819
  org.eclipse.datatools.enablement.sqlite 1.0.0.v201002041100
  org.eclipse.jetty.jaspi 8.1.3.v20120522
  org.eclipse.xtend.typesystem.uml2.ui.source 1.2.0.v201206110941
  epp.package.dsl.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.emf.cdo.dawn.graphiti.source 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.graphiti.source 2.0.0.v20120521-0710
  org.eclipse.emf.converter.source 2.5.0.v20120608-0554
  org.eclipse.emf.converter.source 2.5.0.v20120917-0436
  org.eclipse.persistence.dbwsbuilder.source.feature.jar 2.4.0.v20120608-r11652
  org.eclipse.xsd.ecore.converter 2.6.0.v20120917-0436
  org.eclipse.xsd.ecore.converter 2.6.0.v20120319-0555
  org.eclipse.datatools.sqltools.doc.user.contexts 1.7.0.20090521092446
  org.eclipse.jgit.iplog 2.0.0.201206130900-r
  org.eclipse.jgit.iplog 2.1.0.201209190230-r
  org.eclipse.cvs_root 1.3.200.v20120525-1249-7B79FJJAkF7BF7VEH5IAJT
  org.eclipse.cvs_root 1.3.200.v20120525-1249-7B79FJJAkF7BF7SDL5EAJT
  toolingcocoa.macosx.x86_64org.eclipse.core.runtime 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86_64org.eclipse.core.runtime 4.2.0.I20120608-1400
  org.eclipse.mylyn.git.feature.group 1.0.0.v20120612-0600
  org.eclipse.mylyn.git.feature.group 1.0.2.v20120916-1200
  org.eclipse.recommenders.feature.completion.rcp.chain.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.completion.rcp.chain.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.papyrus.infra.table.modelexplorer 0.9.1.v201209190809
  org.eclipse.papyrus.infra.table.modelexplorer 0.9.0.v201206131215
  org.eclipse.ptp.etfw.tau 1.0.1.201206130201
  org.eclipse.ptp.etfw.tau 1.0.1.201209181406
  epp.package.automotive.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  epp.package.automotive.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.ptp.ems.ui 1.0.0.201206130201
  org.eclipse.ptp.ems.ui 1.0.0.201209181406
  org.eclipse.net4j.http 4.0.100.v20120821-1005
  org.eclipse.net4j.http 4.0.100.v20120521-0710
  org.eclipse.ecf.provider.filetransfer.httpclient.source 4.0.200.v20120608-0148
  org.eclipse.ecf.provider.filetransfer.httpclient.source 4.0.200.v20120610-1946
  toolingepp.package.mobile.config.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.mobile.config.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.ingres 1.0.0.v200906111150
  epp.package.reporting.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.reporting.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.ibm.db2.zseries.ui.source 1.0.2.v201202100836
  org.eclipse.datatools.connectivity.feature.source.feature.group 1.10.1.v201208161415-7C7h94Et1axpCXkXlTa6fgHd9vA
  org.eclipse.datatools.connectivity.feature.source.feature.group 1.10.0.v201201161512-7C7h90Et1axo7RlVkOfDNlAf45E
  org.eclipse.xtend.typesystem.emf.source.feature.jar 1.2.1.v201206110941
  org.eclipse.cdt.errorparsers.xlc 5.0.100.201209170703
  org.eclipse.cdt.errorparsers.xlc 5.0.100.201206111645
  org.eclipse.tcf.cdt.ui 1.0.1.201209190831
  org.eclipse.tcf.cdt.ui 1.0.0.201206051725
  toolingepp.package.jee.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.jee.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.bpel.common.model 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.common.model 1.0.1.v20120612-2300-CI
  org.eclipse.emf.facet.common.ui.source 0.2.1.v201209110754
  org.eclipse.emf.facet.common.ui.source 0.2.0.v201206120903
  org.eclipse.cdt.core.macosx.source 5.2.0.201209170703
  org.eclipse.cdt.core.macosx.source 5.2.0.201206111645
  org.eclipse.ptp.ems.core 1.0.0.201209181406
  org.eclipse.ptp.ems.core 1.0.0.201206130201
  org.eclipse.jst.j2ee.ejb.annotation.model 1.1.300.v201003112036
  epp.package.jee.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.jee.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.jdt.junit.core 3.7.100.v20120523-1257
  org.eclipse.recommenders.jayes.serialization 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.jayes.serialization 1.0.0.v20120612-2305-b156
  org.eclipse.mat.report 1.2.0.201205300858
  org.eclipse.emf.facet.efacet.examples.library.core.source 0.2.1.v201209110754
  org.eclipse.ptp.services.ui 2.0.0.201209181406
  org.eclipse.ptp.services.ui 2.0.0.201206130201
  org.eclipse.emf.importer 2.7.0.v20120608-0554
  org.eclipse.emf.importer 2.7.0.v20120917-0436
  org.eclipse.mylyn.wikitext.tracwiki.ui.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.tracwiki.ui.source 1.7.0.v20120612-0600
  epp.package.testing.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.oracle.ui.source 1.0.3.v201201131121
  org.eclipse.mylyn.tasks.ide.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.ide.feature.jar 3.8.2.v20120916-1200
  org.eclipse.epp.package.java.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.java.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.emf.facet.common.sdk.ui.source 0.2.1.v201209110754
  toolingepp.package.cpp.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.jst.jsf.doc.user 1.2.2.v201208262253
  org.eclipse.jst.jsf.doc.user 1.2.1.v20100827
  toolingepp.package.java.ini.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.java.ini.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.persistence.sdo.source 2.4.0.v20120608-r11652
  org.eclipse.emf.doc 2.6.0.v20120608-0554
  org.eclipse.emf.doc 2.6.0.v20120917-0436
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.feature.group 1.0.0.v20120525-0627
  org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn.feature.group 1.0.0.v20120911-1146
  org.eclipse.m2m.atl.examples 3.3.1.v201209061455
  org.eclipse.m2m.atl.examples 3.3.0.v201205241358
  org.eclipse.xtext.runtime.source.feature.jar 2.3.1.v201208210947
  org.eclipse.xtext.runtime.source.feature.jar 2.3.0.v201206120633
  org.eclipse.egf.core.ui.feature.jar 1.0.0.v20120528-1550
  org.eclipse.ecf.examples.remoteservices.rest.rss 1.0.0.v20120610-1946
  org.eclipse.scout.rt.rap.feature.feature.group 3.8.1.201209171521
  org.eclipse.scout.rt.rap.feature.feature.group 3.8.0.201206130843
  org.eclipse.amp.axf.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.net4j.db.derby 4.0.101.v20120821-1005
  org.eclipse.net4j.db.derby 4.0.100.v20120607-1600
  org.eclipse.jetty.nosql 8.1.3.v20120522
  org.eclipse.amp.axf.ide 0.9.0.v20120528-0244
  toolingepp.package.mobile.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.gyrex.server.defaultroles.source 1.0.0.v20120511-0855
  epp.package.cpp.executable.win32.win32.x86 1.5.0.20120614-1633
  epp.package.cpp.executable.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.xsd 2.8.0.v20120917-0436
  org.eclipse.xsd 2.8.0.v20120319-0555
  org.eclipse.ptp.rm.jaxb.ui 1.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.ui 1.0.0.201209181406
  org.eclipse.ecf.xmpp.feature.feature.group 1.0.0.v20120610-1946
  org.apache.commons.lang3 3.1.0.201207101151
  org.apache.commons.lang3 3.1.0.201206011119
  org.eclipse.jst.webpageeditor.feature.feature.group 2.3.8.v201208241503-46DI9oB58B5TBH8K5E
  org.eclipse.jst.webpageeditor.feature.feature.group 2.3.7.v201203021447-46DF9oB5896E6J7G7E3357
  toolingANY.ANY.ANYorg.apache.felix.gogo.shell 1.0.0.SIMREL
  org.eclipse.dltk.tcl.doc.user 4.0.0.201206120848
  org.eclipse.birt.report.engine.emitter.config.postscript.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.postscript.source 4.2.1.v20120820
  org.eclipse.jubula.client.ua.help 1.2.2.201209040912
  org.eclipse.jubula.client.ua.help 1.2.1.201206131127
  org.eclipse.gyrex.frameworklogadapter 1.0.0.v20120109-2032
  org.eclipse.ocl.source.feature.jar 3.2.1.v20120917-1739
  org.eclipse.ocl.source.feature.jar 3.2.0.v20120611-1210
  org.eclipse.emf.facet.custom.doc 0.2.0.v201206120903
  org.eclipse.emf.facet.custom.doc 0.2.1.v201209110754
  toolingorg.eclipse.platform.ide.config.gtk.hpux.ia64_32 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.config.gtk.hpux.ia64_32 4.2.1.M20120914-1800
  org.eclipse.datatools.connectivity.feature.feature.jar 1.10.1.v201208161415-7C7h94Et1axpCXkXlTa6fgHd9vA
  org.eclipse.datatools.connectivity.feature.feature.jar 1.10.0.v201201161512-7C7h90Et1axo7RlVkOfDNlAf45E
  org.eclipse.wst.common.infopop 1.0.300.v201004280700
  toolingepp.package.parallel.application 1.5.1.20121004-1506
  toolingepp.package.parallel.application 1.5.0.20120614-1633
  org.eclipse.m2e.core 1.2.0.20120903-1050
  org.eclipse.m2e.core 1.1.0.20120530-0009
  org.eclipse.cvs.feature.group 1.3.200.v20120525-1249-7B79FJJAkF7BF7VEH5IAJT
  org.eclipse.cvs.feature.group 1.3.200.v20120525-1249-7B79FJJAkF7BF7SDL5EAJT
  toolingepp.package.java.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.java.config.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.linuxtools.valgrind.doc 1.0.0.201209191645
  org.eclipse.linuxtools.valgrind.doc 1.0.0.201206130106
  org.apache.batik.transcoder.source 1.6.0.v201011041432
  toolingepp.package.mobile.ini.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.emf.facet.doc.source 0.2.1.v201209110754
  org.eclipse.emf.facet.doc.source 0.2.0.v201206120903
  org.eclipse.emf.query.doc 1.2.0.v20091210-1711
  org.eclipse.jst.server_adapters.feature.feature.jar 3.2.200.v20120517_1442-20A77w31231628a2553
  org.eclipse.emf.eef.mapping.edit.source 1.1.1.201206051542
  org.eclipse.photran.doc.user 8.0.0.201206122044
  org.eclipse.photran.doc.user 8.0.0.201209141911
  org.eclipse.equinox.concurrent.source 1.0.300.v20120522-2049
  org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages 1.1.0.200810071
  org.eclipse.datatools.connectivity.doc.user.feature.jar 1.10.1.v201208161415-37D-7733L3D753L7BBF
  org.eclipse.datatools.connectivity.doc.user.feature.jar 1.10.0.v201201161512-37D-7733L3D753L7BBF
  org.eclipse.emf.transaction.doc 1.4.0.v20091215-1213
  javax.xml 1.3.4.v201005080400
  org.eclipse.linuxtools.lttng2.feature.jar 1.1.1.201209191645
  org.eclipse.linuxtools.lttng2.feature.jar 1.0.0.201206130106
  org.eclipse.cdt.xlc.source.feature.jar 6.1.1.201209170703
  org.eclipse.cdt.xlc.source.feature.jar 6.1.1.201206111645
  org.eclipse.emf.sdk.feature.group 2.8.1.v20120917-0436
  org.eclipse.emf.sdk.feature.group 2.8.0.v20120608-0554
  org.eclipse.gyrex.server.tests.source 1.0.0.v20120109-2032
  org.eclipse.emf.facet.widgets.celleditors.ecore.tests.samplemm.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.celleditors.ecore.tests.samplemm.source 0.2.1.v201209110754
  org.eclipse.jst.server_ui.feature.feature.group 3.4.0.v20120503_1042-7A77FHr9xFcC2CFLZBCJMHLg7D64
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn 1.0.0.v20120525-0627
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn 1.0.0.v20120911-1146
  toolingepp.package.scout.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  toolingepp.package.scout.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  epp.package.rcp.executable.motif.solaris.sparc 1.5.0.20120614-1633
  epp.package.rcp.executable.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.emf.facet.examples.source.feature.jar 0.2.1.v201209110754
  org.eclipse.swt.gtk.solaris.sparc 3.100.0.v4233d
  org.eclipse.swt.gtk.solaris.sparc 3.100.1.v4234e
  org.eclipse.datatools.sqltools.data.ui 1.2.1.v201010270945
  org.eclipse.datatools.enablement.hsqldb 1.0.0.v201107221502
  org.eclipse.jetty.osgi.boot.jsp 8.1.3.qualifier
  org.eclipse.linuxtools.callgraph.launch 1.0.0.201206130106
  org.eclipse.linuxtools.callgraph.launch 1.0.0.201209191645
  org.eclipse.rse.doc.user 3.4.0.201205300905
  org.eclipse.rse.doc.user 3.4.0.201209191030
  epp.package.modeling.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.ecf.discovery.slp.feature.feature.jar 1.0.0.v20120610-1946
  epp.package.mobile.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.ptp.rdt.sync.git.ui 1.0.0.201209181406
  org.eclipse.ptp.rdt.sync.git.ui 1.0.0.201206130201
  org.eclipse.core.runtime.compatibility.source 3.2.200.v20120521-2346
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390x 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.s390x 4.2.0.I20120608-1400
  org.eclipse.datatools.modelbase.sql.xml.query.source 1.0.2.v201201131123
  org.eclipse.jwt.we.conf.property.model 1.2.0.v201205310546
  org.eclipse.emf.codegen.ecore.ui.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.ecore.ui.feature.jar 2.8.0.v20120917-0436
  org.eclipse.team.cvs.ssh2.source 3.2.300.v20120522-1148
  org.eclipse.ptp.pldt.doc.user 6.0.0.201209181406
  org.eclipse.ptp.pldt.doc.user 6.0.0.201206130201
  lpg.runtime.java.source 2.0.17.v201004271640
  epp.package.testing.executable.win32.win32.x86_64 1.5.0.20120614-1633
  epp.package.testing.executable.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.wst.jsdt.web.core 1.0.501.v201208171701
  org.eclipse.wst.jsdt.web.core 1.0.500.v201205241808
  org.eclipse.egf.portfolio.genchain.edit 1.0.0.v20120528-1550
  org.eclipse.emf.codegen.ui.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.codegen.ui.feature.jar 2.7.0.v20120917-0436
  org.eclipse.gmf.runtime.common.ui.services.source 1.3.1.v20120514-1615
  toolingepp.package.modeling.ini.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.carbon.macosx.x86 1.5.0.20120620-0855
  org.eclipse.xtext.smap.source 2.3.0.v201206120633
  org.eclipse.xtext.smap.source 2.3.1.v201208210947
  org.eclipse.xtext.xbase.ui.source 2.3.1.v201208210947
  org.eclipse.xtext.xbase.ui.source 2.3.0.v201206120633
  org.eclipse.gmt.modisco.workflow.mwe 0.10.0.v201206130817
  org.eclipse.gmt.modisco.workflow.mwe 0.10.1.v201209190814
  org.eclipse.mylyn.tests.util 3.8.2.v20120916-1200
  org.eclipse.mylyn.tests.util 3.8.0.v20120612-0600
  org.apache.commons.logging 1.1.1.v201101211721
  epp.package.modeling.executable.gtk.solaris.sparc 1.5.0.20120620-0855
  epp.package.modeling.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.tcf.te.tcf.feature.feature.group 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.feature.feature.group 1.0.0.201209190831
  org.eclipse.mylyn.gerrit.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.gerrit.ui.source 1.0.0.v20120612-0600
  org.eclipse.rse.subsystems.terminals.ssh 1.0.200.201209191030
  org.eclipse.rse.subsystems.terminals.ssh 1.0.200.201205300905
  org.eclipse.e4.ui.services 0.10.2.v20120726-172631
  org.eclipse.e4.ui.services 0.10.1.v20120523-1955
  org.eclipse.gyrex.search.tests.source 1.0.0.v20120109-1556
  org.eclipse.linuxtools.rpm.ui.editor.doc 1.0.0.201206130106
  org.eclipse.linuxtools.rpm.ui.editor.doc 1.0.0.201209191645
  org.eclipse.photran.managedbuilder.gnu.ui 8.0.0.201209141911
  org.eclipse.photran.managedbuilder.gnu.ui 8.0.0.201206122044
  org.eclipse.epp.mpc.help.ui 1.1.1.I20110907-0947
  org.eclipse.emf.cdo.dawn.feature.jar 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.feature.jar 2.0.0.v20120521-0710
  org.eclipse.rse.ssh.feature.group 3.0.400.201209191030-7A4FEc7F7BF7gBgB7J7
  org.eclipse.rse.ssh.feature.group 3.0.400.201205300905-7A4FEc7F7BF7RJ77g7R
  org.eclipse.php.feature.jar 3.0.1.v201201110400-7V-79F8NcJTcJTTTJwJJ
  org.eclipse.php.feature.jar 3.1.1.201209101312
  org.eclipse.wst.ws.explorer 1.0.700.v201203072334
  org.eclipse.dltk.rse.feature.group 4.0.0.201206120848
  org.eclipse.emf.databinding.source.feature.jar 1.2.0.v20120608-0554
  org.eclipse.emf.databinding.source.feature.jar 1.2.0.v20120917-0436
  org.eclipse.uml2.types.source 1.0.0.v20120913-1441
  org.eclipse.uml2.types.source 1.0.0.v20120604-0919
  org.eclipse.rse.telnet.feature.group 2.3.0.201209191030-775FD3879AE8YB_E8OA4
  org.eclipse.rse.telnet.feature.group 2.3.0.201205300905-775FD3879AE8MH9BZFP4
  toolinggtk.linux.s390org.eclipse.equinox.event 4.2.1.M20120914-1800
  toolinggtk.linux.s390org.eclipse.equinox.event 4.2.0.I20120608-1400
  org.eclipse.ocl.feature.group 3.2.0.v20120611-1210
  org.eclipse.ocl.feature.group 3.2.1.v20120917-1739
  org.eclipse.scout.svg.ui.rap 3.8.1.201209171521
  org.eclipse.scout.svg.ui.rap 3.8.0.201206130843
  org.eclipse.jpt.dbws.eclipselink.core.gen 1.0.1.v201208222210
  org.eclipse.jpt.dbws.eclipselink.core.gen 1.0.0.v201104110000
  org.eclipse.mylyn.docs.intent.markup.gen 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.markup.gen 0.7.0.201205301208
  org.eclipse.datatools.enablement.sybase.ase.source 1.0.2.v201201131122
  org.eclipse.jst.server_core.feature.feature.group 3.4.0.v20120503_1042-31FEe8s73554A4Fa2153
  org.eclipse.ui.externaltools.source 3.2.100.v20120530-1753
  org.eclipse.ptp.rm.generic.core 1.0.0.201209181406
  org.eclipse.ptp.rm.generic.core 1.0.0.201206130201
  org.eclipse.gmf.runtime.sdk.feature.jar 1.6.0.v20120517-1809-67R09E9QuFflXswwIO_z0E3d4k_X
  org.eclipse.papyrus.uml.diagram.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.feature.feature.jar 0.9.0.v201206131215
  epp.package.scout 1.5.1.20121004-1506
  epp.package.scout 1.5.0.20120614-1633
  org.eclipse.jpt.dbws.eclipselink.branding 1.1.101.v201208222210
  org.eclipse.jpt.dbws.eclipselink.branding 1.1.100.v201203150000
  org.eclipse.birt.report.engine.emitter.config.html 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.html 4.2.0.v20120611
  org.eclipse.ptp.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.feature.jar 6.0.0.201206130201
  org.eclipse.xtext.common.types.shared.jdt38 2.3.1.v201208210947
  org.eclipse.xtext.common.types.shared.jdt38 2.3.0.v201206120633
  org.eclipse.wst.xml.xpath2 1.1.0.v200910101444
  org.eclipse.jwt.transformations.xpdl 1.2.0.v201205310546
  org.eclipse.modisco.infra.discovery.core.source 0.10.0.v201206130817
  org.eclipse.jst.server.ui 1.1.202.v20110419
  org.eclipse.mylyn.docs.intent.feature.feature.group 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.feature.feature.group 0.7.0.201205301208
  org.eclipse.epp.package.mobile.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.epp.package.mobile.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.recommenders.injection 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.injection 1.0.0.v20120612-2305-b156
  org.eclipse.amp.axf.views.source 0.9.0.v20120528-0244
  org.eclipse.linuxtools.changelog.doc 2.7.1.201206130106
  org.eclipse.linuxtools.changelog.doc 2.7.1.201209191645
  org.eclipse.jst.webpageeditor.feature.feature.jar 2.3.8.v201208241503-46DI9oB58B5TBH8K5E
  org.eclipse.jst.webpageeditor.feature.feature.jar 2.3.7.v201203021447-46DF9oB5896E6J7G7E3357
  org.eclipse.datatools.connectivity.db.generic.ui 1.0.1.v201107221459
  org.eclipse.datatools.connectivity.db.generic.ui 1.0.1.v201208151422
  org.eclipse.actf.util.win32 1.0.1.R201209191006
  org.eclipse.actf.util.win32 1.0.0.R201206131330
  org.eclipse.linuxtools.systemtap.ui.graphicalrun 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.graphicalrun 1.0.0.201206130106
  org.eclipse.papyrus.infra.discovery.ui 0.9.0.v201206131215
  org.eclipse.papyrus.infra.discovery.ui 0.9.1.v201209190809
  toolingepp.package.automotive.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.config.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.jst.jee.ejb 1.0.301.v201007070821
  epp.package.reporting.executable.carbon.macosx.x86 1.5.0.20120614-1633
  epp.package.reporting.executable.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.scout.sdk.rap 3.8.1.201209171521
  org.eclipse.scout.sdk.rap 3.8.0.201206130843
  org.eclipse.ptp.rdt.sync.ui.fortran 1.0.0.201206130201
  org.eclipse.ptp.rdt.sync.ui.fortran 1.0.0.201209181406
  org.eclipse.emf.cdo.workspace.efs 4.0.0.v20120911-1146
  org.eclipse.emf.cdo.workspace.efs 4.0.0.v20120524-0838
  epp.package.scout.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  epp.package.scout.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.dsl.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.ocl.ecore.edit.source 3.2.0.v20120504-1447
  toolingepp.package.rcp.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.testing.config.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.testing.config.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.birt.report.designer.ui.views 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.views 4.2.1.v201209101614
  org.eclipse.datatools.connectivity.oda.designer.feature.source.feature.jar 1.10.0.v201201161512-4127w312312232267
  org.eclipse.datatools.connectivity.oda.designer.feature.source.feature.jar 1.10.1.v201208161415-4127w312312232267
  org.eclipse.wst.xml.xpath2.processor.feature.feature.jar 2.0.100.v201203131922-7A7K0CcNBGPCTJ_FUOb
  epp.package.testing.executable.gtk.solaris.x86 1.5.0.20120614-1633
  epp.package.testing.executable.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.amalgam.discovery.ui 1.2.0.201206050806
  org.apache.commons.codec.source 1.3.0.v201101211617
  org.eclipse.emf.cdo.defs 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.defs 4.0.100.v20120521-0710
  org.eclipse.ptp.rm.ibm.pe.core 5.0.0.201209181406
  org.eclipse.ptp.rm.ibm.pe.core 5.0.0.201206130201
  org.eclipse.emf.facet.sdk.source.feature.group 0.2.1.v201209110754
  toolingepp.package.automotive.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.automotive.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.emf.mwe2.runtime 2.3.0.v201206110920
  org.eclipse.bpel.feature.feature.jar 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.feature.feature.jar 1.0.1.v20120914-1434-CI
  org.eclipse.jst.common.project.facet.ui 1.4.200.v201008182133
  org.eclipse.platform.source 4.2.1.v201209141800
  org.eclipse.platform.source 4.2.0.v201206081400
  org.eclipse.recommenders.feature.completion.rcp.subwords.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.feature.completion.rcp.subwords.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.emf.workspace.source.feature.jar 1.6.0.v20120328-0001-37708s734E377I3B4C2
  org.eclipse.datatools.connectivity.feature.source.feature.jar 1.10.0.v201201161512-7C7h90Et1axo7RlVkOfDNlAf45E
  org.eclipse.datatools.connectivity.feature.source.feature.jar 1.10.1.v201208161415-7C7h94Et1axpCXkXlTa6fgHd9vA
  org.eclipse.m2m.qvt.oml.runtime 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.runtime 3.1.0.v20120918-0827
  org.eclipse.tcf.te.tcf.processes.core 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.processes.core 1.0.0.201206051725
  org.eclipse.help.feature.group 1.4.0.v20120608-133537-8P7vFOTFK_Qj4JmDIQXL8Tn
  org.eclipse.help.feature.group 1.4.1.v20120726-051048-8R7xFOUFLWUl7MoSKV_RBXl27
  toolingepp.package.testing.ini.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.testing.ini.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.gyrex.context.tests 1.0.0.v20120511-0855
  org.eclipse.team.svn.sources.feature.jar 1.0.0.I20120818-1700
  org.eclipse.team.svn.sources.feature.jar 1.0.0.I20120601-1700
  org.eclipse.datatools.enablement.ingres.feature.feature.group 1.10.1.v201208161415-540AkF78Z7UCRAQDB
  org.eclipse.datatools.enablement.ingres.feature.feature.group 1.10.0.v201201161512-540AkF78Z7UCRAQDB
  org.eclipse.datatools.sqltools.data.core 1.2.2.v201208210746
  org.eclipse.datatools.sqltools.data.core 1.2.1.v201110050500
  org.eclipse.birt.report.engine.dataextraction.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.dataextraction.source 4.2.1.v20120820
  org.eclipse.wst.ws.ui 1.1.200.v201004211805
  org.eclipse.egf.model.fprod.edit_root 1.0.0.v20120528-1550
  org.eclipse.jst.ws.axis2tools.feature.feature.group 1.1.200.v201103022333-78-FF0DZRDKDDePSKwHj
  epp.package.reporting.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.birt.osgi.runtime.source.feature.jar 4.2.0.v20120611-AdAS7CG4VBFW9duE6AZW_
  org.eclipse.birt.osgi.runtime.source.feature.jar 4.2.1.v20120820-AlAW7zG6NJJbHjqw7bMyh
  toolingepp.package.dsl.config.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.mylyn.bugzilla.ui 3.8.0.v20120612-0600
  org.eclipse.mylyn.bugzilla.ui 3.8.2.v20120916-1200
  org.eclipse.wb.core.lib 1.5.1.r42x201209161109
  org.eclipse.wb.core.lib 1.5.0.r42x201206111201
  org.eclipse.papyrus.infra.services.controlmode.history 0.9.0.v201206131215
  org.eclipse.papyrus.infra.services.controlmode.history 0.9.1.v201209190809
  org.eclipse.ptp.rm.ibm.ll.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rm.ibm.ll.feature.jar 6.0.0.201206130201
  toolinggtk.linux.ppc64org.eclipse.core.runtime 4.2.1.M20120914-1800
  toolinggtk.linux.ppc64org.eclipse.core.runtime 4.2.0.I20120608-1400
  org.eclipse.persistence.nosql 2.4.0.v20120608-r11652
  org.eclipse.papyrus.infra.discovery 0.9.0.v201206131215
  org.eclipse.papyrus.infra.discovery 0.9.1.v201209190809
  org.eclipse.datatools.enablement.apache.derby.feature.source.feature.group 1.10.0.v201201161512-77798fBmKDQ2MoTTLwdv9ILX
  org.eclipse.datatools.enablement.apache.derby.feature.source.feature.group 1.10.1.v201208161415-77798gBmKDQ2MoTULxcy9IIQ
  org.eclipse.modisco.java.composition.discoverer.ui.source 0.10.0.v201206130817
  toolingorg.eclipse.sdk.ide.ini.gtk.aix.ppc64 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.ini.gtk.aix.ppc64 4.2.1.M20120914-1800
  org.eclipse.birt.osgi.runtime.sdk.feature.group 4.2.1.v20120820-793187qD_D0RBQLXOVH-wQkmJ1cI
  org.eclipse.birt.osgi.runtime.sdk.feature.group 4.2.0.v20120611-793-87iDWCFP8ZDTAN72TPI4jrXA
  org.eclipse.actf.model.dom.html.source 1.0.0.R201206131330
  org.eclipse.actf.model.dom.html.source 1.0.1.R201209191006
  org.eclipse.amp.amf.parameters.edit 0.9.0.v20120528-0244
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.source 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.source 4.2.0.v20120611
  org.eclipse.egf.sdk_root 1.0.0.v20120528-1550
  org.eclipse.birt.report.engine.emitter.ppt 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.ppt 4.2.0.v20120611
  org.eclipse.cdt.mylyn.ui.source 3.8.2.v20120916-1200
  org.eclipse.cdt.mylyn.ui.source 3.8.0.v20120612-0600
  org.eclipse.emf.cdo.doc.feature.jar 4.1.0.v20120612-1844
  org.eclipse.emf.cdo.doc.feature.jar 4.1.1.v20120911-1146
  org.eclipse.soa.sca.sca1_0.diagram 2.3.0.201205240725
  org.eclipse.amp.amf.core.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.mylyn.reviews.sdk.feature.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.reviews.sdk.feature.feature.group 1.0.0.v20120612-0600
  org.eclipse.xpand.ui.source 1.2.0.v201206110941
  epp.package.testing.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.testing.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.tcf.te.tcf.log.core 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.log.core 1.0.0.201209190831
  org.eclipse.ptp.etfw.tau.selinst 1.0.0.201209181406
  org.eclipse.ptp.etfw.tau.selinst 1.0.0.201206130201
  org.eclipse.egf.common.ui_root 1.0.0.v20120528-1550
  org.eclipse.net4j.db.h2 4.0.100.v20120821-1005
  org.eclipse.net4j.db.h2 4.0.100.v20120607-1600
  org.eclipse.persistence.oracleddlparser.source 1.0.0.v20120530
  org.eclipse.emf.cdo.server.db4o.source 4.0.0.v20120610-1749
  org.eclipse.emf.cdo.server.db4o.source 4.0.1.v20120911-1146
  org.eclipse.xtext.ui 2.3.0.v201206120633
  org.eclipse.xtext.ui 2.3.1.v201208210947
  org.eclipse.sapphire.source.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.source.feature.jar 0.5.0.201206122150
  org.eclipse.amp.amf.data.source 0.9.0.v20120528-0244
  org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition 1.0.1.v201201240505
  org.eclipse.objectteams.otequinox.feature.jar 2.1.0.201206090452
  org.apache.batik.dom 1.6.0.v201011041432
  org.eclipse.mylyn.builds.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.builds.feature.group 1.0.0.v20120612-0600
  org.eclipse.ocl.examples.library 3.2.0.v20120502-1416
  org.eclipse.emf.cdo.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.source.feature.group 4.1.0.v20120612-1514
  org.eclipse.scout.rt.ui.swing.source 3.8.0.201206130843
  org.eclipse.scout.rt.ui.swing.source 3.8.1.201209171521
  org.eclipse.xsd.edit.source.feature.jar 2.7.0.v20120319-0555
  org.eclipse.xsd.edit.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.amp.agf.feature.jar 0.9.0.v20120528-0244
  org.eclipse.modisco.workflow.core.source 0.10.0.v201206130817
  org.eclipse.persistence.moxy 2.4.0.v20120608-r11652
  org.eclipse.ptp.gem 1.3.0.201209181406
  org.eclipse.ptp.gem 1.3.0.201206130201
  epp.package.testing.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.uml2.codegen.ecore.source 1.8.1.v20120913-1441
  org.eclipse.uml2.codegen.ecore.source 1.8.0.v20120604-0919
  org.eclipse.mylyn.versions.feature.group 1.0.0.v20120612-0600
  org.eclipse.mylyn.versions.feature.group 1.0.2.v20120916-1200
  org.eclipse.amp.agf.chart.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.mylyn.context.core 3.8.0.v20120612-0600
  org.eclipse.mylyn.context.core 3.8.2.v20120916-1200
  toolingepp.package.jee.config.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.jee.config.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.jst.enterprise_userdoc.feature.feature.group 3.3.100.v201105122000-62FUGBgJ9EA9aEeHRHc
  org.eclipse.emf.facet.infra.browser.doc.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.browser.doc.source 0.2.1.v201209110754
  org.eclipse.ptp.launch 6.0.0.201206130201
  org.eclipse.ptp.launch 6.0.0.201209181406
  org.eclipse.emf.ecore.xcore.source.feature.group 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.source.feature.group 1.0.1.v20120917-0741
  org.eclipse.ptp.pldt.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.pldt.feature.jar 6.0.2.201209181406
  org.eclipse.emf.ecoretools.tabbedproperties.source 1.1.0.201205150811
  epp.package.rcp.executable.carbon.macosx.x86 1.5.0.20120614-1633
  epp.package.rcp.executable.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.gmt.modisco.infra.query.source 0.10.0.v201206130817
  org.eclipse.birt.data.source 4.2.0.v20120612
  org.eclipse.birt.data.source 4.2.1.v201209121213
  org.eclipse.jdt.launching 3.6.100.v20120523-1953
  org.eclipse.emf.oda.ecore.ui.source.feature.group 1.1.0.v20120608-0554
  org.eclipse.emf.oda.ecore.ui.source.feature.group 1.1.0.v20120917-0436
  toolingepp.package.testing.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.testing.config.gtk.solaris.x86 1.5.0.20120614-1633
  epp.package.scout.executable.motif.solaris.sparc 1.5.0.20120614-1633
  epp.package.scout.executable.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.mylyn.wikitext.mediawiki.ui 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.mediawiki.ui 1.7.2.v20120916-1200
  org.eclipse.team.ui.source 3.6.200.v20120522-1148
  org.eclipse.cdt.platform.feature.group 8.1.0.201206111645
  org.eclipse.cdt.platform.feature.group 8.1.1.201209170703
  toolingepp.package.parallel.ini.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.jpt.jaxb.ui 1.3.0.v201205180000
  org.eclipse.jpt.jaxb.ui 1.3.1.v201208222210
  toolingepp.package.reporting.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.win32.win32.x86 1.5.0.20120614-1633
  com.ning.async-http-client 1.6.5.20120903-0645
  com.ning.async-http-client 1.6.5.20120529-1956
  org.eclipse.mylyn.commons.repositories.ui 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.repositories.ui 1.0.2.v20120916-1200
  epp.package.jee.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.sqltools.parsers.sql.query 1.2.1.v201201250511
  org.eclipse.emf.cdo.dawn.source 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.source 2.0.0.v20120719-0822
  org.eclipse.jst.ws.cxf.feature.feature.group 1.1.0.v201201312103-7H79FHxFAKlbotH5e9l3vAA6MBG
  org.eclipse.ocl.examples.source 3.2.0.v20120919-0602
  org.eclipse.ocl.examples.source 3.2.0.v20120613-0850
  epp.package.parallel.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.parallel.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.sqltools.ddlgen.ui.source 1.0.2.v201201131129
  org.eclipse.datatools.sqltools.ddlgen.ui.source 1.0.2.v201208151424
  epp.package.testing.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  epp.package.testing.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  org.eclipse.papyrus.uml.profile 0.9.0.v201206131215
  org.eclipse.papyrus.uml.profile 0.9.1.v201209190809
  toolingorg.eclipse.platform.sdk.config.gtk.solaris.sparc 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.config.gtk.solaris.sparc 4.2.0.I20120608-1400
  org.eclipse.koneki.ldt.editor 0.8.0.201209061319
  org.eclipse.koneki.ldt.editor 0.8.0.201206122001
  org.eclipse.emf.cdo.location.source 4.0.100.v20120525-0627
  org.eclipse.emf.cdo.location.source 4.0.100.v20120821-1005
  org.eclipse.xtend.dependencies.source.feature.jar 1.2.1.v201206110941
  epp.package.reporting.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  org.eclipse.gmf.runtime.diagram.ui.providers 1.5.0.v20120514-1615
  org.w3c.dom.svg.source 1.1.0.v201011041433
  toolingwin32.win32.x86_64org.eclipse.equinox.common 4.2.1.M20120914-1800
  toolingwin32.win32.x86_64org.eclipse.equinox.common 4.2.0.I20120608-1400
  org.eclipse.emf.mwe.core 1.2.1.v201206110920
  toolingepp.package.jee.config.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.jee.config.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.objectteams.runtime 2.1.0.201205081843
  org.eclipse.cdt.testsrunner.boost 7.0.0.201206111645
  org.eclipse.cdt.testsrunner.boost 7.0.0.201209170703
  org.eclipse.emf.edit.ui.source 2.8.0.v20120917-0436
  org.eclipse.emf.edit.ui.source 2.8.0.v20120608-0554
  org.eclipse.recommenders.feature.completion.rcp.intellig.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.completion.rcp.intellig.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.m2m.qvt.oml.debug.feature.group 1.1.0.v201206041614-31-8s73573F3B5F5B
  org.eclipse.m2m.qvt.oml.debug.feature.group 1.2.0.v20120918-0827
  org.apache.batik.css 1.6.0.v201011041432
  org.eclipse.modisco.jee.webapp.discoverer.source 0.10.0.v201206130817
  org.eclipse.koneki.ldt 0.8.0.201206122001
  org.eclipse.koneki.ldt 0.8.0.201209061319
  org.eclipse.emf.query.examples.feature.group 1.6.0.v20120425-2310-679-AkF78_8FEV7MOG7
  org.eclipse.birt.report.engine.emitter.prototype.excel 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.prototype.excel 4.2.0.v20120611
  org.eclipse.gyrex.features.addons.mongodb.source.feature.jar 1.0.0.v20120123-0813-2--7w3123163501724
  org.eclipse.xtext.runtime.feature.group 2.3.1.v201208210947
  org.eclipse.xtext.runtime.feature.group 2.3.0.v201206120633
  org.eclipse.wtp.jee.capabilities 1.0.100.v201005102000
  org.eclipse.core.filebuffers.source 3.5.200.v20120523-1310
  org.eclipse.photran.feature.group 8.0.0.201206122044
  org.eclipse.photran.feature.group 8.0.2.201209141911
  toolingepp.package.reporting.config.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.reporting.config.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.papyrus.uml.diagram.menu 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.menu 0.9.1.v201209190809
  org.eclipse.rse.local.feature.jar 2.1.400.201209191030-7B4FSg7J9EJ9rErE9O9
  org.eclipse.rse.local.feature.jar 2.1.400.201205300905-7B4FSg7J9EJ9YO99r9Y
  com.ibm.icu.base.source 4.4.2.v20110831
  org.eclipse.net4j.doc.source.feature.jar 4.1.0.v20120611-1554
  org.eclipse.net4j.doc.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.gmt.modisco.infra.discoverymanager 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.discoverymanager 0.10.0.v201206130817
  org.eclipse.rse.subsystems.processes.shell.linux 1.1.400.201205300905
  org.eclipse.rse.subsystems.processes.shell.linux 1.1.400.201209191030
  epp.package.testing.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.xtext.doc 2.3.0.v201206120633
  org.eclipse.xtext.doc 2.3.1.v201208210947
  org.eclipse.amp.axf.feature.group 0.9.0.v20120528-0244
  org.eclipse.linuxtools.dataviewers.piechart 1.0.0.201206130106
  org.eclipse.linuxtools.dataviewers.piechart 1.0.0.201209191645
  org.eclipse.mylyn.commons.notifications 0.9.1.v20120412-0100
  org.eclipse.epp.package.reporting 1.5.1.20121004-1506
  org.eclipse.epp.package.reporting 1.5.0.20120131-1544
  org.eclipse.emf.mwe2.language.ui 2.3.0.v201206120758
  org.eclipse.egit.psf.feature.jar 2.0.0.201206130900-r
  org.eclipse.egit.psf.feature.jar 2.1.0.201209190230-r
  org.eclipse.mylyn.context.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.ui 3.8.0.v20120612-0600
  org.eclipse.equinox.p2.metadata.source 2.1.0.v20120430-2001
  org.eclipse.rtp.core.service.provider.source 1.0.0.v20120613-2107
  org.eclipse.rap.ui.source 1.5.1.20120917-1116
  org.eclipse.rap.ui.source 1.5.0.20120612-1458
  org.eclipse.amp.escape.source.feature.jar 0.9.0.v20120528-0244
  org.apache.catalina 7.0.26.v201205021508
  epp.package.dsl.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  toolingepp.package.mobile.config.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.config.cocoa.macosx.x86 1.5.0.20120614-1633
  org.eclipse.swt.gtk.solaris.sparc.source 3.100.1.v4234e
  org.eclipse.swt.gtk.solaris.sparc.source 3.100.0.v4233d
  org.eclipse.papyrus.infra.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.infra.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.rse.dstore.security 3.0.400.201205300905
  org.eclipse.rse.dstore.security 3.0.400.201209191030
  org.eclipse.mylyn.mft.emf.feature.group 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.emf.feature.group 0.9.1.I20120907-1845
  org.eclipse.net4j.sdk.feature.jar 4.1.0.v20120612-0600
  org.eclipse.net4j.sdk.feature.jar 4.1.1.v20120911-1146
  org.eclipse.xtext 2.3.1.v201208210947
  org.eclipse.xtext 2.3.0.v201206120633
  org.apache.batik.parser 1.6.0.v201011041432
  org.eclipse.rap.rwt.supplemental.fileupload 1.5.0.20120220-1720
  org.eclipse.emf.mapping.ecore.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ecore.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.soa.sca.sca1_1.runtime.fabric3.model 2.3.0.201205240725
  org.eclipse.birt.report.designer.ui.preview.web.source 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.preview.web.source 4.2.0.v20120611
  org.eclipse.jdt.launching.source 3.6.100.v20120523-1953
  org.eclipse.emf.codegen.ecore 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.ecore 2.8.1.v20120917-0436
  org.eclipse.dltk.ruby.abstractdebugger 4.0.0.201206120848
  org.eclipse.cdt.dsf.gdb.ui 2.3.1.201209170703
  org.eclipse.cdt.dsf.gdb.ui 2.3.0.201206111645
  org.eclipse.equinox.wireadmin.source 1.0.400.v20120522-2049
  epp.package.parallel.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  epp.package.parallel.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.birt.report.engine.emitter.wpml.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.wpml.source 4.2.1.v20120820
  org.eclipse.rap.ui.workbench 1.5.0.20120612-1458
  org.eclipse.rap.ui.workbench 1.5.1.20120917-1116
  org.eclipse.datatools.connectivity.sqm.core 1.2.5.v201205240353
  org.eclipse.tcf.te.runtime.statushandler 1.0.0.201209190831
  org.eclipse.tcf.te.runtime.statushandler 1.0.0.201206051725
  org.eclipse.linuxtools.systemtap.feature.group 1.2.0.201206130106
  org.eclipse.linuxtools.systemtap.feature.group 1.2.0.201209191645
  org.eclipse.gyrex.features.modelandservices.feature.jar 1.0.0.v20120423-0945-7B--F8NcJTcK4TT9KZ56
  org.eclipse.pde.build.source 3.8.0.v20120523-1555
  org.eclipse.pde.build.source 3.8.1.v20120725-202643
  org.eclipse.emf.validation.ui.ide.source 1.3.0.v200901271722
  org.eclipse.mylyn.commons.screenshots.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.screenshots.source 3.8.0.v20120612-0600
  toolingepp.package.cpp.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.cpp.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.ecf.eventadmin.examples.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.emf.doc.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.doc.source.feature.jar 2.7.0.v20120608-0554
  toolingepp.package.scout.config.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.scout.config.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.java.ini.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.java.ini.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.linuxtools.callgraph 1.0.0.201206130106
  org.eclipse.linuxtools.callgraph 1.0.0.201209191645
  org.eclipse.emf.edit.ui.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.edit.ui.feature.group 2.8.0.v20120917-0436
  org.eclipse.datatools.modelbase.feature.source.feature.group 1.10.0.v201201161512-7707DCcNBHJDWIYG_Ni
  org.eclipse.datatools.modelbase.feature.source.feature.group 1.10.1.v201208161415-7707FCcNBHLCgLUEdUb
  org.eclipse.mylyn.commons.notifications.core 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.notifications.core 1.0.2.v20120916-1200
  org.eclipse.jwt.we.plugins.viewepc 1.2.0.v201205310546
  org.eclipse.papyrus.uml.textedit.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.feature.feature.jar 0.9.1.v201209190809
  toolingepp.package.automotive.config.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.automotive.config.motif.solaris.sparc 1.5.1.20121004-1506
  toolingorg.eclipse.platform.sdk.ini.gtk.solaris.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.ini.gtk.solaris.x86 4.2.1.M20120914-1800
  org.eclipse.acceleo.common.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.common.source 3.3.0.v20120529-1042
  toolingepp.package.jee.config.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.jee.config.gtk.linux.x86 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.reporting.executable.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.tcf.te.tcf.processes.ui 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.processes.ui 1.0.0.201209190831
  org.eclipse.datatools.sqltools.result.ui.source 1.1.2.v201110010535
  org.eclipse.acceleo.parser.source 3.3.0.v20120529-1042
  org.eclipse.acceleo.parser.source 3.3.1.v20120831-0923
  org.eclipse.birt.report.designer.ui.data.source 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.data.source 4.2.1.v20120820
  org.eclipse.datatools.enablement.mysql.ui.source 1.0.0.v201109022331
  org.eclipse.datatools.connectivity.oda 3.3.3.v201110130935
  org.eclipse.emf.facet.util.ui 0.2.1.v201209110754
  org.eclipse.emf.facet.util.ui 0.2.0.v201206120903
  org.eclipse.scout.rt.shared.source 3.8.1.201209171521
  org.eclipse.scout.rt.shared.source 3.8.0.201206130843
  toolinggtk.hpux.ia64_32org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolinggtk.hpux.ia64_32org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  org.eclipse.jpt.jaxb.eclipselink.ui 1.3.1.v201208222210
  org.eclipse.jpt.jaxb.eclipselink.ui 1.3.0.v201204160000
  toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolinggtk.linux.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  org.eclipse.mylyn.team_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.team_feature.feature.jar 3.8.2.v20120916-1200
  toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
  toolinggtk.solaris.x86org.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
  org.apache.lucene.grouping 3.5.0.v20120319-2345
  org.eclipse.ocl.examples.modelregistry.editor.source 3.2.0.v20120503-1141
  org.eclipse.compare.win32.source 1.0.200.v20120522-1148
  org.eclipse.e4.core.contexts 1.1.0.v20120523-2004
  org.eclipse.e4.core.contexts 1.1.0.v20120828-170404
  org.eclipse.gyrex.server.tests 1.0.0.v20120109-2032
  org.eclipse.emf.facet.widgets.celleditors.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.celleditors.source 0.2.0.v201206120903
  org.eclipse.mylyn.bugzilla.ui.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.bugzilla.ui.source 3.8.2.v20120916-1200
  org.eclipse.emf.compare.ui.capabilities 1.3.2.v20120918-1125
  org.eclipse.emf.compare.ui.capabilities 1.3.1.v20120605-0748
  org.eclipse.mylyn_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn_feature.feature.jar 3.8.2.v20120916-1200
  org.eclipse.datatools.modelbase.sql.query.edit 1.0.1.v201110151245
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.2.0.v20120611
  org.eclipse.jetty.slf4jlogback.feature.group 8.1.3.201206060641
  org.eclipse.emf.cdo.team 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.team 4.0.100.v20120609-0759
  org.eclipse.e4.ui.di 0.10.1.v20120523-1955
  org.eclipse.emf.cdo.ui 4.1.0.v20120611-0549
  org.eclipse.emf.cdo.ui 4.1.0.v20120821-1005
  org.eclipse.egf.doc_root 1.0.0.v20120528-1550
  org.eclipse.emf.ant 2.7.0.v20120917-0436
  org.eclipse.emf.ant 2.7.0.v20120608-0554
  org.eclipse.birt.report.designer.ui.source 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.source 4.2.1.v201209101448
  org.eclipse.cdt.debug.ui 7.2.0.201206111645
  org.eclipse.cdt.debug.ui 7.2.0.201209170703
  org.eclipse.gef.examples.text.source 3.8.1.201208201742
  org.eclipse.gef.examples.text.source 3.8.0.201206112118
  org.eclipse.actf.visualization.lowvision 1.0.1.R201209191006
  org.eclipse.actf.visualization.lowvision 1.0.0.R201206131330
  epp.package.scout.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.xsd.ecore.converter.feature.group 2.7.0.v20120917-0436
  org.eclipse.xsd.ecore.converter.feature.group 2.7.0.v20120319-0555
  org.eclipse.egf.pattern.ftask 1.0.0.v20120528-1550
  org.eclipse.cdt.mylyn.feature.group 5.4.0.v20120612-0600
  org.eclipse.cdt.mylyn.feature.group 5.4.2.v20120916-1200
  org.eclipse.tcf.feature.feature.group 1.0.0.201206051725
  org.eclipse.tcf.feature.feature.group 1.0.1.201209190831
  org.eclipse.pde.doc.user 3.8.0.v20120606-224707
  org.eclipse.pde.doc.user 3.8.1.v20120726-140618
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.editor.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.editor.source 0.2.0.v201206120903
  org.eclipse.papyrus.uml.textedit.javaconstraint 0.9.1.v201209190809
  org.eclipse.birt.report.designer.editor.xml.wtp.feature.jar 4.2.0.v20120611-8F8j79FT0z0-TmC-IOkS4z
  org.eclipse.birt.report.designer.editor.xml.wtp.feature.jar 4.2.1.v20120820-8F8j7OFT0z0-TmCbQK30Qm
  epp.package.testing.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.linuxtools.changelog.c.feature.jar 2.8.0.201209191645
  toolingepp.package.rcp.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.rcp.config.gtk.linux.ppc 1.5.1.20121004-1506
  tooling.virgo.org.eclipse.equinox.p2.publisher 1.0.0.tooling
  org.eclipse.gmf.runtime.common.ui.services.dnd 1.5.0.v20120514-1615
  epp.package.rcp.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.xpand.ui.feature.group 1.2.1.v201206110941
  org.eclipse.modisco.jee 0.10.0.v201206130817
  org.eclipse.modisco.jee 0.10.1.v201209190814
  org.eclipse.ptp.rm.slurm.core 5.0.0.201206130201
  org.eclipse.ptp.rm.slurm.core 5.0.0.201209181406
  org.eclipse.linuxtools.systemtap.ui.doc 2.6.4.201209191645
  org.eclipse.linuxtools.systemtap.ui.doc 2.6.4.201206130106
  org.eclipse.actf.visualization.blind.odfbyhtml.source 1.0.0.R201206131330
  org.eclipse.actf.visualization.blind.odfbyhtml.source 1.0.1.R201209191006
  org.eclipse.xtend.examples 2.3.0.v201206120633
  org.eclipse.xtend.examples 2.3.1.v201208210947
  org.eclipse.wst.web_userdoc.feature.feature.group 3.3.0.v201102200555-31Eo8s734B3E4H7799
  org.eclipse.rap.ui.launch.rwt.source 1.5.0.20120613-1425
  org.eclipse.rap.ui.launch.rwt.source 1.5.1.20120917-1138
  org.eclipse.persistence.moxy.source.feature.jar 2.4.0.v20120608-r11652
  com.naef.jnlua.windows64 0.9.1.201206122001
  com.naef.jnlua.windows64 0.9.1.201209061319
  toolingepp.package.cpp.config.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.cpp.config.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.egf.model.fprod.edit.source.feature.jar 1.0.0.v20120528-1550
  epp.package.modeling.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.modeling.executable.gtk.linux.ppc64 1.5.0.20120620-0855
  org.eclipse.recommenders.feature.completion.rcp.subwords.feature.jar 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.completion.rcp.subwords.feature.jar 1.0.0.v20120612-2305-b156
  org.eclipse.egf.task 1.0.0.v20120528-1550
  org.eclipse.jubula.client.analyze.ui 1.2.2.201209040912
  org.eclipse.jubula.client.analyze.ui 1.2.1.201206131127
  org.eclipse.net4j.db.h2.feature.group 4.1.0.v20120607-1600
  org.eclipse.net4j.db.h2.feature.group 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore 1.0.100.v20120521-0710
  toolingepp.package.java.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.java.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.emf.cdo.dawn.examples.acore.source 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.source 1.0.100.v20120521-0710
  epp.package.java.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.motif.solaris.sparc 1.5.1.20121004-1506
  epp.package.automotive.executable.motif.solaris.sparc 1.5.0.20120614-1633
  epp.package.cpp.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.sdk.ide 4.2.1.M20120914-1800
  org.eclipse.sdk.ide 4.2.0.I20120608-1400
  org.eclipse.birt.report.engine.emitter.config.ppt.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.ppt.source 4.2.1.v20120820
  toolingorg.eclipse.sdk.ide.config.win32.win32.x86_64 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.config.win32.win32.x86_64 4.2.0.I20120608-1400
  org.eclipse.emf.facet.aggregate.doc.source 0.2.1.v201209110754
  org.eclipse.emf.facet.aggregate.doc.source 0.2.0.v201206120903
  org.eclipse.xpand.sdk_root 1.2.1.v201206110941
  org.eclipse.persistence.jpa 2.4.0.v20120608-r11652
  epp.package.parallel.executable.gtk.solaris.x86 1.5.0.20120614-1633
  epp.package.parallel.executable.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.equinox.p2.installer.source 1.0.300.v20110808-1657
  org.eclipse.mylyn.versions.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.versions.ui.source 1.0.0.v20120612-0600
  org.eclipse.papyrus.infra.queries.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.infra.queries.feature.feature.group 0.9.1.v201209190809
  toolingepp.package.parallel.config.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.config.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.draw2d.source.feature.group 3.9.0.201208201742
  org.eclipse.draw2d.source.feature.group 3.8.0.201206112118
  org.eclipse.mylyn.commons.notifications.core.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.notifications.core.source 1.0.0.v20120612-0600
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.feature.jar 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.feature.jar 1.0.0.v20120525-0627
  toolingepp.package.scout.config.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.scout.config.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.m2e.refactoring 1.1.0.20120530-0009
  org.eclipse.m2e.refactoring 1.2.0.20120903-1050
  org.eclipse.emf.ecoretools.diagram.source 1.1.0.201205150811
  org.eclipse.ptp.linux.x86 6.0.2.201209181406
  org.eclipse.ptp.linux.x86 6.0.0.201206130201
  org.eclipse.m2m.qvt.oml.doc.feature.jar 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.doc.feature.jar 3.2.0.v20120918-0827
  toolingepp.package.mobile.config.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.mobile.config.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.ptp.rm.proxy.core 2.0.0.201206130201
  org.eclipse.ptp.rm.proxy.core 2.0.0.201209181406
  org.eclipse.equinox.p2.metadata.repository.source 1.2.100.v20120524-1717
  org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.2.0.v20120611
  org.eclipse.gmf.runtime.emf.ui.properties 1.5.0.v20120514-1615
  org.eclipse.jetty.core.feature.group 8.1.3.201206060641
  org.eclipse.platform.doc.user 4.2.0.v20120829-072800
  org.eclipse.platform.doc.user 4.2.0.v20120606-135340
  org.eclipse.ptp.core 6.0.0.201209181406
  org.eclipse.ptp.core 6.0.0.201206130201
  org.eclipse.linuxtools.systemtap.ui.graphing 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.graphing 1.0.0.201206130106
  org.eclipse.actf.visualization.sdk.feature.group 1.0.0.R201206131330
  org.eclipse.actf.visualization.sdk.feature.group 1.0.1.R201209191006
  org.eclipse.xtend.lib 2.3.1.v201208210947
  org.eclipse.xtend.lib 2.3.0.v201206120633
  org.eclipse.xpand.doc.feature.group 1.2.1.v201206110941
  org.eclipse.datatools.connectivity.apache.derby 1.0.102.v201107221459
  org.eclipse.emf.eef.eefgen.edit.source 1.1.1.201206051542
  org.eclipse.ocl.uml.source 4.0.0.v20120611-1210
  org.eclipse.ocl.uml.source 4.0.0.v20120917-1739
  org.eclipse.linuxtools.ssh.proxy 1.0.0.201209191645
  epp.package.java.executable.carbon.macosx.x86 1.5.0.20120614-1633
  epp.package.java.executable.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.amp.amf.data.edit.source 0.9.0.v20120528-0244
  org.eclipse.emf.query.examples.ocl 2.0.0.v20091215-1624
  org.eclipse.gmf.runtime.common.ui.services.properties 1.3.1.v20120514-1615
  org.eclipse.gmt.modisco.java.queries.source 0.10.0.v201206130817
  org.eclipse.rap.ui.forms 1.5.0.20120612-1458
  org.eclipse.rap.ui.forms 1.5.1.20120917-1116
  org.eclipse.papyrus.infra.hyperlink 0.9.1.v201209190809
  org.eclipse.papyrus.infra.hyperlink 0.9.0.v201206131215
  org.eclipse.gyrex.features.kernel.feature.jar 1.0.0.v20120423-0945-7A--F7RZHQZHvSg8L9kq
  org.eclipse.emf.cdo.examples.installer.feature.jar 4.1.0.v20120612-1807
  org.eclipse.emf.cdo.examples.installer.feature.jar 4.1.1.v20120911-1146
  epp.package.cpp.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.cpp.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.gmf.examples.runtime.diagram.layout 1.2.0.v20120514-1615
  org.eclipse.ecf.provider.filetransfer.efs 1.5.0.v20120610-1946
  org.eclipse.wb.swt.feature.feature.group 1.5.1.r42x201209161211
  org.eclipse.wb.swt.feature.feature.group 1.5.0.r42x201206111304
  org.eclipse.xtend 1.2.0.v201206110941
  org.eclipse.net4j.tcp.source 4.1.0.v20120821-1005
  org.eclipse.net4j.tcp.source 4.1.0.v20120609-0625
  epp.package.dsl.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.emf.oda.source.feature.group 1.1.0.v20120917-0436
  org.eclipse.emf.oda.source.feature.group 1.1.0.v20120608-0554
  epp.package.jee.executable.gtk.linux.x86 1.5.0.20120614-1633
  epp.package.jee.executable.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.actf.visualization.presentation 1.0.1.R201209191006
  org.eclipse.actf.visualization.presentation 1.0.0.R201206131330
  org.eclipse.cdt.build.crossgcc 1.1.0.201206111645
  org.eclipse.cdt.build.crossgcc 1.1.0.201209170703
  org.eclipse.persistence.jpa.equinox.weaving.source 2.4.0.v20120608-r11652
  org.eclipse.linuxtools.tmf.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.tmf.feature.jar 1.1.1.201209191645
  org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.2.200.v201105111126-20A77w312215172822
  org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group 2.2.201.v201208241503-20A87w312319352614
  org.eclipse.emf.eef.components.source 1.1.1.201206051542
  org.eclipse.datatools.enablement.postgresql.dbdefinition.source 1.0.2.v201110070445
  org.eclipse.emf.cdo.dawn.examples.source 1.0.100.v20120719-0822
  org.eclipse.emf.cdo.dawn.examples.source 1.0.100.v20120521-0710
  org.eclipse.birt.cshelp 4.2.1.v20120820
  org.eclipse.birt.cshelp 4.2.0.v20120611
  epp.package.automotive.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.papyrus.customization.properties.model.xwt 0.9.1.v201209190809
  org.eclipse.papyrus.customization.properties.model.xwt 0.9.0.v201206131215
  org.eclipse.xtext.purexbase.source 2.3.0.v201206120633
  org.eclipse.xtext.purexbase.source 2.3.1.v201208210947
  org.eclipse.team.svn.resource.ignore.rules.jdt.feature.jar 1.0.0.I20120601-1700
  org.eclipse.xsd.ecore.exporter.source 2.5.0.v20120319-0555
  org.eclipse.xsd.ecore.exporter.source 2.5.0.v20120917-0436
  org.eclipse.m2e.launching 1.2.0.20120903-1050
  org.eclipse.m2e.launching 1.1.0.20120530-0009
  org.eclipse.emf.facet.efacet.metamodel.edit 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.metamodel.edit 0.2.1.v201209110754
  org.eclipse.ptp.rm.slurm.ui 4.0.0.201206130201
  org.eclipse.ptp.rm.slurm.ui 4.0.0.201209181406
  org.eclipse.jubula.client.cmd 1.2.2.201209040912
  org.eclipse.jubula.client.cmd 1.2.1.201206131127
  org.eclipse.gmf 1.4.1.v20120514-1615
  org.eclipse.egf.model.javapattern.edit 1.0.0.v20120528-1550
  toolingepp.package.reporting.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.mylyn.git.ui.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.git.ui.source 1.0.2.v20120916-1200
  org.eclipse.ptp.rm.jaxb.doc.user 1.0.0.201209181406
  org.eclipse.ptp.rm.jaxb.doc.user 1.0.0.201206130201
  org.eclipse.net4j.util.doc.feature.jar 4.1.0.v20120611-1554
  org.eclipse.net4j.util.doc.feature.jar 4.1.0.v20120911-1146
  org.eclipse.m2m.qvt.oml.editor.ui 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.editor.ui 3.1.0.v20120918-0827
  epp.package.mobile.executable.carbon.macosx.x86 1.5.0.20120614-1633
  epp.package.mobile.executable.carbon.macosx.x86 1.5.1.20121004-1506
  toolingorg.eclipse.sdk.ide.config.gtk.linux.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.config.gtk.linux.x86 4.2.0.I20120608-1400
  epp.package.rcp.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  epp.package.rcp.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.egf.core.producer 1.0.0.v20120528-1550
  org.eclipse.m2m.atl.core.ant 3.3.0.v201205241358
  org.eclipse.m2m.atl.core.ant 3.3.1.v201209061455
  org.eclipse.emf.facet.query.java 0.2.0.v201206120903
  org.eclipse.emf.facet.query.java 0.2.1.v201209110754
  toolinggtk.hpux.ia64_32org.eclipse.equinox.event 4.2.0.I20120608-1400
  toolinggtk.hpux.ia64_32org.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.egf.portfolio.task.ant.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.emf.facet.util.emf.doc.source 0.2.1.v201209110754
  org.eclipse.emf.facet.util.emf.doc.source 0.2.0.v201206120903
  org.eclipse.gyrex.admin.ui.http.jetty.source 1.0.0.v20120603-1924
  org.eclipse.gyrex.admin.ui.http.jetty.source 1.0.0.v20120702-0820
  org.eclipse.libra.warproducts.feature.feature.jar 0.2.0.201206060754
  org.eclipse.equinox.weaving.aspectj 1.0.100.v20120524-1707
  org.eclipse.emf.facet.query.java.source 0.2.1.v201209110754
  org.eclipse.emf.facet.query.java.source 0.2.0.v201206120903
  org.eclipse.linuxtools.systemtap.ui.dashboardextension 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.dashboardextension 1.0.0.201206130106
  org.eclipse.datatools.common.doc.user.feature.jar 1.10.1.v201208161415-26-311A16321A3557
  org.eclipse.datatools.common.doc.user.feature.jar 1.10.0.v201201161512-26-311A16321A3557
  org.kohsuke.args4j 2.0.12.v200910131500
  org.eclipse.papyrus.uml.icons 0.9.0.v201206131215
  org.eclipse.papyrus.uml.icons 0.9.1.v201209190809
  org.eclipse.datatools.enablement.hsqldb.ui.source 1.0.0.v201108120600
  toolingepp.package.dsl.ini.motif.linux.x86 1.5.1.20121004-1506
  org.eclipse.birt.report.engine.emitter.pdf 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.pdf 4.2.1.v20120820
  org.eclipse.epp.package.common.feature.feature.jar 1.5.0.20120202-1420
  org.eclipse.epp.package.common.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.mysql.ui 1.0.0.v201109022331
  org.eclipse.scout.sdk.feature.source.feature.jar 3.8.1.201209171521
  org.eclipse.scout.sdk.feature.source.feature.jar 3.8.0.201206130843
  org.eclipse.cdt.autotools.docs 2.0.2.201206111645
  org.eclipse.cdt.autotools.docs 2.0.2.201209170703
  toolingepp.package.java.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.java.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.emf.cdo.dawn.feature.group 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.feature.group 2.0.0.v20120911-1146
  org.eclipse.wst.xsl.feature.feature.group 1.3.100.v201111021744-7T7ZFUaFIqUoJuvaKoCpQDKaGVPc
  org.eclipse.php.ui.source 3.1.1.201209101312
  org.eclipse.php.ui.source 3.0.1.v201201110400
  org.eclipse.rse.useractions 1.1.400.201205300905
  org.eclipse.rse.useractions 1.1.400.201209191030
  org.eclipse.gef.source 3.8.0.201206112118
  org.eclipse.gef.source 3.8.1.201208201742
  org.eclipse.ecf.provider.filetransfer.httpclient 4.0.200.v20120608-0148
  toolingepp.package.reporting.config.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.reporting.config.carbon.macosx.x86 1.5.0.20120614-1633
  toolinggtk.aix.ppcorg.eclipse.equinox.common 4.2.1.M20120914-1800
  toolinggtk.aix.ppcorg.eclipse.equinox.common 4.2.0.I20120608-1400
  org.eclipse.emf.facet.infra.common.core 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.common.core 0.2.1.v201209110754
  org.eclipse.datatools.sqltools.ddlgen.ui 1.0.2.v201201131129
  org.eclipse.datatools.sqltools.ddlgen.ui 1.0.2.v201208151424
  org.eclipse.jst.ws.ui 1.0.403.v201004211805
  org.eclipse.xtend.typesystem.xsd.ui 1.2.0.v201206110941
  org.eclipse.bpel.cheatsheet 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.cheatsheet 1.0.1.v20120612-2300-CI
  org.eclipse.ecf 3.1.300.v20120608-0148
  tooling.virgo.org.eclipse.equinox.console.ssh 1.0.0.tooling
  com.naef.jnlua.linux 0.9.1.201206122001
  com.naef.jnlua.linux 0.9.1.201209061319
  org.eclipse.net4j.examples.installer 4.1.1.v20120911-1146
  org.eclipse.net4j.examples.installer 4.1.0.v20120612-0543
  org.eclipse.recommenders.feature.extdoc.rcp.feature.group 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.extdoc.rcp.feature.group 1.0.0.v20120612-2305-b156
  org.eclipse.papyrus.uml.diagram.emftree 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.emftree 0.9.1.v201209190809
  org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide 1.2.1.v20120514-1615
  org.eclipse.tcf.te.tcf.core 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.core 1.0.0.201206051725
  epp.package.jee.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  epp.package.jee.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  org.eclipse.modisco.java.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.modisco.java.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.tcf.te.tcf.core.model 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.core.model 1.0.0.201209190831
  javax.persistence 2.0.4.v201112161009
  javax.persistence 1.0.0.v200905011740
  org.eclipse.emf.cdo.sdk.source.feature.jar 4.1.0.v20120612-1844
  org.eclipse.emf.cdo.sdk.source.feature.jar 4.1.1.v20120911-1146
  toolingorg.eclipse.platform.sdk.config.gtk.hpux.ia64_32 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.gtk.hpux.ia64_32 4.2.1.M20120914-1800
  org.eclipse.cdt.testsrunner 7.0.0.201206111645
  org.eclipse.cdt.testsrunner 7.0.0.201209170703
  org.eclipse.actf.model.dom.dombycom 1.0.1.R201209191006
  org.eclipse.actf.model.dom.dombycom 1.0.0.R201206131330
  org.eclipse.jubula.tools 1.2.1.201206131127
  org.eclipse.jubula.tools 1.2.2.201209040912
  org.eclipse.ocl.edit.source.feature.jar 4.0.0.v20120613-0850
  org.eclipse.ocl.edit.source.feature.jar 4.0.0.v20120919-0602
  org.eclipse.ecf.server.generic 5.1.0.v20120610-1946
  org.eclipse.acceleo.feature.jar 3.3.1.v20120831-0923
  org.eclipse.acceleo.feature.jar 3.3.0.v20120529-1042
  org.eclipse.dltk.ruby.debug 4.0.0.201206120848
  org.eclipse.emf.facet.infra.feature.feature.jar 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.feature.feature.jar 0.2.0.v201206120903
  org.eclipse.net4j.db.h2.source 4.0.100.v20120607-1600
  org.eclipse.net4j.db.h2.source 4.0.100.v20120821-1005
  org.eclipse.datatools.enablement.ingres.feature.feature.jar 1.10.0.v201201161512-540AkF78Z7UCRAQDB
  org.eclipse.datatools.enablement.ingres.feature.feature.jar 1.10.1.v201208161415-540AkF78Z7UCRAQDB
  org.apache.xerces 2.9.0.v201101211617
  toolingorg.eclipse.platform.ide.ini.gtk.linux.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.ini.gtk.linux.x86 4.2.0.I20120608-1400
  org.eclipse.amp.amf.sd.editor 0.9.0.v20120528-0244
  org.eclipse.xtext.generator.source 2.3.0.v201206120633
  org.eclipse.xtext.generator.source 2.3.1.v201208210947
  org.eclipse.rap.rwt.supplemental.filedialog 1.5.0.20120220-1720
  org.eclipse.soa.sca.sca1_1.common 2.3.0.201205240725
  org.eclipse.platform 4.2.0.v201206081400
  org.eclipse.platform 4.2.1.v201209141800
  org.eclipse.egf.portfolio.task.ant.source 1.0.0.v20120528-1550
  org.eclipse.cdt.make.core 7.2.0.201209170703
  org.eclipse.cdt.make.core 7.2.0.201206111645
  toolingepp.package.parallel.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  org.apache.commons.lang 2.1.0.v201005080500
  org.apache.commons.lang 2.4.0.v201005080502
  org.apache.commons.lang 2.6.0.v201205030909
  org.eclipse.mylyn.docs.intent.parser 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.parser 0.7.1.201208201051
  org.eclipse.cdt.make.ui 7.2.0.201209170703
  org.eclipse.cdt.make.ui 7.2.0.201206111645
  org.eclipse.emf.cdo.doc.source.feature.jar 4.1.0.v20120612-1844
  org.eclipse.emf.cdo.doc.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.datatools.sqltools.result.ui 1.1.2.v201110010535
  org.eclipse.birt.report.data.oda.xml.ui.source 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.xml.ui.source 4.2.1.v20120820
  org.eclipse.linuxtools.valgrind.massif 1.0.0.201206130106
  org.eclipse.linuxtools.valgrind.massif 1.0.0.201209191645
  toolingepp.package.java.ini.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.java.ini.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.emf.ecore.editor.source.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.editor.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.converter.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.converter.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.papyrus.infra.discovery.ui.menu 0.9.1.v201209190809
  org.eclipse.papyrus.infra.discovery.ui.menu 0.9.0.v201206131215
  org.eclipse.draw2d.sdk.feature.jar 3.8.0.201206112118
  org.eclipse.draw2d.sdk.feature.jar 3.9.0.201208201742
  org.eclipse.gmt.modisco.java.discoverer.cdo 0.10.0.v201206130817
  org.eclipse.gmt.modisco.java.discoverer.cdo 0.10.1.v201209190814
  org.apache.batik.util.source 1.6.0.v201011041432
  org.eclipse.modisco.jee.jsp 0.10.0.v201206130817
  org.eclipse.modisco.jee.jsp 0.10.1.v201209190814
  org.eclipse.ptp.remotetools.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.remotetools.feature.jar 6.0.2.201209181406
  org.eclipse.emf.compare.feature.group 1.3.1.v20120605-0748
  org.eclipse.emf.compare.feature.group 1.3.2.v20120918-1125
  toolingepp.package.scout.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.scout.config.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.uml2.codegen.ecore 1.8.1.v20120913-1441
  org.eclipse.uml2.codegen.ecore 1.8.0.v20120604-0919
  org.eclipse.emf.cdo.ui.location 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.ui.location 4.0.100.v20120606-1626
  org.eclipse.ptp.rm.lml_jaxb.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rm.lml_jaxb.feature.group 6.0.0.201206130201
  org.eclipse.datatools.enablement.oda.ws.ui 1.2.4.v201203221631
  org.eclipse.emf.mapping 2.7.0.v20120608-0554
  org.eclipse.emf.mapping 2.7.0.v20120917-0436
  org.eclipse.equinox.supplement 1.4.100.v20120522-1813
  org.eclipse.emf.facet.efacet.examples.library.metamodel.edit 0.2.1.v201209110754
  toolinggtk.linux.x86_64org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.linux.x86_64org.eclipse.equinox.ds 4.2.1.M20120914-1800
  epp.package.java.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  epp.package.java.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.wst.common.core 1.2.0.v200908252030
  epp.package.jee.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  epp.package.jee.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.papyrus.infra.services.resourceloading.preferences 0.9.0.v201206131215
  org.eclipse.papyrus.infra.services.resourceloading.preferences 0.9.1.v201209190809
  org.eclipse.rtp.package.headless.feature.group 1.0.0.v20120613-2107
  javax.servlet 2.4.0.v200806031604
  org.eclipse.emf.mwe.utils 1.2.1.v201206110920
  org.eclipse.gyrex.persistence.nondurable.map.source 1.0.0.v20120511-0855
  epp.package.automotive.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.automotive.executable.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.papyrus.uml.controlmode.profile 0.9.0.v201206131215
  org.eclipse.papyrus.uml.controlmode.profile 0.9.1.v201209190809
  org.eclipse.wst.xml.ui 1.1.301.v201208170345
  org.eclipse.wst.xml.ui 1.1.300.v201205022014
  org.eclipse.emf.facet.common.sdk.ui 0.2.0.v201206120903
  org.eclipse.emf.facet.common.sdk.ui 0.2.1.v201209110754
  epp.package.java.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.java.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.egf.pattern.java 1.0.0.v20120528-1550
  org.eclipse.jpt.dbws.eclipselink.feature.feature.group 1.1.101.v201208222210-797EBlCcNBHLCmHaH0KIFD7
  org.eclipse.jpt.dbws.eclipselink.feature.feature.group 1.1.100.v201203150000-797EBiCcNBHKCZEfAwHIFD7
  org.eclipse.emf.cdo.dawn.codegen.emf.source.feature.jar 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.emf.source.feature.jar 2.0.1.v20120911-1146
  org.eclipse.ptp.macosx.ppc 6.0.2.201209181406
  org.eclipse.ptp.macosx.ppc 6.0.0.201206130201
  org.eclipse.wst.jsdt.web.ui 1.0.502.v201208171701
  org.eclipse.wst.jsdt.web.ui 1.0.501.v201205241808
  org.eclipse.xtext.xbase.source 2.3.0.v201206120633
  org.eclipse.xtext.xbase.source 2.3.1.v201208210947
  org.eclipse.jst.ws.jaxws.utils 1.0.200.v201201032002
  org.eclipse.jst.ws.axis2.creation.ui 1.0.104.v201004211805
  org.eclipse.emf.cdo.dawn.examples 1.0.100.v20120521-0710
  org.eclipse.emf.cdo.dawn.examples 1.0.100.v20120719-0822
  org.eclipse.libra.facet.ui 0.2.0.201206060754
  org.eclipse.mylyn.commons.workbench 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.workbench 3.8.0.v20120612-0600
  toolingepp.package.dsl.config.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.uml2.uml 4.0.1.v20120913-1441
  org.eclipse.uml2.uml 4.0.0.v20120604-0919
  org.eclipse.emf.cdo.ui.source 4.1.0.v20120611-0549
  org.eclipse.emf.cdo.ui.source 4.1.0.v20120821-1005
  org.mozilla.javascript 1.7.2.v201005080400
  org.eclipse.gyrex.features.processing.feature.group 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.equinox.log.source 1.2.300.v20120522-2049
  org.eclipse.emf.mwe.ui.feature.group 1.2.1.v201206110920
  org.eclipse.equinox.p2.core.feature.source.feature.group 1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38
  org.eclipse.equinox.p2.core.feature.source.feature.group 1.1.0.v20120524-0542-8297FncFWmE7h4Asq1cgrz-i38
  org.eclipse.rse.subsystems.shells.ssh 2.1.400.201205300905
  org.eclipse.rse.subsystems.shells.ssh 2.1.400.201209191030
  org.eclipse.ptp.rm.slurm.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rm.slurm.feature.jar 6.0.0.201206130201
  org.eclipse.pde.source 3.7.0.v201206081400
  org.eclipse.pde.source 3.7.0.v201209141800
  org.eclipse.amp.amf.sd.gen 0.9.0.v20120528-0244
  org.eclipse.datatools.enablement.sqlite.dbdefinition 1.0.2.v201206010441
  org.eclipse.debug.ui.source 3.8.1.v20120718-192144
  org.eclipse.debug.ui.source 3.8.0.v20120530-1753
  org.eclipse.mylyn.commons.sdk.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.sdk.feature.jar 3.8.2.v20120916-1200
  org.eclipse.net4j.examples.installer.feature.jar 4.1.0.v20120612-0543
  org.eclipse.net4j.examples.installer.feature.jar 4.1.1.v20120911-1146
  org.eclipse.datatools.enablement.hsqldb.source 1.0.0.v201107221502
  org.eclipse.gmt.modisco.infra.query.jxpath 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.query.jxpath 0.10.0.v201206130817
  org.eclipse.gef.examples.text 3.8.1.201208201742
  org.eclipse.gef.examples.text 3.8.0.201206112118
  org.eclipse.equinox.p2.core.feature.feature.jar 1.1.0.v20120524-0542-8297FncFWmE7h4Asq1cgrz-i38
  org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.10.1.v201208161415-7A-78F7RZHQTIyWmM1_s
  org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.10.0.v201201161512-7A-78F7RZHQSIqWjN1Zr
  org.eclipse.linuxtools.valgrind.helgrind 1.0.0.201209191645
  org.eclipse.linuxtools.valgrind.helgrind 1.0.0.201206130106
  org.eclipse.m2e.discovery 1.2.0.20120903-1050
  org.eclipse.m2e.discovery 1.1.0.20120530-0009
  epp.package.java.executable.motif.hpux.ia64_32 1.5.1.20121004-1506
  epp.package.java.executable.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.java.config.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.java.config.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.rse.subsystems.files.dstore 2.1.300.201209191030
  org.eclipse.rse.subsystems.files.dstore 2.1.300.201205300905
  toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86_64 4.2.1.M20120914-1800
  org.eclipse.emf.facet.custom.ui.source 0.2.0.v201206120903
  org.eclipse.emf.facet.custom.ui.source 0.2.1.v201209110754
  org.eclipse.jwt.transformations.bpmn 1.2.0.v201205310546
  org.eclipse.modisco.jee.jsp.discoverer.ui.source 0.10.0.v201206130817
  org.eclipse.jpt.common.eclipselink.feature.feature.group 1.2.1.v201208222210-3318s73573J777753
  org.eclipse.jpt.common.eclipselink.feature.feature.group 1.2.0.v201203150000-33-8s7357395D3333
  org.eclipse.emf.mapping.ecore2xml.ui 2.6.0.v20120608-0554
  org.eclipse.emf.mapping.ecore2xml.ui 2.6.0.v20120917-0436
  toolingepp.package.automotive.config.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.automotive.config.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.emf.cdo.dawn.ui 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.ui 2.0.0.v20120521-0710
  toolingepp.package.automotive.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  org.apache.el 7.0.26.v201205020640
  org.eclipse.team.svn.ui.nl1 1.0.0.I20120818-1700
  org.eclipse.team.svn.ui.nl1 1.0.0.I20120601-1700
  org.eclipse.xtext.builder.source 2.3.0.v201206120633
  org.eclipse.xtext.builder.source 2.3.1.v201208210947
  org.eclipse.emf.facet.custom.metamodel 0.2.1.v201209110754
  org.eclipse.emf.facet.custom.metamodel 0.2.0.v201206120903
  epp.package.testing.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.mysql.feature.source.feature.group 1.10.1.v201208161415-5477AkF7AK7_AMENEA
  org.eclipse.datatools.enablement.mysql.feature.source.feature.group 1.10.0.v201201161512-5477AkF7AK7_AMENEA
  toolingorg.eclipse.sdk.ide.config.gtk.linux.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.gtk.linux.x86_64 4.2.1.M20120914-1800
  epp.package.mobile.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  ch.ethz.iks.slp 1.1.0.v20120610-1946
  org.eclipse.epp.package.rcp.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.epp.package.rcp.feature.feature.group 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.linux.x86 1.5.0.20120614-1633
  epp.package.testing.executable.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.cdt.errorparsers.xlc.source 5.0.100.201206111645
  org.eclipse.cdt.errorparsers.xlc.source 5.0.100.201209170703
  org.eclipse.emf.workspace.examples.feature.group 1.6.0.v20120328-0001-479-9oB56P5CAT5D9K2
  org.eclipse.wst.wsi 1.0.500.v201203081939
  org.eclipse.egf.producer_root 1.0.0.v20120528-1550
  org.eclipse.egf.common.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.gyrex.persistence.derby 1.0.0.v20120511-0855
  org.eclipse.rap.ui.launch.rwt 1.5.1.20120917-1138
  org.eclipse.rap.ui.launch.rwt 1.5.0.20120613-1425
  org.eclipse.papyrus.infra.constraints.edit 0.9.0.v201206131215
  org.eclipse.papyrus.infra.constraints.edit 0.9.1.v201209190809
  org.eclipse.ocl.examples.eventmanager 3.2.0.v20120411-1432
  org.eclipse.emf.ecore.source 2.8.0.v20120606-0717
  org.eclipse.emf.ecore.source 2.8.1.v20120911-0500
  org.eclipse.scout.nls.sdk 3.8.1.201209171521
  org.eclipse.scout.nls.sdk 3.8.0.201206130843
  epp.package.mobile.executable.motif.solaris.sparc 1.5.0.20120614-1633
  epp.package.mobile.executable.motif.solaris.sparc 1.5.1.20121004-1506
  toolinggtk.solaris.sparcorg.eclipse.update.configurator 4.2.0.I20120608-1400
  toolinggtk.solaris.sparcorg.eclipse.update.configurator 4.2.1.M20120914-1800
  org.eclipse.jface.text.source 3.8.1.v20120828-155502
  org.eclipse.jface.text.source 3.8.0.v20120531-0600
  toolingepp.package.modeling.config.win32.win32.x86_64 1.5.0.20120620-0855
  toolingepp.package.modeling.config.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.gmt.modisco.infra.browser.custom.examples.java.jdk 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.browser.custom.examples.java.jdk 0.10.1.v201209190814
  org.eclipse.sapphire.java.feature.jar 0.5.3.201209191432
  org.eclipse.sapphire.java.feature.jar 0.5.0.201206122150
  org.eclipse.gmt.modisco.java.discoverer 0.10.0.v201206130817
  org.eclipse.gmt.modisco.java.discoverer 0.10.1.v201209190814
  org.apache.batik.dom.svg.source 1.6.0.v201011041432
  org.eclipse.ui.win32 3.2.300.v20120523-1955
  org.eclipse.ui.win32 3.2.300.v20120820-200440
  org.eclipse.persistence.antlr 3.2.0.v201206041011
  org.eclipse.emf.mapping.xsd2ecore 2.5.0.v20120319-0555
  org.eclipse.emf.mapping.xsd2ecore 2.5.0.v20120917-0436
  org.eclipse.emf.eef.codegen 1.1.1.201206051542
  epp.package.reporting.executable.win32.win32.x86 1.5.0.20120614-1633
  epp.package.reporting.executable.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.birt.report.engine.emitter.config.ods.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.ods.source 4.2.1.v20120820
  org.eclipse.equinox.p2.touchpoint.eclipse.source 2.1.100.v20120428-0117
  org.eclipse.emf.cdo.dawn 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn 2.0.0.v20120719-0822
  org.eclipse.emf.codegen.ecore.ui.source.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.codegen.ecore.ui.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.cvs.source.feature.group 1.3.200.v20120525-1249-7B79FJJAkF7BF7VEH5IAJT
  org.eclipse.cvs.source.feature.group 1.3.200.v20120525-1249-7B79FJJAkF7BF7SDL5EAJT
  org.eclipse.jface.text 3.8.0.v20120531-0600
  epp.package.modeling.executable.motif.solaris.sparc 1.5.0.20120620-0855
  epp.package.modeling.executable.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.jst.ws.axis.consumption.ui 1.0.700.v201204181727
  toolingepp.package.modeling.config.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.modeling.config.gtk.solaris.sparc 1.5.0.20120620-0855
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.source 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.source 2.0.0.v20120911-1146
  org.eclipse.xtext.util.source 2.3.0.v201206120633
  org.eclipse.xtext.util.source 2.3.1.v201208210947
  org.eclipse.linuxtools.profiling.ui 1.0.0.201209191645
  org.eclipse.linuxtools.profiling.ui 1.0.0.201206130106
  org.eclipse.m2m.atl.profiler.ui.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.profiler.ui.source 3.3.0.v201205241358
  toolingepp.package.parallel.ini.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.gtk.linux.ppc 1.5.0.20120614-1633
  epp.package.reporting.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.reporting.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.cdt.core.solaris.source 5.2.0.201206111645
  org.eclipse.cdt.core.solaris.source 5.2.0.201209170703
  org.eclipse.m2e.lifecyclemapping.defaults 1.2.0.20120903-1050
  org.eclipse.m2e.lifecyclemapping.defaults 1.1.0.20120530-0009
  org.eclipse.jem.workbench 2.0.400.v201104251400
  org.eclipse.rcp.configuration_root.win32.win32.x86_64 1.0.0.I20120608-1400
  org.eclipse.rcp.configuration_root.win32.win32.x86_64 1.0.0.M20120914-1800
  org.eclipse.m2m.atl.engine 3.3.0.v201205241358
  org.eclipse.m2m.atl.engine 3.3.1.v201209061455
  org.eclipse.papyrus.uml.resourceloading.profile 0.9.1.v201209190809
  org.eclipse.papyrus.uml.resourceloading.profile 0.9.0.v201206131215
  epp.package.modeling.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.modeling.executable.win32.win32.x86_64.eclipse 1.5.0.20120620-0855
  org.eclipse.tcf.te.ui 1.0.0.201209190831
  org.eclipse.tcf.te.ui 1.0.0.201206051725
  org.eclipse.team.cvs.core 3.3.500.v20120522-1148
  org.eclipse.gyrex.features.kernel.source.feature.group 1.0.0.v20120423-0945-7A--F7RZHQZHvSg8L9kq
  org.eclipse.scout.svg.ui.rap.source 3.8.0.201206130843
  org.eclipse.scout.svg.ui.rap.source 3.8.1.201209171521
  org.eclipse.cdt.gdb.ui.source 7.0.0.201209170703
  org.eclipse.cdt.gdb.ui.source 7.0.0.201206111645
  lpg.runtime.java 2.0.17.v201004271640
  epp.package.rcp.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  epp.package.rcp.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.datatools.connectivity.sqm.core.ui 1.2.2.v201208151422
  org.eclipse.datatools.connectivity.sqm.core.ui 1.2.2.v201205240353
  org.eclipse.persistence.jpa.osgi 2.4.0.v20120608-r11652
  toolingepp.package.java.config.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.java.config.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.mylyn.reviews.feature.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.reviews.feature.feature.jar 1.0.0.v20120612-0600
  org.eclipse.wst.ws_userdoc.feature.feature.group 3.1.300.v201102200555-44FR79oB5855Q8IBD7G
  org.eclipse.papyrus.team.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.team.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.wst.command.env.ui 1.1.103.v201102260635
  org.eclipse.emf.ecoretools.doc 1.1.0.201205150811
  org.eclipse.php.source.feature.group 3.0.1.v201201110400-7V-79F8NcJTcJTTTJwJJ
  org.eclipse.php.source.feature.group 3.1.1.201209101312
  org.eclipse.recommenders.feature.rcp.feature.jar 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.feature.rcp.feature.jar 1.0.0.v20120914-1432-b175
  org.eclipse.emf.facet.efacet.metamodel.source 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.metamodel.source 0.2.1.v201209110754
  org.eclipse.dltk.ruby.core 4.0.0.201206120848
  org.eclipse.e4.ui.workbench.renderers.swt.source 0.10.2.v20120814-175454
  org.eclipse.e4.ui.workbench.renderers.swt.source 0.10.1.v20120523-1955
  org.eclipse.datatools.enablement.sybase.models 1.0.0.v201010140307
  org.eclipse.modisco.omg.gastm.source 0.10.0.v201206130817
  org.eclipse.emf.cdo.admin.source 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.admin.source 4.1.0.v20120610-1146
  javax.servlet.jsp.source 2.2.0.v201112011158
  org.eclipse.ocl.ui.source 1.0.0.v20120611-0753
  org.eclipse.core.expressions 3.4.401.v20120627-124442
  org.eclipse.emf.validation.source 1.4.0.v20100428-2315
  epp.package.java 1.5.0.20120614-1633
  epp.package.java 1.5.1.20121004-1506
  org.eclipse.wst.common.frameworks.ui 1.2.201.v201208292200
  org.eclipse.wst.common.frameworks.ui 1.2.200.v201203150300
  org.eclipse.ocl.all.feature.jar 4.0.1.v20120917-1739
  org.eclipse.ocl.all.feature.jar 4.0.0.v20120611-1210
  org.eclipse.wst.xml_userdoc.feature.feature.group 3.3.0.v201102071641-50FYwAkF7B77UBZFDBL
  org.eclipse.jst.jsp.core 1.2.501.v201208170345
  org.eclipse.jst.jsp.core 1.2.500.v201203071954
  org.eclipse.scout.sdk.ws.jaxws 3.8.0.201206130843
  org.eclipse.scout.sdk.ws.jaxws 3.8.1.201209171521
  org.eclipse.emf.facet.aggregate.metamodel.source 0.2.1.v201209110754
  org.eclipse.emf.facet.aggregate.metamodel.source 0.2.0.v201206120903
  org.eclipse.cdt.managedbuilder.xlc.ui.source 6.4.0.201209170703
  org.eclipse.cdt.managedbuilder.xlc.ui.source 6.4.0.201206111645
  org.eclipse.recommenders.utils 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.utils 1.0.0.v20120914-1432-b175
  org.eclipse.objectteams.otdt.ui 2.1.0.201205081843
  org.eclipse.epp.mpc.core 1.1.1.I20110907-0947
  org.eclipse.cdt.feature.group 8.1.1.201209170703
  org.eclipse.cdt.feature.group 8.1.0.201206111645
  org.eclipse.gyrex.features.admin.feature.group 1.0.0.v20120423-0945-793-EVVFNVFyOl7J0Ve
  org.eclipse.gyrex.features.admin.feature.group 1.0.0.v20120423-0945-793-EVVFNVFuQh7LxXh
  org.eclipse.ptp.core.feature.group 6.0.0.201206130201
  org.eclipse.ptp.core.feature.group 6.0.2.201209181406
  toolingepp.package.automotive.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.config.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.cdt.debug.gdbjtag.feature.jar 7.0.0.201209170703
  org.eclipse.cdt.debug.gdbjtag.feature.jar 7.0.0.201206111645
  org.eclipse.emf.oda.sdk.feature.jar 1.1.0.v20120917-0436
  org.eclipse.emf.oda.sdk.feature.jar 1.1.0.v20120608-0554
  org.eclipse.emf.codegen.ecore.ui.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.codegen.ecore.ui.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.ocl.uml.feature.group 4.0.0.v20120917-1739
  org.eclipse.ocl.uml.feature.group 4.0.0.v20120611-1210
  org.eclipse.wb.rcp.databinding.emf 1.5.0.r42x201206111317
  org.eclipse.wb.rcp.databinding.emf 1.5.1.r42x201209161238
  org.eclipse.modisco.xml.source.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.emf.facet.examples.feature.feature.group 0.2.1.v201209110754
  org.eclipse.mylyn.hudson.ui.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.hudson.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.reviews.sdk.feature.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.reviews.sdk.feature.feature.jar 1.0.0.v20120612-0600
  org.eclipse.linuxtools.cdt.libhover.devhelp 1.0.0.201209191645
  org.eclipse.linuxtools.cdt.libhover.devhelp 1.0.0.201206130106
  toolingepp.package.testing.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.testing.config.motif.linux.x86 1.5.0.20120614-1633
  toolingepp.package.modeling.config.cocoa.macosx.x86_64 1.5.0.20120620-0855
  toolingepp.package.modeling.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.oda.ws.source 1.2.4.v201203221631
  org.eclipse.scout.sdk.compatibility.v35.fragment 3.8.0.201206130843
  org.eclipse.scout.sdk.compatibility.v35.fragment 3.8.1.201209171521
  org.eclipse.linuxtools.binutils 4.0.0.201209191645
  org.eclipse.linuxtools.binutils 4.0.0.201206130106
  org.eclipse.xpand.activities 1.2.0.v201206110941
  org.eclipse.wst.wsi.ui.doc.user 1.0.700.v201008122303
  org.eclipse.m2m.atl.profiler.ui 3.3.1.v201209061455
  org.eclipse.m2m.atl.profiler.ui 3.3.0.v201205241358
  org.eclipse.xtend.source.feature.group 1.2.1.v201206110941
  org.eclipse.emf.cdo.dawn.examples.feature.jar 2.0.0.v20120523-0528
  org.eclipse.emf.cdo.dawn.examples.feature.jar 2.0.0.v20120911-1146
  org.eclipse.net4j.db.postgresql.source 4.0.100.v20120821-1005
  org.eclipse.net4j.db.postgresql.source 4.0.100.v20120607-1600
  org.eclipse.rap.jface.databinding.source 1.5.1.20120917-1116
  org.eclipse.rap.jface.databinding.source 1.5.0.20120612-1458
  org.eclipse.ocl.examples.feature.jar 3.2.1.v20120919-0602
  org.eclipse.ocl.examples.feature.jar 3.2.0.v20120613-0850
  org.eclipse.papyrus.infra.gmfdiag.common 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.common 0.9.1.v201209190809
  org.eclipse.gyrex.admin.ui.cloud.source 1.1.0.v20120524-1409
  org.eclipse.emf.facet.custom.core.source 0.2.0.v201206120903
  org.eclipse.emf.facet.custom.core.source 0.2.1.v201209110754
  org.eclipse.mylyn.builds.feature.jar 1.0.0.v20120612-0600
  org.eclipse.mylyn.builds.feature.jar 1.0.2.v20120916-1200
  org.eclipse.jst.ws.cxf.doc.user 1.0.200.v201205231944
  toolingepp.package.scout.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.scout.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.emf.eef.views 1.1.1.201206051542
  org.eclipse.wtp.epp.package.capabilities 1.3.0.v201005102000
  org.eclipse.gyrex.context.tests.source 1.0.0.v20120511-0855
  org.eclipse.mylyn.commons.repositories.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.ui.source 1.0.0.v20120612-0600
  org.eclipse.modisco.jee.facet.source 0.10.0.v201206130817
  epp.package.reporting.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.rm.generic.ui 1.0.0.201206130201
  org.eclipse.ptp.rm.generic.ui 1.0.0.201209181406
  org.eclipse.emf.eef.components.edit 1.1.1.201206051542
  org.eclipse.rse.subsystems.shells.dstore 2.1.400.201205300905
  org.eclipse.rse.subsystems.shells.dstore 2.1.400.201209191030
  org.eclipse.photran.core.intel 8.0.0.201206122044
  org.eclipse.photran.core.intel 8.0.0.201209141911
  epp.package.modeling.executable.carbon.macosx.x86.Eclipse 1.5.0.20120620-0855
  org.eclipse.equinox.p2.user.ui.source.feature.group 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP
  org.eclipse.equinox.p2.user.ui.source.feature.group 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGe8CBOP
  org.eclipse.xtext.ecore 2.3.0.v201206120633
  org.eclipse.xtext.ecore 2.3.1.v201208210947
  org.eclipse.actf.model.ui.editors.ooo 1.0.1.R201209191006
  org.eclipse.actf.model.ui.editors.ooo 1.0.0.R201206131330
  org.eclipse.php.server.ui 3.1.1.201209101312
  org.eclipse.php.server.ui 3.0.1.v201201110400
  org.eclipse.pde.source.feature.jar 3.8.0.v20120525-1249-7c7vFitFFt6Zr5a12MM4IKMFZ
  org.eclipse.pde.source.feature.jar 3.8.1.v20120814-104528-7c7vFixFFt6Zr5aC6KM6LGWSd
  org.eclipse.jsf.feature.feature.group 3.4.1.v201208241503-7E7JFBjF9JgLWgMhh4X6Ps
  org.eclipse.jsf.feature.feature.group 3.4.0.v201111022140-7E7JFBZF9JgLWZLz0U0QoZm3357
  org.eclipse.emf.databinding.edit.source.feature.group 1.2.0.v20120608-0554
  org.eclipse.emf.databinding.edit.source.feature.group 1.2.0.v20120917-0436
  toolingepp.package.java.ini.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.java.ini.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.gyrex.features.modelandservices.feature.group 1.0.0.v20120423-0945-7B--F8NcJTcK4TT9KZ56
  org.eclipse.papyrus.infra.emf.readonly 0.9.1.v201209190809
  org.eclipse.papyrus.infra.emf.readonly 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.css.model 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.css.model 0.9.1.v201209190809
  org.eclipse.amp.amf.testing.editor.source 0.9.0.v20120528-0244
  org.eclipse.amp.escape.runtime.source 0.9.0.v20120528-0244
  org.eclipse.emf.workspace.examples.source.feature.group 1.6.0.v20120328-0001
  org.eclipse.ui.navigator.resources.source 3.4.400.v20120705-114010
  org.eclipse.ui.navigator.resources.source 3.4.400.v20120523-1955
  org.eclipse.gef.examples.shapes.source 3.8.1.201208201742
  org.eclipse.gef.examples.shapes.source 3.8.0.201206112118
  org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition.source 1.0.4.v201107221502
  org.eclipse.photran.cdtinterface.vpg 8.0.0.201209141911
  org.eclipse.photran.cdtinterface.vpg 8.0.0.201206122044
  org.eclipse.emf.cdo.server.mongodb 4.0.100.v20120610-1749
  org.eclipse.emf.cdo.server.mongodb 4.0.100.v20120821-1005
  org.eclipse.cdt.core.win32.x86_64 5.2.0.201206111645
  org.eclipse.cdt.core.win32.x86_64 5.2.0.201209170703
  org.eclipse.jetty.nested.source 8.1.3.v20120522
  epp.package.reporting.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.emf.facet.common.core 0.2.1.v201209110754
  org.eclipse.emf.facet.common.core 0.2.0.v201206120903
  org.eclipse.mat.api 1.2.0.201205300858
  epp.package.scout.executable.win32.win32.x86 1.5.0.20120614-1633
  epp.package.scout.executable.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.scout.nls.sdk.simple 3.8.0.201206130843
  org.eclipse.scout.nls.sdk.simple 3.8.1.201209171521
  org.eclipse.team.svn.revision.graph.source.feature.group 1.0.0.I20120601-1700
  org.eclipse.net4j.debug.source 3.0.0.v20120521-0909
  org.eclipse.net4j.debug.source 3.0.0.v20120911-1146
  org.eclipse.ptp.pldt.wizards 6.0.0.201209181406
  org.eclipse.ptp.pldt.wizards 6.0.0.201206130201
  org.eclipse.egf.model.fprod.edit.feature.jar 1.0.0.v20120528-1550
  org.eclipse.emf.facet.efacet.doc.source 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.doc.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.celleditors.ecore.tests.samplemm 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.celleditors.ecore.tests.samplemm 0.2.0.v201206120903
  org.eclipse.m2m.qvt.oml.ecore.imperativeocl.source 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.ecore.imperativeocl.source 3.1.0.v201206041614
  org.eclipse.xtext.gmf.glue 0.9.1.v201209190809
  org.eclipse.xtext.gmf.glue 0.9.0.v201206131215
  org.eclipse.m2m.qvt.oml.debug.source.feature.group 1.1.0.v201206041614-31-8s73573F3B5F5B
  org.eclipse.m2m.qvt.oml.debug.source.feature.group 1.2.0.v20120918-0827
  org.eclipse.emf.cdo.server.admin 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.admin 4.1.1.v20120821-1005
  org.eclipse.gmf.sdk 1.0.0.201209121329
  org.eclipse.gmf.sdk 1.0.0.RC4a
  epp.package.mobile.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  epp.package.mobile.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor.source 2.0.0.v20120719-0822
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.editor.source 2.0.0.v20120521-0710
  org.eclipse.ecf.eventadmin.examples.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.wb.rcp.nebula 1.5.0.r42x201206111317
  org.eclipse.wb.rcp.nebula 1.5.1.r42x201209161238
  org.eclipse.jst.ws.jaxrs.ui 1.0.500.v201205020140
  org.eclipse.epp.mpc.source.feature.jar 1.1.1.I20110907-0947
  epp.package.cpp.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.gyrex.search 1.0.0.v20120511-0856
  org.eclipse.egit.doc 2.0.0.201206130900-r
  org.eclipse.egit.doc 2.1.0.201209190230-r
  org.eclipse.libra.framework.equinox.ui 0.2.0.201206060754
  org.eclipse.emf.cdo.ui.location.source 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.ui.location.source 4.0.100.v20120606-1626
  org.eclipse.acceleo.traceability.model.source 3.3.0.v20120529-1042
  org.eclipse.acceleo.traceability.model.source 3.3.1.v20120831-0923
  org.eclipse.emf.validation.examples.general 1.4.0.v20100224-1858
  org.eclipse.net4j.db.hsqldb.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.db.hsqldb.source.feature.group 4.1.0.v20120607-1600
  org.eclipse.ui.trace.source 1.0.1.v20120814-165841
  org.eclipse.ui.trace.source 1.0.0.v20120523-2012
  org.eclipse.datatools.enablement.hsqldb.feature.source.feature.jar 1.10.0.v201201161512-67E0AqGBM7KfNTHwKO9ILX
  org.eclipse.datatools.enablement.hsqldb.feature.source.feature.jar 1.10.1.v201208161415-67E1AqGBM7KfNUHxJR9IIQ
  epp.package.jee.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  epp.package.jee.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.equinox.weaving.caching.j9.source 1.0.200.v20120524-1707
  org.eclipse.m2m.atl.profiler.vm 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.vm 3.3.1.v201209061455
  org.eclipse.gef.examples.feature.group 3.9.0.201208201742
  org.eclipse.gef.examples.feature.group 3.8.0.201206112118
  org.eclipse.birt.chart.engine.extension.source 4.2.0.v20120611
  org.eclipse.birt.chart.engine.extension.source 4.2.1.v20120820
  org.eclipse.birt.chart.examples 4.2.1.v20120820
  org.eclipse.birt.chart.examples 4.2.0.v20120611
  epp.package.reporting.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.egf.model.ftask.edit.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.10.1.v201208161415-3368s7356485C59AB
  org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.10.0.v201201161512-3368s7356485C59AB
  org.eclipse.epp.package.dsl 1.5.1.20121004-1506
  org.eclipse.wb.core.databinding.xml 1.5.1.r42x201209161132
  org.eclipse.wb.core.databinding.xml 1.5.0.r42x201206111216
  epp.package.scout.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.connectivity.feature.feature.group 1.10.0.v201201161512-7C7h90Et1axo7RlVkOfDNlAf45E
  org.eclipse.datatools.connectivity.feature.feature.group 1.10.1.v201208161415-7C7h94Et1axpCXkXlTa6fgHd9vA
  toolingepp.package.scout.config.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.scout.config.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.modisco.jee.jsp.browser.customization.source 0.10.0.v201206130817
  org.eclipse.draw2d.sdk.feature.group 3.8.0.201206112118
  org.eclipse.draw2d.sdk.feature.group 3.9.0.201208201742
  org.eclipse.scout.sdk.compatibility.v35.fragment.source 3.8.0.201206130843
  org.eclipse.scout.sdk.compatibility.v35.fragment.source 3.8.1.201209171521
  org.eclipse.xpand.examples_root 1.2.1.v201206110941
  org.eclipse.datatools.enablement.ibm.feature.feature.group 1.10.1.v201208161415-7F47WFC7sRdqScnobkd4
  org.eclipse.datatools.enablement.ibm.feature.feature.group 1.10.0.v201201161512-7F47WFC7sRdqScnobkd4
  org.eclipse.emf.cdo.security.editor 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.security.editor 4.1.0.v20120610-1749
  org.eclipse.emf.mwe2.runtime.source 2.3.0.v201206110920
  org.eclipse.jst.server.generic.oc4j 1.5.206.v20090812
  org.eclipse.objectteams.otdt.ui.help 2.1.0.201108142105
  org.eclipse.emf.ecore.xmi 2.8.0.v20120911-0500
  org.eclipse.emf.ecore.xmi 2.8.0.v20120606-0717
  toolingepp.package.scout.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.scout.config.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.rse.services.files.ftp 3.0.400.201205300905
  org.eclipse.rse.services.files.ftp 3.0.400.201209191030
  org.eclipse.wst.xml.xpath2.processor 2.1.1.v201204260055
  org.eclipse.emf.edit.ui.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.edit.ui.feature.jar 2.8.0.v20120608-0554
  org.eclipse.egf.task.source 1.0.0.v20120528-1550
  toolingepp.package.mobile.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.mobile.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingwin32.win32.x86org.eclipse.equinox.event 4.2.0.I20120608-1400
  toolingwin32.win32.x86org.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.ui.trace 1.0.1.v20120814-165841
  org.eclipse.ui.trace 1.0.0.v20120523-2012
  org.eclipse.gmf.runtime.diagram.ui.providers.source 1.5.0.v20120514-1615
  org.eclipse.e4.ui.services.source 0.10.2.v20120726-172631
  org.eclipse.e4.ui.services.source 0.10.1.v20120523-1955
  org.eclipse.datatools.connectivity.oda.source 3.3.3.v201110130935
  org.eclipse.persistence.moxy.source 2.4.0.v20120608-r11652
  toolingorg.eclipse.platform.ide.ini.win32.win32.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.win32.win32.x86 4.2.1.M20120914-1800
  org.eclipse.ptp.fortran.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.fortran.feature.jar 6.0.2.201209181406
  org.eclipse.modisco.jee.ejbjar.discoverer.ui.source 0.10.0.v201206130817
  org.eclipse.gyrex.features.tests.feature.group 1.0.0.v20120423-0945-79-8ZEVVFNVFhKr7Kykl
  org.eclipse.gyrex.features.tests.feature.group 1.0.0.v20120423-0945-79--EVVFNVFfLm7Kynm
  org.eclipse.gyrex.cloud 1.0.0.v20120524-0900
  epp.package.jee.executable.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.jee.executable.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.birt.axis.overlay.source 4.2.1.v201209061119
  org.eclipse.jpt.jpadiagrameditor.feature.feature.jar 1.1.0.v201205150001-40Bg9oB58A6CAO5555
  org.eclipse.jpt.jpadiagrameditor.feature.feature.jar 1.1.1.v201208222210-40Bi9oB58B5MBD9975
  org.eclipse.actf.model.flash 1.0.0.R201206131330
  org.eclipse.actf.model.flash 1.0.1.R201209191006
  org.eclipse.datatools.enablement.sybase.asa.dbdefinition 1.0.0.v200906161800
  org.eclipse.linuxtools.rpm.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.rpm.feature.jar 1.0.0.201209191645
  org.eclipse.scout.svg.client 3.8.1.201209171521
  org.eclipse.scout.svg.client 3.8.0.201206130843
  org.eclipse.ecf.remoteservice.examples.feature.feature.group 1.1.0.v20120610-1946
  org.eclipse.xtext.docs_root 2.3.1.v201208210947
  org.eclipse.xtext.docs_root 2.3.0.v201206120633
  org.eclipse.mylyn.team.ui.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.team.ui.source 3.8.2.v20120916-1200
  org.eclipse.gyrex.jobs 1.0.0.v20120511-0855
  org.eclipse.papyrus.infra.queries.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.infra.queries.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.gyrex.features.addons.mongodb.feature.jar 1.0.0.v20120123-0813-2--7w3123163501724
  org.eclipse.graphiti.examples.chess.source 0.9.0.v20120613-0805
  org.eclipse.graphiti.examples.chess.source 0.9.1.v20120919-0732
  org.jboss.netty 3.2.5.Final-20120529-1956
  org.jboss.netty 3.2.5.Final-20120903-0645
  org.eclipse.sapphire.ui 0.5.0.201206122150
  org.eclipse.sapphire.ui 0.5.3.201209191432
  org.eclipse.wst.xmleditor.doc.user 1.0.700.v201005192212
  org.eclipse.mylyn.wikitext.twiki.ui.source 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.twiki.ui.source 1.7.2.v20120916-1200
  org.eclipse.ptp.rm.slurm.help 1.0.0.201206130201
  org.eclipse.ptp.rm.slurm.help 1.0.0.201209181406
  org.eclipse.gyrex.features.kernel.feature.group 1.0.0.v20120423-0945-7A--F7RZHQZHvSg8L9kq
  org.eclipse.net4j.db.h2.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.db.h2.source.feature.group 4.1.0.v20120607-1600
  org.eclipse.net4j.http.server 4.0.100.v20120521-0710
  org.eclipse.net4j.http.server 4.0.101.v20120821-1005
  org.eclipse.datatools.enablement.mysql.feature.feature.group 1.10.1.v201208161415-5477AkF7AK7_AMENEA
  org.eclipse.datatools.enablement.mysql.feature.feature.group 1.10.0.v201201161512-5477AkF7AK7_AMENEA
  org.eclipse.jetty.server.source 8.1.3.v20120522
  org.eclipse.ecf.discovery.jmdns.feature.feature.group 1.0.0.v20120610-1946
  toolingepp.package.scout.config.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.scout.config.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.wst.web 1.1.600.v201204190200
  org.eclipse.birt.report.engine.emitter.odp 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.odp 4.2.0.v20120611
  org.eclipse.emf.cdo.server.product.source 4.1.1.v20120821-1005
  org.eclipse.emf.cdo.server.product.source 4.1.0.v20120612-1056
  org.eclipse.emf.cdo.workspace.source 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.workspace.source 4.1.1.v20120911-1146
  org.eclipse.papyrus.sysml.diagram.blockdefinition 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.diagram.blockdefinition 0.9.0.v201206131215
  org.eclipse.amp.amf.core.feature.jar 0.9.0.v20120528-0244
  org.eclipse.birt.report.engine.emitter.odt 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.odt 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.ods 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.ods 4.2.0.v20120611
  org.eclipse.xsd.cheatsheets.source 2.6.0.v20120319-0555
  org.eclipse.xsd.cheatsheets.source 2.6.0.v20120917-0436
  org.eclipse.ptp.etfw.parallel 2.0.0.201209181406
  org.eclipse.ptp.etfw.parallel 2.0.0.201206130201
  org.eclipse.modisco.xml.discoverer.ui 0.10.1.v201209190814
  org.eclipse.modisco.xml.discoverer.ui 0.10.0.v201206130817
  org.eclipse.mylyn.mft.sdk.util.source 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.sdk.util.source 0.9.0.I20120314-1750
  org.eclipse.gyrex.features.http.source.feature.group 1.0.0.v20120423-0945-6--BgJ9EJ9PHS4D_TW
  org.eclipse.cdt.codan.checkers 1.1.0.201209170703
  org.eclipse.cdt.codan.checkers 1.1.0.201206111645
  org.eclipse.ecf.osgi.services.remoteserviceadmin 2.1.0.v20120610-1946
  org.eclipse.amp.escape.ascape.agf3d 0.9.0.v20120528-0244
  org.eclipse.xtend.m2e.feature.jar 2.3.1.v201208210947
  org.eclipse.amp.escape.testing.ide.source 0.9.0.v20120528-0244
  org.eclipse.gmt.modisco.infra.browser.custom.examples.uml.source 0.10.0.v201206130817
  org.eclipse.uml2.types 1.0.0.v20120913-1441
  org.eclipse.uml2.types 1.0.0.v20120604-0919
  org.eclipse.draw2d.source 3.8.1.201208201742
  org.eclipse.draw2d.source 3.8.0.201206112118
  org.eclipse.wst.wsdl.ui 1.2.500.v201108240518
  org.eclipse.datatools.sqltools.db.derby.source 1.0.0.v201107221520
  org.eclipse.amp.amf.abase.source 0.9.0.v20120528-0244
  org.eclipse.xpand.source.feature.jar 1.2.1.v201206110941
  epp.package.jee.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.uml2.uml.profile.l2 1.0.0.v20120604-0919
  org.eclipse.uml2.uml.profile.l2 1.0.1.v20120913-1441
  org.eclipse.jst.ws.axis.creation.ui 1.0.750.v201204120428
  org.eclipse.uml2.uml.profile.l3 1.0.0.v20120604-0919
  org.eclipse.uml2.uml.profile.l3 1.0.1.v20120913-1441
  org.eclipse.linuxtools.perf.feature.feature.jar 1.0.0.201209191645
  org.eclipse.linuxtools.perf.feature.feature.jar 1.0.0.201206130106
  toolingwin32.win32.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
  toolingwin32.win32.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
  org.eclipse.rcp.configuration_root.gtk.linux.ppc64 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.gtk.linux.ppc64 1.0.0.I20120608-1400
  org.eclipse.jdt.core.manipulation.source 1.5.0.v20120523-1543
  org.eclipse.cdt.codan.ui 2.1.0.201206111645
  org.eclipse.cdt.codan.ui 2.1.0.201209170703
  org.eclipse.mylyn.pde_feature.feature.jar 3.8.2.v20120916-1200
  org.eclipse.mylyn.pde_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.compare.core.source 3.5.200.v20120522-1148
  org.eclipse.core.net.source 1.2.200.v20120522-1148
  toolingepp.package.modeling.ini.cocoa.macosx.x86_64 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.emf.ecore.change 2.8.0.v20120911-0500
  org.eclipse.emf.ecore.change 2.8.0.v20120606-0717
  org.eclipse.emf.mapping.source 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.source 2.7.0.v20120917-0436
  org.eclipse.gyrex.features.modelandservices.source.feature.jar 1.0.0.v20120423-0945-7B--F8NcJTcK4TT9KZ56
  org.eclipse.scout.sdk.rap.ui 3.8.1.201209171521
  org.eclipse.scout.sdk.rap.ui 3.8.0.201206130843
  org.eclipse.sapphire.ui.swt.gef.source 0.5.3.201209191432
  org.eclipse.sapphire.ui.swt.gef.source 0.5.0.201206122150
  epp.package.rcp.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.jubula.feature.launch.rcp.feature.group 1.2.1.201206131127
  org.eclipse.jubula.feature.launch.rcp.feature.group 1.2.2.201209040912
  org.eclipse.emf.cdo.migrator.source 3.0.200.v20120521-0710
  org.eclipse.emf.cdo.migrator.source 3.0.200.v20120821-1005
  org.eclipse.e4.core.services.source 1.0.0.v20120521-2346
  org.eclipse.datatools.enablement.apache.derby.feature.source.feature.jar 1.10.0.v201201161512-77798fBmKDQ2MoTTLwdv9ILX
  org.eclipse.datatools.enablement.apache.derby.feature.source.feature.jar 1.10.1.v201208161415-77798gBmKDQ2MoTULxcy9IIQ
  org.eclipse.datatools.sqltools.routineeditor.source 1.0.0.v201107221520
  org.eclipse.birt.report.designer.ui.editors.source 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.editors.source 4.2.1.v20120820
  toolingepp.package.reporting.config.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.reporting.config.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.wtp.web.capabilities 1.0.100.v201005102000
  org.eclipse.cdt.core.parser.upc.source.feature.jar 5.1.0.201206111645
  org.eclipse.cdt.core.parser.upc.source.feature.jar 5.1.0.201209170703
  org.eclipse.gyrex.admin.ui.context.source 1.0.0.v20120709-0908
  org.eclipse.gyrex.admin.ui.context.source 1.0.0.v20120524-1144
  org.eclipse.wst.web_ui.feature.feature.jar 3.4.0.v201203141800-7O7MFsGEMkBJz0rWbgfTLwn-4WKIocbP_pkka3Il
  org.eclipse.wst.web_ui.feature.feature.jar 3.4.1.v201208170345-7O7MFsPEMkBJz0wtb-ccsarPSceUIHO9iKk6XVPV
  org.eclipse.net4j.http.server.source 4.0.101.v20120821-1005
  org.eclipse.net4j.http.server.source 4.0.100.v20120521-0710
  org.eclipse.emf.mwe.ui.simpleEditor.source 1.2.1.v201206110920
  org.eclipse.gyrex.preferences 1.0.0.v20120511-0855
  org.eclipse.modisco.workflow.ui 0.10.0.v201206130817
  org.eclipse.modisco.workflow.ui 0.10.1.v201209190814
  epp.package.parallel.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.parallel.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  toolingepp.package.scout.config.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.scout.config.motif.solaris.sparc 1.5.1.20121004-1506
  epp.package.modeling.executable.gtk.solaris.x86 1.5.0.20120620-0855
  epp.package.modeling.executable.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.gmf.graphdef.edit 2.9.0.201209121329
  org.eclipse.gmf.graphdef.edit 2.9.0.RC4a
  org.apache.catalina.tribes 7.0.26.v201205030742
  org.eclipse.equinox.p2.ui.admin.rcp.source 1.0.200.v20110808-1657
  org.eclipse.rcp.configuration_root.cocoa.macosx.x86 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.cocoa.macosx.x86 1.0.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc64 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc64 4.2.0.I20120608-1400
  org.eclipse.net4j.defs.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.defs.source.feature.group 4.1.0.v20120612-0600
  org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.10.1.v201208161415-67E1AqGBM7KfNUHxJR9IIQ
  org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.10.0.v201201161512-67E0AqGBM7KfNTHwKO9ILX
  org.eclipse.modisco.jee.source 0.10.0.v201206130817
  org.eclipse.jpt.jpa.core 3.2.0.v201206110000
  org.eclipse.jpt.jpa.core 3.2.1.v201208222210
  org.eclipse.papyrus.sysml.properties 0.9.0.v201206131215
  org.eclipse.papyrus.sysml.properties 0.9.1.v201209190809
  org.eclipse.acceleo.ui.interpreter 3.3.0.v20120529-1042
  org.eclipse.acceleo.ui.interpreter 3.3.1.v20120831-0923
  org.eclipse.e4.core.services 1.0.0.v20120521-2346
  toolinggtk.aix.ppc64org.eclipse.core.runtime 4.2.0.I20120608-1400
  toolinggtk.aix.ppc64org.eclipse.core.runtime 4.2.1.M20120914-1800
  epp.package.modeling.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.net4j.examples.installer.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.examples.installer.source.feature.group 4.1.0.v20120612-0543
  toolingepp.package.scout.ini.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.scout.ini.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.epp.package.dsl.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.equinox.p2.extensionlocation.source 1.2.100.v20110808-1657
  org.eclipse.birt.report.data.oda.xml.ui 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.xml.ui 4.2.1.v20120820
  org.eclipse.papyrus.uml.diagram.usecase 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.usecase 0.9.1.v201209190809
  epp.package.cpp.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.jst.ws.jaxb.core 1.0.100.v201104031139
  toolingepp.package.modeling.config.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.modeling.config.gtk.linux.ppc 1.5.0.20120620-0855
  org.eclipse.birt.source.feature.group 4.2.1.v20120820-ChBG8UGYgRQlJ7y9Lz-wS7nDcRL4
  org.eclipse.birt.source.feature.group 4.2.0.v20120611-C_BC7CGWoJMfAnw8Y8QVz0nD0JPl
  org.eclipse.cdt.codan.checkers.source 1.1.0.201209170703
  org.eclipse.cdt.codan.checkers.source 1.1.0.201206111645
  epp.package.testing.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  org.eclipse.m2m.qvt.oml.cst.parser.source 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.cst.parser.source 3.1.0.v20120906-0508
  toolingepp.package.reporting.ini.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.reporting.ini.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.mylyn.mft.papyrus.feature.group 0.9.1.I20120907-1845
  toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolinggtk.solaris.sparcorg.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  org.eclipse.scout.sdk.rap.feature.feature.jar 3.8.0.201206130843
  org.eclipse.scout.sdk.rap.feature.feature.jar 3.8.1.201209171521
  org.eclipse.gmt.modisco.infra.query.edit.source 0.10.0.v201206130817
  org.eclipse.datatools.sqltools.sql.ui.source 1.0.1.v201201270735
  toolingepp.package.testing.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.testing.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.xsd.mapping.editor.feature.group 2.7.0.v20120319-0555
  org.eclipse.xsd.mapping.editor.feature.group 2.7.0.v20120917-0436
  org.eclipse.rse.useractions.feature.jar 1.1.400.201205300905-31FBV773573D933L3D
  org.eclipse.rse.useractions.feature.jar 1.1.400.201209191030-31FBV773573L5L5393
  org.eclipse.m2m.atl.drivers.uml24atl.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.drivers.uml24atl.source 3.3.1.v201209061455
  epp.package.jee.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.egf.portfolio.genchain.edit.source 1.0.0.v20120528-1550
  toolingepp.package.dsl.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.ptp.external.feature.group 6.0.0.201206130201
  org.eclipse.ptp.external.feature.group 6.0.2.201209181406
  org.eclipse.emf.cdo.server.hibernate.teneo.source 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.server.hibernate.teneo.source 4.1.0.v20120610-1749
  epp.package.parallel.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  org.eclipse.ecf.remoteservice.soap.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.modisco.util.atl.core.source 0.10.0.v201206130817
  org.eclipse.xtend_root 1.2.1.v201206110941
  org.eclipse.swt.gtk.hpux.ia64_32 3.100.0.v4233d
  org.eclipse.swt.gtk.hpux.ia64_32 3.100.1.v4234e
  org.eclipse.papyrus.infra.core 0.9.1.v201209190809
  org.eclipse.papyrus.infra.core 0.9.0.v201206131215
  org.eclipse.emf.edit.ui.source.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.edit.ui.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.papyrus.uml.diagram.component 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.component 0.9.0.v201206131215
  org.eclipse.acceleo.profiler.edit 3.3.1.v20120831-0923
  org.eclipse.acceleo.profiler.edit 3.3.0.v20120529-1042
  org.eclipse.epp.package.java.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.epp.package.java.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.emf.facet.infra.browser 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser 0.2.0.v201206120903
  org.eclipse.ocl.examples.feature.group 3.2.0.v20120613-0850
  org.eclipse.ocl.examples.feature.group 3.2.1.v20120919-0602
  org.eclipse.mylyn.mft.emf.core.source 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.emf.core.source 0.9.0.I20120314-1750
  org.eclipse.m2e.maven.runtime 1.2.0.20120903-0645
  org.eclipse.m2e.maven.runtime 1.1.0.20120529-1956
  org.eclipse.ocl.examples.xtext.oclinecore 3.2.0.v20120606-1911
  org.eclipse.ptp.rdt.core 4.2.0.201209181406
  org.eclipse.ptp.rdt.core 4.1.0.201206130201
  org.eclipse.xtext.ui.junit 2.3.0.v201206120633
  org.eclipse.xtext.ui.junit 2.3.1.v201208210947
  org.eclipse.egf.model.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.emf.workspace.examples.source 1.2.0.v200903190036
  org.eclipse.emf.mwe.doc.feature.jar 1.2.1.v201206110920
  org.eclipse.mylyn.tasks.bugs 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.bugs 3.8.2.v20120916-1200
  org.eclipse.gmf.examples.runtime.diagram.logic.model.edit 1.2.0.v20120514-1615
  org.eclipse.ecf.example.collab.editor 1.0.200.v20120610-1946
  org.eclipse.ecf.provider.datashare.nio 0.9.100.v20120610-1946
  org.eclipse.gmf.runtime.notation.source 1.5.0.v20110309-2159
  org.eclipse.jgit.pgm 2.1.0.201209190230-r
  org.eclipse.jgit.pgm 2.0.0.201206130900-r
  org.eclipse.net4j.db.doc.source 4.1.0.v20120911-1146
  org.eclipse.net4j.db.doc.source 4.1.0.v20120611-1554
  org.eclipse.modisco.java.composition.ui.source 0.10.0.v201206130817
  org.eclipse.gyrex.features.admin.source.feature.group 1.0.0.v20120423-0945-793-EVVFNVFuQh7LxXh
  org.eclipse.gyrex.features.admin.source.feature.group 1.0.0.v20120423-0945-793-EVVFNVFyOl7J0Ve
  org.eclipse.mylyn.wikitext.tracwiki.ui 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.tracwiki.ui 1.7.2.v20120916-1200
  org.eclipse.rcp.source.feature.group 4.2.1.v20120814-120134-7IAPA8BrHQicS-rjP0GbqK780kMy
  org.eclipse.rcp.source.feature.group 4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA
  org.eclipse.xtend.typesystem.uml2.feature.group 1.2.1.v201206110941
  org.eclipse.equinox.p2.touchpoint.natives.source 1.1.0.v20120524-0542
  toolingepp.package.dsl.config.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.emf.importer.rose.source 2.6.0.v20120917-0436
  org.eclipse.emf.importer.rose.source 2.6.0.v20120608-0554
  org.eclipse.net4j.db.derby.source 4.0.101.v20120821-1005
  org.eclipse.net4j.db.derby.source 4.0.100.v20120607-1600
  org.eclipse.egf.producer.ftask 1.0.0.v20120528-1550
  org.eclipse.papyrus.infra.core.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.infra.core.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.emf.ecore.xcore.source.feature.jar 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.source.feature.jar 1.0.1.v20120917-0741
  org.eclipse.modisco.infrastructure.source.feature.feature.group 0.10.0.v201206130817
  org.eclipse.wb.swing.feature.feature.jar 1.5.1.r42x201209161216
  org.eclipse.wb.swing.feature.feature.jar 1.5.0.r42x201206111310
  org.eclipse.mylyn.java.ui.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.java.ui.source 3.8.2.v20120916-1200
  org.eclipse.gmf.codegen.source 2.9.0.RC4a
  org.eclipse.gmf.codegen.source 2.9.0.201209121329
  org.eclipse.cdt.xlc.feature.feature.group 6.3.1.201206111645
  org.eclipse.cdt.xlc.feature.feature.group 6.3.1.201209170703
  org.eclipse.datatools.sqltools.plan 1.0.0.v201107221520
  org.eclipse.datatools.enablement.sybase 1.0.1.v201107221507
  org.eclipse.datatools.enablement.ibm.informix.ui.source 1.0.3.v201202100836
  org.eclipse.net4j.ui.defs 4.0.100.v20120821-1005
  org.eclipse.net4j.ui.defs 4.0.100.v20120521-0710
  org.eclipse.emf.eef.components.edit.source 1.1.1.201206051542
  org.eclipse.soa.sca.core.model 2.3.0.201205240725
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn 1.0.0.v20120523-0528
  org.eclipse.cdt.msw.feature.jar 1.0.0.201209170703
  org.eclipse.cdt.msw.feature.jar 1.0.0.201206111645
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui.source 1.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.gmf.ui.source 1.0.0.v20120521-0710
  org.eclipse.actf.visualization.eval 1.0.1.R201209191006
  org.eclipse.actf.visualization.eval 1.0.0.R201206131330
  epp.package.testing.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.testing.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.linuxtools.lttng2.kernel.ui 1.0.0.201206130106
  org.eclipse.linuxtools.lttng2.kernel.ui 1.1.0.201209191645
  org.eclipse.equinox.cm 1.0.400.v20120522-1841
  org.eclipse.datatools.enablement.jdt.feature.feature.group 1.10.0.v201201161512-2-07w312218332612
  org.eclipse.datatools.enablement.jdt.feature.feature.group 1.10.1.v201208161415-2-07w312218332612
  tooling.virgo.org.eclipse.equinox.event 1.0.0.tooling
  org.eclipse.m2m.atl.adt.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.adt.source 3.3.1.v201209061455
  org.eclipse.emf.mapping.ecore2ecore 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2ecore 2.7.0.v20120608-0554
  org.eclipse.emf.oda.ecore.feature.group 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.feature.group 1.1.0.v20120608-0554
  org.eclipse.emf.ecore.edit.source 2.8.0.v20120608-0554
  org.eclipse.emf.ecore.edit.source 2.8.0.v20120917-0436
  epp.package.java.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  toolingepp.package.rcp.config.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.rcp.config.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.emf.ecore.editor.source 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.editor.source 2.8.0.v20120608-0554
  org.eclipse.draw3d.graphics3d 0.8.1.v20120528-0244
  org.eclipse.ecf.provider.discovery 2.1.200.v20120610-1946
  org.eclipse.gmf.doc 1.3.0.RC4a
  org.eclipse.gmf.doc 1.3.0.201209121329
  org.eclipse.rse.services 3.2.200.201209191030
  org.eclipse.rse.services 3.2.200.201205300905
  org.eclipse.xpand.incremental.source.feature.jar 1.2.1.v201206110941
  epp.package.mobile.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.dltk.ruby.testing 4.0.0.201206120848
  org.eclipse.m2m.qvt.oml.common.ui 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.common.ui 3.1.0.v20120906-0508
  org.eclipse.datatools.enablement.sybase.ase.dbdefinition 1.0.0.v201107221507
  org.eclipse.gmf.runtime.thirdparty.source.feature.jar 1.6.0.v20120517-1809-7I851FCnk2JbgkU_hT66aw312216
  org.eclipse.equinox.p2.installer 1.0.300.v20110808-1657
  org.eclipse.jface.databinding.source 1.6.0.v20120521-2329
  org.eclipse.papyrus.infra.emf 0.9.0.v201206131215
  org.eclipse.papyrus.infra.emf 0.9.1.v201209190809
  org.eclipse.amp.escape.ascape.chart.source 0.9.0.v20120528-0244
  org.eclipse.acceleo.profiler.editor.source 3.3.0.v20120529-1042
  org.eclipse.acceleo.profiler.editor.source 3.3.1.v20120831-0923
  epp.package.parallel.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.emf.facet.infra.query.core.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.query.core.source 0.2.1.v201209110754
  org.eclipse.equinox.http.registry.source 1.1.200.v20120522-2049
  org.eclipse.birt.report.data.oda.sampledb.ui.source 4.2.1.v201209111701
  org.eclipse.birt.report.data.oda.sampledb.ui.source 4.2.0.v20120611
  org.eclipse.emf.codegen.ecore.source 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.ecore.source 2.8.1.v20120917-0436
  org.eclipse.emf.mapping.ecore2xml.ui.source 2.6.0.v20120608-0554
  org.eclipse.emf.mapping.ecore2xml.ui.source 2.6.0.v20120917-0436
  epp.package.modeling.executable.carbon.macosx.x86 1.5.1.20121004-1506
  epp.package.modeling.executable.carbon.macosx.x86 1.5.0.20120620-0855
  org.eclipse.team.svn.feature.group 1.0.0.I20120818-1700
  org.eclipse.team.svn.feature.group 1.0.0.I20120601-1700
  org.eclipse.net4j.sdk.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.sdk.source.feature.jar 4.1.0.v20120612-0600
  org.eclipse.gmf.tooling.runtime.feature.jar 3.0.0.RC4a
  org.eclipse.gmf.tooling.runtime.feature.jar 3.0.0.201209121329
  toolingepp.package.reporting.config.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.reporting.config.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.libra.framework.knopflerfish.ui 0.2.0.201206060754
  org.eclipse.modisco.java.composition.discoverer.ui 0.10.0.v201206130817
  org.eclipse.modisco.java.composition.discoverer.ui 0.10.1.v201209190814
  org.apache.commons.io 2.0.1.v201105210651
  org.eclipse.uml2.doc 4.0.0.v20120913-1441
  org.eclipse.uml2.doc 4.0.0.v20120604-0919
  org.eclipse.mylyn.monitor.core.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.monitor.core.source 3.8.0.v20120612-0600
  org.eclipse.datatools.enablement.oracle.source 1.0.0.v201107221506
  toolinggtk.linux.x86org.eclipse.equinox.ds 4.2.1.M20120914-1800
  toolinggtk.linux.x86org.eclipse.equinox.ds 4.2.0.I20120608-1400
  org.eclipse.net4j.doc.feature.jar 4.1.0.v20120911-1146
  org.eclipse.net4j.doc.feature.jar 4.1.0.v20120611-1554
  org.eclipse.net4j.source 4.1.1.v20120821-1005
  org.eclipse.net4j.source 4.1.0.v20120611-0549
  org.eclipse.wb.swing.java6 1.5.1.r42x201209161216
  org.eclipse.wb.swing.java6 1.5.0.r42x201206111310
  org.eclipse.equinox.p2.transport.ecf.source 1.0.100.v20120305-0333
  toolingepp.package.jee.configuration 1.5.1.20121004-1506
  toolingepp.package.jee.configuration 1.5.0.20120614-1633
  org.eclipse.graphiti.sdk.plus.feature.feature.jar 0.9.1.v20120919-0732
  org.eclipse.graphiti.sdk.plus.feature.feature.jar 0.9.0.v20120613-0805
  epp.package.cpp.executable.motif.solaris.sparc 1.5.1.20121004-1506
  epp.package.cpp.executable.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.jdt.apt.pluggable.core.source 1.0.400.v20120522-1651
  org.eclipse.ecf.telephony.call 2.0.0.v20120610-1946
  org.eclipse.modisco.jee.feature.feature.group 0.10.1.v201209190814
  org.eclipse.modisco.jee.feature.feature.group 0.10.0.v201206130817
  org.eclipse.birt.chart.reportitem.ui.source 4.2.1.v20120820
  org.eclipse.birt.chart.reportitem.ui.source 4.2.0.v20120611
  org.eclipse.jst.j2ee.doc.user 1.1.400.v201008122303
  org.eclipse.ocl.all.sdk.feature.jar 4.0.0.v20120613-0850
  org.eclipse.ocl.all.sdk.feature.jar 4.0.1.v20120919-0602
  epp.package.mobile.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.mobile.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.parallel.executable.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.net4j.ui.source.feature.jar 4.1.0.v20120609-0722
  org.eclipse.net4j.ui.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.libra.framework.felix.ui 0.2.0.201206060754
  org.w3c.css.sac.source 1.3.1.v200903091627
  org.eclipse.birt.report.data.oda.jdbc.ui.source 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.ui.source 4.2.0.v20120611
  org.eclipse.m2m.atl.adt.ui 3.3.0.v201205241358
  org.eclipse.m2m.atl.adt.ui 3.3.1.v201209061455
  org.eclipse.net4j.debug 3.0.0.v20120911-1146
  org.eclipse.net4j.debug 3.0.0.v20120521-0909
  epp.package.parallel.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.datatools.connectivity.console.profile 1.0.10.v201109250955
  org.eclipse.egf.core.platform.source 1.0.0.v20120528-1550
  org.eclipse.m2m.atl.profiler.exportmodel 3.3.1.v201209061455
  org.eclipse.m2m.atl.profiler.exportmodel 3.3.0.v201205241358
  org.eclipse.mylyn.mft.uml2.feature.group 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.uml2.feature.group 0.9.1.I20120907-1845
  org.eclipse.rcp.feature.group 4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA
  org.eclipse.rcp.feature.group 4.2.1.v20120814-120134-7IAPA8BrHQicS-rjP0GbqK780kMy
  toolingepp.package.rcp.configuration 1.5.1.20121004-1506
  toolingepp.package.rcp.configuration 1.5.0.20120614-1633
  org.eclipse.modisco.jee.source.feature.feature.group 0.10.0.v201206130817
  org.eclipse.xsd.mapping.editor.source.feature.group 2.7.0.v20120319-0555
  org.eclipse.xsd.mapping.editor.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.mylyn.tasks.index.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.tasks.index.ui.source 3.8.0.v20120612-0600
  org.eclipse.jpt.jpa.eclipselink.branding 3.2.1.v201208222210
  org.eclipse.jpt.jpa.eclipselink.branding 3.2.0.v201203150000
  org.eclipse.datatools.enablement.ibm.feature.feature.jar 1.10.0.v201201161512-7F47WFC7sRdqScnobkd4
  org.eclipse.datatools.enablement.ibm.feature.feature.jar 1.10.1.v201208161415-7F47WFC7sRdqScnobkd4
  toolingepp.package.cpp.config.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.config.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.emf.facet.custom.metamodel.source 0.2.1.v201209110754
  org.eclipse.emf.facet.custom.metamodel.source 0.2.0.v201206120903
  org.eclipse.equinox.metatype 1.2.0.v20120522-1841
  org.eclipse.ptp.rdt.xlc.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rdt.xlc.feature.group 6.0.0.201206130201
  org.eclipse.egf.domain.source 1.0.0.v20120528-1550
  org.eclipse.emf.databinding.edit 1.2.0.v20120917-0436
  org.eclipse.emf.databinding.edit 1.2.0.v20120608-0554
  org.eclipse.gmf.runtime.common.ui.action.ide 1.5.0.v20120514-1615
  org.eclipse.egf.feature.jar 1.0.0.v20120528-1550
  org.eclipse.ptp.etfw 5.0.0.201206130201
  org.eclipse.ptp.etfw 5.0.0.201209181406
  org.eclipse.amp.all.feature.jar 0.9.0.v20120528-0244
  org.eclipse.datatools.modelbase.sql 1.0.5.v201110151330
  org.eclipse.datatools.modelbase.sql 1.0.6.v201208230744
  org.eclipse.datatools.enablement.oda.designer.feature.source.feature.jar 1.10.0.v201201161512-3368s7356485C59AB
  org.eclipse.datatools.enablement.oda.designer.feature.source.feature.jar 1.10.1.v201208161415-3368s7356485C59AB
  org.eclipse.papyrus.team.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.team.feature.feature.group 0.9.1.v201209190809
  org.eclipse.objectteams.otdt.samples 2.1.0.201108142105
  org.eclipse.sapphire.sdk.feature.group 0.5.3.201209191432
  org.eclipse.sapphire.sdk.feature.group 0.5.0.201206122150
  org.eclipse.mylyn.wikitext.textile.core 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.textile.core 1.7.0.v20120612-0600
  epp.package.automotive.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.automotive.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.sybase.ase.ui 1.0.1.v200906020900
  org.eclipse.emf.ecore.xcore.source 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.source 1.0.0.v20120612-0950
  org.eclipse.jst.ws.consumption.ui 1.1.500.v201204102147
  toolingorg.eclipse.rcp.sdk.id.configuration 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.configuration 4.2.1.M20120914-1800
  org.eclipse.rse.core 3.3.0.201205300905
  org.eclipse.rse.core 3.3.0.201209191030
  org.eclipse.pde.core.source 3.8.0.v20120606-170547
  org.eclipse.gyrex.features.modelandservices.source.feature.group 1.0.0.v20120423-0945-7B--F8NcJTcK4TT9KZ56
  org.eclipse.core.filesystem.source 1.3.200.v20120522-2012
  toolingepp.package.automotive.config.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.automotive.config.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.mobile.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.objectteams.eclipse.monitor 2.0.0.201105161939
  org.eclipse.tcf.te.tcf.locator 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.locator 1.0.0.201206051725
  org.eclipse.bpel.help 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.help 1.0.1.v20120914-1434-CI
  org.eclipse.datatools.enablement.sybase.asa.source 1.0.1.v201107221507
  org.eclipse.ecf.presence.collab.ui 1.3.0.v20120610-1946
  org.eclipse.xtext.activities 2.3.1.v201208210947
  org.eclipse.xtext.activities 2.3.0.v201206120633
  org.eclipse.egf.eclipse.resources.mgt.source 1.0.0.v20120528-1550
  toolingorg.eclipse.sdk.ide.config.gtk.aix.ppc64 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.gtk.aix.ppc64 4.2.1.M20120914-1800
  org.eclipse.wst.xsl 1.2.0.v201009121641
  org.eclipse.m2m.atl.doc.feature.jar 3.3.0.v201205241358
  org.eclipse.m2m.atl.doc.feature.jar 3.3.1.v201209061455
  org.eclipse.egf.portfolio.genchain.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.gyrex.features.http.feature.group 1.0.0.v20120423-0945-6--BgJ9EJ9PHS4D_TW
  org.eclipse.cdt.codan.ui.cxx.source 3.0.0.201209170703
  org.eclipse.cdt.codan.ui.cxx.source 3.0.0.201206111645
  org.eclipse.emf.facet.capabilities 0.2.1.v201209110754
  org.eclipse.emf.facet.capabilities 0.2.0.v201206120903
  org.eclipse.tm.terminal.source 3.2.1.201209191030
  org.eclipse.tm.terminal.source 3.2.0.201205300905
  org.eclipse.emf.ecoretools.properties.source 1.1.0.201205150811
  org.eclipse.gyrex.search.tests 1.0.0.v20120109-1556
  org.eclipse.birt.report.data.oda.xml 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.xml 4.2.0.v20120611
  org.eclipse.emf.cdo.sdk.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.sdk.source.feature.group 4.1.0.v20120612-1844
  org.eclipse.emf.eef.codegen.extended 1.1.1.201206051542
  org.eclipse.mylyn.commons.sdk.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.sdk.feature.group 3.8.2.v20120916-1200
  epp.package.rcp.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.ptp.rm.lml_jaxb 1.0.0.201209181406
  org.eclipse.ptp.rm.lml_jaxb 1.0.0.201206130201
  toolinggtk.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins 4.2.1.M20120914-1800
  toolinggtk.aix.ppcorg.eclipse.equinox.p2.reconciler.dropins 4.2.0.I20120608-1400
  toolingepp.package.dsl.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.net4j.db.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.net4j.db.source.feature.group 4.1.0.v20120609-0625
  org.eclipse.egf.portfolio.type.source 1.0.0.v20120528-1550
  toolingepp.package.cpp.configuration 1.5.0.20120614-1633
  toolingepp.package.cpp.configuration 1.5.1.20121004-1506
  org.eclipse.gyrex.features.addons.mongodb.feature.group 1.0.0.v20120123-0813-2--7w3123163501724
  org.eclipse.wst.xml.xpath2.wtptypes 2.0.0.v201103212215
  org.eclipse.zest.core 1.3.0.201208201742
  org.eclipse.zest.core 1.3.0.201206112118
  org.eclipse.ptp.pldt.openshmem 6.0.0.201206130201
  org.eclipse.ptp.pldt.openshmem 6.0.0.201209181406
  org.eclipse.graphiti.sdk.plus.feature.feature.group 0.9.0.v20120613-0805
  org.eclipse.graphiti.sdk.plus.feature.feature.group 0.9.1.v20120919-0732
  org.eclipse.mylyn.github.doc 2.0.0.201206130900-r
  org.eclipse.mylyn.github.doc 2.1.0.201209190230-r
  org.eclipse.cdt.xlc.feature.feature.jar 6.3.1.201206111645
  org.eclipse.cdt.xlc.feature.feature.jar 6.3.1.201209170703
  org.eclipse.papyrus.infra.widgets.toolbox 0.9.0.v201206131215
  org.eclipse.papyrus.infra.widgets.toolbox 0.9.1.v201209190809
  org.eclipse.equinox.ip 1.1.300.v20120522-2049
  org.eclipse.modisco.java.discoverer.source 0.10.0.v201206130817
  org.eclipse.libra.framework.editor.feature.feature.jar 0.2.0.201206060754
  org.eclipse.equinox.io 1.0.400.v20120522-2049
  org.eclipse.persistence.dbws.source 2.4.0.v20120608-r11652
  org.eclipse.gyrex.persistence.eclipselink.source 1.0.0.v20120511-0855
  org.eclipse.cdt.debug.ui.memory.memorybrowser 1.3.0.201206111645
  org.eclipse.cdt.debug.ui.memory.memorybrowser 1.3.0.201209170703
  org.eclipse.datatools.connectivity.sqm.core.ui.source 1.2.2.v201208151422
  org.eclipse.datatools.connectivity.sqm.core.ui.source 1.2.2.v201205240353
  org.eclipse.mylyn.reviews.core 1.0.0.v20120612-0600
  org.eclipse.mylyn.reviews.core 1.0.2.v20120916-1200
  org.eclipse.datatools.connectivity.oda.template.ui.source 3.2.3.v201201121156
  org.eclipse.jubula.feature.feature.group 1.2.1.201206131127
  org.eclipse.jubula.feature.feature.group 1.2.2.201209040912
  org.eclipse.virgo.deployer.hot 3.5.1.BUILD-20120613131556
  org.eclipse.xsd.edit 2.6.0.v20120319-0555
  org.eclipse.xsd.edit 2.6.0.v20120917-0436
  org.eclipse.mylyn.commons.notifications.feed 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.notifications.feed 1.0.0.v20120612-0600
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.2.0.v20120611
  org.eclipse.mylyn.context.tasks.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.tasks.ui 3.8.0.v20120612-0600
  toolingepp.package.scout.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.scout.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.emf.facet.util.emf.catalog 0.2.1.v201209110754
  org.eclipse.emf.facet.util.emf.catalog 0.2.0.v201206120903
  org.eclipse.e4.ui.workbench 0.10.2.v20120531-1742
  org.eclipse.e4.ui.workbench 0.10.3.v20120822-140642
  org.eclipse.jdt.apt.core 3.3.500.v20120522-1651
  org.eclipse.emf.facet.efacet.core.source 0.2.0.v201206120903
  org.eclipse.emf.facet.efacet.core.source 0.2.1.v201209110754
  org.eclipse.emf.mapping.ecore2ecore.source 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ecore2ecore.source 2.7.0.v20120917-0436
  org.eclipse.mylyn.commons.identity 0.9.1.v20120412-0100
  org.eclipse.objectteams.otdt.jdt.ui 2.1.0.201203201248
  epp.package.cpp.executable.carbon.macosx.x86 1.5.1.20121004-1506
  epp.package.cpp.executable.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.amp.amf.gen.extras 0.9.0.v20120528-0244
  org.eclipse.ui.net 1.2.100.v20120522-1148
  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
  org.eclipse.photran.xlf.feature.group 8.0.2.201209141911
  org.eclipse.photran.xlf.feature.group 8.0.0.201206122044
  org.eclipse.datatools.enablement.oracle.feature.feature.jar 1.10.0.v201201161512-548fAkF7AL7RBJANAI
  org.eclipse.datatools.enablement.oracle.feature.feature.jar 1.10.1.v201208161415-548fAkF7AL7RBJANAI
  org.eclipse.virgo.kernel.core 3.5.1.BUILD-20120613131556
  org.eclipse.egf.core.ui 1.0.0.v20120528-1550
  org.eclipse.dltk.itcl.ui 4.0.0.201206120848
  tooling.virgo.org.eclipse.equinox.p2.jarprocessor 1.0.0.tooling
  org.eclipse.jst.server_core.feature.feature.jar 3.4.0.v20120503_1042-31FEe8s73554A4Fa2153
  epp.package.rcp.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.egf.portfolio.task.ant_root 1.0.0.v20120528-1550
  org.eclipse.linuxtools.lttng2.core 1.0.0.201209191645
  org.eclipse.linuxtools.lttng2.core 1.0.0.201206130106
  epp.package.reporting.executable.motif.solaris.sparc 1.5.1.20121004-1506
  epp.package.reporting.executable.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.modeling.ini.gtk.linux.ppc64 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.scout.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.dltk.ruby.fastdebugger 4.0.0.201206120848
  org.eclipse.jetty.sdk.support.feature.jar 8.1.3.201206060641
  org.eclipse.papyrus.uml.textedit.transition.xtext 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.transition.xtext 0.9.0.v201206131215
  org.eclipse.datatools.enablement.sybase.ase.dbdefinition.source 1.0.0.v201107221507
  org.eclipse.emf.facet.infra.facet.core.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.facet.core.source 0.2.1.v201209110754
  org.eclipse.ptp.rm.openmpi.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.rm.openmpi.feature.jar 6.0.2.201209181406
  org.eclipse.dltk.validators.externalchecker 4.0.0.201206120848
  org.eclipse.emf.validation.ocl.source.feature.group 1.6.0.v20120328-0001-23-7w3121133502768
  org.eclipse.modisco.java.feature.feature.group 0.10.0.v201206130817
  org.eclipse.modisco.java.feature.feature.group 0.10.1.v201209190814
  org.eclipse.ptp.rm.lml_jaxb.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.rm.lml_jaxb.feature.jar 6.0.2.201209181406
  org.eclipse.ocl.examples.domain 3.2.0.v20120503-1141
  org.eclipse.gmf.runtime.common.ui.action.ide.source 1.5.0.v20120514-1615
  org.eclipse.m2e.core.ui 1.2.0.20120903-1050
  org.eclipse.m2e.core.ui 1.1.0.20120530-0009
  org.eclipse.jdt_root 3.8.0.v20120525-1249-8-8nFqlFNOfwKDRGz-pXLdGxEM83
  org.eclipse.jdt_root 3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.source 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.source 1.0.0.v20120521-0710
  org.eclipse.amp.agf.core 0.9.0.v20120528-0244
  org.eclipse.mylyn.wikitext.twiki.core.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.twiki.core.source 1.7.0.v20120612-0600
  org.eclipse.cdt.make.ui.source 7.2.0.201206111645
  org.eclipse.cdt.make.ui.source 7.2.0.201209170703
  toolingepp.package.modeling.ini.win32.win32.x86_64 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.jst.enterprise_ui.feature.feature.jar 3.4.0.v201107072300-7b7JIM0FSK2WM1PS9Ar7AKUz0TrWn
  toolingorg.eclipse.sdk.ide.config.gtk.solaris.sparc 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.gtk.solaris.sparc 4.2.1.M20120914-1800
  epp.package.jee.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.scout.svg.ui.swt 3.8.1.201209171521
  org.eclipse.scout.svg.ui.swt 3.8.0.201206130843
  org.eclipse.dltk.core.index.sql.h2 4.0.0.201206120848
  org.eclipse.wst.xml.xpath.ui 1.1.101.v201204260040
  org.eclipse.ptp.remote.rse.feature.group 6.0.0.201206130201
  org.eclipse.ptp.remote.rse.feature.group 6.0.2.201209181406
  org.eclipse.team.svn.core.nl1 1.0.0.I20120601-1700
  org.eclipse.jst.jsf.facesconfig 1.2.101.v201208241503
  org.eclipse.jst.jsf.facesconfig 1.2.100.v2012030703072246
  org.eclipse.gmf.xpand.qvtlibrary.source 1.1.0.201209121329
  org.eclipse.gmf.xpand.qvtlibrary.source 1.1.0.RC4a
  org.eclipse.acceleo.profiler.edit.source 3.3.0.v20120529-1042
  org.eclipse.acceleo.profiler.edit.source 3.3.1.v20120831-0923
  org.eclipse.emf.databinding 1.2.0.v20120917-0436
  org.eclipse.emf.databinding 1.2.0.v20120608-0554
  org.eclipse.orbit.mongodb 2.7.3.v20120213-1927
  org.eclipse.ecf.provider.msn.ui 1.3.0.v20120610-1946
  org.eclipse.egf.console 1.0.0.v20120528-1550
  org.eclipse.emf.cdo.server.objectivity.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.server.objectivity.source.feature.jar 4.1.0.v20120610-1749
  org.eclipse.actf.model.flash.source 1.0.1.R201209191006
  org.eclipse.actf.model.flash.source 1.0.0.R201206131330
  org.eclipse.emf.cdo.server.security.source 4.1.0.v20120612-0929
  org.eclipse.emf.cdo.server.security.source 4.1.0.v20120911-1146
  org.eclipse.birt.report.engine.emitter.config.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.source 4.2.0.v20120611
  org.eclipse.equinox.simpleconfigurator.manipulator.source 2.0.0.v20110808-1657
  toolingepp.package.jee.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.jee.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.graphiti.ui.source 0.9.0.v20120613-0805
  org.eclipse.graphiti.ui.source 0.9.1.v20120919-0732
  org.eclipse.emf.compare.diff.source 1.3.2.v20120918-1125
  org.eclipse.emf.compare.diff.source 1.3.1.v20120605-0748
  org.eclipse.xtext.doc.source 2.3.1.v201208210947
  org.eclipse.xtext.doc.source 2.3.0.v201206120633
  org.eclipse.equinox.frameworkadmin.equinox.source 1.0.400.v20120428-0117
  toolingepp.package.testing.ini.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.testing.ini.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.rse.ssh.feature.jar 3.0.400.201209191030-7A4FEc7F7BF7gBgB7J7
  org.eclipse.rse.ssh.feature.jar 3.0.400.201205300905-7A4FEc7F7BF7RJ77g7R
  org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.10.1.v201208161415-645BgJ9EDBTHPAhQU
  org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.10.0.v201201161512-644BgJ9ECCLFTAfMO
  org.eclipse.emf.common.ui.source 2.7.0.v20120917-0436
  org.eclipse.emf.common.ui.source 2.7.0.v20120608-0554
  org.eclipse.wb.swt.feature.feature.jar 1.5.0.r42x201206111304
  org.eclipse.wb.swt.feature.feature.jar 1.5.1.r42x201209161211
  org.eclipse.actf.visualization.presentation.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.presentation.source 1.0.0.R201206131330
  org.eclipse.ant.core.source 3.2.400.v20120523-1752
  org.eclipse.linuxtools.cdt.autotools.core 2.0.0.201206111645
  org.eclipse.linuxtools.cdt.autotools.core 2.0.0.201209170703
  toolingepp.package.java.ini.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.java.ini.gtk.linux.ppc 1.5.0.20120614-1633
  org.eclipse.mylyn.java.tasks.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.java.tasks.source 3.8.0.v20120612-0600
  org.eclipse.wst.common_ui.feature.feature.group 3.4.0.v201203141800-7C7AFeBEdhOawe9e8mNfykJqRz00Q0RT
  org.eclipse.wst.common_ui.feature.feature.group 3.4.1.v201208170300-7C7AFeEEdhOaweJhCnQfykJvPz-S1RT
  org.eclipse.gmf.runtime.emf.type.core 1.4.0.v20120514-1615
  org.eclipse.xtext.junit4 2.3.0.v201206120633
  org.eclipse.xtext.junit4 2.3.1.v201208210947
  org.eclipse.xsd.ecore.importer 2.6.0.v20120917-0436
  org.eclipse.xsd.ecore.importer 2.6.0.v20120319-0555
  epp.package.jee.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.jdt.apt.ui.source 3.3.300.v20120522-1651
  org.eclipse.emf.mwe2.runtime.sdk.feature.jar 2.3.0.v201206110920
  org.eclipse.papyrus.sdk.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.sdk.feature.feature.jar 0.9.1.v201209190809
  epp.package.java.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.epp.package.cpp 1.5.1.20121004-1506
  org.eclipse.epp.package.cpp 1.5.0.20120131-1544
  org.eclipse.dltk.ruby.debug.ui 4.0.0.201206120848
  org.eclipse.xpand.ui.feature.jar 1.2.1.v201206110941
  org.eclipse.linuxtools.changelog.feature.group 2.8.0.201209191645
  org.eclipse.linuxtools.changelog.feature.group 2.8.0.201206130106
  org.eclipse.datatools.sqltools.parsers.sql.xml.query 1.0.0.v201107221520
  org.eclipse.emf.cdo.dawn.gmf.source 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.gmf.source 2.0.0.v20120911-1146
  org.eclipse.gmf.runtime.diagram.ui.providers.ide.source 1.2.0.v20120514-1615
  org.eclipse.mylyn.context.sdk.util 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.sdk.util 3.8.0.v20120612-0600
  org.eclipse.emf.eef.editor.model 1.1.1.201206051542
  org.eclipse.datatools.enablement.hsqldb.feature.feature.jar 1.10.0.v201201161512-67E0AqGBM7KfNTHwKO9ILX
  org.eclipse.datatools.enablement.hsqldb.feature.feature.jar 1.10.1.v201208161415-67E1AqGBM7KfNUHxJR9IIQ
  org.eclipse.linuxtools.callgraph.feature.feature.jar 1.0.0.201209191645
  org.eclipse.linuxtools.callgraph.feature.feature.jar 1.0.0.201206130106
  org.eclipse.xsd.cheatsheets 2.6.0.v20120319-0555
  org.eclipse.xsd.cheatsheets 2.6.0.v20120917-0436
  org.eclipse.cdt.gdb 7.0.0.201206111645
  org.eclipse.cdt.gdb 7.0.0.201209170703
  org.eclipse.emf.mapping.ecore.editor.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.ecore.editor.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.egf.model.fprod_root 1.0.0.v20120528-1550
  toolingepp.package.parallel.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.parallel.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.linuxtools.profiling.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.profiling.feature.group 1.0.0.201209191645
  org.eclipse.tcf.te.runtime 1.0.0.201209190831
  org.eclipse.tcf.te.runtime 1.0.0.201206051725
  epp.package.parallel.executable.win32.win32.x86 1.5.1.20121004-1506
  epp.package.parallel.executable.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.gmf.graphdef.source 2.9.0.RC4a
  org.eclipse.gmf.graphdef.source 2.9.0.201209121329
  org.eclipse.emf.eef.eefgen.edit 1.1.1.201206051542
  org.eclipse.equinox.core.sdk.feature.jar 3.8.0.v20120522-1813-85FAcGbBFoYTldHrOJw3cF4q
  org.eclipse.equinox.core.sdk.feature.jar 3.8.0.v20120522-1813-85FAcGbFFoYTldJrUNk3a52oHJ
  org.eclipse.gmf.codegen.ui 1.3.0.201209121329
  org.eclipse.gmf.codegen.ui 1.3.0.RC4a
  org.eclipse.datatools.enablement.jdt.feature.source.feature.jar 1.10.1.v201208161415-2-07w312218332612
  org.eclipse.datatools.enablement.jdt.feature.source.feature.jar 1.10.0.v201201161512-2-07w312218332612
  org.eclipse.bpel.validator 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.validator 1.0.1.v20120914-1434-CI
  org.eclipse.emf.cdo.dawn.ui.source 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.ui.source 2.0.0.v20120911-1146
  toolingepp.package.jee.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.jee.config.motif.linux.x86 1.5.0.20120614-1633
  epp.package.testing.executable.motif.linux.x86 1.5.1.20121004-1506
  epp.package.testing.executable.motif.linux.x86 1.5.0.20120614-1633
  epp.package.automotive.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.ecoretools.properties 1.1.0.201205150811
  org.eclipse.birt.report.engine.emitter.odt.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.odt.source 4.2.1.v20120820
  org.eclipse.papyrus.uml.modelexplorer.widgets 0.9.0.v201206131215
  org.eclipse.papyrus.uml.modelexplorer.widgets 0.9.1.v201209190809
  toolingepp.package.dsl.ini.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.cdt.core.lrparser 5.2.0.201206111645
  org.eclipse.cdt.core.lrparser 5.2.0.201209170703
  toolingepp.package.dsl.config.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.datatools.sqltools.db.derby 1.0.0.v201107221520
  javax.transaction 1.1.1.v201105210645
  org.eclipse.tcf.te.ui.terminals.ssh 1.0.0.201209190831
  org.eclipse.tcf.te.ui.terminals.ssh 1.0.0.201206051725
  toolingepp.package.modeling.config.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.modeling.config.gtk.linux.ppc64 1.5.0.20120620-0855
  org.eclipse.cdt.xlc.sdk.feature.group 6.1.1.201206111645
  org.eclipse.cdt.xlc.sdk.feature.group 6.1.1.201209170703
  org.eclipse.mylyn.github.ui 2.1.0.201209190230-r
  org.eclipse.mylyn.github.ui 2.0.0.201206130900-r
  org.eclipse.gmt.modisco.omg.kdm.source 0.10.0.v201206130817
  org.eclipse.emf.cdo.ui.efs.source 4.0.0.v20120821-1005
  org.eclipse.emf.cdo.ui.efs.source 4.0.0.v20120521-0710
  toolingorg.eclipse.platform.sdk.ini.gtk.aix.ppc64 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.gtk.aix.ppc64 4.2.0.I20120608-1400
  org.eclipse.mylyn.wikitext_feature.feature.group 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext_feature.feature.group 1.7.0.v20120612-0600
  org.eclipse.ocl.uml.feature.jar 4.0.0.v20120611-1210
  org.eclipse.ocl.uml.feature.jar 4.0.0.v20120917-1739
  org.eclipse.persistence.dbws.source.feature.jar 2.4.0.v20120608-r11652
  org.eclipse.wtp.javascript.capabilities 1.0.100.v201005102000
  org.apache.batik.ext.awt 1.6.0.v201011041432
  org.eclipse.acceleo.profiler 3.3.1.v20120831-0923
  org.eclipse.acceleo.profiler 3.3.0.v20120529-1042
  org.eclipse.jst.ws.infopop 1.0.300.v200805140230
  org.eclipse.xtend2.lib.source 2.3.1.v201208210947
  org.eclipse.xtend2.lib.source 2.3.0.v201206120633
  org.eclipse.egf.model.javapattern.edit.source 1.0.0.v20120528-1550
  org.eclipse.equinox.transforms.hook 1.0.400.v20120522-2049
  org.eclipse.emf.cdo.server.db.feature.jar 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.db.feature.jar 4.1.1.v20120911-1146
  org.eclipse.modisco.infrastructure.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.modisco.infrastructure.feature.feature.jar 0.10.0.v201206130817
  toolingepp.package.dsl.config.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.modisco.jee.ejbjar.source 0.10.0.v201206130817
  epp.package.parallel.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.parallel.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.rap.edit.ui 2.8.0.v20120608-0554
  org.eclipse.emf.rap.edit.ui 2.8.0.v20120917-0436
  org.eclipse.egf.portfolio.feature.jar 1.0.0.v20120528-1550
  org.eclipse.papyrus.infra.discovery.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.infra.discovery.feature.feature.group 0.9.1.v201209190809
  org.eclipse.xsd.mapping.editor 2.6.0.v20120917-0436
  org.eclipse.xsd.mapping.editor 2.6.0.v20120319-0555
  org.eclipse.xsd.source.feature.group 2.8.0.v20120319-0555
  org.eclipse.xsd.source.feature.group 2.8.0.v20120917-0436
  epp.package.mobile.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.mobile.executable.gtk.linux.x86 1.5.0.20120614-1633
  org.eclipse.mat.hprof 1.2.0.201205300858
  org.eclipse.jetty.io.source 8.1.3.v20120522
  org.eclipse.wst.common.emf 1.2.100.v201101101900
  org.eclipse.ptp.remote.remotetools.feature.group 6.0.0.201206130201
  org.eclipse.ptp.remote.remotetools.feature.group 6.0.2.201209181406
  org.eclipse.soa.sca.sca1_1.feature.feature.group 2.3.0.201205240725
  org.eclipse.xtext.ui.codetemplates.ui.source 2.3.0.v201206120633
  org.eclipse.xtext.ui.codetemplates.ui.source 2.3.1.v201208210947
  org.eclipse.egf.model.ftask.source 1.0.0.v20120528-1550
  epp.package.reporting.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.reporting.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.ecore.editor.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.ecore.editor.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.ocl.examples.source.feature.group 3.2.1.v20120919-0602
  org.eclipse.ocl.examples.source.feature.group 3.2.0.v20120613-0850
  toolingepp.package.java.ini.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.java.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.m2m.qvt.oml.examples.feature.group 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.examples.feature.group 3.2.0.v20120918-0827
  org.eclipse.birt.cshelp.feature.group 4.2.0.v20120611-51-7w31231722
  org.eclipse.birt.cshelp.feature.group 4.2.1.v20120820-5107w31231931
  toolingepp.package.parallel.config.carbon.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.parallel.config.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.mylyn.versions.core 1.0.0.v20120612-0600
  org.eclipse.mylyn.versions.core 1.0.2.v20120916-1200
  epp.package.cpp.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.cpp.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.m2m.atl.drivers.emf4atl 3.3.1.v201209061455
  org.eclipse.m2m.atl.drivers.emf4atl 3.3.0.v201205241358
  org.eclipse.mylyn.trac.core.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.trac.core.source 3.8.0.v20120612-0600
  org.eclipse.birt.jetty.overlay 4.2.1.v201209061119
  org.eclipse.jdt.source.feature.jar 3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83
  org.eclipse.jdt.source.feature.jar 3.8.0.v20120525-1249-8-8nFqlFNOfwKDRGz-pXLdGxEM83
  org.eclipse.ptp.rm.lml.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rm.lml.feature.group 6.0.0.201206130201
  org.eclipse.acceleo.traceability 3.3.0.v20120529-1042
  org.eclipse.acceleo.traceability 3.3.1.v20120831-0923
  toolingorg.eclipse.platform.ide.config.gtk.linux.s390x 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.config.gtk.linux.s390x 4.2.0.I20120608-1400
  org.eclipse.modisco.java.discoverer 0.10.0.v201206130817
  org.eclipse.modisco.java.discoverer 0.10.1.v201209190814
  tooling.virgo.org.eclipse.core.net 1.0.0.tooling
  epp.package.scout.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  toolingepp.package.parallel.config.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.parallel.config.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.mylyn.sdk_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.sdk_feature.feature.group 3.8.2.v20120916-1200
  toolinggtk.solaris.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
  toolinggtk.solaris.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
  org.eclipse.modisco.jee.source.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.emf.importer.source 2.7.0.v20120917-0436
  org.eclipse.emf.importer.source 2.7.0.v20120608-0554
  org.eclipse.ocl.ui.feature.group 1.0.0.v20120611-0753
  org.eclipse.jdt.junit 3.7.100.v20120523-1543
  org.eclipse.recommenders.extdoc 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.extdoc 1.0.0.v20120612-2305-b156
  org.eclipse.wb.rcp.SWT_AWT 1.5.1.r42x201209161301
  org.eclipse.wb.rcp.SWT_AWT 1.5.0.r42x201206111333
  org.eclipse.mylyn.wikitext.twiki.ui 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.twiki.ui 1.7.2.v20120916-1200
  org.eclipse.gmt.modisco.infra.facet.core.source 0.10.0.v201206130817
  org.eclipse.emf 2.6.0.v20120608-0554
  org.eclipse.emf 2.6.0.v20120917-0436
  org.eclipse.papyrus.uml.tools.extendedtypes 0.9.0.v201206131215
  org.eclipse.papyrus.uml.tools.extendedtypes 0.9.1.v201209190809
  org.eclipse.gmf.runtime.diagram.ui.render.source 1.6.0.v20120514-1615
  org.eclipse.ocl.uml.edit 4.0.0.v20120504-1447
  javax.activation.source 1.1.0.v201108011116
  org.eclipse.papyrus.uml.table.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.uml.table.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.datatools.sqltools.routineeditor.ui 1.0.2.v201208070719
  org.eclipse.datatools.sqltools.routineeditor.ui 1.0.2.v201111230714
  epp.package.automotive.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.automotive.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.equinox.console.ssh 1.0.0.v20120522-1841
  org.eclipse.mylyn.trac_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.trac_feature.feature.group 3.8.2.v20120916-1200
  org.eclipse.swt.cocoa.macosx.x86_64.source 3.100.0.v4233d
  org.eclipse.swt.cocoa.macosx.x86_64.source 3.100.1.v4234e
  org.eclipse.datatools.enablement.hsqldb.dbdefinition 1.0.0.v201107221502
  org.eclipse.gmf.tooldef 2.3.0.RC4a
  org.eclipse.gmf.tooldef 2.3.0.201209121329
  org.eclipse.ptp.rm.ibm.pe.ui 5.0.0.201209181406
  org.eclipse.ptp.rm.ibm.pe.ui 5.0.0.201206130201
  org.eclipse.gmf.examples.runtime.common.service 1.2.0.v20120514-1615
  org.eclipse.mylyn.bugzilla.ide.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.bugzilla.ide.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.discovery.feature.jar 3.8.2.v20120916-1200
  org.eclipse.mylyn.discovery.feature.jar 3.8.0.v20120612-0600
  epp.package.testing.executable.cocoa.macosx.x86_64.Eclipse 1.5.0.20120614-1633
  org.eclipse.modisco.workflow.source 0.10.0.v201206130817
  toolinggtk.linux.s390xorg.eclipse.equinox.common 4.2.1.M20120914-1800
  toolinggtk.linux.s390xorg.eclipse.equinox.common 4.2.0.I20120608-1400
  org.eclipse.cvs.feature.jar 1.3.200.v20120525-1249-7B79FJJAkF7BF7VEH5IAJT
  org.eclipse.cvs.feature.jar 1.3.200.v20120525-1249-7B79FJJAkF7BF7SDL5EAJT
  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
  org.eclipse.graphiti.source.feature.feature.group 0.9.0.v20120613-0805
  org.eclipse.graphiti.source.feature.feature.group 0.9.1.v20120919-0732
  org.eclipse.jetty.monitor.source 8.1.3.v20120522
  org.eclipse.papyrus.sysml.diagram.requirement 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.diagram.requirement 0.9.0.v201206131215
  org.eclipse.emf.cdo.server.net4j.source 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.server.net4j.source 4.0.100.v20120611-0549
  com.google.inject.assistedinject 3.0.0.201207101151
  com.google.inject.assistedinject 3.0.0.201206011119
  org.eclipse.m2e.archetype.common 1.2.0.20120903-0645
  org.eclipse.m2e.archetype.common 1.1.0.20120529-1956
  org.eclipse.wst.xsl.jaxp.launching 1.0.200.v201103081922
  org.eclipse.ptp.remote.ui 6.0.0.201209181406
  org.eclipse.ptp.remote.ui 6.0.0.201206130201
  org.eclipse.swt.gtk.linux.s390x 3.100.1.v4234e
  org.eclipse.swt.gtk.linux.s390x 3.100.0.v4233d
  org.eclipse.emf.compare.match 1.3.2.v20120918-1125
  org.eclipse.emf.compare.match 1.3.1.v20120605-0748
  org.eclipse.ocl.source 3.2.1.v20120917-1739
  org.eclipse.ocl.source 3.2.0.v20120611-1210
  org.eclipse.php.server.core 3.0.1.v201201110400
  org.eclipse.php.server.core 3.1.1.201209101312
  org.eclipse.xtext.ui_root 2.3.1.v201208210947
  org.eclipse.xtext.ui_root 2.3.0.v201206120633
  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.ocl.examples.xtext.completeocl.ui.source 3.2.0.v20120609-0619
  org.eclipse.mat.ibmdumps 1.2.0.201205300858
  org.eclipse.modisco.jee.webapp 0.10.1.v201209190814
  org.eclipse.modisco.jee.webapp 0.10.0.v201206130817
  org.eclipse.team.cvs.ui.source 3.3.500.v20120522-1148
  org.eclipse.koneki.ldt.metalua 0.8.0.201209061319
  org.eclipse.koneki.ldt.metalua 0.8.0.201206122001
  org.eclipse.egf.model.ftask 1.0.0.v20120528-1550
  org.eclipse.e4.ui.css.core 0.10.2.v20120806-171245
  org.eclipse.e4.ui.css.core 0.10.1.v20120523-1955
  org.eclipse.papyrus.uml.diagram.navigation 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.navigation 0.9.0.v201206131215
  toolingepp.package.scout.ini.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.scout.ini.gtk.linux.x86 1.5.1.20121004-1506
  tooling.virgo.org.eclipse.equinox.security 1.0.0.tooling
  org.eclipse.virgo.medic 3.5.0.RELEASE
  org.eclipse.wb.swing.FormLayout 1.5.1.r42x201209161216
  org.eclipse.wb.swing.FormLayout 1.5.0.r42x201206111310
  org.eclipse.birt.chart.device.svg.source 4.2.1.v20120820
  org.eclipse.birt.chart.device.svg.source 4.2.0.v20120611
  org.eclipse.papyrus.sysml.table.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.sysml.table.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.modisco.workflow.core 0.10.0.v201206130817
  org.eclipse.modisco.workflow.core 0.10.1.v201209190814
  org.eclipse.emf.validation.examples.general.source 1.4.0.v20100224-1858
  org.eclipse.php.server.core.source 3.1.1.201209101312
  org.eclipse.php.server.core.source 3.0.1.v201201110400
  org.eclipse.team.svn.resource.ignore.rules.jdt.source 1.0.0.I20120601-1700
  org.eclipse.draw2d.doc.isv 3.8.0.201206112118
  org.eclipse.draw2d.doc.isv 3.8.1.201208201742
  org.eclipse.net4j.http.source 4.0.100.v20120821-1005
  org.eclipse.net4j.http.source 4.0.100.v20120521-0710
  org.eclipse.equinox.p2.discovery.feature.feature.group 1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ
  org.eclipse.e4.ui.model.workbench 0.10.1.v20120523-1955
  org.eclipse.equinox.p2.ql.source 2.0.100.v20110808-1657
  org.eclipse.epp.package.rcp.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.rcp.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.ibm.feature.source.feature.group 1.10.1.v201208161415-7F47WFC7sRdqScnobkd4
  org.eclipse.datatools.enablement.ibm.feature.source.feature.group 1.10.0.v201201161512-7F47WFC7sRdqScnobkd4
  com.springsource.org.aspectj.weaver 1.6.12.RELEASE
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86 4.2.0.I20120608-1400
  epp.package.reporting.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.reporting.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.wb.os.win32 1.5.1.r42x201209161109
  org.eclipse.wb.os.win32 1.5.0.r42x201206111201
  org.eclipse.acceleo.doc.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.doc.source 3.3.0.v20120529-1042
  epp.package.rcp.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.rcp.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.jst.j2ee.navigator.ui 1.1.600.v201203142300
  org.eclipse.emf.eef.codegen.ecore.source 1.1.1.201206051542
  org.eclipse.datatools.connectivity.oda.designer.core.feature.source.feature.jar 1.10.0.v201201161512-7B7C7LCcNBGTBfLREXcc
  org.eclipse.datatools.connectivity.oda.designer.core.feature.source.feature.jar 1.10.1.v201208161415-7B7C7NCcNBGUBnIZDaUY
  org.eclipse.mylyn.versions.sdk.feature.group 1.0.0.v20120612-0600
  org.eclipse.mylyn.versions.sdk.feature.group 1.0.2.v20120916-1200
  org.eclipse.modisco.kdm.source.discoverer.source 0.10.0.v201206130817
  org.eclipse.jst.enterprise_core.feature.feature.jar 3.4.0.v201108110300-52FShAkF7BA8O8J9OC8
  org.eclipse.datatools.enablement.finfo 1.5.1.v200906161800
  toolingepp.package.rcp.config.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.rcp.config.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.papyrus.infra.widget.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.infra.widget.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.scout.rt.server.source 3.8.1.201209171521
  org.eclipse.scout.rt.server.source 3.8.0.201206130843
  org.eclipse.libra.framework.editor.ui 0.2.0.201206060754
  javax.servlet.jsp.glassfish.feature.group 2.2.0.201206060641
  org.eclipse.amp.agf.chart 0.9.0.v20120528-0244
  epp.package.reporting.executable.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.reporting.executable.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.ptp.rdt.server.dstore 3.0.0.201206130201
  org.eclipse.ptp.rdt.server.dstore 3.1.0.201209181406
  org.eclipse.m2m.atl.core 3.3.0.v201205241358
  org.eclipse.m2m.atl.core 3.3.1.v201209061455
  org.eclipse.papyrus.infra.gmfdiag.commands 0.9.1.v201209190809
  org.eclipse.papyrus.infra.gmfdiag.commands 0.9.0.v201206131215
  org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition 1.0.3.v201107221502
  org.eclipse.actf.visualization.engines.blind 1.0.1.R201209191006
  org.eclipse.actf.visualization.engines.blind 1.0.0.R201206131330
  org.eclipse.cdt.core.parser.upc.source.feature.group 5.1.0.201209170703
  org.eclipse.cdt.core.parser.upc.source.feature.group 5.1.0.201206111645
  org.eclipse.gmf.sdk_root 3.0.0.RC4a
  org.eclipse.gmf.sdk_root 3.0.0.201209121329
  toolingepp.package.scout.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.scout.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.jpt.jpadiagrameditor.feature.feature.group 1.1.1.v201208222210-40Bi9oB58B5MBD9975
  org.eclipse.jpt.jpadiagrameditor.feature.feature.group 1.1.0.v201205150001-40Bg9oB58A6CAO5555
  org.eclipse.datatools.enablement.msft.sqlserver.ui.source 1.0.2.v201201131118
  org.eclipse.acceleo.model.source 3.3.0.v20120529-1042
  org.eclipse.acceleo.model.source 3.3.1.v20120831-0923
  org.eclipse.pde.feature.jar 3.8.1.v20120814-104528-7c7vFixFFt6Zr5aC6KM6LGWSd
  org.eclipse.pde.feature.jar 3.8.0.v20120525-1249-7c7vFitFFt6Zr5a12MM4IKMFZ
  org.eclipse.datatools.connectivity.oda.design.ui.source 3.2.8.v201207060816
  org.eclipse.datatools.connectivity.oda.design.ui.source 3.2.7.v201205221153
  org.eclipse.mylyn.bugzilla_feature.feature.group 3.8.2.v20120916-1200
  org.eclipse.mylyn.bugzilla_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.net4j.util 3.2.0.v20120609-0625
  org.eclipse.net4j.util 3.2.1.v20120727-1146
  org.eclipse.egf.model.ui.feature.group 1.0.0.v20120528-1550
  org.eclipse.wst.xsl.xalan 1.0.100.v201103081922
  org.eclipse.papyrus.uml.textedit.transition.xtext.ui 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.transition.xtext.ui 0.9.0.v201206131215
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86_64 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.x86_64 4.2.0.I20120608-1400
  org.eclipse.datatools.enablement.sap.feature.feature.jar 1.10.1.v201208161415-540AkF7AJ7YEJBU7S
  org.eclipse.datatools.enablement.sap.feature.feature.jar 1.10.0.v201201161512-540AkF7AJ7YEJBU7S
  org.eclipse.cdt.testsrunner.gtest 7.0.0.201209170703
  org.eclipse.cdt.testsrunner.gtest 7.0.0.201206111645
  epp.package.cpp.executable.motif.linux.x86 1.5.1.20121004-1506
  epp.package.cpp.executable.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.mylyn.bugzilla_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.bugzilla_feature.feature.jar 3.8.2.v20120916-1200
  org.apache.lucene.core 3.5.0.v20120319-2345
  org.eclipse.xtend.shared.ui 1.2.0.v201206110941
  toolingepp.package.scout.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.scout.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  epp.package.scout.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  org.eclipse.jst.jsf.common.runtime 1.1.0.v20100510
  org.eclipse.jst.jsf.common.runtime 1.1.1.v201208241503
  org.eclipse.gmf.codegen 2.9.0.201209121329
  org.eclipse.gmf.codegen 2.9.0.RC4a
  org.eclipse.birt.report.engine.emitter.odp.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.odp.source 4.2.1.v20120820
  org.eclipse.emf.facet.widgets.source.feature.feature.group 0.2.0.v201206120903
  toolingcocoa.macosx.x86_64org.eclipse.equinox.ds 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86_64org.eclipse.equinox.ds 4.2.0.I20120608-1400
  org.eclipse.help.source.feature.group 1.4.0.v20120608-133537-8P7vFOTFK_Qj4JmDIQXL8Tn
  org.eclipse.help.source.feature.group 1.4.1.v20120726-051048-8R7xFOUFLWUl7MoSKV_RBXl27
  epp.package.parallel.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  org.eclipse.soa.sca.sca1_0.model 2.3.0.201205240725
  org.eclipse.emf.compare.ui 1.3.2.v20120918-1125
  org.eclipse.emf.compare.ui 1.3.1.v20120605-0748
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn.source 1.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn.source 1.0.0.v20120523-0528
  org.eclipse.libra.warproducts.core 0.2.0.201206060754
  toolingepp.package.testing.config.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.testing.config.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.emf.facet.efacet.catalog 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.catalog 0.2.0.v201206120903
  org.eclipse.dltk.ssh.core 4.0.0.201206120848
  org.eclipse.birt.report.designer.ui.samplesview 4.2.0.v20120611
  org.eclipse.birt.report.designer.ui.samplesview 4.2.1.v20120820
  org.eclipse.datatools.enablement.sqlite.feature.feature.jar 1.10.0.v201201161512-542AkF7AJ7SAKAPBF
  org.eclipse.datatools.enablement.sqlite.feature.feature.jar 1.10.1.v201208161415-542AkF7AJ7SAKAPBF
  toolingepp.package.parallel.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.ocl.examples.xtext.oclstdlib 3.2.1.v20120917-1012
  org.eclipse.ocl.examples.xtext.oclstdlib 3.2.0.v20120606-1911
  org.eclipse.birt.chart.device.extension 4.2.0.v20120611
  org.eclipse.birt.chart.device.extension 4.2.1.v20120820
  org.eclipse.emf.ant.source 2.7.0.v20120917-0436
  org.eclipse.emf.ant.source 2.7.0.v20120608-0554
  org.apache.batik.bridge.source 1.6.0.v201011041432
  org.eclipse.ptp.gem.feature.group 6.0.2.201209181406
  org.eclipse.ptp.gem.feature.group 6.0.0.201206130201
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.aix.ppc64 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.aix.ppc64 4.2.1.M20120914-1800
  org.eclipse.jst.j2ee.ejb.annotations.xdoclet 1.2.200.v201103302125
  org.eclipse.wst.xml.xpath.core 1.3.0.v201108312136
  org.eclipse.tcf.te.tcf.filesystem.core 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.filesystem.core 1.0.0.201209190831
  org.eclipse.rephraserengine.ui 8.0.0.201209141911
  org.eclipse.rephraserengine.ui 8.0.0.201206122044
  org.eclipse.equinox.io.source 1.0.400.v20120522-2049
  org.eclipse.scout.sdk.rap.feature.source.feature.jar 3.8.1.201209171521
  org.eclipse.scout.sdk.rap.feature.source.feature.jar 3.8.0.201206130843
  org.eclipse.emf.cdo.edit.source 4.1.0.v20120521-0909
  org.eclipse.emf.cdo.edit.source 4.1.0.v20120821-1005
  org.eclipse.emf.facet.widgets.celleditors.editor 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.celleditors.editor 0.2.1.v201209110754
  org.eclipse.scout.sdk.util.source 3.8.1.201209171521
  org.eclipse.scout.sdk.util.source 3.8.0.201206130843
  org.eclipse.xtend.typesystem.emf_root 1.2.1.v201206110941
  org.eclipse.birt.report.engine.emitter.html 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.html 4.2.0.v20120611
  org.eclipse.ptp.remote.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.remote.feature.jar 6.0.0.201206130201
  org.eclipse.emf.facet.infra.facet.editor 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.facet.editor 0.2.1.v201209110754
  toolingepp.package.parallel.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.config.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.m2m.qvt.oml.doc 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.doc 3.2.0.v20120918-0827
  toolingepp.package.modeling.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.config.gtk.solaris.x86 1.5.0.20120620-0855
  org.eclipse.wb.swing.MigLayout 1.5.1.r42x201209161216
  org.eclipse.wb.swing.MigLayout 1.5.0.r42x201206111310
  org.eclipse.emf.cdo.server.product 4.1.0.v20120612-1056
  org.eclipse.emf.cdo.server.product 4.1.1.v20120821-1005
  org.eclipse.birt.report.engine.emitter.postscript.source 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.postscript.source 4.2.0.v20120611
  org.eclipse.emf.ecore.xcore.exporter 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.exporter 1.0.0.v20120612-0950
  org.eclipse.ocl.uml.source.feature.jar 4.0.0.v20120611-1210
  org.eclipse.ocl.uml.source.feature.jar 4.0.0.v20120917-1739
  org.eclipse.emf.facet.util.emf.core.source 0.2.1.v201209110754
  org.eclipse.emf.facet.util.emf.core.source 0.2.0.v201206120903
  org.eclipse.jetty.sdk.feature.jar 8.1.3.201206060641
  org.eclipse.papyrus.uml.extensionpoints 0.9.0.v201206131215
  org.eclipse.papyrus.uml.extensionpoints 0.9.1.v201209190809
  org.eclipse.emf.eef.codegen.source 1.1.1.201206051542
  org.eclipse.egf.model.fprod.edit.source.feature.group 1.0.0.v20120528-1550
  toolingepp.package.parallel.config.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.parallel.config.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.uml2.uml.edit 4.0.0.v20120604-0919
  org.eclipse.uml2.uml.edit 4.0.1.v20120913-1441
  org.eclipse.tm.terminal.ssh.feature.group 2.1.100.201209191030-308Z31231A2A2141
  org.eclipse.tm.terminal.ssh.feature.group 2.1.100.201205300905-308Z312316411A16
  org.eclipse.egf.model.editor 1.0.0.v20120528-1550
  javax.xml.ws 2.1.0.v200902101523
  org.eclipse.wb.swing.databinding 1.5.0.r42x201206111310
  org.eclipse.wb.swing.databinding 1.5.1.r42x201209161216
  org.eclipse.datatools.enablement.jdbc.feature.feature.jar 1.10.1.v201208161415-4-29oB5895RAE8HHP
  org.eclipse.datatools.enablement.jdbc.feature.feature.jar 1.10.0.v201201161512-4-29oB5885QBB8HKW
  org.eclipse.datatools.enablement.postgresql.feature.source.feature.group 1.10.1.v201208161415-553AkF7AK8PCRBQBP
  org.eclipse.datatools.enablement.postgresql.feature.source.feature.group 1.10.0.v201201161512-553AkF7AK8PCRBQBP
  org.eclipse.dltk.ui 4.0.0.201206120848
  org.eclipse.linuxtools.cdt.libhover.feature.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.cdt.libhover.feature.feature.jar 1.0.0.201209191645
  org.eclipse.jst.ws.axis.ui.doc.user 1.1.100.v201005192217
  org.eclipse.net4j.jvm 4.1.0.v20120607-1039
  org.eclipse.net4j.jvm 4.1.0.v20120821-1005
  ch.qos.logback.core 1.0.0.v20111214-2030
  org.eclipse.swt.gtk.linux.x86_64 3.100.1.v4234e
  org.eclipse.swt.gtk.linux.x86_64 3.100.0.v4233d
  org.eclipse.emf.mapping.ecore.editor.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.ecore.editor.feature.group 2.7.0.v20120608-0554
  org.eclipse.ecf.storage 2.0.0.v20120610-1946
  org.eclipse.wst.web_core.feature.feature.jar 3.4.0.v201203141800-7E7HFSgAJz-mw9oH21HGMpHiKb_kVAz0D
  org.eclipse.wst.web_core.feature.feature.jar 3.4.1.v201208170345-7E7HFSlAJz-mw9qA03HKTuLirZsDJyCao
  org.eclipse.emf.mwe.ui.source.feature.group 1.2.1.v201206110920
  org.eclipse.wst.common.uriresolver 1.2.0.v201203071939
  org.eclipse.papyrus.views.properties.model.editor 0.9.0.v201206131215
  org.eclipse.papyrus.views.properties.model.editor 0.9.1.v201209190809
  org.eclipse.gmt.modisco.infra.facet.source 0.10.0.v201206130817
  org.eclipse.swt.win32.win32.x86_64.source 3.100.1.v4234e
  org.eclipse.swt.win32.win32.x86_64.source 3.100.0.v4233d
  org.eclipse.core.runtime.compatibility.auth 3.2.200.v20110110
  org.eclipse.gyrex.admin.ui.http.source 1.1.0.v20120524-1441
  org.eclipse.emf.cdo.dawn.examples.acore.editor 1.0.100.v20120523-0528
  org.eclipse.emf.cdo.dawn.examples.acore.editor 1.0.100.v20120911-1146
  org.eclipse.net4j.defs.source 4.0.100.v20120821-1005
  org.eclipse.net4j.defs.source 4.0.100.v20120521-0710
  org.eclipse.papyrus.editor 0.9.0.v201206131215
  org.eclipse.papyrus.editor 0.9.1.v201209190809
  org.eclipse.dltk.rse.core 4.0.0.201206120848
  org.eclipse.e4.core.commands 0.10.1.v20120523-1955
  org.eclipse.mylyn.oslc.core 3.8.2.v20120916-1200
  org.eclipse.mylyn.oslc.core 3.8.0.v20120612-0600
  org.eclipse.mylyn.oslc.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.oslc.ui.source 3.8.0.v20120612-0600
  org.eclipse.xpand.feature.jar 1.2.1.v201206110941
  epp.package.automotive 1.5.1.20121004-1506
  epp.package.automotive 1.5.0.20120614-1633
  org.eclipse.emf.cdo.sdk 4.1.0.v20120525-0730
  org.eclipse.emf.cdo.sdk 4.1.0.v20120719-0822
  org.eclipse.cdt_root 8.1.0.201206111645
  org.eclipse.cdt_root 8.1.1.201209170703
  org.eclipse.birt.report.viewer 4.2.0.v20120611
  org.eclipse.birt.report.viewer 4.2.1.v201209071804
  org.eclipse.mylyn.reviews.core.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.reviews.core.source 1.0.0.v20120612-0600
  org.eclipse.jubula.launch 1.2.1.201206131127
  org.eclipse.jubula.launch 1.2.2.201209040912
  toolingepp.package.cpp.config.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.config.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui 1.0.0.201206130106
  org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui 1.0.0.201209191645
  org.eclipse.equinox.p2.ui.sdk.scheduler.source 1.1.0.v20110815-1744
  org.eclipse.actf.mediator.source 1.0.1.R201209191006
  org.eclipse.actf.mediator.source 1.0.0.R201206131330
  org.eclipse.cdt.gnu.debug.source.feature.group 7.1.1.201206111645
  org.eclipse.cdt.gnu.debug.source.feature.group 7.1.1.201209170703
  org.eclipse.birt.report.data.bidi.utils.ui.source 4.2.0.v20120611
  org.eclipse.birt.report.data.bidi.utils.ui.source 4.2.1.v20120820
  org.eclipse.ecf.osgi.services.distribution 2.0.100.v20120610-1946
  org.eclipse.xtend.typesystem.uml2.source.feature.group 1.2.1.v201206110941
  org.eclipse.egf.portfolio.genchain.feature.group 1.0.0.v20120528-1550
  org.eclipse.acceleo.ide.ui 3.3.0.v20120529-1042
  org.eclipse.acceleo.ide.ui 3.3.1.v20120831-0923
  org.eclipse.modisco.infra.omg.source.feature.feature.group 0.10.0.v201206130817
  epp.package.parallel.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.jpt.common.core 1.2.0.v201205240000
  org.eclipse.jpt.common.core 1.2.1.v201208222210
  epp.package.dsl.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.emf.cdo.server.db4o.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.server.db4o.source.feature.group 4.1.0.v20120610-1749
  org.w3c.dom.events 3.0.0.draft20060413_v201105210656
  toolingepp.package.dsl.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.xpand.examples.source 1.2.0.v201206110941
  org.eclipse.m2m.qvt.oml.cst.parser 3.1.0.v201206041614
  org.eclipse.m2m.qvt.oml.cst.parser 3.1.0.v20120906-0508
  org.eclipse.emf.facet.aggregate.metamodel.notgenerated.source 0.2.0.v201206120903
  org.eclipse.emf.facet.aggregate.metamodel.notgenerated.source 0.2.1.v201209110754
  org.eclipse.rse.dstore.feature.jar 3.4.0.201205300905-7L79FYw7VFNVFscFGMFs
  org.eclipse.rse.dstore.feature.jar 3.4.1.201209191030-7L79FYz7VFNVGMOMNFcF
  org.apache.jasper.glassfish.source 2.2.2.v201205150955
  org.eclipse.ecf.eventadmin.feature.feature.group 2.0.0.v20120610-1946
  org.eclipse.jgit.feature.jar 2.0.0.201206130900-r
  org.eclipse.jgit.feature.jar 2.1.0.201209190230-r
  toolingepp.package.reporting.ini.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.jst.j2ee.webservice 1.1.400.v201004110600
  org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.source 2.5.0.200810071
  epp.package.reporting.executable.motif.hpux.ia64_32.eclipse 1.5.0.20120614-1633
  epp.package.reporting.executable.motif.hpux.ia64_32.eclipse 1.5.1.20121004-1506
  org.eclipse.rtp.core.service.provider 1.0.0.v20120613-2107
  org.eclipse.birt.report.debug.ui.source 4.2.0.v20120611
  org.eclipse.birt.report.debug.ui.source 4.2.1.v20120820
  org.eclipse.rtp.httpdeployer.source 1.0.0.v20120613-2107
  org.eclipse.pde.api.tools.ui.source 1.0.400.v20120523-2012
  toolingANY.ANY.ANYorg.apache.mina.core 1.0.0.SIMREL
  org.eclipse.wst.common_ui.feature.feature.jar 3.4.1.v201208170300-7C7AFeEEdhOaweJhCnQfykJvPz-S1RT
  org.eclipse.wst.common_ui.feature.feature.jar 3.4.0.v201203141800-7C7AFeBEdhOawe9e8mNfykJqRz00Q0RT
  org.eclipse.sapphire.workspace.source 0.5.3.201209191432
  org.eclipse.sapphire.workspace.source 0.5.0.201206122150
  org.eclipse.jubula.communication 1.2.2.201209040912
  org.eclipse.jubula.communication 1.2.1.201206131127
  org.eclipse.jem.beaninfo.vm.common 2.0.300.v201004110600
  org.eclipse.graphiti.source 0.9.1.v20120919-0732
  org.eclipse.graphiti.source 0.9.0.v20120613-0805
  org.eclipse.emf.compare.source 1.3.2.v20120918-1125
  org.eclipse.emf.compare.source 1.3.1.v20120605-0748
  org.eclipse.uml2.feature.jar 4.0.1.v20120913-1441
  org.eclipse.uml2.feature.jar 4.0.0.v20120604-0919
  org.eclipse.wst.common_core.feature.feature.group 3.4.1.v201208162200-7B7EFMTF7RZHOjIuOyR0QS
  org.eclipse.wst.common_core.feature.feature.group 3.4.0.v201107190500-7B7EFMSF7RZHOjIpQz-P-QS
  org.eclipse.persistence.dbws 2.4.0.v20120608-r11652
  toolingepp.package.jee.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.jee.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.equinox.transforms.hook.source 1.0.400.v20120522-2049
  org.eclipse.libra.warproducts.ui 0.2.0.201206060754
  org.eclipse.egf.console.source 1.0.0.v20120528-1550
  org.eclipse.cdt.debug.gdbjtag.ui 7.1.0.201209170703
  org.eclipse.cdt.debug.gdbjtag.ui 7.1.0.201206111645
  org.eclipse.epp.mpc.feature.group 1.1.1.I20110907-0947
  org.eclipse.wtp.epp.package.jee.intro 1.3.0.v201006142040
  org.eclipse.egf.portfolio.emf.feature.group 1.0.0.v20120528-1550
  epp.package.java.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.emf.cdo.server.objectivity.feature.group 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.server.objectivity.feature.group 4.1.0.v20120610-1749
  org.eclipse.m2m.qvt.oml.runtime.feature.jar 3.2.0.v20120918-0827
  org.eclipse.m2m.qvt.oml.runtime.feature.jar 3.1.0.v201206041614-7M77-DZRDKRDsDeKsKe
  org.swtchart 0.7.0.v201201201914
  org.eclipse.datatools.connectivity.apache.derby.ui 1.0.3.v201107221459
  org.eclipse.mylyn.wikitext.confluence.ui.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.confluence.ui.source 1.7.0.v20120612-0600
  org.eclipse.datatools.sqltools.tabledataeditor.source 1.0.1.v201005250945
  org.eclipse.cdt.core.parser.upc.feature.feature.jar 5.1.0.201209170703
  org.eclipse.cdt.core.parser.upc.feature.feature.jar 5.1.0.201206111645
  toolingepp.package.scout.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.scout.config.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.ecf.provider.datashare 1.4.100.v20120610-1946
  org.eclipse.papyrus.sysml.facets 0.9.0.v201206131215
  org.eclipse.papyrus.sysml.facets 0.9.1.v201209190809
  org.eclipse.emf.mwe2.language.ui.source 2.3.0.v201206120758
  org.eclipse.e4.ui.widgets 0.12.0.v20120523-1955
  org.eclipse.e4.ui.widgets 0.12.0.v20120905-175524
  org.eclipse.xtend.typesystem.emf.source.feature.group 1.2.1.v201206110941
  toolingepp.package.parallel.ini.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.ini.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.rse.dstore.feature.group 3.4.1.201209191030-7L79FYz7VFNVGMOMNFcF
  org.eclipse.rse.dstore.feature.group 3.4.0.201205300905-7L79FYw7VFNVFscFGMFs
  org.eclipse.actf.model.dom.odf.source 1.0.1.R201209191006
  org.eclipse.actf.model.dom.odf.source 1.0.0.R201206131330
  org.eclipse.egf.model.ftask.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.swt.gtk.linux.s390.source 3.100.0.v4233d
  org.eclipse.swt.gtk.linux.s390.source 3.100.1.v4234e
  epp.package.mobile.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  org.eclipse.equinox.core.feature.feature.group 1.1.0.v20120522-1841-7K7XFKsF7RZHQYI0Yh8T7on
  org.eclipse.equinox.core.feature.feature.group 1.1.0.v20120522-1841-7K7XFMTF7RZHQZI4_c8S-nnFB
  org.eclipse.actf.visualization.blind 1.0.1.R201209191006
  org.eclipse.actf.visualization.blind 1.0.0.R201206131330
  org.eclipse.datatools.sqltools.doc.user.feature.group 1.10.0.v201201161512-37D-7733L3D753L7BBF
  org.eclipse.datatools.sqltools.doc.user.feature.group 1.10.1.v201208161415-37D-7733L3D753L7BBF
  org.eclipse.mylyn.docs.intent.client.ui 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.client.ui 0.7.1.201208201051
  org.eclipse.datatools.connectivity.oda.flatfile.ui.source 3.1.4.v201208231316
  org.eclipse.datatools.connectivity.oda.flatfile.ui.source 3.1.3.v201203221637
  org.eclipse.jdt.doc.user 3.8.1.v20120829-072811
  org.eclipse.jdt.doc.user 3.8.0.v20120606-134218
  org.eclipse.gyrex.persistence.solr.source 1.0.0.v20120511-0856
  org.eclipse.mylyn.builds.sdk.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.builds.sdk.feature.group 1.0.0.v20120612-0600
  org.eclipse.equinox.console.ssh.source 1.0.0.v20120522-1841
  toolinggtk.hpux.ia64_32org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.hpux.ia64_32org.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.net4j.util.doc 4.1.0.v20120611-1554
  org.eclipse.net4j.util.doc 4.1.0.v20120911-1146
  org.eclipse.team.svn.resource.ignore.rules.jdt.source.feature.jar 1.0.0.I20120601-1700
  org.eclipse.papyrus.uml.textedit.state.xtext 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.state.xtext 0.9.1.v201209190809
  org.eclipse.egf.common.feature.group 1.0.0.v20120528-1550
  org.eclipse.xtend.profiler.source 1.2.0.v201206110941
  org.eclipse.m2m.atl.profiler.exportmodel.editor 3.3.0.v201205241358
  org.eclipse.m2m.atl.profiler.exportmodel.editor 3.3.1.v201209061455
  epp.package.automotive.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.java.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.cdo.doc.source 4.1.0.v20120612-1844
  org.eclipse.emf.cdo.doc.source 4.1.1.v20120911-1146
  org.eclipse.xpand.doc_root 1.2.1.v201206110941
  org.eclipse.datatools.sqltools.db.generic.source 1.0.0.v201107221520
  org.eclipse.ecf.discovery.dnssd.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.egf.producer.fprod.source 1.0.0.v20120528-1550
  javax.xml.stream 1.0.1.v201004272200
  org.eclipse.amp.amf.abase.editor 0.9.0.v20120528-0244
  org.eclipse.emf.edit.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.edit.feature.jar 2.8.0.v20120608-0554
  org.eclipse.rse.subsystems.files.ssh 2.1.300.201205300905
  org.eclipse.rse.subsystems.files.ssh 2.1.300.201209191030
  org.eclipse.mylyn.wikitext.ui.source 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.ui.source 1.7.2.v20120916-1200
  org.eclipse.amp.escape.feature.group 0.9.0.v20120528-0244
  epp.package.reporting.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  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
  org.quartz 1.8.3.v20110329-1420
  org.eclipse.emf.cdo.dawn.source.feature.jar 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.source.feature.jar 2.0.0.v20120911-1146
  org.eclipse.cdt.debug.gdbjtag.feature.group 7.0.0.201209170703
  org.eclipse.cdt.debug.gdbjtag.feature.group 7.0.0.201206111645
  org.eclipse.datatools.sqltools.sqlbuilder 1.0.3.v201107221520
  org.eclipse.datatools.sqltools.sqlbuilder 1.0.3.v201208070719
  org.eclipse.xtend.ide 2.3.1.v201208210947
  org.eclipse.xtend.ide 2.3.0.v201206120633
  org.eclipse.birt.report.data.oda.jdbc 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc 4.2.0.v20120611
  epp.package.modeling.executable.gtk.linux.x86 1.5.1.20121004-1506
  epp.package.modeling.executable.gtk.linux.x86 1.5.0.20120620-0855
  org.eclipse.amp.axf.ide.source 0.9.0.v20120528-0244
  org.eclipse.jwt.we.helpers.files 1.2.0.v201205310546
  org.eclipse.mylyn.commons.sdk.util.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.sdk.util.source 3.8.0.v20120612-0600
  org.eclipse.emf.cheatsheets 2.5.0.v20120608-0554
  org.eclipse.emf.cheatsheets 2.5.0.v20120917-0436
  org.eclipse.m2e.scm 1.2.0.20120903-1050
  org.eclipse.m2e.scm 1.1.0.20120530-0009
  org.eclipse.bpel.apache.ode.deploy.ui 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.apache.ode.deploy.ui 1.0.1.v20120612-2300-CI
  org.eclipse.equinox.p2.console.source 1.0.300.v20120429-0125
  org.eclipse.uml2.common.edit 1.6.0.v20120913-1441
  org.eclipse.uml2.common.edit 1.6.0.v20120604-0919
  org.eclipse.rse.subsystems.shells.telnet 1.2.300.201209191030
  org.eclipse.rse.subsystems.shells.telnet 1.2.300.201205300905
  org.eclipse.birt.example.feature.group 4.2.0.v20120611-7T7D-DZRDKRDsKK
  org.eclipse.birt.example.feature.group 4.2.1.v20120820-7T7D6DZRDKRE6OK5B48
  javax.servlet.source 3.0.0.v201112011016
  org.eclipse.actf.visualization.engines.voicebrowser.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.engines.voicebrowser.source 1.0.0.R201206131330
  org.eclipse.xtext.xbase.ui 2.3.1.v201208210947
  org.eclipse.xtext.xbase.ui 2.3.0.v201206120633
  org.eclipse.emf.facet.common.source.feature.jar 0.2.1.v201209110754
  org.eclipse.uml2.source 4.0.1.v20120913-1441
  org.eclipse.uml2.source 4.0.0.v20120604-0919
  org.eclipse.egf.core.producer.source 1.0.0.v20120528-1550
  org.eclipse.egf.emf.pattern.ui.source 1.0.0.v20120528-1550
  org.eclipse.emf.cdo.server.objectivity.stub 4.1.0.v20120821-1005
  org.eclipse.emf.cdo.server.objectivity.stub 4.1.0.v20120610-1749
  org.eclipse.gmt.modisco.infra.capabilities 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.capabilities 0.10.1.v201209190814
  org.eclipse.jst.web_userdoc.feature.feature.group 3.4.0.v201111022313-2107w31211938
  org.eclipse.jst.web_userdoc.feature.feature.group 3.4.1.v201208231800-2117w312319373364
  org.eclipse.net4j.util.ui.source 3.2.0.v20120821-1005
  org.eclipse.net4j.util.ui.source 3.2.0.v20120611-0350
  org.eclipse.datatools.connectivity.db.generic.source 1.0.1.v201107221459
  toolingepp.package.automotive.config.carbon.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.config.carbon.macosx.x86 1.5.0.20120614-1633
  org.eclipse.jgit.ui 2.1.0.201209190230-r
  org.eclipse.jgit.ui 2.0.0.201206130900-r
  toolingepp.package.cpp.ini.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.cpp.ini.motif.linux.x86 1.5.0.20120614-1633
  toolinggtk.linux.x86_64org.eclipse.equinox.event 4.2.1.M20120914-1800
  toolinggtk.linux.x86_64org.eclipse.equinox.event 4.2.0.I20120608-1400
  org.eclipse.xsd.mapping.feature.group 2.7.0.v20120319-0555
  org.eclipse.xsd.mapping.feature.group 2.7.0.v20120917-0436
  org.eclipse.birt.report.viewer.source 4.2.0.v20120611
  org.eclipse.birt.report.viewer.source 4.2.1.v201209071804
  org.eclipse.xtext.logging.source 1.2.15.v201208210947
  org.eclipse.xtext.logging.source 1.2.15.v201206120633
  org.eclipse.papyrus.uml.textedit.property.xtext.ui 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.property.xtext.ui 0.9.1.v201209190809
  org.eclipse.wb.core 1.5.0.r42x201206111201
  org.eclipse.wb.core 1.5.1.r42x201209161109
  toolinggtk.hpux.ia64_32org.eclipse.core.runtime 4.2.1.M20120914-1800
  toolinggtk.hpux.ia64_32org.eclipse.core.runtime 4.2.0.I20120608-1400
  org.eclipse.mylyn.docs.intent.compare 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.compare 0.7.1.201208201051
  toolinggtk.linux.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolinggtk.linux.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.eclipse.datatools.enablement.oda.feature.source.feature.group 1.10.0.v201201161512-7A7T7CDZRDKHF_HnGjOX
  org.eclipse.datatools.enablement.oda.feature.source.feature.group 1.10.1.v201208161415-7A7T7CDZRDKHF_HnGjOX
  epp.package.mobile.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.gmf.runtime.diagram.ui.resources.editor.source 1.4.1.v20120514-1615
  toolingepp.package.jee.application 1.5.0.20120614-1633
  toolingepp.package.jee.application 1.5.1.20121004-1506
  toolingepp.package.testing.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.testing.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingANY.ANY.ANYorg.eclipse.virgo.medic 1.0.0.SIMREL
  org.eclipse.emf.cdo.team.source 4.0.100.v20120609-0759
  org.eclipse.emf.cdo.team.source 4.0.100.v20120821-1005
  org.eclipse.modisco.examples.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.modisco.examples.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.emf.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.feature.group 2.8.1.v20120917-0436
  org.eclipse.wst.server_core.feature.feature.group 3.3.100.v20110810_1722-33Et8s73563B6Ha3113
  epp.package.jee.executable.motif.solaris.sparc 1.5.0.20120614-1633
  epp.package.jee.executable.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.mylyn.trac.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.trac.ui.source 3.8.0.v20120612-0600
  org.eclipse.mat.parser 1.2.0.201205300858
  org.eclipse.soa.sca.core.model.edit 2.3.0.201205240725
  org.eclipse.datatools.enablement.sybase.ui 1.0.0.v200906090452
  org.eclipse.jpt.dbws.eclipselink.ui 1.0.200.v201203150000
  org.eclipse.jpt.dbws.eclipselink.ui 1.0.201.v201208222210
  epp.package.parallel.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  epp.package.parallel.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.team.svn.nl1.sources.feature.group 1.0.0.I20120601-1700
  org.eclipse.team.svn.nl1.sources.feature.group 1.0.0.I20120818-1700
  org.eclipse.platform.ide 4.2.0.I20120608-1400
  org.eclipse.platform.ide 4.2.1.M20120914-1800
  org.eclipse.mylyn.mft.uml2.core 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.uml2.core 0.9.1.I20120907-1845
  org.eclipse.graphiti.feature.tools.feature.jar 0.9.0.v20120613-0805
  org.eclipse.graphiti.feature.tools.feature.jar 0.9.1.v20120919-0732
  org.eclipse.sapphire.java.jdt.feature.group 0.5.3.201209191432
  org.eclipse.sapphire.java.jdt.feature.group 0.5.0.201206122150
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc64 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc64 4.2.0.I20120608-1400
  org.eclipse.ptp.rdt.sync.core 2.0.0.201209181406
  org.eclipse.ptp.rdt.sync.core 2.0.0.201206130201
  org.eclipse.emf.mapping.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.source.feature.jar 2.7.0.v20120608-0554
  org.eclipse.xtext.docs.feature.group 2.3.1.v201208210947
  org.eclipse.xtext.docs.feature.group 2.3.0.v201206120633
  org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.11.0.v20120523-1955
  org.eclipse.e4.ui.workbench.renderers.swt.cocoa 0.11.0.v20120716-173435
  org.eclipse.mylyn.discovery.core.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.discovery.core.source 3.8.2.v20120916-1200
  org.eclipse.gyrex.logback.config.source 1.0.0.v20120524-0614
  org.eclipse.jem.beaninfo.vm 2.0.300.v201004110600
  org.eclipse.scout.rt.ui.rap.workbench.source 1.0.0.201209171521
  org.eclipse.scout.rt.ui.rap.workbench.source 1.0.0.201206130843
  org.eclipse.ecf.console 1.0.0.v20120610-1946
  org.eclipse.xtext.xbase.junit 2.3.1.v201208210947
  org.eclipse.xtext.xbase.junit 2.3.0.v201206120633
  org.eclipse.cdt.managedbuilder.xlupc.ui 1.1.0.201206111645
  org.eclipse.cdt.managedbuilder.xlupc.ui 1.1.0.201209170703
  org.eclipse.papyrus.infra.tools 0.9.0.v201206131215
  org.eclipse.papyrus.infra.tools 0.9.1.v201209190809
  org.eclipse.cdt.build.crossgcc.feature.group 1.1.0.201209170703
  org.eclipse.cdt.build.crossgcc.feature.group 1.1.0.201206111645
  org.eclipse.pde.ds.ui 1.0.200.v20120530-1435
  org.eclipse.mylyn.commons.screenshots 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.screenshots 3.8.0.v20120612-0600
  org.eclipse.emf.validation.examples.source.feature.jar 1.6.0.v20120328-0001
  org.eclipse.wst.xml_ui.feature.feature.jar 3.4.0.v201111021744-7H7GFeBDxumUpsl5liePhK3loz-m62J4rSz011R1
  org.eclipse.wst.xml_ui.feature.feature.jar 3.4.1.v201208170345-7H7GFeFDxumUpsw5rgjWnKDrsz0p4ymwjQz00T2S
  epp.package.jee.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  org.eclipse.mylyn.mft.ecoretools.feature.jar 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.ecoretools.feature.jar 0.9.0.I20120314-1750
  java_cup.runtime 0.10.0.v201005080400
  org.eclipse.net4j.ui.shared 4.1.0.v20120821-1005
  org.eclipse.net4j.ui.shared 4.1.0.v20120609-1104
  org.eclipse.jem.proxy 2.0.400.v201101101900
  org.eclipse.equinox.security.win32.x86_64.source 1.0.100.v20120522-2049
  org.eclipse.emf.facet.infra.source.feature.feature.group 0.2.0.v201206120903
  org.eclipse.koneki.ldt.parser 0.8.0.201206122001
  org.eclipse.koneki.ldt.parser 0.8.0.201209061319
  org.eclipse.gmt.modisco.infra.facet.ui.source 0.10.0.v201206130817
  org.eclipse.acceleo.engine 3.3.1.v20120831-0923
  org.eclipse.acceleo.engine 3.3.0.v20120529-1042
  org.eclipse.emf.facet.examples.source.feature.group 0.2.1.v201209110754
  org.eclipse.datatools.enablement.sap.maxdb.dbdefinition 1.0.0.v201107221507
  org.eclipse.emf.ecore.xcore.ui.source 1.0.0.v20120612-0950
  org.eclipse.emf.ecore.xcore.ui.source 1.0.1.v20120917-0741
  org.eclipse.linuxtools.valgrind.feature.group 1.0.0.201209191645
  org.eclipse.linuxtools.valgrind.feature.group 1.0.0.201206130106
  org.apache.sshd.core.source 0.5.0.v201108120515
  org.eclipse.actf.core.source 1.0.1.R201209191006
  org.eclipse.actf.core.source 1.0.0.R201206131330
  org.eclipse.mylyn.commons.team 0.9.1.v20120412-0100
  org.eclipse.xtend.typesystem.uml2.source 1.2.0.v201206110941
  epp.package.jee.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.win32.win32.x86 1.5.0.20120614-1633
  epp.package.rcp.executable.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.gmf.bridge.trace 1.3.0.201209121329
  org.eclipse.gmf.bridge.trace 1.3.0.RC4a
  org.eclipse.papyrus.uml.modelexplorer 0.9.0.v201206131215
  org.eclipse.papyrus.uml.modelexplorer 0.9.1.v201209190809
  org.eclipse.bpel.xpath10 1.0.1.v20120914-1434-CI
  org.eclipse.bpel.xpath10 1.0.1.v20120612-2300-CI
  org.eclipse.emf.facet.widgets.nattable.instance.edit.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.instance.edit.source 0.2.0.v201206120903
  org.eclipse.ecf.doc 1.3.0.v20120610-1946
  org.eclipse.mylyn.ide.ant.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.ide.ant.source 3.8.2.v20120916-1200
  org.eclipse.emf.facet.common.ui 0.2.0.v201206120903
  org.eclipse.emf.facet.common.ui 0.2.1.v201209110754
  org.eclipse.egf.core.ui.source 1.0.0.v20120528-1550
  org.eclipse.papyrus.infra.gmfdiag.preferences 0.9.1.v201209190809
  org.eclipse.papyrus.infra.gmfdiag.preferences 0.9.0.v201206131215
  org.eclipse.wst.ws 1.1.300.v201204181727
  org.eclipse.gmt.modisco.examples.source 0.10.0.v201206130817
  org.eclipse.gmf.xpand 2.1.0.RC4a
  org.eclipse.gmf.xpand 2.1.0.201209121329
  org.eclipse.m2m.qvt.oml.project.source 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.project.source 3.1.0.v201206041614
  org.eclipse.emf.facet.infra.facet.edit.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.facet.edit.source 0.2.0.v201206120903
  org.eclipse.ocl.examples.xtext.oclinecore.source 3.2.0.v20120606-1911
  org.eclipse.jubula.client.archive 1.2.2.201209040912
  org.eclipse.jubula.client.archive 1.2.1.201206131127
  org.eclipse.emf.eef.mapping 1.1.1.201206051542
  org.eclipse.emf.facet.infra.browser.custom.edit 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.browser.custom.edit 0.2.1.v201209110754
  toolingepp.package.cpp.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.papyrus.uml.textedit.message.xtext 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.message.xtext 0.9.1.v201209190809
  org.eclipse.net4j.util.ui.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.util.ui.source.feature.jar 4.1.0.v20120612-0600
  org.eclipse.equinox.p2.engine.source 2.2.0.v20120501-1502
  org.eclipse.emf.codegen.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.source.feature.group 2.8.0.v20120917-0436
  org.apache.derby.jdbc_1082.fragment.source 10.8.2.201209171521
  org.apache.derby.jdbc_1082.fragment.source 10.8.2.201206130843
  org.eclipse.jdt.source 3.8.0.v201206081400
  org.eclipse.jdt.source 3.8.0.v201209141800
  org.eclipse.papyrus.uml.properties 0.9.0.v201206131215
  org.eclipse.papyrus.uml.properties 0.9.1.v201209190809
  org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition 1.0.4.v201107221502
  toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  org.eclipse.xpand.source.feature.group 1.2.1.v201206110941
  org.eclipse.epp.package.java 1.5.0.20120131-1544
  org.eclipse.epp.package.java 1.5.1.20121004-1506
  org.eclipse.gmt.modisco.kdm.source.discoverer.source 0.10.0.v201206130817
  org.eclipse.dltk.ruby.activestatedebugger 4.0.0.201206120848
  org.eclipse.emf.eef.codegen.launcher 1.1.1.201206051542
  org.eclipse.egf.portfolio.ant.javadoc 1.0.0.v20120528-1550
  org.eclipse.wst.ws.service.policy.ui 1.0.400.v201201111717
  org.eclipse.emf.facet.query.java.core 0.2.0.v201206120903
  org.eclipse.emf.facet.query.java.core 0.2.1.v201209110754
  org.eclipse.cdt.codan.core.source 2.1.0.201206111645
  org.eclipse.cdt.codan.core.source 2.1.0.201209170703
  org.eclipse.gmf.runtime.notation.providers 1.3.0.v20120514-1615
  org.eclipse.jst.common.annotations.core 1.1.300.v201004141630
  org.eclipse.scout.rt.ui.swt 3.8.0.201206130843
  org.eclipse.scout.rt.ui.swt 3.8.1.201209171521
  org.eclipse.actf.ui.source 1.0.0.R201206131330
  org.eclipse.actf.ui.source 1.0.1.R201209191006
  org.eclipse.rse.subsystems.shells.core 3.1.300.201209191030
  org.eclipse.rse.subsystems.shells.core 3.1.300.201205300905
  org.eclipse.birt.core.source 4.2.1.v201209121203
  org.eclipse.birt.core.source 4.2.0.v20120611
  org.eclipse.mylyn_feature.feature.group 3.8.2.v20120916-1200
  org.eclipse.mylyn_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.emf.eef.editor.model.source 1.1.1.201206051542
  org.eclipse.emf.query.doc.feature.group 1.6.0.v20120328-0001-33-8s733L466A3AE72
  org.eclipse.acceleo.common.ui 3.3.0.v20120529-1042
  org.eclipse.acceleo.common.ui 3.3.1.v20120831-0923
  org.eclipse.egf.model.jetpattern 1.0.0.v20120528-1550
  org.eclipse.actf.model.flash.proxy 1.0.1.R201209191006
  org.eclipse.actf.model.flash.proxy 1.0.0.R201206131330
  org.eclipse.persistence.moxy.source.feature.group 2.4.0.v20120608-r11652
  org.eclipse.equinox.p2.operations.source 2.2.0.v20120524-0542
  org.eclipse.wst.ws.parser 1.0.403.v201004211805
  org.eclipse.cdt.gnu.build.source.feature.group 8.1.0.201206111645
  org.eclipse.cdt.gnu.build.source.feature.group 8.1.1.201209170703
  org.eclipse.dstore.extra 2.1.400.201205300905
  org.eclipse.dstore.extra 2.1.400.201209191030
  org.eclipse.equinox.p2.ui.source 2.2.0.v20120524-0542
  org.eclipse.wst.webtools.doc.user 1.0.500.v201005192212
  org.eclipse.swt.win32.win32.x86 3.100.1.v4234e
  org.eclipse.swt.win32.win32.x86 3.100.0.v4233d
  org.eclipse.persistence.antlr.source 3.2.0.v201206041011
  org.eclipse.birt.report.debug.ui 4.2.0.v20120611
  org.eclipse.birt.report.debug.ui 4.2.1.v20120820
  org.eclipse.actf.visualization.ui.report.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.ui.report.source 1.0.0.R201206131330
  org.eclipse.recommenders.utils.rcp 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.utils.rcp 1.0.0.v20120914-1432-b175
  toolingorg.eclipse.sdk.ide.config.gtk.linux.s390 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.gtk.linux.s390 4.2.1.M20120914-1800
  org.eclipse.emf.facet.infra.browser.custom.edit.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom.edit.source 0.2.0.v201206120903
  toolingorg.eclipse.sdk.ide.ini.gtk.solaris.sparc 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.ini.gtk.solaris.sparc 4.2.1.M20120914-1800
  ch.qos.logback.slf4j 1.0.0.v20120123-1500
  org.eclipse.modisco.sdk.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.modisco.sdk.feature.feature.jar 0.10.1.v201209190814
  org.eclipse.graphiti.export.batik 0.9.1.v20120919-0732
  org.eclipse.graphiti.export.batik 0.9.0.v20120613-0805
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.10.1.v201208161415-79-78EVVFNQGpRkHz0Sm
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.10.0.v201201161512-79-78EVVFNOGnTeK-SY
  org.eclipse.egf.emf.importer.source 1.0.0.v20120528-1550
  org.eclipse.equinox.transforms.xslt.source 1.0.300.v20120522-2049
  org.eclipse.php.core.parser 3.1.1.201209101312
  org.eclipse.php.core.parser 3.0.1.v201201110400
  org.eclipse.php.feature.group 3.1.1.201209101312
  org.eclipse.php.feature.group 3.0.1.v201201110400-7V-79F8NcJTcJTTTJwJJ
  toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86_64 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86_64 4.2.0.I20120608-1400
  org.eclipse.mylyn.mft.ecoretools.feature.group 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.ecoretools.feature.group 0.9.0.I20120314-1750
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.source 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.source 4.2.1.v20120820
  org.eclipse.emf.validation.examples.source.feature.group 1.6.0.v20120328-0001
  org.eclipse.gmf.bridge.ui.dashboard.source 2.3.0.201209121329
  org.eclipse.gmf.bridge.ui.dashboard.source 2.3.0.RC4a
  org.eclipse.egf.emf.ecore.editor.source 1.0.0.v20120528-1550
  toolingepp.package.jee.config.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.jee.config.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.tcf.te.tcf.ui 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.ui 1.0.0.201206051725
  org.eclipse.recommenders.feature.extdoc.rcp.feature.jar 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.extdoc.rcp.feature.jar 1.0.0.v20120612-2305-b156
  org.eclipse.jst.ws 1.0.600.v201108242234
  org.eclipse.m2m.qvt.oml.editor.source.feature.jar 3.1.0.v201206041614-40-7w312317152725
  org.eclipse.m2m.qvt.oml.editor.source.feature.jar 3.2.0.v20120918-0827
  org.slf4j.jcl 1.6.4.v20120130-2120
  org.eclipse.rtp.package.headless_root 1.0.0.v20120613-2107
  org.eclipse.birt.data.aggregation 4.2.0.v20120611
  org.eclipse.birt.data.aggregation 4.2.1.v20120820
  toolingorg.eclipse.platform.ide.config.win32.win32.x86_64 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.config.win32.win32.x86_64 4.2.0.I20120608-1400
  org.eclipse.jst.jee.ui 1.0.500.v201205170400
  org.eclipse.equinox.server.p2.feature.jar 1.2.0.v20120522-1841-7z7_FfoFTy21Yu4Ydp_WohB38
  org.eclipse.equinox.server.p2.feature.jar 1.2.0.v20120522-1841-7z7_FfoFTy21Yu4Ykq_engx38
  org.eclipse.emf.java 2.5.0.v20120528-0244
  org.eclipse.gyrex.admin.ui.jobs 1.1.0.v20120523-1512
  org.eclipse.gmf.runtime.diagram.ui.geoshapes.source 1.4.1.v20120514-1615
  org.eclipse.tcf.cdt.feature.feature.group 1.0.1.201209190831
  org.eclipse.tcf.cdt.feature.feature.group 1.0.0.201206051725
  org.eclipse.gmf.graphdef.codegen.source 2.9.0.RC4a
  org.eclipse.gmf.graphdef.codegen.source 2.9.0.201209121329
  org.eclipse.egf.core.ui.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.xtend.ui.feature.group 1.2.1.v201206110941
  org.eclipse.emf.transaction.feature.group 1.6.0.v20120328-0001-377-8s734C3E7D15D6B
  org.eclipse.datatools.connectivity.apache.derby.dbdefinition 1.0.2.v201107221459
  org.eclipse.scout.sdk.source 3.8.0.201206130843
  org.eclipse.scout.sdk.source 3.8.1.201209171521
  org.eclipse.actf.visualization.engines.lowvision 1.0.1.R201209191006
  org.eclipse.actf.visualization.engines.lowvision 1.0.0.R201206131330
  org.eclipse.emf.query.examples.ocl.source 2.0.0.v20091215-1624
  org.eclipse.birt.report.model 4.2.1.v201209121206
  org.eclipse.birt.report.model 4.2.0.v20120611
  org.eclipse.tcf.te.core.cdt 1.0.0.201209190831
  org.eclipse.tcf.te.core.cdt 1.0.0.201206051725
  org.eclipse.m2m.atl.drivers.emf4atl.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.drivers.emf4atl.source 3.3.0.v201205241358
  org.eclipse.wst.jsdt.feature.feature.jar 1.4.0.v201111090639-7H7DFeHFC7sRemSZgYbe4
  org.eclipse.wst.jsdt.feature.feature.jar 1.4.1.v201208171701-7H7DFg0FC7sReqSyfqesWi
  org.eclipse.epp.package.jee.feature.feature.jar 1.5.1.20121004-1506
  org.eclipse.epp.package.jee.feature.feature.jar 1.5.0.20120614-1633
  org.eclipse.equinox.p2.ui.admin 1.0.100.v20110808-1657
  org.apache.batik.xml 1.6.0.v201011041432
  org.eclipse.swt.gtk.linux.x86.source 3.100.1.v4234e
  org.eclipse.swt.gtk.linux.x86.source 3.100.0.v4233d
  epp.package.dsl.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  org.apache.lucene.core.source 2.9.1.v201101211721
  org.eclipse.cdt.dsf.ui.source 2.3.0.201209170703
  org.eclipse.cdt.dsf.ui.source 2.3.0.201206111645
  org.eclipse.amp.amf.abase.edit.source 0.9.0.v20120528-0244
  org.eclipse.rcp.source.feature.jar 4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA
  org.eclipse.rcp.source.feature.jar 4.2.1.v20120814-120134-7IAPA8BrHQicS-rjP0GbqK780kMy
  org.eclipse.emf.cdo.ui.ide 4.0.100.v20120606-1626
  org.eclipse.emf.cdo.ui.ide 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.examples.installer.source 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.examples.installer.source 4.1.0.v20120612-1807
  org.eclipse.datatools.sqldevtools.parsers.feature.feature.jar 1.10.1.v201208161415-623BgJ9EE9ZJRDZLA
  org.eclipse.datatools.sqldevtools.parsers.feature.feature.jar 1.10.0.v201201161512-623BgJ9EE9ZJRDZLA
  org.eclipse.linuxtools.lttng2.kernel.core 1.0.0.201206130106
  org.eclipse.linuxtools.lttng2.kernel.core 1.0.0.201209191645
  org.eclipse.datatools.enablement.msft.feature.feature.jar 1.10.1.v201208161415-544AkF7AL7MDMAQ8O
  org.eclipse.datatools.enablement.msft.feature.feature.jar 1.10.0.v201201161512-544AkF7AL7MDMAQ8O
  org.eclipse.gyrex.model.common.source 1.0.0.v20120511-0855
  org.eclipse.jst.common.annotations.controller 1.1.300.v200908252030
  org.eclipse.photran.ui 8.0.0.201206122044
  org.eclipse.photran.ui 8.0.0.201209141911
  epp.package.parallel.executable.gtk.linux.ppc 1.5.1.20121004-1506
  epp.package.parallel.executable.gtk.linux.ppc 1.5.0.20120614-1633
  Web, XML, Java EE and OSGi Enterprise Development 0.0.0.44-cLWNvF7w31221627022110880
  Web, XML, Java EE and OSGi Enterprise Development 0.0.0.450cLWNvF
  org.eclipse.epp.package.modeling 1.5.0.20120131-1544
  org.eclipse.epp.package.modeling 1.5.1.20121004-1506
  org.eclipse.net4j.util.feature.group 4.1.0.v20120609-0625
  org.eclipse.net4j.util.feature.group 4.1.1.v20120911-1146
  epp.package.automotive.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.emf.query.ocl.feature.group 1.6.0.v20120425-2310-3--7w311A232602735
  org.eclipse.ptp.rm.jaxb.contrib.feature.group 6.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.contrib.feature.group 6.0.2.201209181406
  org.eclipse.papyrus.uml.textedit.common.xtext.ui 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.common.xtext.ui 0.9.1.v201209190809
  toolingepp.package.dsl.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.emf.query.examples.statements.source 1.2.0.v200901271643
  tooling.virgo.org.apache.sshd.core 1.0.0.tooling
  org.eclipse.jst.server.generic.core 1.0.700.v20101219
  epp.package.dsl 1.5.1.20121004-1506
  org.apache.derby.jdbc_1053.fragment.source 10.5.3.201206130843
  org.apache.derby.jdbc_1053.fragment.source 10.5.3.201209171521
  org.eclipse.jst.ws.jaxws.dom.runtime 1.0.200.v201109042201
  org.eclipse.scout.sdk.ws.jaxws.source 3.8.1.201209171521
  org.eclipse.scout.sdk.ws.jaxws.source 3.8.0.201206130843
  org.eclipse.ocl.examples.xtext.completeocl 3.2.1.v20120917-1012
  org.eclipse.ocl.examples.xtext.completeocl 3.2.0.v20120606-1911
  org.eclipse.actf.ai.voice 1.0.1.R201209191006
  org.eclipse.actf.ai.voice 1.0.0.R201206131330
  org.eclipse.papyrus.infra.extendedtypes 0.9.0.v201206131215
  org.eclipse.papyrus.infra.extendedtypes 0.9.1.v201209190809
  org.eclipse.amp.escape.amf.ide 0.9.0.v20120528-0244
  org.apache.batik.transcoder 1.6.0.v201011041432
  org.eclipse.gef.examples.feature.jar 3.8.0.201206112118
  org.eclipse.gef.examples.feature.jar 3.9.0.201208201742
  org.eclipse.gef.doc.isv 3.8.1.201208201742
  org.eclipse.gef.doc.isv 3.8.0.201206112118
  org.eclipse.tcf.te.runtime.model 1.0.0.201209190831
  org.eclipse.tcf.te.runtime.model 1.0.0.201206051725
  toolingepp.package.modeling.ini.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.gtk.solaris.x86 1.5.0.20120620-0855
  org.eclipse.emf.cdo.ui.defs.source 4.0.100.v20120521-0710
  org.eclipse.emf.cdo.ui.defs.source 4.0.100.v20120821-1005
  org.eclipse.emf.facet.custom.metamodel.edit.source 0.2.0.v201206120903
  org.eclipse.emf.facet.custom.metamodel.edit.source 0.2.1.v201209110754
  epp.package.reporting.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.reporting.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.ocl.examples.xtext.essentialocl.ui 3.2.1.v20120917-1012
  org.eclipse.ocl.examples.xtext.essentialocl.ui 3.2.0.v20120609-0619
  org.eclipse.emf.validation.ocl 1.4.0.v20100224-1657
  org.eclipse.emf.eef.eefgen.editor 1.1.1.201206051542
  epp.package.parallel.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.msft.feature.source.feature.group 1.10.1.v201208161415-544AkF7AL7MDMAQ8O
  org.eclipse.datatools.enablement.msft.feature.source.feature.group 1.10.0.v201201161512-544AkF7AL7MDMAQ8O
  com.sun.xml.bind 2.2.0.v201105210647
  org.eclipse.xtext.ui.junit.source 2.3.0.v201206120633
  org.eclipse.xtext.ui.junit.source 2.3.1.v201208210947
  org.eclipse.equinox.device 1.0.400.v20120522-2049
  org.eclipse.emf.edit.source 2.8.0.v20120917-0436
  org.eclipse.emf.edit.source 2.8.0.v20120608-0554
  org.eclipse.egf.portfolio.eclipse.util 1.0.0.v20120528-1550
  org.eclipse.gmt.modisco.java.cdo 0.10.0.v201206130817
  org.eclipse.gmt.modisco.java.cdo 0.10.1.v201209190814
  org.eclipse.emf.facet.infra.facet.edit 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.facet.edit 0.2.0.v201206120903
  org.eclipse.birt.report.designer.ui.editors.schematic.source 4.2.1.v201209060505
  org.eclipse.birt.report.designer.ui.editors.schematic.source 4.2.0.v20120611
  org.eclipse.datatools.sqltools.sqleditor.source 1.0.2.v201208230236
  org.eclipse.datatools.sqltools.sqleditor.source 1.0.2.v201107221520
  toolingepp.package.modeling.ini.gtk.linux.x86 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.gtk.linux.x86 1.5.0.20120620-0855
  toolinggtk.linux.s390org.eclipse.core.runtime 4.2.0.I20120608-1400
  toolinggtk.linux.s390org.eclipse.core.runtime 4.2.1.M20120914-1800
  org.eclipse.papyrus.uml.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.uml.feature.feature.group 0.9.0.v201206131215
  org.eclipse.swt.gtk.linux.s390x.source 3.100.0.v4233d
  org.eclipse.swt.gtk.linux.s390x.source 3.100.1.v4234e
  org.eclipse.ecf.provider.filetransfer.ssl 1.0.0.v20120608-0148
  org.eclipse.e4.rcp.source.feature.jar 1.1.0.v20120521-2329-8yFTIGIbGGduEZ6-7-jLx41nXj
  org.eclipse.e4.rcp.source.feature.jar 1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn
  org.eclipse.tcf.debug 1.0.0.201209190831
  org.eclipse.tcf.debug 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.terminals.core 1.0.0.201209190831
  org.eclipse.tcf.te.tcf.terminals.core 1.0.0.201206051725
  org.eclipse.actf.visualization.source.feature.jar 1.0.0.R201206131330
  org.eclipse.actf.visualization.source.feature.jar 1.0.1.R201209191006
  org.eclipse.pde.launching 3.6.100.v20120605-203027
  org.eclipse.xpand.examples.feature.jar 1.2.1.v201206110941
  org.ascape.core.source 5.2.0.v20120528-0244
  org.eclipse.emf.facet.capabilities.source 0.2.0.v201206120903
  org.eclipse.emf.facet.capabilities.source 0.2.1.v201209110754
  epp.package.jee.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  epp.package.jee.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.egf.pattern.ftask.source 1.0.0.v20120528-1550
  toolingepp.package.jee.ini.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.jee.ini.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.mylyn.commons.repositories.http.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.http.feature.group 1.0.0.v20120612-0600
  org.eclipse.emf.mwe2.runtime.sdk_root 2.3.0.v201206110920
  epp.package.modeling.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.modeling.executable.motif.aix.ppc.eclipse 1.5.0.20120620-0855
  org.eclipse.jpt.common.eclipselink.branding 1.2.1.v201208222210
  org.eclipse.jpt.common.eclipselink.branding 1.2.0.v201203150000
  org.eclipse.emf.converter.source.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.converter.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.ecore.xcore.feature.group 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.feature.group 1.0.0.v20120612-0950
  toolinggtk.solaris.sparcorg.eclipse.core.runtime 4.2.1.M20120914-1800
  toolinggtk.solaris.sparcorg.eclipse.core.runtime 4.2.0.I20120608-1400
  org.eclipse.ecf.remoteservice.rosgi.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.gef.examples.flow 3.8.0.201206112118
  org.eclipse.gef.examples.flow 3.8.1.201208201742
  org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 0.9.0.v201206131215
  toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolinggtk.linux.s390org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  org.eclipse.emf.exporter 2.6.0.v20120608-0554
  org.eclipse.emf.exporter 2.6.0.v20120917-0436
  org.eclipse.papyrus.uml.diagram.package 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.package 0.9.1.v201209190809
  org.eclipse.uml2.examples.source.feature.group 4.0.0.v20120604-0919
  org.eclipse.uml2.examples.source.feature.group 4.0.0.v20120913-1441
  toolingepp.package.reporting.ini.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.reporting.ini.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.mylyn.wikitext.textile.ui.source 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.textile.ui.source 1.7.0.v20120612-0600
  org.eclipse.graphiti.sdk.feature.feature.group 0.9.0.v20120613-0805
  org.eclipse.graphiti.sdk.feature.feature.group 0.9.1.v20120919-0732
  org.eclipse.mylyn.pde_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.pde_feature.feature.group 3.8.2.v20120916-1200
  org.eclipse.jetty.security.source 8.1.3.v20120522
  org.eclipse.team.svn.nl1.feature.jar 1.0.0.I20120601-1700
  org.eclipse.team.svn.nl1.feature.jar 1.0.0.I20120818-1700
  javax.security.auth.message 1.0.0.v201108011116
  org.eclipse.emf.eef.eefgen 1.1.1.201206051542
  org.eclipse.datatools.enablement.msft.sqlserver.source 1.0.1.v201107221504
  toolingwin32.win32.x86_64org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolingwin32.win32.x86_64org.eclipse.update.configurator 4.2.0.I20120608-1400
  org.apache.ws.commons.util 1.0.1.v20100518-1140
  org.eclipse.pde.core 3.8.0.v20120606-170547
  org.eclipse.ptp.rdt.sync.feature.group 6.0.0.201206130201
  org.eclipse.ptp.rdt.sync.feature.group 6.0.2.201209181406
  org.eclipse.papyrus.uml.alf.feature.feature.group 0.9.0.v201206131215
  org.eclipse.papyrus.uml.alf.feature.feature.group 0.9.1.v201209190809
  toolinggtk.aix.ppc64org.eclipse.equinox.event 4.2.0.I20120608-1400
  toolinggtk.aix.ppc64org.eclipse.equinox.event 4.2.1.M20120914-1800
  epp.package.cpp.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.cpp.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.mylyn.docs.intent.client.ui.ide 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.client.ui.ide 0.7.1.201208201051
  org.eclipse.swt.cocoa.macosx.x86_64 3.100.1.v4234e
  org.eclipse.swt.cocoa.macosx.x86_64 3.100.0.v4233d
  org.eclipse.equinox.p2.director.app.source 1.0.300.v20120428-0517
  org.eclipse.gmf.runtime.notation.edit 1.4.0.v20100512-1416
  javax.ejb 3.0.0.v201203061215
  org.eclipse.mylyn.mft.papyrus.feature.jar 0.9.1.I20120907-1845
  org.apache.commons.collections 3.2.0.v201005080500
  org.eclipse.emf.codegen.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.source.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.mapping.ui.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ui.source.feature.group 2.7.0.v20120917-0436
  toolinggtk.linux.x86_64org.eclipse.update.configurator 4.2.0.I20120608-1400
  toolinggtk.linux.x86_64org.eclipse.update.configurator 4.2.1.M20120914-1800
  toolingepp.package.parallel.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.parallel.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.amp.agf.chart.source 0.9.0.v20120528-0244
  org.eclipse.papyrus.extensionpoints.editors 0.9.1.v201209190809
  org.eclipse.papyrus.extensionpoints.editors 0.9.0.v201206131215
  org.eclipse.wst.common_core.feature.feature.jar 3.4.1.v201208162200-7B7EFMTF7RZHOjIuOyR0QS
  org.eclipse.wst.common_core.feature.feature.jar 3.4.0.v201107190500-7B7EFMSF7RZHOjIpQz-P-QS
  org.eclipse.dltk.launching 4.0.0.201206120848
  org.eclipse.emf.mwe.doc.feature.group 1.2.1.v201206110920
  org.eclipse.net4j.db.derby.feature.group 4.1.0.v20120607-1600
  org.eclipse.net4j.db.derby.feature.group 4.1.1.v20120911-1146
  org.eclipse.datatools.enablement.ibm.informix.dbdefinition 1.0.4.v201107221502
  org.eclipse.egit.feature.group 2.0.0.201206130900-r
  org.eclipse.egit.feature.group 2.1.0.201209190230-r
  org.eclipse.datatools.sqltools.parsers.sql.lexer 1.0.1.v201107221520
  org.eclipse.ecf.provider.xmpp 3.2.0.v20120610-1946
  epp.package.mobile.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.apache.tomcat.api 7.0.26.v201205020640
  epp.package.jee.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  toolingepp.package.modeling.config.carbon.macosx.ppc 1.5.0.20120620-0855
  toolingepp.package.modeling.config.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.scout.rt.ui.svg.calendar.source 3.8.1.201209171521
  org.eclipse.scout.rt.ui.svg.calendar.source 3.8.0.201206130843
  toolingepp.package.automotive.config.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.automotive.config.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.tcf.rse 1.0.0.201209190831
  org.eclipse.tcf.rse 1.0.0.201206051725
  org.eclipse.ptp.pldt.mpi.core 6.0.0.201206130201
  org.eclipse.ptp.pldt.mpi.core 6.0.0.201209181406
  org.h2.source 1.1.117.v201105142352
  org.eclipse.emf.cdo.ui.workspace 4.0.100.v20120821-1005
  org.eclipse.emf.cdo.ui.workspace 4.0.100.v20120521-0710
  epp.package.automotive.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  epp.package.automotive.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.emf.mwe2.runtime.sdk.feature.group 2.3.0.v201206110920
  org.eclipse.tcf.te.ui.terminals.telnet 1.0.0.201206051725
  org.eclipse.tcf.te.ui.terminals.telnet 1.0.0.201209190831
  org.eclipse.egf.common.ui.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.xtend.check.ui.source 1.2.0.v201206110941
  org.eclipse.amp.amf.sd.feature.group 0.9.0.v20120528-0244
  org.eclipse.scout.rt.ui.rap 3.8.0.201206130843
  org.eclipse.scout.rt.ui.rap 3.8.1.201209171521
  org.eclipse.persistence.jpa.equinox.source 2.4.0.v20120608-r11652
  org.eclipse.modisco.jee.jsp.generation.source 0.10.0.v201206130817
  org.eclipse.modisco.jee.jsp.discoverer.ui 0.10.0.v201206130817
  org.eclipse.modisco.jee.jsp.discoverer.ui 0.10.1.v201209190814
  org.eclipse.datatools.doc.user.feature.group 1.10.0.v201201161512-47C08w95FFAK89FHEC7
  org.eclipse.datatools.doc.user.feature.group 1.10.1.v201208161415-47C08w95FFAK89FHEC7
  org.eclipse.gef.examples.source.feature.group 3.8.0.201206112118
  org.eclipse.gef.examples.source.feature.group 3.9.0.201208201742
  org.eclipse.actf.visualization.engines.voicebrowser 1.0.1.R201209191006
  org.eclipse.actf.visualization.engines.voicebrowser 1.0.0.R201206131330
  org.eclipse.emf.mapping.ecore.editor.source.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ecore.editor.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.jdt.debug.ui 3.6.100.v20120530-1425
  org.eclipse.emf.oda.ecore.source.feature.group 1.1.0.v20120608-0554
  org.eclipse.emf.oda.ecore.source.feature.group 1.1.0.v20120917-0436
  org.eclipse.photran.ui.vpg 8.0.0.201206122044
  org.eclipse.photran.ui.vpg 8.0.0.201209141911
  org.eclipse.mylyn.wikitext.confluence.core.source 1.7.0.v20120612-0600
  org.eclipse.mylyn.wikitext.confluence.core.source 1.7.2.v20120916-1200
  org.eclipse.amp.axf.core 0.9.0.v20120528-0244
  org.eclipse.m2m.qvt.oml.source 3.2.0.v201206041614
  org.eclipse.m2m.qvt.oml.source 3.2.0.v20120918-0827
  org.eclipse.emf.facet.infra.browser.uicore.examples.cnf 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.uicore.examples.cnf 0.2.0.v201206120903
  org.eclipse.birt.report.item.crosstab.ui.source 4.2.1.v201209121047
  org.eclipse.birt.report.item.crosstab.ui.source 4.2.0.v20120611
  org.eclipse.emf.cdo.server.db.source 4.1.1.v20120727-1146
  org.eclipse.emf.cdo.server.db.source 4.1.0.v20120610-1749
  org.eclipse.emf.mapping.ecore.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.ecore.feature.group 2.7.0.v20120917-0436
  toolingepp.package.testing.ini.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.testing.ini.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.jst.ws.axis2.ui 1.0.303.v201003110431
  org.eclipse.datatools.enablement.sybase.asa.ui.source 1.0.1.v200906111204
  org.eclipse.linuxtools.lttng.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.lttng.feature.jar 1.1.1.201209191645
  org.eclipse.libra.facet.feature.feature.group 0.2.0.201206060754
  org.eclipse.datatools.enablement.postgresql.dbdefinition 1.0.2.v201110070445
  org.eclipse.jst.ws.jaxrs.core 1.0.400.v201202152223
  org.eclipse.amp.amf.core.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.gef.examples.shapes 3.8.1.201208201742
  org.eclipse.gef.examples.shapes 3.8.0.201206112118
  org.eclipse.recommenders.feature.rcp.core.feature.jar 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.rcp.core.feature.jar 1.0.0.v20120612-2305-b156
  org.eclipse.ocl.examples.modelregistry.ui.source 3.2.0.v20120611-0753
  org.eclipse.mylyn.commons.repositories.core 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.core 1.0.0.v20120612-0600
  toolingepp.package.scout.ini.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.scout.ini.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.e4.ui.bindings.source 0.10.1.v20120523-1955
  org.eclipse.e4.ui.bindings.source 0.10.1.v20120716-173435
  org.eclipse.linuxtools.valgrind.memcheck 1.0.0.201206130106
  org.eclipse.linuxtools.valgrind.memcheck 1.0.0.201209191645
  org.eclipse.core.runtime.compatibility.registry.source 3.5.100.v20120521-2346
  org.eclipse.datatools.sqldevtools.ddl.feature.source.feature.group 1.10.0.v201201161512-279-78B089G8S_IRTJrXkO2_s
  org.eclipse.datatools.sqldevtools.ddl.feature.source.feature.group 1.10.1.v201208161415-279078B089G8S_IRUJz-XnN2at
  org.eclipse.linuxtools.systemtap.ui.logging 1.0.0.201206130106
  org.eclipse.linuxtools.systemtap.ui.logging 1.0.0.201209191645
  org.eclipse.mat.chart.feature.feature.jar 1.2.0.201205300858
  org.eclipse.emf.facet.custom.core 0.2.0.v201206120903
  org.eclipse.emf.facet.custom.core 0.2.1.v201209110754
  org.eclipse.ui.views.properties.tabbed 3.5.300.v20120523-1955
  org.eclipse.amp.escape.runtime 0.9.0.v20120528-0244
  toolingepp.package.testing.ini.gtk.solaris.x86 1.5.0.20120614-1633
  toolingepp.package.testing.ini.gtk.solaris.x86 1.5.1.20121004-1506
  org.eclipse.net4j.db.doc 4.1.0.v20120911-1146
  org.eclipse.net4j.db.doc 4.1.0.v20120611-1554
  org.eclipse.ecf.provider.filetransfer.httpclient.ssl 1.0.0.v20120608-0148
  org.eclipse.linuxtools.lttng2.kernel.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.lttng2.kernel.feature.jar 1.1.1.201209191645
  org.eclipse.gmf.runtime.diagram.ui.resources.editor 1.4.1.v20120514-1615
  org.eclipse.gmf.examples.runtime.ui.pde 1.4.1.v20120514-1615
  org.eclipse.xtend.typesystem.emf.feature.group 1.2.1.v201206110941
  org.eclipse.draw3d.ui 0.8.1.v20120528-0244
  org.eclipse.mylyn.commons.ui.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.commons.ui.source 3.8.0.v20120612-0600
  org.eclipse.tcf.te.feature.feature.jar 1.0.0.201209190831
  org.eclipse.tcf.te.feature.feature.jar 1.0.0.201206051725
  org.apache.lucene.misc 3.5.0.v20120319-2345
  org.eclipse.persistence.oracleddlparser 1.0.0.v20120530
  org.eclipse.equinox.p2.updatesite.source 1.0.400.v20120412-1615
  org.eclipse.papyrus.uml.textedit.property.xtext 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.property.xtext 0.9.0.v201206131215
  org.eclipse.equinox.p2.discovery 1.0.200.v20120524-1717
  org.eclipse.sapphire.java.feature.group 0.5.0.201206122150
  org.eclipse.sapphire.java.feature.group 0.5.3.201209191432
  org.eclipse.ptp.remotetools.feature.group 6.0.2.201209181406
  org.eclipse.ptp.remotetools.feature.group 6.0.0.201206130201
  org.apache.batik.dom.svg 1.6.0.v201011041432
  toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.cocoa.macosx.x86 4.2.0.I20120608-1400
  org.eclipse.papyrus.sysml.diagram.common 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.diagram.common 0.9.0.v201206131215
  org.eclipse.actf.examples.adesigner.eval.html 1.0.1.R201209191006
  org.eclipse.actf.examples.adesigner.eval.html 1.0.0.R201206131330
  org.eclipse.egf.model.edit.feature.group 1.0.0.v20120528-1550
  org.eclipse.gmf.sdk.feature.group 3.0.0.RC4a
  org.eclipse.gmf.sdk.feature.group 3.0.0.201209121329
  org.eclipse.uml2.examples.feature.jar 4.0.0.v20120604-0919
  org.eclipse.uml2.examples.feature.jar 4.0.0.v20120913-1441
  org.eclipse.rcp_root 4.2.1.v20120814-120134-7IAPA8BrHQicS-rjP0GbqK780kMy
  org.eclipse.rcp_root 4.2.0.v20120528-1648-7IAPA7BrHQicRpNdOz-Obz-rlRCA
  org.eclipse.jst.ws.jaxws.feature.feature.jar 1.2.0.v201204151854-7E7AF70F8NcJS_KqT5TpXq
  org.eclipse.egf.portfolio.task.jet.ui 1.0.0.v20120528-1550
  org.eclipse.wst.dtdeditor.doc.user 1.0.700.v201008112018
  org.eclipse.gmf.examples.runtime.diagram.logic.model.editor 1.2.0.v20120514-1615
  org.eclipse.gmf.runtime.notation.feature.group 1.6.0.v20120327-2213-378-8s73543B4E1689I
  org.eclipse.ptp.core.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.core.feature.jar 6.0.0.201206130201
  org.eclipse.sapphire.java.jdt.source 0.5.0.201206122150
  org.eclipse.sapphire.java.jdt.source 0.5.3.201209191432
  toolingepp.package.cpp.config.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.cpp.config.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.net4j.util.source 3.2.1.v20120727-1146
  org.eclipse.net4j.util.source 3.2.0.v20120609-0625
  epp.package.rcp.executable.gtk.linux.ppc 1.5.0.20120614-1633
  epp.package.rcp.executable.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.papyrus.uml.diagram.modelexplorer 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.modelexplorer 0.9.1.v201209190809
  org.eclipse.gyrex.persistence.tests.source 1.0.0.v20120511-0855
  org.eclipse.core.commands 3.6.1.v20120814-150512
  org.eclipse.core.commands 3.6.1.v20120521-2329
  org.eclipse.jst.enterprise_userdoc.feature.feature.jar 3.3.100.v201105122000-62FUGBgJ9EA9aEeHRHc
  org.eclipse.emf.query.examples.source.feature.group 1.6.0.v20120425-2310
  org.eclipse.papyrus.uml.diagram.icons 0.9.1.v201209190809
  org.eclipse.papyrus.uml.diagram.icons 0.9.0.v201206131215
  org.eclipse.persistence.oracle.source 2.4.0.v20120608-r11652
  org.eclipse.egf.model.fprod.source 1.0.0.v20120528-1550
  org.eclipse.jetty.policy 8.1.3.v20120522
  org.eclipse.gmt.modisco.xml 0.10.0.v201206130817
  org.eclipse.gmt.modisco.xml 0.10.1.v201209190814
  toolingorg.eclipse.sdk.ide.config.gtk.solaris.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.config.gtk.solaris.x86 4.2.1.M20120914-1800
  org.eclipse.gmt.modisco.infra.browser.source 0.10.0.v201206130817
  org.eclipse.gyrex.frameworklogadapter.source 1.0.0.v20120109-2032
  toolingepp.package.jee.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.jee.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.jwt.we.conf.model 1.2.0.v201205310546
  org.eclipse.datatools.enablement.ibm.db2.iseries 1.0.2.v201107221502
  org.eclipse.emf.cdo.server.source 4.1.1.v20120727-1146
  org.eclipse.emf.cdo.server.source 4.1.0.v20120612-0939
  org.eclipse.wst.html.ui.infopop 1.0.200.v201004150328
  epp.package.rcp.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  epp.package.rcp.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.jst.server.tomcat.ui 1.1.300.v20120420_1012
  org.eclipse.emf.codegen.ui.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.codegen.ui.feature.group 2.7.0.v20120608-0554
  org.eclipse.amp.amf.gen.escape 0.9.0.v20120528-0244
  org.eclipse.emf.cdo.defs.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.defs.feature.jar 4.1.0.v20120612-1514
  org.eclipse.emf.eef.extended-feature.feature.group 1.1.1.201206051542
  org.eclipse.ptp.rm.mpich2.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.rm.mpich2.feature.jar 6.0.2.201209181406
  org.eclipse.mylyn.discovery.ui 3.8.2.v20120916-1200
  org.eclipse.mylyn.discovery.ui 3.8.0.v20120612-0600
  org.apache.lucene.spellchecker 3.5.0.v20120319-2345
  org.eclipse.jwt.we.example 1.2.0.v201205310546
  epp.package.modeling.executable.cocoa.macosx.x86.Eclipse 1.5.0.20120620-0855
  org.eclipse.egf.portfolio.feature.group 1.0.0.v20120528-1550
  org.eclipse.emf.query.examples.statements 1.2.0.v200901271643
  org.eclipse.wb.rcp.SWT_AWT_support.feature.jar 1.5.0.r42x201206111333
  org.eclipse.wb.rcp.SWT_AWT_support.feature.jar 1.5.1.r42x201209161301
  org.eclipse.tm.terminal.serial.feature.group 2.1.100.201209191030-308Z31231A2A2141
  org.eclipse.tm.terminal.serial.feature.group 2.1.100.201205300905-308Z312316411A16
  Business Intelligence, Reporting and Charting 0.0.0.7N7A-cLUh6hBcMAGMAkGG5x-d_6y
  Business Intelligence, Reporting and Charting 0.0.0.7N7A5cLUh6hBcMAGMAwMA5y2gHFV
  org.eclipse.wst.validation.infopop 1.0.300.v200806041506
  org.eclipse.egf.pattern.ui.java.source 1.0.0.v20120528-1550
  org.eclipse.dltk.tcl 4.0.0.201206120848
  org.eclipse.modisco.kdm.uml2converter.ui 0.10.0.v201206130817
  org.eclipse.modisco.kdm.uml2converter.ui 0.10.1.v201209190814
  org.eclipse.papyrus.views.properties.model 0.9.1.v201209190809
  org.eclipse.papyrus.views.properties.model 0.9.0.v201206131215
  org.eclipse.rse.terminals.feature.group 1.2.0.201205300905-773Eo7H89G8OJ8Db8NB27
  org.eclipse.rse.terminals.feature.group 1.2.1.201209191030-773Ep7H8AG8_DZK9Q9252
  toolingepp.package.scout.config.gtk.linux.x86_64 1.5.1.20121004-1506
  toolingepp.package.scout.config.gtk.linux.x86_64 1.5.0.20120614-1633
  org.eclipse.rse.local.feature.group 2.1.400.201209191030-7B4FSg7J9EJ9rErE9O9
  org.eclipse.rse.local.feature.group 2.1.400.201205300905-7B4FSg7J9EJ9YO99r9Y
  org.eclipse.papyrus.infra.gmfdiag.modelexplorer 0.9.1.v201209190809
  org.eclipse.papyrus.infra.gmfdiag.modelexplorer 0.9.0.v201206131215
  org.eclipse.linuxtools.callgraph.docs 1.0.0.201209191645
  org.eclipse.linuxtools.callgraph.docs 1.0.0.201206130106
  org.eclipse.equinox.p2.directorywatcher.source 1.0.300.v20110808-1657
  org.eclipse.linuxtools.changelog.java.feature.group 2.8.0.201209191645
  org.eclipse.emf.cdo.workspace 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.workspace 4.1.0.v20120610-1749
  org.eclipse.team.svn.revision.graph 1.0.0.I20120601-1700
  org.eclipse.ecf.provider.filetransfer.source 3.2.0.v20120608-0148
  org.eclipse.ecf.provider.filetransfer.source 3.2.0.v20120610-1946
  org.eclipse.ecf.remoteservice.sdk.feature.feature.jar 3.5.6.v20120610-1946
  org.eclipse.text.source 3.5.200.v20120523-1310
  org.eclipse.gyrex.persistence.eclipselink 1.0.0.v20120511-0855
  org.eclipse.equinox.security.win32.x86.source 1.0.300.v20120522-2049
  org.eclipse.gmt.modisco.infra.browser.custom.examples.uml 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.browser.custom.examples.uml 0.10.0.v201206130817
  epp.package.mobile.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  epp.package.mobile.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.gmt.modisco.omg.smm.source 0.10.0.v201206130817
  toolingepp.package.parallel.config.gtk.solaris.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.config.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.help.source.feature.jar 1.4.1.v20120726-051048-8R7xFOUFLWUl7MoSKV_RBXl27
  org.eclipse.help.source.feature.jar 1.4.0.v20120608-133537-8P7vFOTFK_Qj4JmDIQXL8Tn
  org.eclipse.xsd.feature.group 2.8.0.v20120917-0436
  org.eclipse.xsd.feature.group 2.8.0.v20120319-0555
  org.eclipse.wst.validation.ui 1.2.400.v201204260100
  org.slf4j.jul 1.6.4.v20120130-2120
  epp.package.modeling.executable.gtk.linux.x86_64.eclipse 1.5.0.20120620-0855
  epp.package.modeling.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.egf.portfolio.emf.feature.jar 1.0.0.v20120528-1550
  org.eclipse.graphiti.feature.feature.group 0.9.1.v20120919-0732
  org.eclipse.graphiti.feature.feature.group 0.9.0.v20120613-0805
  org.eclipse.ecf.examples.eventadmin.app 1.0.0.v20120610-1946
  org.eclipse.pde.ua.ui 1.0.200.v20120523-1453
  epp.package.java.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  epp.package.java.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.gyrex.admin.ui 1.1.0.v20120703-0741
  org.eclipse.gyrex.admin.ui 1.1.0.v20120603-1924
  org.eclipse.ecf.provider.filetransfer.scp 2.0.0.v20120610-1946
  org.eclipse.rap.jface.databinding 1.5.0.20120612-1458
  org.eclipse.rap.jface.databinding 1.5.1.20120917-1116
  epp.package.automotive.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  epp.package.cpp.executable.win32.win32.x86.eclipse 1.5.0.20120614-1633
  epp.package.cpp.executable.win32.win32.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.egf.doc.feature.group 1.0.0.v20120528-1550
  org.eclipse.net4j.defs 4.0.100.v20120821-1005
  org.eclipse.net4j.defs 4.0.100.v20120521-0710
  org.eclipse.amp.all 0.9.0.v20120528-0244
  org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition 1.0.4.v201107221502
  org.eclipse.ptp.rm.jaxb.contrib 1.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.contrib 1.0.0.201209181406
  org.eclipse.scout.rt.jdbc.derby 10.5.3.201206130843
  org.eclipse.scout.rt.jdbc.derby 10.5.3.201209171521
  org.eclipse.equinox.p2.director.source 2.2.0.v20120524-0542
  org.eclipse.emf.rap.edit.ui.source.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.rap.edit.ui.source.feature.group 2.8.0.v20120608-0554
  org.eclipse.soa.sca.core.feature.feature.group 2.3.0.201205240725
  org.eclipse.ui.browser 3.4.0.v20120521-2329
  org.eclipse.ui.browser 3.4.0.v20120716-173435
  org.eclipse.emf.facet.widgets.table.ui.nattable 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.table.ui.nattable 0.2.1.v201209110754
  org.eclipse.egf.portfolio.genchain.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.ocl.uml 4.0.0.v20120611-1210
  org.eclipse.ocl.uml 4.0.0.v20120917-1739
  org.eclipse.ocl.ecore.edit 3.2.0.v20120504-1447
  org.eclipse.sapphire.ui.feature.group 0.5.0.201206122150
  org.eclipse.sapphire.ui.feature.group 0.5.3.201209191432
  org.eclipse.rcp.configuration_root.gtk.aix.ppc64 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.gtk.aix.ppc64 1.0.0.I20120608-1400
  org.eclipse.linuxtools.changelog.java.feature.jar 2.8.0.201209191645
  org.eclipse.birt.report.data.oda.hive.ui.source 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.hive.ui.source 4.2.1.v20120820
  org.eclipse.gmf.runtime.diagram.ui.source 1.6.0.v20120514-1615
  org.eclipse.uml2.uml.ecore.importer 2.6.0.v20120913-1441
  org.eclipse.uml2.uml.ecore.importer 2.6.0.v20120604-0919
  toolingepp.package.testing.configuration 1.5.1.20121004-1506
  toolingepp.package.testing.configuration 1.5.0.20120614-1633
  org.eclipse.mylyn.mft.papyrus.ui 0.9.1.I20120907-1845
  org.eclipse.egf.examples.installer 1.0.0.v20120528-1550
  org.eclipse.emf.cdo.sdk.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.sdk.feature.jar 4.1.0.v20120612-1844
  toolingepp.package.testing.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.testing.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.emf.cdo.server.hibernate.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.server.hibernate.source.feature.group 4.1.0.v20120612-1733
  org.eclipse.xtext.runtime.source.feature.group 2.3.1.v201208210947
  org.eclipse.xtext.runtime.source.feature.group 2.3.0.v201206120633
  org.eclipse.emf.compare.feature.jar 1.3.2.v20120918-1125
  org.eclipse.emf.compare.feature.jar 1.3.1.v20120605-0748
  org.eclipse.equinox.server.servletbridge.feature.group 1.0.101.v20120522-1841-42F9w9oB58B5KBB2ADHO
  org.eclipse.datatools.sqldevtools.feature.source.feature.group 1.10.1.v201208161415-7N8B7JFDsn5iz-Aex68NyGpC_AgL
  org.eclipse.datatools.sqldevtools.feature.source.feature.group 1.10.0.v201201161512-7N8B7CFDsn4hwBXz-0AGu5i6V36H
  org.eclipse.ui.ide.application.source 1.0.400.v20120523-1955
  org.eclipse.emf.facet.efacet.ui.source 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.ui.source 0.2.0.v201206120903
  org.eclipse.ptp.etfw.tau.papiselect 4.0.0.201206130201
  org.eclipse.ptp.etfw.tau.papiselect 4.0.0.201209181406
  org.eclipse.xsd.doc.feature.group 2.7.0.v20120917-0436
  org.eclipse.xsd.doc.feature.group 2.7.0.v20120319-0555
  org.eclipse.ptp.pldt.openmp.fortran 5.0.0.201209181406
  org.eclipse.ptp.pldt.openmp.fortran 5.0.0.201206130201
  org.eclipse.birt.cshelp.feature.jar 4.2.0.v20120611-51-7w31231722
  org.eclipse.birt.cshelp.feature.jar 4.2.1.v20120820-5107w31231931
  org.eclipse.datatools.sqltools.common.ui 1.0.0.v201107221520
  toolingepp.package.cpp.ini.gtk.linux.x86_64 1.5.0.20120614-1633
  toolingepp.package.cpp.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.wst.dtd.ui.infopop 1.0.400.v201008112018
  org.eclipse.e4.core.di 1.1.0.v20120627-124443
  org.eclipse.e4.core.di 1.1.0.v20120521-2346
  org.eclipse.jst.ws.jaxws_userdoc.feature.feature.group 1.0.200.v201205012246-3-DF8s73573D795LAF
  org.eclipse.amp.amf.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.ocl.uml.ui.source 1.0.0.v20120611-0753
  toolingorg.eclipse.platform.ide.ini.gtk.linux.s390 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.ide.ini.gtk.linux.s390 4.2.0.I20120608-1400
  org.eclipse.jpt.jpa.branding 3.2.1.v201208222210
  org.eclipse.jpt.jpa.branding 3.2.0.v201203150000
  org.eclipse.emf.cdo.security.editor.source 4.1.0.v20120911-1146
  org.eclipse.emf.cdo.security.editor.source 4.1.0.v20120610-1749
  org.eclipse.birt.chart.device.pdf 4.2.0.v20120611
  org.eclipse.birt.chart.device.pdf 4.2.1.v20120820
  org.eclipse.datatools.sdk.feature.feature.group 1.10.1.v201208161415-7PAO7MFEpPZ56X3j7z0oZGcDIWFs
  org.eclipse.datatools.sdk.feature.feature.group 1.10.0.v201201161512-7PAO1FEpPZ54KfiCz0yVIfebTz-1
  org.eclipse.egf.feature.group 1.0.0.v20120528-1550
  org.eclipse.birt.report.engine.fonts 4.2.0.v20120611
  org.eclipse.birt.report.engine.fonts 4.2.1.v20120820
  epp.package.modeling.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  epp.package.modeling.executable.gtk.linux.x86_64 1.5.0.20120620-0855
  org.eclipse.ui.intro.source 3.4.200.v20120521-2344
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration 0.2.1.v201209110754
  org.eclipse.amp.amf.gen 0.9.0.v20120528-0244
  org.eclipse.egf.producer.ui.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.wst.common.project.facet.ui 1.4.300.v201111030424
  org.eclipse.emf.facet.widgets.source.feature.group 0.2.1.v201209110754
  org.eclipse.linuxtools.changelog.parsers.java 2.7.0.201209191645
  org.eclipse.linuxtools.changelog.parsers.java 2.7.0.201206130106
  org.eclipse.emf.mwe.core.source.feature.group 1.2.1.v201206110920
  epp.package.scout.executable.win32.win32.x86_64 1.5.0.20120614-1633
  epp.package.scout.executable.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.xtext.ui.shared.source 2.3.1.v201208210947
  org.eclipse.xtext.ui.shared.source 2.3.0.v201206120633
  org.apache.log4j 1.2.15.v201012070815
  org.apache.log4j 1.2.13.v200903072027
  org.eclipse.emf.facet.widgets.table.ui.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.table.ui.source 0.2.0.v201206120903
  org.eclipse.acceleo.model.edit.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.model.edit.source 3.3.0.v20120529-1042
  org.eclipse.emf.compare.sdk.feature.group 1.3.2.v20120918-1125
  org.eclipse.emf.compare.sdk.feature.group 1.3.1.v20120605-0748
  toolingANY.ANY.ANYorg.apache.felix.gogo.command 1.0.0.SIMREL
  org.eclipse.datatools.enablement.oracle 1.0.0.v201107221506
  org.eclipse.gmf.tooldef.edit.source 2.3.0.RC4a
  org.eclipse.gmf.tooldef.edit.source 2.3.0.201209121329
  toolingorg.eclipse.sdk.ide.ini.gtk.hpux.ia64_32 4.2.0.I20120608-1400
  toolingorg.eclipse.sdk.ide.ini.gtk.hpux.ia64_32 4.2.1.M20120914-1800
  org.eclipse.acceleo.examples.feature.group 3.3.0.v20120529-1042
  org.eclipse.acceleo.examples.feature.group 3.3.1.v20120831-0923
  org.eclipse.scout.rt.ui.swt.source 3.8.1.201209171521
  org.eclipse.scout.rt.ui.swt.source 3.8.0.201206130843
  org.eclipse.xtend.ide.source 2.3.1.v201208210947
  org.eclipse.xtend.ide.source 2.3.0.v201206120633
  org.eclipse.xtext.sdk.feature.group 2.3.0.v201206120633
  org.eclipse.xtext.sdk.feature.group 2.3.1.v201208210947
  org.eclipse.amp.agf.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.emf.validation.examples.ocl.source 1.4.0.v20100224-1657
  org.eclipse.papyrus.infra.discovery.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.infra.discovery.feature.feature.jar 0.9.1.v201209190809
  epp.package.jee.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  epp.package.jee.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  org.eclipse.egf.producer 1.0.0.v20120528-1550
  org.eclipse.gmf.examples.runtime.ui.pde.feature.group 1.6.0.v20120517-1809-2307w3123162502726
  org.eclipse.modisco.java.composition.browser.customization.source 0.10.0.v201206130817
  org.eclipse.e4.ui.workbench.addons.swt.source 0.10.1.v20120523-1955
  org.eclipse.e4.ui.workbench.addons.swt.source 0.10.1.v20120827-151636
  org.eclipse.rap.runtime.feature.group 1.5.0.20120612-1510
  org.eclipse.rap.runtime.feature.group 1.5.1.20120917-1130
  org.eclipse.m2m.atl.engine.vm 3.3.1.v201209061455
  org.eclipse.m2m.atl.engine.vm 3.3.0.v201205241358
  org.eclipse.ocl.examples.xtext.essentialocl.ui.source 3.2.0.v20120609-0619
  org.eclipse.ocl.examples.xtext.essentialocl.ui.source 3.2.1.v20120917-1012
  org.eclipse.emf.facet.infra.browser.doc 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.browser.doc 0.2.1.v201209110754
  org.eclipse.gmf.runtime.notation.providers.source 1.3.0.v20120514-1615
  toolingorg.eclipse.platform.sdk.ini.gtk.hpux.ia64_32 4.2.1.M20120914-1800
  toolingorg.eclipse.platform.sdk.ini.gtk.hpux.ia64_32 4.2.0.I20120608-1400
  org.eclipse.xsd.editor.feature.jar 2.7.0.v20120917-0436
  org.eclipse.xsd.editor.feature.jar 2.7.0.v20120319-0555
  Linux Tools 0.0.0.792-cLf7kb7YGPYHWQWQ6qz
  Linux Tools 0.0.0.79--cLf7kb7YGPYH6PhGPH6
  org.eclipse.emf.eef.components.editor 1.1.1.201206051542
  toolingepp.package.rcp.ini.motif.hpux.ia64_32 1.5.1.20121004-1506
  toolingepp.package.rcp.ini.motif.hpux.ia64_32 1.5.0.20120614-1633
  org.eclipse.ocl.examples.interpreter 3.2.0.v20120503-1141
  org.eclipse.recommenders.feature.completion.rcp.chain.feature.jar 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.feature.completion.rcp.chain.feature.jar 1.0.0.v20120612-2305-b156
  epp.package.testing.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  epp.package.testing.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.equinox.p2.sdk.feature.group 3.8.0.v20120524-0542-9N89H_mGMMn84Osz0TAoT279BRQD
  org.eclipse.equinox.p2.sdk.feature.group 3.8.0.v20120524-0542-9N89H_oGMMn84Qsz0iIohu4jLeQD
  org.eclipse.jdt.debug.source 3.7.100.v20120529-1702
  org.eclipse.jdt.debug.source 3.7.101.v20120725-115645
  org.eclipse.cdt.mylyn.feature.jar 5.4.0.v20120612-0600
  org.eclipse.cdt.mylyn.feature.jar 5.4.2.v20120916-1200
  org.eclipse.stp.sca.osoa 1.0.0.201205240725
  org.eclipse.cdt.core.parser.upc 5.1.0.201206111645
  org.eclipse.cdt.core.parser.upc 5.1.0.201209170703
  org.eclipse.cdt.make.xlc.core 5.2.0.201206111645
  org.eclipse.cdt.make.xlc.core 5.2.0.201209170703
  org.eclipse.ptp.rm.lml.core 2.0.0.201206130201
  org.eclipse.ptp.rm.lml.core 2.0.0.201209181406
  org.eclipse.emf.facet.infra.common.core.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.common.core.source 0.2.1.v201209110754
  org.eclipse.rse.telnet.feature.jar 2.3.0.201205300905-775FD3879AE8MH9BZFP4
  org.eclipse.rse.telnet.feature.jar 2.3.0.201209191030-775FD3879AE8YB_E8OA4
  org.eclipse.birt.report.data.adapter 4.2.1.v20120820
  org.eclipse.birt.report.data.adapter 4.2.0.v20120611
  org.eclipse.papyrus.customization.palette 0.9.0.v201206131215
  org.eclipse.papyrus.customization.palette 0.9.1.v201209190809
  org.eclipse.jst.server.core 1.2.302.v20120503_1042
  org.eclipse.jst.j2ee 1.1.602.v201209062000
  org.eclipse.jst.j2ee 1.1.600.v201205170400
  org.eclipse.net4j.util.ui.feature.group 4.1.0.v20120612-0600
  org.eclipse.net4j.util.ui.feature.group 4.1.1.v20120911-1146
  org.eclipse.objectteams.otequinox.feature.group 2.1.0.201206090452
  org.eclipse.emf.facet.infra.browser.custom.examples.uml.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom.examples.uml.source 0.2.0.v201206120903
  org.eclipse.gyrex.persistence.tests 1.0.0.v20120511-0855
  org.eclipse.cdt.core.aix.source 5.1.1.201206111645
  org.eclipse.cdt.core.aix.source 5.1.1.201209170703
  org.eclipse.xtend.sdk.feature.group 2.3.1.v201208210947
  org.eclipse.xtend.sdk.feature.group 2.3.0.v201206120633
  toolingepp.package.testing.config.win32.win32.x86_64 1.5.1.20121004-1506
  toolingepp.package.testing.config.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.datatools.enablement.ibm.db2.zseries 1.0.2.v201107221502
  org.eclipse.scout.rt.client.source 3.8.1.201209171521
  org.eclipse.scout.rt.client.source 3.8.0.201206130843
  org.eclipse.cdt.xlc.sdk_root 6.1.1.201206111645
  org.eclipse.cdt.xlc.sdk_root 6.1.1.201209170703
  org.eclipse.datatools.enablement.sybase.ase 1.0.2.v201201131122
  org.eclipse.jubula.rc.rcp 1.2.2.201209040912
  org.eclipse.jubula.rc.rcp 1.2.1.201206131127
  tooling.virgo.org.eclipse.ecf.filetransfer 1.0.0.tooling
  org.eclipse.persistence.dbws.source.feature.group 2.4.0.v20120608-r11652
  org.eclipse.datatools.enablement.sybase.asa 1.0.1.v201107221507
  org.eclipse.linuxtools.gcov.core 4.1.1.201206130106
  org.eclipse.linuxtools.gcov.core 4.1.1.201209191645
  epp.package.parallel.executable.cocoa.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.ptp.utils.file.core 1.0.0.201206130201
  org.eclipse.ptp.utils.file.core 1.0.0.201209181406
  org.eclipse.papyrus.uml.alf 0.9.0.v201206131215
  org.eclipse.papyrus.uml.alf 0.9.1.v201209190809
  org.eclipse.gmt.modisco.java.source 0.10.0.v201206130817
  org.eclipse.net4j.util.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.util.source.feature.jar 4.1.0.v20120609-0625
  org.eclipse.actf.visualization.ui.wst 1.0.0.R201206131330
  org.eclipse.actf.visualization.ui.wst 1.0.1.R201209191006
  org.eclipse.mylyn.github.feature.feature.group 2.1.0.201209190230-r
  org.eclipse.mylyn.github.feature.feature.group 2.0.0.201206130900-r
  org.eclipse.gmf.runtime.diagram.ui.actions.source 1.4.1.v20120514-1615
  toolingepp.package.dsl.configuration 1.5.1.20121004-1506
  org.eclipse.emf.validation.ui.source 1.3.0.v200901271722
  org.eclipse.papyrus.uml.alf.ui 0.9.1.v201209190809
  org.eclipse.papyrus.uml.alf.ui 0.9.0.v201206131215
  org.eclipse.ecf.examples.remoteservices.hello.ds.consumer 2.0.0.v20120610-1946
  org.eclipse.cdt.msw.build 1.0.0.201206111645
  org.eclipse.cdt.msw.build 1.0.0.201209170703
  org.eclipse.amp.amf.testing.source 0.9.0.v20120528-0244
  org.eclipse.modisco.xml.feature.feature.group 0.10.1.v201209190814
  org.eclipse.modisco.xml.feature.feature.group 0.10.0.v201206130817
  org.eclipse.datatools.enablement.sdk.feature.feature.jar 1.10.0.v201201161512-7I9e-FE9JgB0iHje8NJBOAcQgAJd
  org.eclipse.datatools.enablement.sdk.feature.feature.jar 1.10.1.v201208161415-7I9e7GFE9JgB7ngIxQtPITxSGQER
  org.eclipse.m2m.atl.core.emf 3.3.0.v201205241358
  org.eclipse.m2m.atl.core.emf 3.3.1.v201209061455
  org.eclipse.emf.oda.ecore.ui 1.1.0.v20120917-0436
  org.eclipse.emf.oda.ecore.ui 1.1.0.v20120608-0554
  org.eclipse.egf.model.source.feature.jar 1.0.0.v20120528-1550
  org.eclipse.jst.ws.cxf.ui 1.0.200.v201203062228
  org.eclipse.actf.model.ui.source 1.0.1.R201209191006
  org.eclipse.actf.model.ui.source 1.0.0.R201206131330
  org.eclipse.emf.ecoretools.source 1.1.0.201205150811
  org.eclipse.php.debug.core.source 3.0.1.v201201110400
  org.eclipse.php.debug.core.source 3.1.1.201209101312
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui.source 1.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.dawngenmodel.emf.ui.source 1.0.1.v20120911-1146
  org.eclipse.actf.model.dom.html 1.0.0.R201206131330
  org.eclipse.actf.model.dom.html 1.0.1.R201209191006
  org.eclipse.cdt.debug.mi.core.source 7.2.0.201209170703
  org.eclipse.cdt.debug.mi.core.source 7.2.0.201206111645
  org.eclipse.egf.common.source.feature.group 1.0.0.v20120528-1550
  epp.package.modeling.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.modeling.executable.motif.solaris.sparc.eclipse 1.5.0.20120620-0855
  toolingepp.package.parallel.config.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.parallel.config.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.gmf.xpand.editor 2.1.0.201209121329
  org.eclipse.gmf.xpand.editor 2.1.0.RC4a
  org.eclipse.jetty.osgi.boot 8.1.3.v20120522
  epp.package.rcp.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.rcp.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.amp.agf.zest 0.9.0.v20120528-0244
  org.eclipse.mylyn.ide.ant 3.8.2.v20120916-1200
  org.eclipse.mylyn.ide.ant 3.8.0.v20120612-0600
  org.eclipse.wst.jsdt.support.firefox 1.0.401.v201109150330
  org.eclipse.wst.jsdt.support.firefox 1.0.402.v201208171701
  org.eclipse.emf.compare.ui.capabilities_root 1.3.1.v20120605-0748
  org.eclipse.emf.compare.ui.capabilities_root 1.3.2.v20120918-1125
  org.eclipse.emf.eef.mapping.source 1.1.1.201206051542
  org.eclipse.jst.j2ee.core 1.2.200.v201205030130
  org.eclipse.gmf.bridge.ui.dashboard 2.3.0.201209121329
  org.eclipse.gmf.bridge.ui.dashboard 2.3.0.RC4a
  org.eclipse.equinox.p2.discovery.feature.feature.jar 1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ
  epp.package.reporting 1.5.0.20120614-1633
  epp.package.reporting 1.5.1.20121004-1506
  org.eclipse.xsd.ecore.converter.feature.jar 2.7.0.v20120319-0555
  org.eclipse.xsd.ecore.converter.feature.jar 2.7.0.v20120917-0436
  epp.package.testing.executable.win32.win32.x86 1.5.1.20121004-1506
  epp.package.testing.executable.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.dltk.ruby.formatter 4.0.0.201206120848
  org.eclipse.wst.sse.doc.user 1.1.100.v201005192212
  epp.package.jee.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  toolingwin32.win32.x86_64org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolingwin32.win32.x86_64org.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.json 1.0.0.v201011060100
  org.eclipse.mylyn.mft.emf.core 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.emf.core 0.9.0.I20120314-1750
  org.eclipse.cdt.codan.core.cxx.source 1.1.0.201209170703
  org.eclipse.cdt.codan.core.cxx.source 1.1.0.201206111645
  org.eclipse.cdt.core.solaris 5.2.0.201206111645
  org.eclipse.cdt.core.solaris 5.2.0.201209170703
  org.eclipse.e4.rcp.feature.group 1.1.0.v20120521-2329-8yFTIGIbGGduEZ6-7-jLx41nXj
  org.eclipse.e4.rcp.feature.group 1.1.0.v20120521-2329-8yFTIGF3GGduEYqkQB9M3DKn
  org.eclipse.ptp.pldt.common 6.0.0.201206130201
  org.eclipse.ptp.pldt.common 6.0.0.201209181406
  toolingcocoa.macosx.x86org.eclipse.equinox.common 4.2.1.M20120914-1800
  toolingcocoa.macosx.x86org.eclipse.equinox.common 4.2.0.I20120608-1400
  org.eclipse.e4.ui.di.source 0.10.1.v20120523-1955
  org.eclipse.jdt.core.source 3.8.2.v20120814-155456
  org.eclipse.jdt.core.source 3.8.1.v20120531-0637
  org.eclipse.m2m.atl.drivers.uml24atl 3.3.0.v201205241358
  org.eclipse.m2m.atl.drivers.uml24atl 3.3.1.v201209061455
  org.eclipse.birt.report.data.oda.hive.ui 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.hive.ui 4.2.0.v20120611
  org.eclipse.xtext.ui.codetemplates.ui 2.3.0.v201206120633
  org.eclipse.xtext.ui.codetemplates.ui 2.3.1.v201208210947
  org.eclipse.jem.util 2.1.100.v201103021400
  org.eclipse.amp.escape.ascape 0.9.0.v20120528-0244
  org.eclipse.gmf.codegen.edit.source 2.9.0.RC4a
  org.eclipse.gmf.codegen.edit.source 2.9.0.201209121329
  org.eclipse.xtend.dependencies.feature.jar 1.2.1.v201206110941
  org.eclipse.wb.swing.MigLayout.lib 1.5.0.r42x201206111310
  org.eclipse.wb.swing.MigLayout.lib 1.5.1.r42x201209161216
  org.eclipse.wst.ws_ui.feature.feature.group 3.4.1.v201208172041-7I7CFkXEtEoXHw684K6n3-z-F3stz0lKFx169q5z
  org.eclipse.wst.ws_ui.feature.feature.group 3.4.0.v201203150412-7I7CFkWEtEoXHw284K6n3-oEz-uotfK5qz-68n73
  org.eclipse.mylyn.cvs.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.cvs.feature.group 1.0.0.v20120612-0600
  org.eclipse.team.svn 1.0.0.I20120601-1700
  org.eclipse.emf.workspace.feature.group 1.6.0.v20120328-0001-37708s734E377I3B4C2
  org.eclipse.papyrus.uml.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.uml.feature.feature.jar 0.9.1.v201209190809
  org.apache.commons.primitives 1.0.0.201206011119
  org.apache.commons.primitives 1.0.0.201207101151
  org.eclipse.emf.facet.efacet.editor 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.editor 0.2.0.v201206120903
  org.eclipse.emf.ecore.change.edit.source 2.5.0.v20120608-0554
  org.eclipse.emf.ecore.change.edit.source 2.5.0.v20120917-0436
  toolingepp.package.dsl.ini.gtk.linux.x86_64 1.5.1.20121004-1506
  org.eclipse.jubula.client.analyze.impl.standard 1.2.1.201206131127
  org.eclipse.jubula.client.analyze.impl.standard 1.2.2.201209040912
  epp.package.jee.executable.win32.win32.x86 1.5.1.20121004-1506
  epp.package.jee.executable.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.jst.server.generic.ui 1.0.505.v20100428
  org.xbill.dns 2.0.8.v201112050911
  org.eclipse.ptp.rdt.sync.git.core 2.0.0.201209181406
  org.eclipse.ptp.rdt.sync.git.core 2.0.0.201206130201
  org.eclipse.photran.xlf.feature.jar 8.0.2.201209141911
  org.eclipse.photran.xlf.feature.jar 8.0.0.201206122044
  org.eclipse.amp.amf.acore.source 0.9.0.v20120528-0244
  org.eclipse.emf.cdo.efs.source 4.0.1.v20120821-1005
  org.eclipse.emf.cdo.efs.source 4.0.0.v20120525-0627
  org.eclipse.jst.server_adapters.ext.feature.feature.group 3.3.100.v20110810_1722-777HFL5CcNBDmBfJVFHJD6
  org.eclipse.jst.server_adapters.ext.feature.feature.group 3.3.101.v20120821_1416-777HFL6CcNBDmBjKOFHIEB
  org.eclipse.emf.rap.common.ui.source.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.rap.common.ui.source.feature.jar 2.7.0.v20120917-0436
  toolinggtk.linux.ppc64org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.linux.ppc64org.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.ui.workbench 3.103.0.v20120530-1824
  org.eclipse.ui.workbench 3.103.1.v20120906-120042
  org.eclipse.equinox.compendium.sdk.feature.jar 3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG
  org.eclipse.cvs.source 1.2.0.v201209141800
  org.eclipse.cvs.source 1.2.0.v201206081400
  org.eclipse.gmt.modisco.java.discoverer.cdo.source 0.10.0.v201206130817
  org.eclipse.ui.forms.source 3.5.200.v20120521-2329
  org.eclipse.ui.forms.source 3.5.200.v20120705-114351
  org.eclipse.emf.cdo.dawn.examples.feature.group 2.0.0.v20120523-0528
  org.eclipse.emf.cdo.dawn.examples.feature.group 2.0.0.v20120911-1146
  toolingepp.package.automotive.ini.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.rcp.config.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.rcp.config.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.objectteams.otdt.core.patch.feature.group 2.1.1.201209011847
  org.eclipse.objectteams.otdt.core.patch.feature.group 2.1.0.201206090452
  org.eclipse.birt.resources.source 4.2.1.v20120820
  org.eclipse.birt.resources.source 4.2.0.v2012061217
  epp.package.scout.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.jst.ejb.doc.user 1.1.301.v201105130956
  org.eclipse.acceleo.model 3.3.0.v20120529-1042
  org.eclipse.acceleo.model 3.3.1.v20120831-0923
  toolingepp.package.dsl.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.cdt.make.core.source 7.2.0.201209170703
  org.eclipse.cdt.make.core.source 7.2.0.201206111645
  org.eclipse.mylyn.cvs.core.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.cvs.core.source 1.0.0.v20120612-0600
  toolingANY.ANY.ANYorg.eclipse.gemini.web.extender 1.0.0.SIMREL
  org.eclipse.wst.server.http.ui 1.0.300.v20120821_1517
  org.eclipse.wst.server.http.ui 1.0.200.v20090113
  org.eclipse.rse.ftp.feature.jar 3.1.0.201205300905-782FBV8377A6FC79ODI4
  org.eclipse.rse.ftp.feature.jar 3.1.0.201209191030-782FBV8377A6N8PB6J84
  org.eclipse.equinox.core.feature.feature.jar 1.1.0.v20120522-1841-7K7XFKsF7RZHQYI0Yh8T7on
  org.eclipse.equinox.core.feature.feature.jar 1.1.0.v20120522-1841-7K7XFMTF7RZHQZI4_c8S-nnFB
  org.eclipse.mylyn.commons.repositories.http.core.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.http.core.source 1.0.0.v20120612-0600
  org.eclipse.ecf.filetransfer.ui 1.5.0.v20120610-1946
  org.eclipse.jetty.client 8.1.3.v20120522
  org.eclipse.emf.codegen.ecore.ui 2.8.0.v20120608-0554
  org.eclipse.emf.codegen.ecore.ui 2.8.0.v20120917-0436
  org.eclipse.wst.xml.ui.infopop 1.0.400.v201004292007
  org.eclipse.photran.ui.vpg.preprocessor.c 8.0.0.201206122044
  org.eclipse.photran.ui.vpg.preprocessor.c 8.0.0.201209141911
  org.eclipse.rephraserengine.core 8.0.0.201209141911
  org.eclipse.rephraserengine.core 8.0.0.201206122044
  org.eclipse.modisco.java.cdo.feature.feature.group 0.10.1.v201209190814
  org.eclipse.modisco.java.cdo.feature.feature.group 0.10.0.v201206130817
  org.eclipse.egf.task.ui 1.0.0.v20120528-1550
  org.eclipse.libra.warproducts.feature.feature.group 0.2.0.201206060754
  org.eclipse.emf.compare.epatch 1.3.2.v20120918-1125
  org.eclipse.emf.compare.epatch 1.3.1.v20120605-0748
  org.eclipse.xtext.common.types.ui.source 2.3.1.v201208210947
  org.eclipse.xtext.common.types.ui.source 2.3.0.v201206120633
  org.eclipse.jsch.ui.source 1.1.400.v20120522-1148
  org.eclipse.gef.feature.group 3.8.0.201206112118
  org.eclipse.gef.feature.group 3.9.0.201208201742
  epp.package.cpp.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  epp.package.cpp.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.birt.report.engine.emitter.config.ods 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.ods 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.odt 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.odt 4.2.0.v20120611
  org.eclipse.mylyn.hudson.feature.group 1.0.0.v20120612-0600
  org.eclipse.mylyn.hudson.feature.group 1.0.2.v20120916-1200
  org.eclipse.birt.report.engine.emitter.config.odp 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.odp 4.2.0.v20120611
  org.eclipse.rcp.configuration_root.gtk.linux.s390 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.gtk.linux.s390 1.0.0.I20120608-1400
  org.eclipse.cdt.gdb.ui 7.0.0.201209170703
  org.eclipse.cdt.gdb.ui 7.0.0.201206111645
  org.eclipse.php.source.feature.jar 3.1.1.201209101312
  org.eclipse.php.source.feature.jar 3.0.1.v201201110400-7V-79F8NcJTcJTTTJwJJ
  org.eclipse.xtext.ui.feature.jar 2.3.1.v201208210947
  org.eclipse.xtext.ui.feature.jar 2.3.0.v201206120633
  org.eclipse.datatools.sqltools.sql.ui 1.0.1.v201201270735
  org.eclipse.gyrex.features.admin.source.feature.jar 1.0.0.v20120423-0945-793-EVVFNVFuQh7LxXh
  org.eclipse.gyrex.features.admin.source.feature.jar 1.0.0.v20120423-0945-793-EVVFNVFyOl7J0Ve
  org.eclipse.egf.model.feature.jar 1.0.0.v20120528-1550
  org.eclipse.emf.query 1.2.100.v200903190031
  org.eclipse.emf.facet.widgets.table.ui.workbench.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.table.ui.workbench.source 0.2.0.v201206120903
  org.eclipse.birt.report.engine.emitter.html.source 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.html.source 4.2.1.v20120820
  org.eclipse.datatools.modelbase.feature.feature.jar 1.10.0.v201201161512-7707DCcNBHJDWIYG_Ni
  org.eclipse.datatools.modelbase.feature.feature.jar 1.10.1.v201208161415-7707FCcNBHLCgLUEdUb
  org.eclipse.emf.facet.infra.query.ui.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.query.ui.source 0.2.0.v201206120903
  epp.package.scout.executable.carbon.macosx.x86 1.5.0.20120614-1633
  epp.package.scout.executable.carbon.macosx.x86 1.5.1.20121004-1506
  org.eclipse.dltk.logconsole 4.0.0.201206120848
  org.eclipse.libra.framework.editor.core 0.2.0.201206060754
  org.eclipse.dltk.itcl.feature.jar 4.0.0.201206120848
  org.eclipse.php.help.source 3.0.1.v201201110400
  org.eclipse.php.help.source 3.1.1.201209101312
  epp.package.java.executable.carbon.macosx.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.emf.cdo.source 4.1.0.v20120611-0549
  org.eclipse.emf.cdo.source 4.1.1.v20120727-1146
  org.eclipse.emf.compare.doc.feature.jar 1.3.1.v20120605-0748
  org.eclipse.emf.compare.doc.feature.jar 1.3.2.v20120918-1125
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.x86 4.2.1.M20120914-1800
  org.eclipse.sapphire.modeling.xml.source 0.5.0.201206122150
  org.eclipse.sapphire.modeling.xml.source 0.5.3.201209191432
  toolingepp.package.testing.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.testing.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.scout.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.cdo.server 4.1.0.v20120612-0939
  org.eclipse.emf.cdo.server 4.1.1.v20120727-1146
  org.eclipse.gmf.runtime.common.ui.action 1.5.0.v20120514-1615
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.sparc 4.2.1.M20120914-1800
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.solaris.sparc 4.2.0.I20120608-1400
  org.eclipse.jdt.compiler.tool 1.0.101.v20120522-1651
  org.apache.juli.extras 7.0.26.v201205020640
  org.eclipse.xtend.typesystem.emf.ui 1.2.0.v201206110941
  org.eclipse.acceleo.common 3.3.0.v20120529-1042
  org.eclipse.acceleo.common 3.3.1.v20120831-0923
  org.eclipse.emf.rap.feature.jar 2.8.1.v20120917-0436
  org.eclipse.emf.rap.feature.jar 2.8.0.v20120608-0554
  org.eclipse.mylyn.wikitext.confluence.core 1.7.2.v20120916-1200
  org.eclipse.mylyn.wikitext.confluence.core 1.7.0.v20120612-0600
  org.eclipse.emf.converter.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.converter.feature.jar 2.8.0.v20120608-0554
  org.eclipse.mylyn.team_feature.feature.group 3.8.0.v20120612-0600
  org.eclipse.mylyn.team_feature.feature.group 3.8.2.v20120916-1200
  org.eclipse.emf.compare.logical.source 1.3.1.v20120605-0748
  org.eclipse.emf.compare.logical.source 1.3.2.v20120918-1125
  org.eclipse.tm.terminal.ssh.feature.jar 2.1.100.201209191030-308Z31231A2A2141
  org.eclipse.tm.terminal.ssh.feature.jar 2.1.100.201205300905-308Z312316411A16
  org.eclipse.sapphire.osgi 0.5.0.201206122150
  org.eclipse.sapphire.osgi 0.5.3.201209191432
  org.eclipse.egf.core 1.0.0.v20120528-1550
  org.eclipse.ecf.provider 4.2.100.v20120610-1946
  org.eclipse.m2m.atl.sdk.feature.group 3.3.0.v201205241358
  org.eclipse.m2m.atl.sdk.feature.group 3.3.1.v201209061455
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86_64 4.2.1.M20120914-1800
  toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.x86_64 4.2.0.I20120608-1400
  org.eclipse.rap.demo.databinding.source 1.5.0.20120612-1458
  org.eclipse.rap.demo.databinding.source 1.5.1.20120917-1116
  org.eclipse.datatools.enablement.ibm.ui.source 1.0.0.v201107221502
  org.eclipse.help.base.source 3.6.100.v201206081400
  org.eclipse.help.base.source 3.6.100.v201209141800
  epp.package.dsl.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.linuxtools.systemtap.ui.graphingapi.ui 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.graphingapi.ui 1.0.0.201206130106
  org.eclipse.cdt.feature.jar 8.1.0.201206111645
  org.eclipse.cdt.feature.jar 8.1.1.201209170703
  org.eclipse.datatools.enablement.sybase.ase.models.source 1.0.1.v201010140307
  org.eclipse.mylyn.commons.notifications.feed.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.notifications.feed.source 1.0.2.v20120916-1200
  toolingorg.eclipse.platform.ide.config.gtk.linux.x86_64 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.config.gtk.linux.x86_64 4.2.1.M20120914-1800
  org.eclipse.gyrex.server.defaultroles 1.0.0.v20120511-0855
  org.eclipse.gyrex.features.processing.source.feature.jar 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.modisco.java.doc.source 0.10.0.v201206130817
  org.eclipse.swt.gtk.hpux.ia64_32.source 3.100.0.v4233d
  org.eclipse.swt.gtk.hpux.ia64_32.source 3.100.1.v4234e
  org.eclipse.scout.sdk.feature.source.feature.group 3.8.0.201206130843
  org.eclipse.scout.sdk.feature.source.feature.group 3.8.1.201209171521
  epp.package.jee.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  epp.package.jee.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.gmt.modisco.java.discoverer.source 0.10.0.v201206130817
  org.eclipse.ptp.pldt.fortran.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.pldt.fortran.feature.jar 6.0.2.201209181406
  org.eclipse.egf.eclipse.resources.mgt 1.0.0.v20120528-1550
  org.eclipse.emf.eef.extended-feature.feature.jar 1.1.1.201206051542
  Application Development Frameworks 0.0.0.7B8L-cLWCJ5
  Application Development Frameworks 0.0.0.7B8L7ZcLWCJ5
  org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.10.0.v201201161512-623BgJ9EE9ZJRDZLA
  org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.10.1.v201208161415-623BgJ9EE9ZJRDZLA
  org.eclipse.amp.amf.abase.editor.source 0.9.0.v20120528-0244
  org.eclipse.emf.ecoretools.diagram.ui.outline.source 1.1.0.201205150811
  org.eclipse.egit.mylyn.feature.jar 2.1.0.201209190230-r
  org.eclipse.egit.mylyn.feature.jar 2.0.0.201206130900-r
  org.eclipse.wst.xsl.core 1.1.100.v201102270516
  org.eclipse.wst.server_userdoc.feature.feature.jar 3.3.0.v20110512-20DF7w312215222664
  org.eclipse.wst.server_userdoc.feature.feature.jar 3.3.200.v20120830_2320-20Eo7w31231941a3363
  org.eclipse.cdt.core.source 5.4.0.201206111645
  org.eclipse.cdt.core.source 5.4.1.201209170703
  org.eclipse.ocl.uml.ui 1.0.0.v20120611-0753
  org.eclipse.libra.framework.ui 0.2.0.201206060754
  epp.package.jee.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.jee.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  org.eclipse.tcf.te.runtime.stepper 1.0.0.201209190831
  org.eclipse.tcf.te.runtime.stepper 1.0.0.201206051725
  org.eclipse.datatools.sqltools.sqlscrapbook.source 1.0.2.v201205310922
  org.eclipse.papyrus.uml.textedit.state.xtext.ui 0.9.1.v201209190809
  org.eclipse.papyrus.uml.textedit.state.xtext.ui 0.9.0.v201206131215
  org.eclipse.acceleo.examples.feature.jar 3.3.0.v20120529-1042
  org.eclipse.acceleo.examples.feature.jar 3.3.1.v20120831-0923
  org.eclipse.mylyn.mft.gmf.ui.source 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.gmf.ui.source 0.9.1.I20120907-1845
  toolingepp.package.dsl.ini.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.egf.model.edit.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.team.cvs.ssh2 3.2.300.v20120522-1148
  org.eclipse.graphiti.mm.source 0.9.0.v20120613-0805
  org.eclipse.graphiti.mm.source 0.9.1.v20120919-0732
  org.eclipse.linuxtools.gprof.feature.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.gprof.feature.feature.jar 1.0.0.201209191645
  org.eclipse.modisco.xml.doc 0.10.0.v201206130817
  org.eclipse.modisco.xml.doc 0.10.1.v201209190814
  org.eclipse.actf.examples.adesigner.eval.odf.source 1.0.0.R201206131330
  org.eclipse.actf.examples.adesigner.eval.odf.source 1.0.1.R201209191006
  org.eclipse.datatools.enablement.ingres.source 1.0.0.v200906111150
  org.eclipse.net4j.db.doc.source.feature.jar 4.1.0.v20120911-1146
  org.eclipse.net4j.db.doc.source.feature.jar 4.1.0.v20120611-1554
  org.eclipse.amp.amf.data.editor 0.9.0.v20120528-0244
  org.eclipse.egf.portfolio.eclipse.build.ui 1.0.0.v20120528-1550
  org.eclipse.tcf.feature.feature.jar 1.0.1.201209190831
  org.eclipse.tcf.feature.feature.jar 1.0.0.201206051725
  org.eclipse.gmf.examples.runtime.feature.jar 1.6.0.v20120517-1809-7B7L1F8NcJTcK4Tw9UEU4
  org.eclipse.gyrex.features.processing.source.feature.group 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.gmf.runtime.diagram.ui.providers.ide 1.2.0.v20120514-1615
  org.eclipse.graphiti.examples.tutorial 0.9.1.v20120919-0732
  org.eclipse.graphiti.examples.tutorial 0.9.0.v20120613-0805
  org.eclipse.birt.report.model.adapter.oda.source 4.2.0.v20120611
  org.eclipse.birt.report.model.adapter.oda.source 4.2.1.v20120820
  epp.package.modeling.executable.cocoa.macosx.x86 1.5.0.20120620-0855
  epp.package.modeling.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.modisco.infra.discovery.core 0.10.1.v201209190814
  org.eclipse.modisco.infra.discovery.core 0.10.0.v201206130817
  org.eclipse.bpel.common.ui 1.0.1.v20120612-2300-CI
  org.eclipse.bpel.common.ui 1.0.1.v20120914-1434-CI
  toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolinggtk.solaris.x86org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  org.eclipse.xtext.xtext.ui.feature.jar 2.3.0.v201206120633
  org.eclipse.xtext.xtext.ui.feature.jar 2.3.1.v201208210947
  org.eclipse.xtend.m2e 2.3.1.v201208210947
  org.eclipse.wst.doc.user 1.2.0.v200806052254
  org.eclipse.emf.facet.aggregate.metamodel.notgenerated 0.2.1.v201209110754
  org.eclipse.emf.facet.aggregate.metamodel.notgenerated 0.2.0.v201206120903
  org.easymock 2.4.0.v20090202-0900
  org.eclipse.actf.model.dom.odf 1.0.1.R201209191006
  org.eclipse.actf.model.dom.odf 1.0.0.R201206131330
  org.eclipse.ocl.examples.impactanalyzer 3.2.0.v20120504-1818
  org.eclipse.m2m.qvt.oml.common.source 3.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.common.source 3.1.0.v201206041614
  org.eclipse.sapphire.sdk 0.5.3.201209191432
  org.eclipse.sapphire.sdk 0.5.0.201206122150
  org.eclipse.ocl.examples.common.source 3.2.0.v20120411-1432
  org.eclipse.egf.common.source 1.0.0.v20120528-1550
  org.eclipse.dltk.itcl 4.0.0.201206120848
  org.eclipse.mat.chart.ui 1.2.0.201205300858
  org.eclipse.egit.feature.jar 2.1.0.201209190230-r
  org.eclipse.egit.feature.jar 2.0.0.201206130900-r
  org.eclipse.actf.visualization.flash 1.0.1.R201209191006
  org.eclipse.actf.visualization.flash 1.0.0.R201206131330
  org.eclipse.xtext.runtime.feature.jar 2.3.0.v201206120633
  org.eclipse.xtext.runtime.feature.jar 2.3.1.v201208210947
  org.eclipse.egf.producer.ui.feature.jar 1.0.0.v20120528-1550
  org.eclipse.ocl.examples.xtext.console.source 3.2.0.v20120526-1105
  org.eclipse.e4.core.di.extensions.source 0.11.0.v20120523-2004
  org.eclipse.birt.report.designer.ui.editors 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.editors 4.2.0.v20120611
  org.eclipse.gmf.xpand.source 2.1.0.RC4a
  org.eclipse.gmf.xpand.source 2.1.0.201209121329
  toolingepp.package.cpp.config.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.cpp.config.gtk.linux.x86 1.5.1.20121004-1506
  com.sun.syndication 0.9.0.v200803061811
  org.eclipse.emf.mwe.ui.source 1.2.1.v201206110920
  org.eclipse.egf.portfolio.emf.source.feature.group 1.0.0.v20120528-1550
  org.eclipse.emf.cdo.ui.admin.source 4.1.0.v20120611-0549
  org.eclipse.emf.cdo.ui.admin.source 4.1.0.v20120821-1005
  org.eclipse.birt.report.data.bidi.utils.source 4.2.0.v20120611
  org.eclipse.birt.report.data.bidi.utils.source 4.2.1.v20120820
  org.eclipse.papyrus.customization.properties.generation 0.9.1.v201209190809
  org.eclipse.papyrus.customization.properties.generation 0.9.0.v201206131215
  org.eclipse.ecf.server.generic.feature.feature.group 1.0.0.v20120610-1946
  org.eclipse.emf.facet.widgets.celleditors.edit 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.celleditors.edit 0.2.1.v201209110754
  org.eclipse.modisco.jee.jsp.discoverer.source 0.10.0.v201206130817
  org.eclipse.gyrex.persistence.mongodb.source 1.0.0.v20120524-0613
  org.eclipse.emf.facet.util.feature.feature.jar 0.2.1.v201209110754
  org.eclipse.emf.facet.util.feature.feature.jar 0.2.0.v201206120903
  org.eclipse.graphiti.feature.tools.feature.group 0.9.0.v20120613-0805
  org.eclipse.graphiti.feature.tools.feature.group 0.9.1.v20120919-0732
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.source.feature.group 1.0.0.v20120525-0627
  org.eclipse.emf.cdo.dawn.ecore.editor.dawn.source.feature.group 1.0.0.v20120911-1146
  org.eclipse.datatools.enablement.ibm.informix 1.0.1.v201107221502
  org.eclipse.cdt.ui 5.5.0.201209170703
  org.eclipse.cdt.ui 5.4.0.201206111645
  org.eclipse.dltk.xotcl.feature.jar 4.0.0.201206120848
  org.eclipse.ptp.rm.ibm.pe.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rm.ibm.pe.feature.group 6.0.0.201206130201
  org.eclipse.m2m.qvt.oml.debug.ui.source 1.1.0.v20120906-0508
  org.eclipse.m2m.qvt.oml.debug.ui.source 1.1.0.v201206041614
  epp.package.testing.executable.carbon.macosx.ppc.eclipse 1.5.1.20121004-1506
  toolingepp.package.jee.ini.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.jee.ini.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.epp.package.automotive.feature.feature.group 1.5.0.20120614-1633
  org.eclipse.epp.package.automotive.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.postgresql.feature.source.feature.jar 1.10.0.v201201161512-553AkF7AK8PCRBQBP
  org.eclipse.datatools.enablement.postgresql.feature.source.feature.jar 1.10.1.v201208161415-553AkF7AK8PCRBQBP
  org.eclipse.acceleo.profiler.editor 3.3.0.v20120529-1042
  org.eclipse.acceleo.profiler.editor 3.3.1.v20120831-0923
  org.eclipse.emf.cdo.dawn.examples.acore.diagram.source 1.0.100.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.acore.diagram.source 1.0.100.v20120523-0528
  org.eclipse.net4j.util.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.util.feature.jar 4.1.0.v20120609-0625
  org.eclipse.tcf.te.tcf.ui.console 1.0.0.201206051725
  org.eclipse.tcf.te.tcf.ui.console 1.0.0.201209190831
  org.eclipse.xpand.examples 1.2.0.v201206110941
  org.eclipse.acceleo.ui.capabilities 3.3.0.v20120529-1042
  org.eclipse.acceleo.ui.capabilities 3.3.1.v20120831-0923
  org.eclipse.emf.cdo.examples.installer.source.feature.group 4.1.0.v20120612-1807
  org.eclipse.emf.cdo.examples.installer.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.workspace.feature.jar 1.6.0.v20120328-0001-37708s734E377I3B4C2
  org.eclipse.papyrus.infra.gmfdiag.navigation 0.9.0.v201206131215
  org.eclipse.papyrus.infra.gmfdiag.navigation 0.9.1.v201209190809
  org.eclipse.egf.pattern 1.0.0.v20120528-1550
  org.eclipse.gyrex.jobs.source 1.0.0.v20120511-0855
  org.eclipse.jubula.app.cmd 1.2.2.201209040912
  org.eclipse.jubula.app.cmd 1.2.1.201206131127
  org.eclipse.mylyn.commons.repositories.http.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.http.feature.jar 1.0.0.v20120612-0600
  org.eclipse.emf.mwe2.launch 2.3.0.v201206120758
  org.eclipse.emf.facet.widgets.nattable.examples.ecore.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.examples.ecore.source 0.2.0.v201206120903
  org.eclipse.emf.cdo.sdk.feature.group 4.1.0.v20120612-1844
  org.eclipse.emf.cdo.sdk.feature.group 4.1.1.v20120911-1146
  org.eclipse.papyrus.infra.table.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.infra.table.feature.feature.jar 0.9.0.v201206131215
  org.apache.httpcomponents.httpcore 4.1.4.v201203221030
  org.eclipse.jetty.plus 8.1.3.v20120522
  org.eclipse.m2m.qvt.oml.feature.jar 3.1.0.v201206041614-7G6-BgJ9EJ9c9TEcET
  org.eclipse.m2m.qvt.oml.feature.jar 3.2.0.v20120918-0827
  org.eclipse.equinox.servletbridge.extensionbundle 1.2.100.v20120522-2049
  toolingepp.package.dsl.config.motif.linux.x86 1.5.1.20121004-1506
  epp.package.rcp.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  epp.package.rcp.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.datatools.enablement.sybase.ase.models 1.0.1.v201010140307
  org.eclipse.wtp.xml.capabilities 1.0.100.v201005102000
  org.eclipse.xsd.sdk.feature.jar 2.8.0.v20120319-0555
  org.eclipse.xsd.sdk.feature.jar 2.8.1.v20120917-0436
  org.eclipse.jubula.rc.swt 1.2.2.201209040912
  org.eclipse.jubula.rc.swt 1.2.1.201206131127
  org.eclipse.dltk.tcl.formatter 4.0.0.201206120848
  org.eclipse.dltk.debug 4.0.0.201206120848
  javax.ws.rs 1.1.1.v20101004-1200
  org.eclipse.xtext.ui.source 2.3.1.v201208210947
  org.eclipse.xtext.ui.source 2.3.0.v201206120633
  org.eclipse.gyrex.http.jetty.source 1.0.0.v20120423-0944
  org.eclipse.gmt.modisco.infra.browser.uicore 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.browser.uicore 0.10.1.v201209190814
  org.eclipse.ecf.discovery.feature.feature.group 1.0.0.v20120610-1946
  epp.package.java.executable.motif.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.motif.linux.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.ocl.examples.impactanalyzer.util 3.2.0.v20120503-1141
  toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86 4.2.1.M20120914-1800
  toolingorg.eclipse.rcp.sdk.id.ini.win32.win32.x86 4.2.0.I20120608-1400
  org.eclipse.jpt.common.ui 1.2.1.v201208222210
  org.eclipse.jpt.common.ui 1.2.0.v201205150000
  org.eclipse.soa.sca.sca1_0.common 2.3.0.201205240725
  epp.package.scout.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.equinox.server.core.feature.jar 1.2.0.v20120522-1841-7K7VFO1F7RZHQZI4_c8StnvFB
  org.eclipse.equinox.server.core.feature.jar 1.2.0.v20120522-1841-7K7VFMRF7RZHQYI0Yh8U-ov
  org.eclipse.jwt.we.helpers.application 1.2.0.v201205310546
  org.eclipse.datatools.enablement.sqlite.feature.source.feature.jar 1.10.0.v201201161512-542AkF7AJ7SAKAPBF
  org.eclipse.datatools.enablement.sqlite.feature.source.feature.jar 1.10.1.v201208161415-542AkF7AJ7SAKAPBF
  org.eclipse.epp.mpc.source.feature.group 1.1.1.I20110907-0947
  org.eclipse.swt.gtk.linux.ppc64 3.100.0.v4233d
  org.eclipse.swt.gtk.linux.ppc64 3.100.1.v4234e
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.jar 1.10.1.v201208161415-79-78EVVFNQGpRkHz0Sm
  org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.jar 1.10.0.v201201161512-79-78EVVFNOGnTeK-SY
  org.eclipse.gmf.runtime.notation.source.feature.group 1.6.0.v20120327-2213-378-8s73543B4E1689I
  org.eclipse.emf.cdo.defs.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.defs.feature.group 4.1.0.v20120612-1514
  org.eclipse.gef.examples.source.feature.jar 3.8.0.201206112118
  org.eclipse.gef.examples.source.feature.jar 3.9.0.201208201742
  org.eclipse.birt.report.data.oda.jdbc.ui 4.2.1.v20120820
  org.eclipse.birt.report.data.oda.jdbc.ui 4.2.0.v20120611
  org.eclipse.emf.mwe.core.feature.jar 1.2.1.v201206110920
  org.eclipse.datatools.enablement.oda.feature.feature.jar 1.10.1.v201208161415-7A7T7CDZRDKHF_HnGjOX
  org.eclipse.datatools.enablement.oda.feature.feature.jar 1.10.0.v201201161512-7A7T7CDZRDKHF_HnGjOX
  org.eclipse.dltk.tcl.testing 4.0.0.201206120848
  org.eclipse.birt.chart.examples.core.source 4.2.1.v20120820
  org.eclipse.birt.chart.examples.core.source 4.2.0.v20120611
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.edit.source 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.tableconfiguration.edit.source 0.2.0.v201206120903
  org.eclipse.datatools.sqldevtools.results.feature.source.feature.group 1.10.1.v201208161415-57B79AkF7BD7SGC9ZEH
  org.eclipse.datatools.sqldevtools.results.feature.source.feature.group 1.10.0.v201201161512-57B78AkF7BD7QFE9VEG
  org.eclipse.datatools.sqltools.sqleditor 1.0.2.v201107221520
  org.eclipse.datatools.sqltools.sqleditor 1.0.2.v201208230236
  org.eclipse.ecf.provider.irc 1.3.100.v20120610-1946
  org.eclipse.papyrus.infra.gmfdiag.widgets 0.9.1.v201209190809
  org.eclipse.papyrus.infra.gmfdiag.widgets 0.9.0.v201206131215
  org.eclipse.modisco.kdm.source.extension.source 0.10.0.v201206130817
  org.eclipse.ecf.remoteservice.rest 2.2.200.v20120610-1946
  com.naef.jnlua 0.9.1.201206122001
  com.naef.jnlua 0.9.1.201209061319
  org.eclipse.emf.cdo.dawn.sdk.feature.group 2.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.sdk.feature.group 2.0.0.v20120525-0730
  toolingcocoa.macosx.x86_64org.eclipse.equinox.event 4.2.0.I20120608-1400
  toolingcocoa.macosx.x86_64org.eclipse.equinox.event 4.2.1.M20120914-1800
  org.eclipse.acceleo.examples 3.3.0.v20120529-1042
  org.eclipse.acceleo.examples 3.3.1.v20120831-0923
  org.eclipse.wst.css.core 1.1.600.v201204260115
  org.eclipse.wst.css.core 1.1.601.v201208170345
  org.eclipse.birt.report.engine.dataextraction 4.2.0.v20120611
  org.eclipse.birt.report.engine.dataextraction 4.2.1.v20120820
  org.eclipse.mylyn.ide_feature.feature.jar 3.8.0.v20120612-0600
  org.eclipse.mylyn.ide_feature.feature.jar 3.8.2.v20120916-1200
  org.eclipse.m2m.atl.core.ui.source 3.3.0.v201205241358
  org.eclipse.m2m.atl.core.ui.source 3.3.1.v201209061455
  org.eclipse.datatools.enablement.oracle.dbdefinition 1.0.103.v201206010214
  org.eclipse.gmf.tooling.runtime_root 3.0.0.RC4a
  org.eclipse.gmf.tooling.runtime_root 3.0.0.201209121329
  org.eclipse.xtend.typesystem.emf.feature.jar 1.2.1.v201206110941
  org.eclipse.ocl.doc.source 3.2.0.v20120919-0602
  org.eclipse.ocl.doc.source 3.2.0.v20120613-0850
  org.eclipse.gmf.runtime.emf.ui.properties.source 1.5.0.v20120514-1615
  org.eclipse.egf.producer.ui 1.0.0.v20120528-1550
  org.jsoup 1.6.1.v201201201356
  org.eclipse.amp.amf.abase.ui.source 0.9.0.v20120528-0244
  org.eclipse.cdt.core.win32.x86 5.2.0.201206111645
  org.eclipse.cdt.core.win32.x86 5.2.0.201209170703
  org.eclipse.egf.portfolio.genchain 1.0.0.v20120528-1550
  org.eclipse.datatools.sqltools.db.derby.ui.source 1.0.0.v200906020900
  org.eclipse.jst.ws.jaxws.dom.ui 1.0.0.v201004171919
  org.eclipse.emf.ecoretools 1.1.0.201205150811
  org.eclipse.equinox.metatype.source 1.2.0.v20120522-1841
  org.eclipse.cdt.gdb.feature.group 7.0.0.201209170703
  org.eclipse.cdt.gdb.feature.group 7.0.0.201206111645
  org.eclipse.emf.facet.infra.browser.custom.core.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.browser.custom.core.source 0.2.1.v201209110754
  org.eclipse.actf.visualization.engines.blind.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.engines.blind.source 1.0.0.R201206131330
  org.eclipse.equinox.region.source 1.1.0.v20120522-1841
  org.eclipse.amp.doc 0.9.0.v20120528-0244
  org.eclipse.ptp.rm.jaxb.feature.group 6.0.0.201206130201
  org.eclipse.ptp.rm.jaxb.feature.group 6.0.2.201209181406
  org.eclipse.emf.mwe2.language.sdk.feature.group 2.3.0.v201206120758
  org.eclipse.birt.doc.feature.group 4.2.1.v20120820-5107w31231A19243A
  org.eclipse.birt.doc.feature.group 4.2.0.v20120611-51-7w3123172328
  toolingepp.package.reporting.config.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.reporting.config.gtk.linux.x86 1.5.1.20121004-1506
  org.eclipse.gmf.examples.runtime.ui.pde.feature.jar 1.6.0.v20120517-1809-2307w3123162502726
  javax.mail.glassfish 1.4.1.v201108011116
  org.eclipse.jetty.rewrite.source 8.1.3.v20120522
  tooling.virgo.org.eclipse.equinox.frameworkadmin 1.0.0.tooling
  org.eclipse.persistence.nosql.source.feature.jar 2.4.0.v20120608-r11652
  org.eclipse.cdt.debug.gdbjtag 7.0.0.201209170703
  org.eclipse.cdt.debug.gdbjtag 7.0.0.201206111645
  org.eclipse.gemini.jpa 1.0.100.v20120613-0539
  org.eclipse.wst.common.modulecore.ui 1.0.201.v201208241600
  org.eclipse.wst.common.modulecore.ui 1.0.200.v201204042200
  org.eclipse.jdt.feature.group 3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83
  org.eclipse.jdt.feature.group 3.8.0.v20120525-1249-8-8nFqlFNOfwKDRGz-pXLdGxEM83
  org.eclipse.jpt.jpa.ui 3.2.0.v201205230001
  org.eclipse.jpt.jpa.ui 3.2.1.v201208222210
  org.eclipse.rtp.httpdeployer 1.0.0.v20120613-2107
  org.eclipse.emf.common.ui 2.7.0.v20120917-0436
  org.eclipse.emf.common.ui 2.7.0.v20120608-0554
  org.eclipse.pde.api.tools 1.0.400.v20120523-2012
  org.eclipse.ocl.examples.xtext.essentialocl 3.2.0.v20120606-1911
  org.eclipse.rcp.configuration_root.gtk.linux.x86 1.0.0.M20120914-1800
  org.eclipse.rcp.configuration_root.gtk.linux.x86 1.0.0.I20120608-1400
  org.eclipse.graphiti.examples.common 0.9.1.v20120919-0732
  org.eclipse.graphiti.examples.common 0.9.0.v20120613-0805
  org.eclipse.actf.visualization.ui.wst.feature.group 1.0.1.R201209191006
  org.eclipse.actf.visualization.ui.wst.feature.group 1.0.0.R201206131330
  org.eclipse.sapphire.doc.source 0.5.3.201209191432
  org.eclipse.sapphire.doc.source 0.5.0.201206122150
  org.eclipse.actf.model.dom.dombycom.flash 1.0.1.R201209191006
  org.eclipse.actf.model.dom.dombycom.flash 1.0.0.R201206131330
  org.eclipse.emf.mapping.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.feature.group 2.7.0.v20120917-0436
  org.eclipse.wst.server_adapters.feature.feature.jar 3.2.201.v20120821_1517-51F9xAkF7AL8QDRl8GAT
  org.eclipse.wst.server_adapters.feature.feature.jar 3.2.101.v20111212_1019-51F8OAkF79S8JCTA597K
  epp.package.automotive.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  epp.package.automotive.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  org.eclipse.wb.layout.group 1.5.0.r42x201206111249
  org.eclipse.wb.layout.group 1.5.1.r42x201209161140
  org.eclipse.tcf.core 1.0.0.201209190831
  org.eclipse.tcf.core 1.0.0.201206051725
  org.eclipse.epp.package.mobile 1.5.0.20120614-0811
  org.eclipse.epp.package.mobile 1.5.1.20121004-1506
  org.eclipse.emf.ecore.xcore.exporter.source 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.exporter.source 1.0.0.v20120612-0950
  epp.package.modeling.executable.cocoa.macosx.x86_64 1.5.0.20120620-0855
  epp.package.modeling.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.gmt.modisco.infra.common.cdo 0.10.1.v201209190814
  org.eclipse.gmt.modisco.infra.common.cdo 0.10.0.v201206130817
  org.eclipse.birt.report.designer.ui.lib.source 4.2.1.v20120820
  org.eclipse.birt.report.designer.ui.lib.source 4.2.0.v20120611
  toolingepp.package.rcp.ini.gtk.linux.x86 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.gtk.linux.x86 1.5.1.20121004-1506
  javax.security.auth.message.source 1.0.0.v201108011116
  org.eclipse.e4.core.commands.source 0.10.1.v20120523-1955
  org.eclipse.emf.eef.sdk-feature.feature.jar 1.1.1.201206051542
  org.eclipse.xtext.xbase.source.feature.group 2.3.0.v201206120633
  org.eclipse.xtext.xbase.source.feature.group 2.3.1.v201208210947
  org.eclipse.jst.jsf.standard.tagsupport 1.2.100.v201104061711
  org.eclipse.jst.jsf.standard.tagsupport 1.2.101.v201208241503
  org.eclipse.emf.codegen.ecore.xtext.ui.source 1.0.0.v20120612-0950
  org.eclipse.emf.codegen.ecore.xtext.ui.source 1.0.0.v20120917-0741
  org.eclipse.mylyn.versions.sdk.feature.jar 1.0.2.v20120916-1200
  org.eclipse.mylyn.versions.sdk.feature.jar 1.0.0.v20120612-0600
  org.eclipse.datatools.enablement.msft.sqlserver 1.0.1.v201107221504
  org.eclipse.emf.cdo.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.feature.group 4.1.0.v20120612-1514
  org.eclipse.m2e.logback.configuration 1.1.0.20120530-0009
  org.eclipse.m2e.logback.configuration 1.2.0.20120903-1050
  org.eclipse.jpt.jaxb.eclipselink.core.schemagen 1.1.1.v201208222210
  org.eclipse.jpt.jaxb.eclipselink.core.schemagen 1.1.0.v201104120000
  toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.rcp.sdk.id.ini.cocoa.macosx.x86 4.2.1.M20120914-1800
  org.eclipse.equinox.p2.updatechecker.source 1.1.200.v20110808-1657
  org.eclipse.core.runtime.feature.feature.group 1.1.0.v20120521-2346-7H7NFHlBpeIm_Y1_WXrenz0P9ad9
  org.eclipse.core.runtime.feature.feature.group 1.1.0.v20120521-2346-7H7NFHkBpeIm_WQ_SXscjz-J1Zi9
  tooling.virgo.org.eclipse.equinox.ds 1.0.0.tooling
  org.eclipse.cdt.launch.source 7.1.0.201209170703
  org.eclipse.cdt.launch.source 7.1.0.201206111645
  org.eclipse.emf.cdo.dawn.codegen.feature.group 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.codegen.feature.group 2.0.1.v20120911-1146
  org.eclipse.gmf.runtime.common.ui.printing.win32 1.4.0.v20120514-1615
  org.eclipse.emf.cdo.dawn.examples.source.feature.jar 2.0.0.v20120911-1146
  org.eclipse.emf.cdo.dawn.examples.source.feature.jar 2.0.0.v20120523-0528
  org.eclipse.emf.facet.infra.source.feature.group 0.2.1.v201209110754
  org.eclipse.gmf.runtime.notation 1.5.0.v20110309-2159
  org.eclipse.gmt.modisco.java.browser.customization 0.10.1.v201209190814
  org.eclipse.gmt.modisco.java.browser.customization 0.10.0.v201206130817
  org.eclipse.amp.agf.ide.source 0.9.0.v20120528-0244
  toolingepp.package.rcp.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.rcp.config.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.equinox.simpleconfigurator.source 1.0.300.v20110815-1744
  epp.package.parallel.executable.carbon.macosx.x86.Eclipse 1.5.0.20120614-1633
  org.eclipse.xpand.incremental.feature.jar 1.2.1.v201206110941
  org.eclipse.xtext.junit 2.3.1.v201208210947
  org.eclipse.xtext.junit 2.3.0.v201206120633
  toolingepp.package.dsl.config.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.mylyn.trac.core 3.8.0.v20120612-0600
  org.eclipse.mylyn.trac.core 3.8.2.v20120916-1200
  toolingepp.package.parallel.config.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.parallel.config.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.actf.util.vocab.source 1.0.1.R201209191006
  org.eclipse.actf.util.vocab.source 1.0.0.R201206131330
  org.eclipse.mylyn.mft.gmf.feature.jar 0.9.1.I20120907-1845
  org.eclipse.mylyn.mft.gmf.feature.jar 0.9.0.I20120314-1750
  org.eclipse.team.svn.revision.graph.feature.jar 1.0.0.I20120601-1700
  org.eclipse.emf.transaction.ui.source 1.4.0.v20090819-1300
  toolinggtk.linux.s390org.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.linux.s390org.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.modisco.jee.webapp.source 0.10.0.v201206130817
  org.eclipse.emf.ecore.feature.group 2.8.1.v20120911-0500
  org.eclipse.emf.ecore.feature.group 2.8.0.v20120606-0717
  org.apache.wsil4j 1.0.0.v200901211807
  org.eclipse.datatools.doc.isv 1.10.1.v201208211458
  org.eclipse.datatools.doc.isv 1.10.0.v201201161530
  org.eclipse.jubula.client.ua.welcome 1.2.1.201206131127
  org.eclipse.jubula.client.ua.welcome 1.2.2.201209040912
  org.eclipse.equinox.wireadmin 1.0.400.v20120522-2049
  org.eclipse.acceleo.feature.group 3.3.1.v20120831-0923
  org.eclipse.acceleo.feature.group 3.3.0.v20120529-1042
  org.eclipse.gmt.modisco.infra.facet.ui 0.10.0.v201206130817
  org.eclipse.gmt.modisco.infra.facet.ui 0.10.1.v201209190814
  tooling.virgo.org.eclipse.equinox.cm 1.0.0.tooling
  org.eclipse.emf.cdo.epp.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.epp.feature.jar 4.1.0.v20120612-1514
  org.eclipse.jetty.all.dependencies.feature.group 8.1.3.201206060641
  org.eclipse.emf.validation.sdk.feature.group 1.6.0.v20120328-0001-67T-96SGR75UNqZNTdeQnghI6uFA
  net.sourceforge.nattable.core 2.1.0.v201102231538
  org.eclipse.zest.feature.group 1.4.0.201206112118
  org.eclipse.zest.feature.group 1.5.0.201208201742
  toolingorg.eclipse.platform.ide.config.gtk.solaris.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.config.gtk.solaris.x86 4.2.1.M20120914-1800
  org.eclipse.mylyn.docs.intent.feature.feature.jar 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.feature.feature.jar 0.7.1.201208201051
  org.eclipse.net4j.db.mysql.source.feature.group 4.1.0.v20120911-1146
  org.eclipse.net4j.db.mysql.source.feature.group 4.1.0.v20120607-1600
  org.eclipse.dltk.ruby.basicdebugger 4.0.0.201206120848
  org.eclipse.datatools.enablement.oda.feature.source.feature.jar 1.10.0.v201201161512-7A7T7CDZRDKHF_HnGjOX
  org.eclipse.datatools.enablement.oda.feature.source.feature.jar 1.10.1.v201208161415-7A7T7CDZRDKHF_HnGjOX
  org.eclipse.sapphire.java.jdt 0.5.0.201206122150
  org.eclipse.sapphire.java.jdt 0.5.3.201209191432
  org.eclipse.gyrex.http.source 1.0.0.v20120423-0944
  toolingepp.package.reporting.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  org.eclipse.libra.framework.knopflerfish 0.2.0.201206060754
  epp.package.dsl.executable.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.e4.ui.widgets.source 0.12.0.v20120523-1955
  org.eclipse.e4.ui.widgets.source 0.12.0.v20120905-175524
  tooling.virgo.org.eclipse.equinox.p2.touchpoint.eclipse 1.0.0.tooling
  org.eclipse.amp.axf.sd 0.9.0.v20120528-0244
  org.eclipse.rap.jface.source 1.5.1.20120917-1116
  org.eclipse.rap.jface.source 1.5.0.20120612-1458
  org.eclipse.ocl.examples.xtext.oclstdlib.source 3.2.1.v20120917-1012
  org.eclipse.ocl.examples.xtext.oclstdlib.source 3.2.0.v20120606-1911
  org.eclipse.egit.core 2.1.0.201209190230-r
  org.eclipse.egit.core 2.0.0.201206130900-r
  org.eclipse.cvs.source.feature.jar 1.3.200.v20120525-1249-7B79FJJAkF7BF7SDL5EAJT
  org.eclipse.cvs.source.feature.jar 1.3.200.v20120525-1249-7B79FJJAkF7BF7VEH5IAJT
  org.eclipse.rcp.configuration_root.gtk.solaris.x86 1.0.0.I20120608-1400
  org.eclipse.rcp.configuration_root.gtk.solaris.x86 1.0.0.M20120914-1800
  epp.package.automotive.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.gtk.linux.ppc64.eclipse 1.5.0.20120614-1633
  epp.package.mobile.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.mobile.executable.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.jubula.launch.rcp.ui 1.2.1.201206131127
  org.eclipse.jubula.launch.rcp.ui 1.2.2.201209040912
  org.eclipse.ui.ide 3.8.0.v20120521-2329
  org.eclipse.ui.ide 3.8.1.v20120828-165804
  org.eclipse.e4.ui.css.core.source 0.10.1.v20120523-1955
  org.eclipse.e4.ui.css.core.source 0.10.2.v20120806-171245
  org.eclipse.emf.ecore.change.edit 2.5.0.v20120917-0436
  org.eclipse.emf.ecore.change.edit 2.5.0.v20120608-0554
  org.eclipse.ptp.utils.feature.group 6.0.0.201206130201
  org.eclipse.ptp.utils.feature.group 6.0.2.201209181406
  org.eclipse.birt.report.data.oda.sampledb.ui 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.sampledb.ui 4.2.1.v201209111701
  org.eclipse.sapphire.sdk.build.processor 0.5.0.201206122150
  org.eclipse.sapphire.sdk.build.processor 0.5.3.201209191432
  org.eclipse.wb.rcp.databinding 1.5.1.r42x201209161238
  org.eclipse.wb.rcp.databinding 1.5.0.r42x201206111317
  org.eclipse.mylyn.tests.util.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.tests.util.source 3.8.2.v20120916-1200
  org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.papyrus.infra.gmfdiag.feature.feature.jar 0.9.0.v201206131215
  epp.package.mobile.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.mobile.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  toolingorg.eclipse.platform.ide.ini.gtk.aix.ppc 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.ide.ini.gtk.aix.ppc 4.2.1.M20120914-1800
  org.eclipse.actf.ui 1.0.1.R201209191006
  org.eclipse.actf.ui 1.0.0.R201206131330
  org.eclipse.dltk.debug.ui 4.0.0.201206120848
  org.eclipse.wst.xsdeditor.doc.user 1.0.800.v201005192212
  org.eclipse.graphiti.doc 0.9.0.v20120613-0805
  org.eclipse.graphiti.doc 0.9.1.v20120919-0732
  org.eclipse.jst.j2ee.ui 1.1.600.v201205170400
  epp.package.parallel.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  epp.package.parallel.executable.gtk.linux.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.actf.visualization.lowvision.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.lowvision.source 1.0.0.R201206131330
  org.eclipse.ptp.ui 6.0.0.201206130201
  org.eclipse.ptp.ui 6.0.0.201209181406
  org.eclipse.datatools.enablement.mysql.dbdefinition.source 1.0.4.v201109022331
  toolingepp.package.testing.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.testing.ini.win32.win32.x86 1.5.0.20120614-1633
  org.apache.jasper 7.0.26.v201205030742
  org.eclipse.sapphire.source.feature.group 0.5.3.201209191432
  org.eclipse.sapphire.source.feature.group 0.5.0.201206122150
  org.eclipse.ocl.doc 3.2.0.v20120613-0850
  org.eclipse.ocl.doc 3.2.0.v20120919-0602
  org.eclipse.gmf.runtime.diagram.ui.render 1.6.0.v20120514-1615
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti 1.0.0.v20120523-0528
  org.eclipse.emf.cdo.dawn.examples.acore.graphiti 1.0.0.v20120911-1146
  org.eclipse.epp.package.parallel.feature.feature.group 1.5.1.20121004-1506
  org.eclipse.epp.package.parallel.feature.feature.group 1.5.0.20120614-1633
  epp.package.dsl.executable.gtk.linux.ppc64.eclipse 1.5.1.20121004-1506
  toolingepp.package.jee.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.jee.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.emf.eef.eefgen.source 1.1.1.201206051542
  org.eclipse.egit.import 2.1.0.201209190230-r
  org.eclipse.egit.import 2.0.0.201206130900-r
  tooling.virgo.org.eclipse.equinox.p2.core 1.0.0.tooling
  org.eclipse.jubula.client.core 1.2.1.201206131127
  org.eclipse.jubula.client.core 1.2.2.201209040912
  org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 0.9.0.v201206131215
  org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 0.9.1.v201209190809
  org.eclipse.jst.pagedesigner.jsp.core 1.2.101.v201208241503
  org.eclipse.jst.pagedesigner.jsp.core 1.2.100.v201112111111
  toolingepp.package.scout.config.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.scout.config.gtk.linux.ppc64 1.5.0.20120614-1633
  org.eclipse.gmf.source 1.4.1.v20120514-1615
  org.eclipse.modisco.kdm.source.discoverer.ui 0.10.0.v201206130817
  org.eclipse.modisco.kdm.source.discoverer.ui 0.10.1.v201209190814
  epp.package.scout.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  epp.package.scout.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.datatools.sqltools.sql 1.0.1.v201110050515
  org.eclipse.equinox.serverside.sdk.feature.group 3.8.0.v20120522-1841-9Q7dFszFYGis9uZsz0QodZP4fL9p
  org.eclipse.equinox.serverside.sdk.feature.group 3.8.0.v20120522-1841-9Q7dFszFYGis9uYGz0QodZP3fH0t
  org.eclipse.rse.terminals.ui 1.2.0.201209191030
  org.eclipse.rse.terminals.ui 1.2.0.201205300905
  epp.package.parallel.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  org.eclipse.jubula.client.teststyle.impl.standard 1.2.1.201206131127
  org.eclipse.jubula.client.teststyle.impl.standard 1.2.2.201209040912
  org.eclipse.xtext.common.types.ui 2.3.0.v201206120633
  org.eclipse.xtext.common.types.ui 2.3.1.v201208210947
  org.eclipse.ecf.discovery.ui.userinput 1.0.0.v20120610-1946
  org.eclipse.egf.portfolio.genchain.tools 1.0.0.v20120528-1550
  org.eclipse.datatools.modelbase.feature.source.feature.jar 1.10.1.v201208161415-7707FCcNBHLCgLUEdUb
  org.eclipse.datatools.modelbase.feature.source.feature.jar 1.10.0.v201201161512-7707DCcNBHJDWIYG_Ni
  org.eclipse.emf.facet.widgets 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets 0.2.0.v201206120903
  org.eclipse.gyrex.persistence.context.preferences 1.0.0.v20120511-0855
  org.eclipse.cdt.gdb.source.feature.jar 7.0.0.201206111645
  org.eclipse.cdt.gdb.source.feature.jar 7.0.0.201209170703
  org.eclipse.ptp.rdt.xlc.feature.jar 6.0.0.201206130201
  org.eclipse.ptp.rdt.xlc.feature.jar 6.0.2.201209181406
  toolingepp.package.parallel.config.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.parallel.config.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.xsd.ecore.exporter 2.5.0.v20120917-0436
  org.eclipse.xsd.ecore.exporter 2.5.0.v20120319-0555
  org.eclipse.gmf.runtime.emf.clipboard.core.source 1.5.0.v20120514-1615
  epp.package.rcp.executable.motif.linux.x86 1.5.1.20121004-1506
  epp.package.rcp.executable.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.ocl.all.feature.group 4.0.0.v20120611-1210
  org.eclipse.ocl.all.feature.group 4.0.1.v20120917-1739
  org.eclipse.xpand.feature.group 1.2.1.v201206110941
  org.eclipse.emf.facet.infra.browser.custom.core 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.browser.custom.core 0.2.1.v201209110754
  org.eclipse.zest.layouts.source 1.1.0.201208201742
  org.eclipse.zest.layouts.source 1.1.0.201206112118
  toolingepp.package.rcp.config.win32.win32.x86_64 1.5.0.20120614-1633
  toolingepp.package.rcp.config.win32.win32.x86_64 1.5.1.20121004-1506
  org.eclipse.jdt.launching.macosx 3.2.100.v20120523-1953
  org.eclipse.ocl.source.feature.group 3.2.1.v20120917-1739
  org.eclipse.ocl.source.feature.group 3.2.0.v20120611-1210
  org.eclipse.acceleo.model.edit 3.3.0.v20120529-1042
  org.eclipse.acceleo.model.edit 3.3.1.v20120831-0923
  toolinggtk.linux.ppc64org.eclipse.equinox.common 4.2.0.I20120608-1400
  toolinggtk.linux.ppc64org.eclipse.equinox.common 4.2.1.M20120914-1800
  org.eclipse.swt.win32.win32.x86_64 3.100.1.v4234e
  org.eclipse.swt.win32.win32.x86_64 3.100.0.v4233d
  org.eclipse.amp.escape.ide.source 0.9.0.v20120528-0244
  org.eclipse.birt.chart.reportitem.source 4.2.0.v20120611
  org.eclipse.birt.chart.reportitem.source 4.2.1.v20120820
  org.eclipse.gmf.runtime.notation.sdk 1.4.1.v20100716-2159
  org.eclipse.modisco.jee.ejbjar 0.10.0.v201206130817
  org.eclipse.modisco.jee.ejbjar 0.10.1.v201209190814
  org.eclipse.birt.report.engine.emitter.config.pdf 4.2.0.v20120611
  org.eclipse.birt.report.engine.emitter.config.pdf 4.2.1.v20120820
  org.eclipse.modisco.infra.discovery 0.10.0.v201206130817
  org.eclipse.modisco.infra.discovery 0.10.1.v201209190814
  org.eclipse.mylyn.mft.emf.ui 0.9.0.I20120314-1750
  org.eclipse.mylyn.mft.emf.ui 0.9.1.I20120907-1845
  org.eclipse.jst.common.fproj.enablement.jdt.feature.jar 3.4.0.v201108231500-377DG8s73543J5H6D66
  epp.package.automotive.executable.gtk.solaris.x86 1.5.1.20121004-1506
  epp.package.automotive.executable.gtk.solaris.x86 1.5.0.20120614-1633
  org.eclipse.linuxtools.valgrind.core 1.0.0.201209191645
  org.eclipse.linuxtools.valgrind.core 1.0.0.201206130106
  org.eclipse.jem 2.0.600.v201201051400
  org.eclipse.datatools.connectivity.oda.designer.feature.feature.jar 1.10.0.v201201161512-4127w312312232267
  org.eclipse.datatools.connectivity.oda.designer.feature.feature.jar 1.10.1.v201208161415-4127w312312232267
  org.eclipse.emf.common.ui.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.common.ui.feature.group 2.7.0.v20120917-0436
  org.eclipse.cdt.core.parser.upc.feature.feature.group 5.1.0.201209170703
  org.eclipse.cdt.core.parser.upc.feature.feature.group 5.1.0.201206111645
  org.eclipse.dltk.core.feature.jar 4.0.0.201206120848
  org.eclipse.cdt.core.lrparser.feature.feature.group 5.2.0.201209170703
  org.eclipse.cdt.core.lrparser.feature.feature.group 5.2.0.201206111645
  org.eclipse.wb.os 1.5.0.r42x201206111201
  org.eclipse.wb.os 1.5.1.r42x201209161109
  org.eclipse.scout.sdk.help.source 3.8.1.201209171521
  org.eclipse.scout.sdk.help.source 3.8.0.201206130843
  toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  toolinggtk.linux.s390xorg.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  org.eclipse.ui.views.log 1.0.300.v20120530-1435
  org.eclipse.egf.model.jetpattern.edit.source 1.0.0.v20120528-1550
  org.eclipse.ecf.remoteservice.rest.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.datatools.enablement.ibm.db2.luw.ui 1.0.3.v201202100836
  org.eclipse.jdt 3.8.0.v201206081400
  org.eclipse.jdt 3.8.0.v201209141800
  org.eclipse.sapphire.sdk.feature.jar 0.5.0.201206122150
  org.eclipse.sapphire.sdk.feature.jar 0.5.3.201209191432
  org.eclipse.emf.common.feature.group 2.8.0.v20120911-0500
  org.eclipse.emf.common.feature.group 2.8.0.v20120606-0717
  org.eclipse.ecf.sync 2.0.0.v20120610-1946
  org.eclipse.actf.model.ui.editors.ie.source 1.0.0.R201206131330
  org.eclipse.actf.model.ui.editors.ie.source 1.0.1.R201209191006
  org.eclipse.gyrex.boot 1.0.0.v20120511-0855
  org.eclipse.wb.rcp.databinding.xwt 1.5.1.r42x201209161246
  org.eclipse.wb.rcp.databinding.xwt 1.5.0.r42x201206111323
  org.eclipse.datatools.connectivity.source 1.2.6.v201208210832
  org.eclipse.datatools.connectivity.source 1.2.5.v201206130431
  org.eclipse.gyrex.persistence.derby.source 1.0.0.v20120511-0855
  epp.package.parallel.executable.win32.win32.x86_64.eclipse 1.5.0.20120614-1633
  epp.package.parallel.executable.win32.win32.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.xsd.doc.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.xsd.doc.source.feature.group 2.7.0.v20120319-0555
  org.eclipse.gmf.common.source 1.3.0.RC4a
  org.eclipse.gmf.common.source 1.3.0.201209121329
  toolingepp.package.reporting.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.reporting.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.modeling.executable.win32.win32.x86 1.5.1.20121004-1506
  epp.package.modeling.executable.win32.win32.x86 1.5.0.20120620-0855
  org.eclipse.mylyn.docs.intent.markup.feature.feature.group 0.7.0.201205301208
  org.eclipse.mylyn.docs.intent.markup.feature.feature.group 0.7.1.201208201051
  org.eclipse.ocl.examples.modelregistry.editor 3.2.0.v20120503-1141
  org.eclipse.recommenders.rcp 1.0.0.v20120914-1432-b175
  org.eclipse.recommenders.rcp 1.0.0.v20120612-2305-b156
  org.eclipse.amp.axf.views 0.9.0.v20120528-0244
  org.eclipse.sapphire.osgi.fragment.source 0.5.0.201206122150
  org.eclipse.sapphire.osgi.fragment.source 0.5.3.201209191432
  org.eclipse.gmf.map.source 2.9.0.201209121329
  org.eclipse.gmf.map.source 2.9.0.RC4a
  org.eclipse.emf.facet.infra.browser.custom.ui.source 0.2.1.v201209110754
  org.eclipse.emf.facet.infra.browser.custom.ui.source 0.2.0.v201206120903
  org.eclipse.gyrex.admin.ui.http.jetty 1.0.0.v20120702-0820
  org.eclipse.gyrex.admin.ui.http.jetty 1.0.0.v20120603-1924
  toolingepp.package.java.config.gtk.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.java.config.gtk.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.uml2.examples 4.0.0.v20120604-0919
  org.eclipse.uml2.examples 4.0.0.v20120913-1441
  org.eclipse.rse.importexport 1.2.300.201205300905
  org.eclipse.rse.importexport 1.2.300.201209191030
  org.eclipse.xtext.sdk.feature.jar 2.3.0.v201206120633
  org.eclipse.xtext.sdk.feature.jar 2.3.1.v201208210947
  org.eclipse.emf.facet.infra.source.feature.feature.jar 0.2.0.v201206120903
  org.eclipse.emf.transaction.ui 1.4.0.v20090819-1300
  org.eclipse.birt.example 4.2.0.v20120611
  org.eclipse.birt.example 4.2.1.v201209061114
  epp.package.reporting.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.platform.doc.isv 4.2.1.v20120823-094319
  org.eclipse.platform.doc.isv 4.2.0.v20120608-150543
  org.eclipse.mylyn.tasks.search.source 3.8.0.v20120612-0600
  org.eclipse.mylyn.tasks.search.source 3.8.2.v20120916-1200
  org.apache.commons.net 2.2.0.v201101241833
  epp.package.jee.executable.motif.aix.ppc 1.5.1.20121004-1506
  epp.package.jee.executable.motif.aix.ppc 1.5.0.20120614-1633
  org.eclipse.jpt.jpa.db 2.1.101.v201208222210
  org.eclipse.jpt.jpa.db 2.1.100.v201203150000
  org.eclipse.rcp.configuration_root.gtk.linux.s390x 1.0.0.I20120608-1400
  org.eclipse.rcp.configuration_root.gtk.linux.s390x 1.0.0.M20120914-1800
  org.apache.solr.core 3.5.0.v20120320-2000
  org.eclipse.papyrus.sysml.modelexplorer.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.sysml.modelexplorer.feature.feature.group 0.9.0.v201206131215
  org.eclipse.emf.query.examples.feature.jar 1.6.0.v20120425-2310-679-AkF78_8FEV7MOG7
  org.eclipse.gmt.modisco.omg.kdm 0.10.0.v201206130817
  org.eclipse.gmt.modisco.omg.kdm 0.10.1.v201209190814
  org.eclipse.ecf.discovery.jmdns.feature.feature.jar 1.0.0.v20120610-1946
  org.eclipse.persistence.jpa.source.feature.jar 2.4.0.v20120608-r11652
  toolinggtk.solaris.sparcorg.eclipse.equinox.ds 4.2.0.I20120608-1400
  toolinggtk.solaris.sparcorg.eclipse.equinox.ds 4.2.1.M20120914-1800
  org.eclipse.emf.cdo.server.mongodb.feature.group 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.mongodb.feature.group 4.1.0.v20120911-1146
  org.eclipse.datatools.sqltools.parsers.sql 1.0.2.v201107221520
  org.eclipse.graphiti.ui 0.9.1.v20120919-0732
  org.eclipse.graphiti.ui 0.9.0.v20120613-0805
  org.eclipse.mylyn.commons.identity.feature.group 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.identity.feature.group 1.0.2.v20120916-1200
  toolingepp.package.parallel.config.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.config.win32.win32.x86 1.5.0.20120614-1633
  org.apache.batik.ext.awt.source 1.6.0.v201011041432
  toolingepp.package.reporting.application 1.5.1.20121004-1506
  toolingepp.package.reporting.application 1.5.0.20120614-1633
  org.eclipse.sapphire.modeling.source 0.5.3.201209191432
  org.eclipse.sapphire.modeling.source 0.5.0.201206122150
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390x 4.2.1.M20120914-1800
  toolingorg.eclipse.sdk.ide.ini.gtk.linux.s390x 4.2.0.I20120608-1400
  toolingepp.package.automotive.config.motif.hpux.ia64_32 1.5.0.20120614-1633
  toolingepp.package.automotive.config.motif.hpux.ia64_32 1.5.1.20121004-1506
  org.eclipse.ecf.discovery.ui.properties.tabbed 3.0.0.v20120610-1946
  org.eclipse.gmf.map.edit 2.9.0.RC4a
  org.eclipse.gmf.map.edit 2.9.0.201209121329
  org.eclipse.gmt.modisco.kdm.browser.extension.source 0.10.0.v201206130817
  org.eclipse.team.svn.source.feature.jar 1.0.0.I20120818-1700
  org.eclipse.team.svn.source.feature.jar 1.0.0.I20120601-1700
  toolingepp.package.testing.ini.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.testing.ini.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.actf.visualization.engines.blind.html.source 1.0.0.R201206131330
  org.eclipse.actf.visualization.engines.blind.html.source 1.0.1.R201209191006
  org.eclipse.ecf.provider.jslp 3.0.100.v20120610-1946
  org.eclipse.actf.ai.tts.sapi 1.0.1.R201209191006
  org.eclipse.actf.ai.tts.sapi 1.0.0.R201206131330
  org.apache.solr.client.solrj 3.5.0.v20120319-2345
  org.eclipse.jgit 2.1.0.201209190230-r
  org.eclipse.jgit 2.0.0.201206130900-r
  org.eclipse.mylyn.docs.intent.collab.common 0.7.1.201208201051
  org.eclipse.mylyn.docs.intent.collab.common 0.7.0.201205301208
  org.eclipse.net4j.jvm.source 4.1.0.v20120607-1039
  org.eclipse.net4j.jvm.source 4.1.0.v20120821-1005
  org.eclipse.actf.visualization.eval.source 1.0.1.R201209191006
  org.eclipse.actf.visualization.eval.source 1.0.0.R201206131330
  org.eclipse.gyrex.features.tests.source.feature.jar 1.0.0.v20120423-0945-79-8ZEVVFNVFhKr7Kykl
  org.eclipse.gyrex.features.tests.source.feature.jar 1.0.0.v20120423-0945-79--EVVFNVFfLm7Kynm
  epp.package.rcp.executable.carbon.macosx.ppc 1.5.0.20120614-1633
  epp.package.rcp.executable.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.dltk.testing 4.0.0.201206120848
  org.eclipse.cdt.launch.remote 2.4.0.201209170703
  org.eclipse.cdt.launch.remote 2.4.0.201206111645
  org.eclipse.wb.xwt.feature.feature.jar 1.5.1.r42x201209161246
  org.eclipse.wb.xwt.feature.feature.jar 1.5.0.r42x201206111323
  toolinggtk.solaris.x86org.eclipse.update.configurator 4.2.0.I20120608-1400
  toolinggtk.solaris.x86org.eclipse.update.configurator 4.2.1.M20120914-1800
  org.eclipse.mylyn.gerrit.ui 1.0.0.v20120612-0600
  org.eclipse.mylyn.gerrit.ui 1.0.2.v20120916-1200
  toolingepp.package.modeling.ini.motif.aix.ppc 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.jdt.ui 3.8.1.v20120814-144251
  org.eclipse.jdt.ui 3.8.0.v20120524-1551
  epp.package.modeling.executable.gtk.linux.ppc.eclipse 1.5.0.20120620-0855
  epp.package.modeling.executable.gtk.linux.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.sapphire.workspace.ui.source 0.5.0.201206122150
  org.eclipse.sapphire.workspace.ui.source 0.5.3.201209191432
  org.eclipse.datatools.intro.feature.group 1.10.1.v201208161415-26-7w312116392911
  org.eclipse.datatools.intro.feature.group 1.10.0.v201201161512-26-7w312116392911
  org.eclipse.papyrus.views.modelexplorer.feature.feature.group 0.9.1.v201209190809
  org.eclipse.papyrus.views.modelexplorer.feature.feature.group 0.9.0.v201206131215
  org.eclipse.dltk.ruby.launching 4.0.0.201206120848
  org.eclipse.gmf.runtime.emf.commands.core 1.4.0.v20120514-1615
  org.eclipse.egf.portfolio.task.ant.ui.source 1.0.0.v20120528-1550
  org.eclipse.tcf.te.core 1.0.0.201206051725
  org.eclipse.tcf.te.core 1.0.0.201209190831
  com.google.guava.source 10.0.1.v201203051515
  org.eclipse.emf.eef.views.source 1.1.1.201206051542
  org.eclipse.persistence.moxy.feature.jar 2.4.0.v20120608-r11652
  org.eclipse.emf.cdo.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.feature.jar 4.1.0.v20120612-1514
  org.eclipse.datatools.sqltools.db.generic 1.0.0.v201107221520
  org.eclipse.rap.ui.templates 1.5.1.20120917-1138
  org.eclipse.rap.ui.templates 1.5.0.20120613-1425
  org.apache.batik.util 1.6.0.v201011041432
  org.eclipse.ecf.discovery.ui.model 3.0.0.v20120610-1946
  org.eclipse.papyrus.infra.widgets 0.9.1.v201209190809
  org.eclipse.papyrus.infra.widgets 0.9.0.v201206131215
  org.eclipse.modisco.kdm.source.extension.ui.browser 0.10.1.v201209190814
  org.eclipse.modisco.kdm.source.extension.ui.browser 0.10.0.v201206130817
  epp.package.java.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  epp.package.java.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  toolingepp.package.java.config.motif.aix.ppc 1.5.0.20120614-1633
  toolingepp.package.java.config.motif.aix.ppc 1.5.1.20121004-1506
  org.eclipse.papyrus.views.modelexplorer.widgets 0.9.0.v201206131215
  org.eclipse.papyrus.views.modelexplorer.widgets 0.9.1.v201209190809
  org.eclipse.m2m.atl.engine.emfvm.source 3.3.1.v201209061455
  org.eclipse.m2m.atl.engine.emfvm.source 3.3.0.v201205241358
  org.eclipse.epp.package.modeling.feature.feature.group 1.5.0.20120620-0855
  org.eclipse.epp.package.modeling.feature.feature.group 1.5.1.20121004-1506
  org.apache.commons.discovery 0.2.0.v201004190315
  org.eclipse.equinox.useradmin 1.1.400.v20120522-2049
  org.eclipse.ecf.presence.ui 2.1.0.v20120610-1946
  org.eclipse.linuxtools.systemtap.ui.systemtapgui 1.0.0.201209191645
  org.eclipse.linuxtools.systemtap.ui.systemtapgui 1.0.0.201206130106
  org.apache.commons.httpclient.source 3.1.0.v201012070820
  org.eclipse.ptp.debug.sdm.x10 1.0.0.201206130201
  org.eclipse.ptp.debug.sdm.x10 1.0.0.201209181406
  org.eclipse.gmt.modisco.infra.common.ui.source 0.10.0.v201206130817
  org.eclipse.mylyn.commons.repositories.core.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.commons.repositories.core.source 1.0.2.v20120916-1200
  toolingepp.package.mobile.config.win32.win32.x86 1.5.0.20120614-1633
  toolingepp.package.mobile.config.win32.win32.x86 1.5.1.20121004-1506
  org.eclipse.amp.amf.gen.source 0.9.0.v20120528-0244
  epp.package.java.executable.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.java.executable.win32.win32.x86_64 1.5.0.20120614-1633
  epp.package.rcp.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.rcp.executable.gtk.solaris.sparc.eclipse 1.5.0.20120614-1633
  org.eclipse.wb.doc.user 1.5.0.r42x201206111211
  org.eclipse.wb.doc.user 1.5.1.r42x201209161130
  org.eclipse.jubula.client.autagent 1.2.1.201206131127
  org.eclipse.jubula.client.autagent 1.2.2.201209040912
  epp.package.dsl.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  org.eclipse.wst.jsdt.debug.transport 1.0.100.v201109150330
  org.eclipse.wst.jsdt.debug.transport 1.0.101.v201208171701
  org.eclipse.amp.amf.abase 0.9.0.v20120528-0244
  epp.package.parallel.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  epp.package.parallel.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  toolingepp.package.java.ini.cocoa.macosx.x86_64 1.5.0.20120614-1633
  toolingepp.package.java.ini.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.birt.report.engine.emitter.config.ppt 4.2.1.v20120820
  org.eclipse.birt.report.engine.emitter.config.ppt 4.2.0.v20120611
  org.eclipse.ptp.rm.ibm.pe.feature.jar 6.0.2.201209181406
  org.eclipse.ptp.rm.ibm.pe.feature.jar 6.0.0.201206130201
  org.eclipse.amp.amf.ide.source 0.9.0.v20120528-0244
  epp.package.java.executable.gtk.linux.ppc 1.5.0.20120614-1633
  epp.package.java.executable.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.emf.cdo.server.ocl 4.0.0.v20120606-0915
  org.eclipse.emf.cdo.server.ocl 4.0.0.v20120911-1146
  org.eclipse.jst.ws.creation.ui 1.0.700.v201205041550
  org.eclipse.persistence.nosql.source.feature.group 2.4.0.v20120608-r11652
  toolingepp.package.modeling.application 1.5.1.20121004-1506
  toolingepp.package.modeling.application 1.5.0.20120620-0855
  toolingepp.package.java.config.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.java.config.motif.solaris.sparc 1.5.0.20120614-1633
  com.naef.jnlua.macosx 0.9.1.201206122001
  com.naef.jnlua.macosx 0.9.1.201209061319
  org.eclipse.jst.server_userdoc.feature.feature.group 3.3.100.v20110303-2-Eo7w3121162A3329
  org.eclipse.gmf.tooling.runtime.source 3.0.0.RC4a
  org.eclipse.gmf.tooling.runtime.source 3.0.0.201209121329
  org.eclipse.gmf.doc.ui 1.3.0.RC4a
  org.eclipse.gmf.doc.ui 1.3.0.201209121329
  org.eclipse.ant.ui 3.5.300.v20120523-1752
  org.eclipse.emf.source.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.source.feature.jar 2.8.1.v20120917-0436
  org.eclipse.modisco.java.source.feature.feature.jar 0.10.0.v201206130817
  org.eclipse.jwt.we.conf.edit 1.2.0.v201205310546
  org.eclipse.emf.mapping.ecore2xml 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2xml 2.7.0.v20120608-0554
  org.eclipse.datatools.sqltools.debugger.core 1.0.1.v201107221520
  org.eclipse.ptp.debug.ui 4.0.0.201209181406
  org.eclipse.ptp.debug.ui 4.0.0.201206130201
  org.eclipse.birt.report.designer.ui.ide.source 4.2.1.v201209111026
  org.eclipse.birt.report.designer.ui.ide.source 4.2.0.v20120611
  org.eclipse.core.expressions.source 3.4.401.v20120627-124442
  org.eclipse.egf.core_root 1.0.0.v20120528-1550
  org.eclipse.equinox.p2.ui.sdk.source 1.0.200.v20120515-1650
  org.eclipse.gmt.modisco.tool.metricsvisualizationbuilder.source 0.10.0.v201206130817
  org.eclipse.rse.feature.group 3.4.0.201205300905-7L7IFBV83omxZWwIDyHWipb2Sz-f
  org.eclipse.rse.feature.group 3.4.1.201209191030-7L7IFBY83omx__z0RFpKdWB-r5MS
  org.eclipse.egf.core.ui.feature.group 1.0.0.v20120528-1550
  org.eclipse.scout.rt.server 3.8.0.201206130843
  org.eclipse.scout.rt.server 3.8.1.201209171521
  org.eclipse.modisco.kdm.source.extension.ui.source 0.10.0.v201206130817
  org.eclipse.equinox.p2.core.feature.source.feature.jar 1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38
  org.eclipse.equinox.p2.core.feature.source.feature.jar 1.1.0.v20120524-0542-8297FncFWmE7h4Asq1cgrz-i38
  org.eclipse.egf.common.ui.source 1.0.0.v20120528-1550
  org.eclipse.sapphire.sdk.build.processor.source 0.5.0.201206122150
  org.eclipse.sapphire.sdk.build.processor.source 0.5.3.201209191432
  org.eclipse.amp.amf.target.escape.source.feature.group 0.9.0.v20120528-0244
  org.eclipse.virgo.util.math 3.5.0.RELEASE
  epp.package.mobile.executable.gtk.linux.ppc64 1.5.0.20120614-1633
  epp.package.mobile.executable.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.emf.mwe.core.source.feature.jar 1.2.1.v201206110920
  org.eclipse.actf.util.win32.source 1.0.0.R201206131330
  org.eclipse.actf.util.win32.source 1.0.1.R201209191006
  org.eclipse.gef.sdk.feature.jar 3.9.0.201208201742
  org.eclipse.gef.sdk.feature.jar 3.8.0.201206112118
  org.eclipse.datatools.enablement.ibm.db2.luw.source 1.0.2.v201107221502
  org.eclipse.papyrus.xwt.feature.feature.jar 0.9.0.v201206131215
  org.eclipse.papyrus.xwt.feature.feature.jar 0.9.1.v201209190809
  org.eclipse.datatools.enablement.hsqldb.feature.source.feature.group 1.10.1.v201208161415-67E1AqGBM7KfNUHxJR9IIQ
  org.eclipse.datatools.enablement.hsqldb.feature.source.feature.group 1.10.0.v201201161512-67E0AqGBM7KfNTHwKO9ILX
  org.eclipse.graphiti.mm 0.9.0.v20120613-0805
  org.eclipse.graphiti.mm 0.9.1.v20120919-0732
  epp.package.reporting.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  epp.package.reporting.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.dltk.rse.feature.jar 4.0.0.201206120848
  epp.package.rcp.executable.carbon.macosx.ppc.Eclipse 1.5.0.20120614-1633
  org.eclipse.net4j.http.common.source 4.0.100.v20120521-0710
  org.eclipse.net4j.http.common.source 4.0.100.v20120821-1005
  org.eclipse.birt.report.debug.core.source 4.2.0.v20120611
  org.eclipse.birt.report.debug.core.source 4.2.1.v20120820
  org.eclipse.ocl.doc.feature.group 3.1.0.v20120919-0602
  org.eclipse.ocl.doc.feature.group 3.1.0.v20120613-0850
  org.eclipse.gmt.modisco.infra.browser.custom.core.source 0.10.0.v201206130817
  org.eclipse.cdt.platform.source.feature.jar 8.1.1.201209170703
  org.eclipse.cdt.platform.source.feature.jar 8.1.0.201206111645
  org.eclipse.linuxtools.oprofile.feature.feature.jar 1.0.0.201206130106
  org.eclipse.linuxtools.oprofile.feature.feature.jar 1.0.0.201209191645
  org.eclipse.ptp.linux.ppc 6.0.2.201209181406
  org.eclipse.ptp.linux.ppc 6.0.0.201206130201
  org.eclipse.modisco.examples.source.feature.feature.jar 0.10.0.v201206130817
  epp.package.jee.executable.motif.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.jee.executable.motif.solaris.sparc.eclipse 1.5.0.20120614-1633
  toolingepp.package.modeling.config.motif.aix.ppc 1.5.0.20120620-0855
  toolingepp.package.modeling.config.motif.aix.ppc 1.5.1.20121004-1506
  toolingepp.package.scout.config.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.scout.config.carbon.macosx.ppc 1.5.1.20121004-1506
  toolingepp.package.jee.config.motif.solaris.sparc 1.5.0.20120614-1633
  toolingepp.package.jee.config.motif.solaris.sparc 1.5.1.20121004-1506
  org.eclipse.equinox.core.sdk.feature.group 3.8.0.v20120522-1813-85FAcGbBFoYTldHrOJw3cF4q
  org.eclipse.equinox.core.sdk.feature.group 3.8.0.v20120522-1813-85FAcGbFFoYTldJrUNk3a52oHJ
  org.eclipse.net4j.defs.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.net4j.defs.source.feature.jar 4.1.0.v20120612-0600
  org.eclipse.modisco.kdm.source.extension.ui.browser.source 0.10.0.v201206130817
  tooling.virgo.org.eclipse.ecf 1.0.0.tooling
  org.eclipse.tcf.te.ui.views 1.0.0.201206051725
  org.eclipse.tcf.te.ui.views 1.0.0.201209190831
  org.eclipse.emf.mwe.activities 1.2.1.v201206110920
  epp.package.reporting.executable.gtk.linux.ppc 1.5.0.20120614-1633
  epp.package.reporting.executable.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.recommenders.feature.3rd.rcp.nonorbit.feature.jar 1.0.0.v20120612-2305-b156
  org.eclipse.recommenders.feature.3rd.rcp.nonorbit.feature.jar 1.0.0.v20120914-1432-b175
  toolingepp.package.jee.config.gtk.linux.ppc 1.5.1.20121004-1506
  toolingepp.package.jee.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.testing.config.gtk.linux.ppc 1.5.0.20120614-1633
  toolingepp.package.testing.config.gtk.linux.ppc 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.x86_64.eclipse 1.5.1.20121004-1506
  epp.package.scout.executable.gtk.linux.x86_64.eclipse 1.5.0.20120614-1633
  org.eclipse.emf.query.examples.source 1.2.0.v200901271643
  org.eclipse.gemini.web.tomcat 2.1.0.RELEASE
  epp.package.dsl.executable.gtk.solaris.x86 1.5.1.20121004-1506
  toolinggtk.linux.s390xorg.eclipse.core.runtime 4.2.1.M20120914-1800
  toolinggtk.linux.s390xorg.eclipse.core.runtime 4.2.0.I20120608-1400
  org.eclipse.emf.facet.widgets.table.metamodel.edit.source 0.2.0.v201206120903
  org.eclipse.emf.facet.widgets.table.metamodel.edit.source 0.2.1.v201209110754
  org.eclipse.datatools.enablement.postgresql 1.1.1.v201205252207
  org.eclipse.emf.compare.match.source 1.3.2.v20120918-1125
  org.eclipse.emf.compare.match.source 1.3.1.v20120605-0748
  org.eclipse.emf.facet.infra.query.edit.source 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.query.edit.source 0.2.1.v201209110754
  org.eclipse.cdt.sdk.feature.jar 8.1.0.201206111645
  org.eclipse.cdt.sdk.feature.jar 8.1.1.201209170703
  org.eclipse.sapphire.workspace.ui 0.5.3.201209191432
  org.eclipse.sapphire.workspace.ui 0.5.0.201206122150
  org.eclipse.jpt.jpa.eclipselink.core 2.2.1.v201208222210
  org.eclipse.jpt.jpa.eclipselink.core 2.2.0.v201205240000
  org.eclipse.emf.compare.sdk_root 1.3.2.v20120918-1125
  org.eclipse.emf.compare.sdk_root 1.3.1.v20120605-0748
  toolingepp.package.mobile.config.motif.linux.x86 1.5.1.20121004-1506
  toolingepp.package.mobile.config.motif.linux.x86 1.5.0.20120614-1633
  org.eclipse.net4j.util.ui 3.2.0.v20120821-1005
  org.eclipse.net4j.util.ui 3.2.0.v20120611-0350
  org.eclipse.mylyn.commons.repositories.feature.group 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.repositories.feature.group 1.0.0.v20120612-0600
  org.eclipse.datatools.connectivity.oda.design 3.3.5.v201204241156
  org.eclipse.datatools.enablement.sybase.source 1.0.1.v201107221507
  toolingepp.package.mobile.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.mobile.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  toolingepp.package.parallel.config.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.parallel.config.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.xsd.editor.source 2.6.0.v20120319-0555
  org.eclipse.xsd.editor.source 2.6.0.v20120917-0436
  org.eclipse.xtend.ui.source.feature.group 1.2.1.v201206110941
  org.eclipse.jpt.jaxb.feature.feature.jar 1.2.1.v201208222210-56ABAkF7BF7cFFFFB7
  org.eclipse.jpt.jaxb.feature.feature.jar 1.2.0.v201203150000-56A7AkF7BF7NAP7777
  org.eclipse.swt.cocoa.macosx 3.100.0.v4233d
  org.eclipse.swt.cocoa.macosx 3.100.1.v4234e
  org.eclipse.mylyn.git.core.source 1.0.0.v20120612-0600
  org.eclipse.mylyn.git.core.source 1.0.2.v20120916-1200
  org.eclipse.emf.cdo.dawn.examples.acore.edit 1.0.100.v20120521-0710
  org.eclipse.emf.cdo.dawn.examples.acore.edit 1.0.100.v20120911-1146
  org.eclipse.m2m.atl.dsls 3.3.0.v201205241358
  org.eclipse.m2m.atl.dsls 3.3.1.v201209061455
  epp.package.mobile.executable.cocoa.macosx.x86_64 1.5.0.20120614-1633
  epp.package.mobile.executable.cocoa.macosx.x86_64 1.5.1.20121004-1506
  org.eclipse.wst.wsi.ui 1.0.502.v201104071820
  org.eclipse.egf.pattern.ui.jet.source 1.0.0.v20120528-1550
  org.eclipse.wst.server.ui.infopop 1.1.100.v201005192130
  org.eclipse.emf.mapping.ecore2xml.source 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2xml.source 2.7.0.v20120608-0554
  org.eclipse.papyrus.uml.diagram.wizards 0.9.0.v201206131215
  org.eclipse.papyrus.uml.diagram.wizards 0.9.1.v201209190809
  org.eclipse.scout.http.servletfilter.source 3.8.0.201206130843
  org.eclipse.scout.http.servletfilter.source 3.8.1.201209171521
  org.eclipse.virgo.util.osgi.manifest 3.5.0.RELEASE
  org.eclipse.gyrex.monitoring.source 1.0.0.v20120511-0855
  epp.package.automotive.executable.gtk.linux.x86_64 1.5.0.20120614-1633
  epp.package.automotive.executable.gtk.linux.x86_64 1.5.1.20121004-1506
  epp.package.automotive.executable.gtk.solaris.x86.eclipse 1.5.1.20121004-1506
  epp.package.automotive.executable.gtk.solaris.x86.eclipse 1.5.0.20120614-1633
  org.eclipse.ptp.remote.core 6.0.0.201206130201
  org.eclipse.ptp.remote.core 6.0.0.201209181406
  org.eclipse.acceleo.compatibility.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.compatibility.source 3.3.0.v20120529-1042
  org.eclipse.scout.sdk.compatibility.v36v37v41.fragment 3.8.0.201206130843
  org.eclipse.cdt.core.macosx 5.2.0.201209170703
  org.eclipse.cdt.core.macosx 5.2.0.201206111645
  org.eclipse.ptp.rm.ibm.ll.feature.group 6.0.2.201209181406
  org.eclipse.ptp.rm.ibm.ll.feature.group 6.0.0.201206130201
  org.eclipse.rse.connectorservice.telnet 1.2.300.201205300905
  org.eclipse.rse.connectorservice.telnet 1.2.300.201209191030
  org.eclipse.modisco.infra.omg.feature.feature.group 0.10.0.v201206130817
  org.eclipse.modisco.infra.omg.feature.feature.group 0.10.1.v201209190814
  org.eclipse.objectteams.otequinox.branding 2.0.0.201105161939
  org.eclipse.datatools.enablement.postgresql.source 1.1.1.v201205252207
  org.eclipse.linuxtools.gcov.feature.group 1.0.0.201206130106
  org.eclipse.linuxtools.gcov.feature.group 1.0.0.201209191645
  org.eclipse.emf.facet.util.emf.core 0.2.1.v201209110754
  org.eclipse.emf.facet.util.emf.core 0.2.0.v201206120903
  org.eclipse.mylyn.commons.sdk.util 3.8.0.v20120612-0600
  org.eclipse.mylyn.commons.sdk.util 3.8.2.v20120916-1200
  org.eclipse.rap.ui.launch.source 1.5.0.20120613-1425
  org.eclipse.rap.ui.launch.source 1.5.1.20120917-1138
  org.eclipse.mylyn.commons.identity.ui.source 1.0.2.v20120916-1200
  org.eclipse.mylyn.commons.identity.ui.source 1.0.0.v20120612-0600
  epp.package.dsl.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.gmt.modisco.workflow.mwe.source 0.10.0.v201206130817
  org.eclipse.xtext.purexbase.ui 2.3.0.v201206120633
  org.eclipse.xtext.purexbase.ui 2.3.1.v201208210947
  org.eclipse.emf.validation.examples.feature.group 1.6.0.v20120328-0001-67I-BgJ9CT9IJc8PRNL
  org.eclipse.emf.facet.infra.facet 0.2.0.v201206120903
  org.eclipse.emf.facet.infra.facet 0.2.1.v201209110754
  org.eclipse.amp.amf.ide 0.9.0.v20120528-0244
  org.eclipse.jdt.debug 3.7.100.v20120529-1702
  org.eclipse.jdt.debug 3.7.101.v20120725-115645
  org.eclipse.birt.chart.device.swt.source 4.2.1.v20120820
  org.eclipse.birt.chart.device.swt.source 4.2.0.v20120611
  org.eclipse.datatools.connectivity.ui.dse 1.1.4.v201208151422
  org.eclipse.datatools.connectivity.ui.dse 1.1.4.v201107221459
  org.eclipse.cdt.gdb.source.feature.group 7.0.0.201209170703
  org.eclipse.cdt.gdb.source.feature.group 7.0.0.201206111645
  epp.package.modeling.executable.gtk.solaris.sparc.eclipse 1.5.1.20121004-1506
  epp.package.modeling.executable.gtk.solaris.sparc.eclipse 1.5.0.20120620-0855
  org.eclipse.ecf.provider.irc.ui 1.3.0.v20120610-1946
  epp.package.cpp.executable.gtk.solaris.sparc 1.5.0.20120614-1633
  epp.package.cpp.executable.gtk.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.modeling.ini.carbon.macosx.ppc 1.5.0.20120620-0855
  toolingepp.package.modeling.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.sapphire.modeling.xml.feature.group 0.5.3.201209191432
  org.eclipse.sapphire.modeling.xml.feature.group 0.5.0.201206122150
  org.eclipse.acceleo.ide.ui.source 3.3.1.v20120831-0923
  org.eclipse.acceleo.ide.ui.source 3.3.0.v20120529-1042
  org.eclipse.tm.terminal.serial.source 2.1.100.201209191030
  org.eclipse.tm.terminal.serial.source 2.1.100.201205300905
  org.eclipse.gmf.runtime.emf.type.ui.source 1.2.0.v20120514-1615
  org.eclipse.m2m.atl.feature.group 3.3.0.v201205241358
  org.eclipse.m2m.atl.feature.group 3.3.1.v201209061455
  org.eclipse.datatools.sqltools.data.core.source 1.2.1.v201110050500
  org.eclipse.datatools.sqltools.data.core.source 1.2.2.v201208210746
  org.eclipse.uml2.uml.profile.l2.source 1.0.0.v20120604-0919
  org.eclipse.uml2.uml.profile.l2.source 1.0.1.v20120913-1441
  org.eclipse.platform.feature.jar 4.2.0.v20120608-135145-9JF7BHV8FyMteji0Oi_ePMz0xuZ8TVo7lV0z0ecb
  org.eclipse.platform.feature.jar 4.2.1.v20120814-120134-9JF7BHVGFyMveli1uX6aTH0q-eAap6PAgOP5mO
  org.eclipse.emf.cdo.sdk.source 4.1.0.v20120719-0822
  org.eclipse.emf.cdo.sdk.source 4.1.0.v20120525-0730
  org.eclipse.wst.xsl.exslt.core 1.0.0.v201005240426
  org.eclipse.emf.facet.sdk.source.feature.jar 0.2.1.v201209110754
  epp.package.rcp.executable.win32.win32.x86_64 1.5.1.20121004-1506
  epp.package.rcp.executable.win32.win32.x86_64 1.5.0.20120614-1633
  org.eclipse.emf.databinding.feature.group 1.2.0.v20120917-0436
  org.eclipse.emf.databinding.feature.group 1.2.0.v20120608-0554
  org.eclipse.birt.report.data.oda.excel.ui.source 4.2.0.v20120611
  org.eclipse.birt.report.data.oda.excel.ui.source 4.2.1.v20120820
  org.eclipse.pde.ui 3.7.1.v20120824-102423
  org.eclipse.pde.ui 3.7.0.v20120605-203027
  org.eclipse.equinox.useradmin.source 1.1.400.v20120522-2049
  epp.package.java.executable.gtk.linux.x86.eclipse 1.5.1.20121004-1506
  epp.package.java.executable.gtk.linux.x86.eclipse 1.5.0.20120614-1633
  tooling.virgo.org.eclipse.equinox.p2.artifact.repository 1.0.0.tooling
  org.eclipse.jpt.jaxb.eclipselink.feature.feature.jar 1.3.1.v201208222210-777B3BgJ9EJ9kHPH6EA763
  org.eclipse.jpt.jaxb.eclipselink.feature.feature.jar 1.3.0.v201203150000-777B-BgJ9EI9UD_8z0AA763
  org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn 1.0.100.v20120523-0528
  org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn 1.0.100.v20120911-1146
  org.eclipse.wst.command.env.core 1.0.205.v201004211805
  org.eclipse.wb.xwt 1.5.0.r42x201206111323
  org.eclipse.wb.xwt 1.5.1.r42x201209161246
  org.eclipse.gmf.runtime.emf.ui 1.2.0.v20120514-1615
  toolinggtk.linux.x86_64org.eclipse.equinox.common 4.2.0.I20120608-1400
  toolinggtk.linux.x86_64org.eclipse.equinox.common 4.2.1.M20120914-1800
  toolingepp.package.rcp.ini.cocoa.macosx.x86 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.emf.eef.views.edit 1.1.1.201206051542
  org.eclipse.emf.cdo.defs.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.defs.source.feature.jar 4.1.0.v20120612-1514
  org.eclipse.emf.facet.efacet.catalog.source 0.2.1.v201209110754
  org.eclipse.emf.facet.efacet.catalog.source 0.2.0.v201206120903
  org.eclipse.swt.cocoa.macosx.source 3.100.0.v4233d
  org.eclipse.swt.cocoa.macosx.source 3.100.1.v4234e
  org.eclipse.m2e.feature.feature.group 1.1.0.20120530-0009
  org.eclipse.m2e.feature.feature.group 1.2.0.20120903-1050
  org.eclipse.actf.visualization.blind.html 1.0.1.R201209191006
  org.eclipse.actf.visualization.blind.html 1.0.0.R201206131330
  org.eclipse.birt.chart.device.extension.source 4.2.0.v20120611
  org.eclipse.birt.chart.device.extension.source 4.2.1.v20120820
  org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.jar 1.10.0.v201201161512-7A-78F7RZHQSIqWjN1Zr
  org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.jar 1.10.1.v201208161415-7A-78F7RZHQTIyWmM1_s
  org.eclipse.ecf.protocol.bittorrent 0.3.0.v20120610-1946
  org.eclipse.papyrus.team.svn 0.9.1.v201209190809
  org.eclipse.papyrus.team.svn 0.9.0.v201206131215
  org.eclipse.emf.cdo.server.db.source.feature.group 4.1.1.v20120911-1146
  org.eclipse.emf.cdo.server.db.source.feature.group 4.1.0.v20120610-1749
  org.eclipse.egf.portfolio.eclipse.build 1.0.0.v20120528-1550
  org.eclipse.mylyn.versions.ui 1.0.2.v20120916-1200
  org.eclipse.mylyn.versions.ui 1.0.0.v20120612-0600
  org.eclipse.gmt.modisco.infra.browser.custom.editor.source 0.10.0.v201206130817
  org.eclipse.jst.ws.axis2.ui.doc.user 1.0.100.v201005192217
  org.eclipse.xsd.mapping.source.feature.jar 2.7.0.v20120917-0436
  org.eclipse.xsd.mapping.source.feature.jar 2.7.0.v20120319-0555
  org.eclipse.emf.sdk.feature.jar 2.8.0.v20120608-0554
  org.eclipse.emf.sdk.feature.jar 2.8.1.v20120917-0436
  epp.package.scout.executable.cocoa.macosx.x86 1.5.0.20120614-1633
  epp.package.scout.executable.cocoa.macosx.x86 1.5.1.20121004-1506
  org.eclipse.emf.doc.source.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.doc.source.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.cdo.server.objectivity.feature.jar 4.1.0.v20120610-1749
  org.eclipse.emf.cdo.server.objectivity.feature.jar 4.1.0.v20120911-1146
  org.eclipse.birt.feature.group 4.2.1.v20120820-ChBG8UGYgRQlJ7y9Lz-wS7nDcRL4
  org.eclipse.birt.feature.group 4.2.0.v20120611-C_BC7CGWoJMfAnw8Y8QVz0nD0JPl
  org.eclipse.jpt.jpa.gen 2.2.0.v201205020001
  org.eclipse.jpt.jpa.gen 2.2.1.v201208222210
  toolingepp.package.dsl.config.gtk.linux.ppc64 1.5.1.20121004-1506
  org.eclipse.equinox.p2.ui.discovery 1.0.0.v20110808-1657
  org.eclipse.datatools.sqldevtools.feature.source.feature.jar 1.10.0.v201201161512-7N8B7CFDsn4hwBXz-0AGu5i6V36H
  org.eclipse.datatools.sqldevtools.feature.source.feature.jar 1.10.1.v201208161415-7N8B7JFDsn5iz-Aex68NyGpC_AgL
  org.eclipse.emf.query.examples 1.2.0.v200901271643
  org.eclipse.rse.connectorservice.ssh 2.1.300.201209191030
  org.eclipse.rse.connectorservice.ssh 2.1.300.201205300905
  org.eclipse.gef.examples.ui.pde 3.8.0.201206112118
  org.eclipse.gef.examples.ui.pde 3.8.1.201208201742
  org.eclipse.jetty.nosql.source 8.1.3.v20120522
  org.eclipse.acceleo.ui.interpreter.source 3.3.0.v20120529-1042
  org.eclipse.acceleo.ui.interpreter.source 3.3.1.v20120831-0923
  org.eclipse.modisco.java.composition.source 0.10.0.v201206130817
  org.eclipse.gyrex.features.addons.mongodb.source.feature.group 1.0.0.v20120123-0813-2--7w3123163501724
  org.eclipse.virgo.medic.core 3.5.0.RELEASE
  org.eclipse.cdt.codan.checkers.ui 1.1.0.201206111645
  org.eclipse.cdt.codan.checkers.ui 1.1.0.201209170703
  org.eclipse.emf.eef.views.editor.source 1.1.1.201206051542
  com.google.gwtjsonrpc 1.2.5.v201112241444
  epp.package.testing.executable.gtk.linux.ppc 1.5.0.20120614-1633
  epp.package.testing.executable.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.tm.terminal.view.source 2.3.0.201205300905
  org.eclipse.tm.terminal.view.source 2.3.0.201209191030
  org.eclipse.net4j.defs.feature.jar 4.1.0.v20120612-0600
  org.eclipse.net4j.defs.feature.jar 4.1.1.v20120911-1146
  org.eclipse.jetty.webapp 8.1.3.v20120522
  org.eclipse.emf.oda.source.feature.jar 1.1.0.v20120608-0554
  org.eclipse.emf.oda.source.feature.jar 1.1.0.v20120917-0436
  org.eclipse.team.svn.revision.graph.feature.group 1.0.0.I20120601-1700
  org.eclipse.modisco.jee.queries 0.10.1.v201209190814
  org.eclipse.modisco.jee.queries 0.10.0.v201206130817
  org.eclipse.jst.ws.consumption.infopop 1.0.300.v200805140230
  org.eclipse.rse.processes.ui 3.0.400.201209191030
  org.eclipse.rse.processes.ui 3.0.400.201205300905
  epp.package.dsl.executable.gtk.linux.ppc 1.5.1.20121004-1506
  org.eclipse.emf.codegen.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.codegen.feature.jar 2.8.0.v20120608-0554
  org.eclipse.datatools.sqltools.debugger.core.ui 1.0.0.v201003161000
  org.eclipse.ptp.rm.jaxb.core 1.0.0.201209181406
  org.eclipse.ptp.rm.jaxb.core 1.0.0.201206130201
  org.eclipse.emf.facet.widgets.nattable.examples.ecore 0.2.1.v201209110754
  org.eclipse.emf.facet.widgets.nattable.examples.ecore 0.2.0.v201206120903
  org.eclipse.datatools.connectivity.dbdefinition.genericJDBC.source 1.0.1.v201107221459
  org.eclipse.emf.transaction.examples.source.feature.group 1.6.0.v20120328-0001
  org.eclipse.emf.cdo.dawn.util.source 2.0.0.v20120521-0710
  org.eclipse.emf.cdo.dawn.util.source 2.0.0.v20120911-1146
  org.eclipse.mylyn.context.core.source 3.8.2.v20120916-1200
  org.eclipse.mylyn.context.core.source 3.8.0.v20120612-0600
  org.eclipse.sapphire.osgi.fragment 0.5.3.201209191432
  org.eclipse.sapphire.osgi.fragment 0.5.0.201206122150
  org.eclipse.modisco.infrastructure.doc 0.10.1.v201209190814
  org.eclipse.modisco.infrastructure.doc 0.10.0.v201206130817
  org.eclipse.objectteams.otdt.debug.ui 2.1.0.201203201248
  org.eclipse.photran.core.vpg.preprocessor.c 8.0.0.201206122044
  org.eclipse.photran.core.vpg.preprocessor.c 8.0.0.201209141911
  toolingepp.package.rcp.ini.motif.solaris.sparc 1.5.1.20121004-1506
  toolingepp.package.rcp.ini.motif.solaris.sparc 1.5.0.20120614-1633
  org.eclipse.papyrus.infra.services.decoration 0.9.0.v201206131215
  org.eclipse.papyrus.infra.services.decoration 0.9.1.v201209190809
  org.eclipse.amp.agf.chart.feature.jar 0.9.0.v20120528-0244
  toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator 4.2.1.M20120914-1800
  toolinggtk.linux.ppc64org.eclipse.equinox.simpleconfigurator 4.2.0.I20120608-1400
  org.eclipse.emf.ecore.xcore.ui.feature.group 1.0.1.v20120917-0741
  org.eclipse.emf.ecore.xcore.ui.feature.group 1.0.0.v20120612-0950
  org.eclipse.ocl.examples.eventmanager.source 3.2.0.v20120411-1432
  toolingorg.eclipse.platform.sdk.config.gtk.solaris.x86 4.2.0.I20120608-1400
  toolingorg.eclipse.platform.sdk.config.gtk.solaris.x86 4.2.1.M20120914-1800
  org.eclipse.ptp.debug.sdm 6.0.2.201209181406
  org.eclipse.ptp.debug.sdm 6.0.0.201206130201
  org.eclipse.gyrex.features.processing.feature.jar 1.0.0.v20120423-0945-2--7w3123162201966
  org.eclipse.jst.common.fproj.enablement.jdt.feature.group 3.4.0.v201108231500-377DG8s73543J5H6D66
  toolingepp.package.mobile.application 1.5.1.20121004-1506
  toolingepp.package.mobile.application 1.5.0.20120614-1633
  org.eclipse.ocl.ui.source.feature.jar 1.0.0.v20120611-0753
  org.eclipse.mylyn.bugzilla.core 3.8.2.v20120916-1200
  org.eclipse.mylyn.bugzilla.core 3.8.0.v20120612-0600
  org.eclipse.papyrus.customization.paletteconfiguration 0.9.0.v201206131215
  org.eclipse.papyrus.customization.paletteconfiguration 0.9.1.v201209190809
  org.eclipse.emf.rap.edit.ui.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.rap.edit.ui.feature.group 2.8.0.v20120917-0436
  org.eclipse.emf.facet.common.core.source 0.2.1.v201209110754
  org.eclipse.emf.facet.common.core.source 0.2.0.v201206120903
  epp.package.testing 1.5.1.20121004-1506
  epp.package.testing 1.5.0.20120614-1633
  org.eclipse.xtend.typesystem.emf.source 1.2.0.v201206110941
  toolingwin32.win32.x86org.eclipse.core.runtime 4.2.1.M20120914-1800
  toolingwin32.win32.x86org.eclipse.core.runtime 4.2.0.I20120608-1400
  org.apache.hadoop.zookeeper 3.3.3.v201105210832
  org.eclipse.uml2.common 1.7.0.v20120604-0919
  org.eclipse.uml2.common 1.7.0.v20120913-1441
  epp.package.java.executable.cocoa.macosx.x86_64.eclipse 1.5.1.20121004-1506
  org.eclipse.ocl.ecore 3.2.0.v20120522-1637
  org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.10.1.v201208161415-542AkF7AJ7SAKAPBF
  org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.10.0.v201201161512-542AkF7AJ7SAKAPBF
  org.eclipse.gyrex.admin.ui.http 1.1.0.v20120524-1441
  org.eclipse.ocl.examples.xtext.console 3.2.0.v20120526-1105
  org.eclipse.datatools.connectivity.ui.source 1.2.3.v201205240353
  org.eclipse.virgo.util.parser.manifest 3.5.0.RELEASE
  org.eclipse.amp.amf.target.escape.source.feature.jar 0.9.0.v20120528-0244
  org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.2.0.v201203150000-7M7J4F7RZHQYIwMz0JyOWFD7
  org.eclipse.jpt.jpa.eclipselink.feature.feature.group 3.2.1.v201208222210-7M7J78F7RZHQYJAQsS4SVFD7
  org.eclipse.xtext.ui.feature.group 2.3.1.v201208210947
  org.eclipse.xtext.ui.feature.group 2.3.0.v201206120633
  org.eclipse.ltk.ui.refactoring.source 3.7.0.v20120523-1543
  org.eclipse.emf.facet.util.feature.feature.group 0.2.1.v201209110754
  org.eclipse.emf.facet.util.feature.feature.group 0.2.0.v201206120903
  org.eclipse.ecf.osgi.services.feature.feature.group 2.0.1.v20120610-1946
  org.eclipse.gyrex.logback.config 1.0.0.v20120524-0614
  org.eclipse.gyrex.boot.tests 1.0.100.v20120706-0824
  org.eclipse.gyrex.boot.tests 1.0.0.v20120511-0855
  toolingANY.ANY.ANYorg.eclipse.virgo.util.osgi 1.0.0.SIMREL
  com.google.gerrit.reviewdb 2.1.5.v201112241444
  toolingepp.package.automotive.ini.win32.win32.x86 1.5.1.20121004-1506
  toolingepp.package.automotive.ini.win32.win32.x86 1.5.0.20120614-1633
  org.eclipse.gmf.examples.runtime.diagram.logic 1.2.1.v20120514-1615
  org.eclipse.net4j.examples.installer.source.feature.jar 4.1.0.v20120612-0543
  org.eclipse.net4j.examples.installer.source.feature.jar 4.1.1.v20120911-1146
  org.eclipse.dltk.mylyn.feature.group 4.0.0.201206120848
  org.eclipse.gmf.runtime.diagram.ui.dnd.source 1.2.0.v20120514-1615
  org.eclipse.jpt.jaxb.eclipselink.core 1.2.0.v201204160000
  org.eclipse.jpt.jaxb.eclipselink.core 1.2.1.v201208222210
  tooling.virgo.org.eclipse.equinox.simpleconfigurator 1.0.0.tooling
  org.eclipse.m2m.qvt.oml.feature.group 3.1.0.v201206041614-7G6-BgJ9EJ9c9TEcET
  org.eclipse.m2m.qvt.oml.feature.group 3.2.0.v20120918-0827
  org.eclipse.xtext.common.types.shared 2.3.0.v201206120633
  org.eclipse.xtext.common.types.shared 2.3.1.v201208210947
  org.eclipse.ocl.edit.source 3.2.0.v20120613-0850
  org.eclipse.ocl.edit.source 3.2.0.v20120919-0602
  org.eclipse.xtend.dependencies.source.feature.group 1.2.1.v201206110941
  toolingepp.package.jee.config.gtk.linux.ppc64 1.5.1.20121004-1506
  toolingepp.package.jee.config.gtk.linux.ppc64 1.5.0.20120614-1633
  epp.package.mobile.executable.motif.aix.ppc.eclipse 1.5.1.20121004-1506
  epp.package.mobile.executable.motif.aix.ppc.eclipse 1.5.0.20120614-1633
  org.eclipse.wst.jsdt.support.ie 1.0.401.v201109150330
  org.eclipse.wst.jsdt.support.ie 1.0.402.v201208171701
  org.eclipse.emf.cdo.dawn.codegen.source.feature.group 2.0.1.v20120911-1146
  org.eclipse.emf.cdo.dawn.codegen.source.feature.group 2.0.0.v20120521-0710
  org.eclipse.ptp.rdt.feature.group 6.0.0.201206130201
  org.eclipse.ptp.rdt.feature.group 6.0.2.201209181406
  org.eclipse.pde.api.tools.ui 1.0.400.v20120523-2012
  org.eclipse.egf.model.ui.feature.jar 1.0.0.v20120528-1550
  org.eclipse.pde.ds.core.source 1.0.200.v20120530-1435
  org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.jar 1.0.0.201209191645
  org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.jar 1.0.0.201206130106
  org.eclipse.dltk.core.manipulation 4.0.0.201206120848
  toolingepp.package.rcp.ini.carbon.macosx.ppc 1.5.0.20120614-1633
  toolingepp.package.rcp.ini.carbon.macosx.ppc 1.5.1.20121004-1506
  org.eclipse.emf.facet.common.source.feature.feature.jar 0.2.0.v201206120903
  org.eclipse.datatools.enablement.oda.ws.ui.source 1.2.4.v201203221631
  org.eclipse.emf.workspace.source.feature.group 1.6.0.v20120328-0001-37708s734E377I3B4C2
  org.eclipse.emf.facet.doc 0.2.0.v201206120903
  org.eclipse.emf.facet.doc 0.2.1.v201209110754
  org.eclipse.ptp.gem.help 1.3.0.201206130201
  org.eclipse.ptp.gem.help 1.3.0.201209181406
  org.eclipse.ecf.ssl 1.0.100.v20120608-0148
  org.eclipse.amp.amf.target.escape.feature.jar 0.9.0.v20120528-0244
  org.eclipse.jetty.xml.source 8.1.3.v20120522
  org.eclipse.emf.cdo.location 4.0.100.v20120525-0627
  org.eclipse.emf.cdo.location 4.0.100.v20120821-1005
  org.eclipse.datatools.sqltools.editor.core.source 1.0.2.v201205310904
  org.eclipse.core.databinding.property.source 1.3.100
  org.eclipse.core.databinding.property 1.3.100
  org.apache.batik.css 1.6.0.v200805290154
  org.apache.log4j 1.2.15.v201005080500
  org.eclipse.xtext.activities 1.0.1.v201008251220 
  org.apache.commons.cli 1.0.0.v20080604-1500
  org.w3c.css.sac 1.3.0.v200805290154
  org.apache.batik.css.source 1.7.0.v200903091627
  org.eclipse.xtext.common.types.ui 1.0.1.v201008251220
  org.apache.batik.dom.source 1.7.0.v200903091627
  org.eclipse.xtext.ui.shared 1.0.1.v201008251220
  org.apache.commons.httpclient 3.1.0.v20080605-1935
  org.apache.batik.ext.awt 1.6.0.v200805290154
  org.apache.xalan 2.7.1.v200905122109
  org.eclipse.xtext.util 1.0.1.v201008251220
  org.eclipse.emf.index.source 0.7.0.v200908120607
  org.jdom 1.0.0.v200806100616
  org.aopalliance 1.0.0.v200905130917
  org.apache.batik.bridge 1.6.0.v200805290154
  org.apache.batik.util.gui.source 1.7.0.v200903091627
  org.eclipse.emf.index 0.7.0.v200908120607
  org.eclipse.atf.mozilla.swt.browser.win32.win32.x86 0.2.3.v20091030-1938
  org.apache.batik.util.gui 1.6.0.v200805290154
  org.apache.batik.pdf 1.6.0.v200806031500
  org.eclipse.atf.mozilla.swt.browser.source 0.2.3.v20091030-1938
  org.eclipse.xtext.logging 1.2.15
  Default 1.0.0.78-77cLGovE8s73533I7C5773
  org.apache.commons.el.source 1.0.0.v200806031608
  org.eclipse.xtext.junit 1.0.1.v201008251220
  org.apache.batik.xml 1.6.0.v200805290154
  org.apache.batik.dom.svg.source 1.7.0.v200903091627
  org.eclipse.atf.mozilla.swt.browser 0.2.3.v20091030-1938
  com.google.collect 0.8.0.v201008251220
  org.eclipse.atf.mozilla.swt.browser.win32.win32.x86.source 0.2.3.v20091030-1938
  com.google.guice 1.0.1.v200908120607
  org.mozilla.xulrunner.win32.win32.x86 1.8.1.3-20080312
  org.apache.batik.parser.source 1.7.0.v200903091627
  org.eclipse.emf.index.ui 0.7.0.v200908120607
  org.apache.batik.bridge.source 1.7.0.v200903091627
  org.eclipse.xtext.builder 1.0.1.v201008251220
  org.apache.xerces 2.9.0.v200909240008
  org.apache.batik.parser 1.6.0.v200805290154
  org.eclipse.xtext 1.0.1.v201008251220
  org.apache.commons.el 1.0.0.v200806031608
  com.xored.swt.composer 2.0.3.v20091030-2307
  org.apache.commons.codec 1.3.0.v20100106-1700
  org.apache.commons.logging 1.1.1.v200904062255
  org.apache.commons.logging 1.0.4.v200904062259
  org.apache.commons.lang 2.3.0.v200803061910
  org.apache.batik.transcoder.source 1.7.0.v200903091627
  org.apache.batik.svggen 1.6.0.v200805290154
  com.google.guava.source 1.0.0.201005111511
  org.apache.xml.resolver 1.2.0.v200902170519
  org.eclipse.core.databinding.observable.source 1.3.100
  org.apache.commons.io 1.4.0.v20081110-1000
  org.w3c.dom.svg 1.1.0.v200806040011
  org.eclipse.xtext.ecore 1.0.1.v201008251220
  org.mozilla.xpcom 1.8.1.3-20080312
  org.w3c.dom.events 3.0.0.draft20060413_v200905140418
  org.eclipse.core.databinding.observable 1.3.100
  com.google.guava 1.0.0.201005111511
  org.apache.batik.util 1.6.0.v200805290154
  org.junit4 4.8.1.v20100525
  org.apache.batik.xml.source 1.7.0.v200903091627
  org.apache.batik.dom.svg 1.6.0.v200805290154
  org.eclipse.xtext.common.types 1.0.1.v201008251220
  org.eclipse.xtext.ui 1.0.1.v201008251220
  javax.xml 1.3.4.v200902170245
  org.eclipse.xtext.ui.ecore 1.0.1.v201008251220
  org.apache.batik.ext.awt.source 1.7.0.v200903091627
  org.apache.batik.transcoder 1.6.0.v200805290154
  org.w3c.dom.svg.source 1.1.0.v200806040011
  org.apache.xml.serializer 2.7.1.v200902170519
  org.apache.batik.dom 1.6.0.v200805290154
  org.apache.batik.util.source 1.7.0.v200903091627
  org.apache.commons.httpclient.source 3.1.0.v20080605-1935
  org.apache.batik.svggen.source 1.7.0.v200903091627
  org.apache.commons.logging.source 1.0.4.v200904062259
  com.google.inject 2.0.0.v201003051000

[DEBUG] JRE IUs:
  a.jre 1.6.0
  a.jre.javase 1.6.0
  config.a.jre.javase 1.6.0
  a.jre.j2se 1.5.0
  config.a.jre.j2se 1.5.0

[DEBUG] Root IUs:
<?xml version='1.0' encoding='UTF-8'?>
<units size='25'>
  <unit id='org.eclipse.ecl.core.feature.group' version='1.0.0.201109041913' singleton='false'>
    <update id='org.eclipse.ecl.core.feature.group' range='[0.0.0,1.0.0.201109041913)' severity='0'/>
    <properties size='5'>
      <property name='org.eclipse.equinox.p2.name' value='ECL Core'/>
      <property name='org.eclipse.equinox.p2.description' value='[Enter Feature Description here.]'/>
      <property name='org.eclipse.equinox.p2.description.url' value='http://www.example.com/description'/>
      <property name='org.eclipse.equinox.p2.provider' value='Xored'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
    </properties>
    <provides size='1'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecl.core.feature.group' version='1.0.0.201109041913'/>
    </provides>
    <requires size='6'>
      <required namespace='org.eclipse.equinox.p2.iu' name='com.xored.peg.core.feature.group' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecl.core' range='[1.0.0.201109041913,1.0.0.201109041913]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.espace.core' range='[1.0.0.201109041913,1.0.0.201109041913]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecl.client.tcp' range='[1.0.0.201109041913,1.0.0.201109041913]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecl.parser' range='[1.0.0.201109041913,1.0.0.201109041913]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecl.core.feature.jar' range='[1.0.0.201109041913,1.0.0.201109041913]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='http://www.example.com/license' url='http://www.example.com/license'>
        [Enter License Description here.]
      </license>
    </licenses>
    <copyright uri='http://www.example.com/copyright' url='http://www.example.com/copyright'>
      [Enter Copyright Description here.]
    </copyright>
  </unit>
  <unit id='com.xored.peg.core.feature.group' version='1.0.0.201109041912' singleton='false'>
    <update id='com.xored.peg.core.feature.group' range='[0.0.0,1.0.0.201109041912)' severity='0'/>
    <properties size='6'>
      <property name='org.eclipse.equinox.p2.name' value='Peg parser'/>
      <property name='org.eclipse.equinox.p2.description' value='Parser Expression Grammar core'/>
      <property name='org.eclipse.equinox.p2.provider' value='xored software, Inc.'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.copyright' value='Copyright (c) 2008, 2011 xored software, Inc.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;################ end of copyright property ####################################'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;April 14, 2010&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='com.xored.peg.core.feature.group' version='1.0.0.201109041912'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='2'>
      <required namespace='org.eclipse.equinox.p2.iu' name='com.xored.peg' range='[1.0.0.201109041912,1.0.0.201109041912]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='com.xored.peg.core.feature.jar' range='[1.0.0.201109041912,1.0.0.201109041912]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='%25copyrightURL' url='%25copyrightURL'>
      %copyright
    </copyright>
  </unit>
  <unit id='org.eclipse.platform.feature.group' version='3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ' singleton='false'>
    <update id='org.eclipse.platform.feature.group' range='[0.0.0,3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='Eclipse Platform'/>
      <property name='df_LT.providerName' value='Eclipse.org'/>
      <property name='df_LT.description' value='Common OS-independent base of the Eclipse platform (binary runtime and user documentation).'/>
      <property name='df_LT.copyright' value='Copyright (c) 2000, 2011 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.group' version='3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='80'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.rcp.feature.group' range='[3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE,3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.group' range='[2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP,2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP]' optional='true'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.feature.group' range='[1.4.1.v20120726-050831-8R7xFOUFLWUl7MoSKV_OFXl27,1.4.1.v20120726-050831-8R7xFOUFLWUl7MoSKV_OFXl27]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.ant' range='[1.8.3.v20120321-1730,1.8.3.v20120321-1730]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ant.core' range='[3.2.400.v20120523-1742,3.2.400.v20120523-1742]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='com.jcraft.jsch' range='[0.1.46.v201205102330,0.1.46.v201205102330]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.core' range='[3.5.200.v20120522-1148,3.5.200.v20120522-1148]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare' range='[3.5.300.v20120522-1148,3.5.300.v20120522-1148]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.compare.win32' range='[1.0.200.v20120522-1148,1.0.200.v20120522-1148]'>
        <filter>
          (osgi.os=win32)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.boot' range='[3.1.300.v20120523-2004,3.1.300.v20120523-2004]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filebuffers' range='[3.5.200.v20120523-1310,3.5.200.v20120523-1310]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem' range='[1.3.200.v20120522-2012,1.3.200.v20120522-2012]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net' range='[1.2.200.v20120522-1148,1.2.200.v20120522-1148]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.win32.x86' range='[1.0.100.v20120522-1148,1.0.100.v20120522-1148]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.linux.x86_64' range='[1.1.0.v20120522-1148,1.1.0.v20120522-1148]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=linux))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.win32.x86_64' range='[1.0.100.v20120522-1148,1.0.100.v20120522-1148]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.net.linux.x86' range='[1.1.200.v20120522-1148,1.1.200.v20120522-1148]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=linux))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' range='[3.8.1.v20120802-154922,3.8.1.v20120802-154922]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility' range='[3.2.200.v20120521-2346,3.2.200.v20120521-2346]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime.compatibility.registry' range='[3.5.100.v20120521-2346,3.5.100.v20120521-2346]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.osgi.util' range='[3.2.300.v20120522-1822,3.2.300.v20120522-1822]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.core' range='[3.7.100.v20120521-2012,3.7.100.v20120521-2012]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.debug.ui' range='[3.8.1.v20120718-192144,3.8.1.v20120718-192144]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event' range='[1.2.200.v20120522-2049,1.2.200.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.help.appserver' range='[3.1.400.v20120521-2344,3.1.400.v20120521-2344]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.core.refactoring' range='[3.6.0.v20120523-1543,3.6.0.v20120523-1543]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ltk.ui.refactoring' range='[3.7.0.v20120523-1543,3.7.0.v20120523-1543]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform' range='[3.8.1.v201209141540,3.8.1.v201209141540]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.doc.user' range='[3.8.0.v20120829-071851,3.8.0.v20120829-071851]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.search' range='[3.8.0.v20120523-1540,3.8.0.v20120523-1540]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.core' range='[3.6.100.v20120524-0627,3.6.100.v20120524-0627]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.team.ui' range='[3.6.200.v20120522-1148,3.6.200.v20120522-1148]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.text' range='[3.5.200.v20120523-1310,3.5.200.v20120523-1310]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jface.text' range='[3.8.1.v20120828-155502,3.8.1.v20120828-155502]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.core' range='[1.1.400.v20120522-1148,1.1.400.v20120522-1148]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.jsch.ui' range='[1.1.400.v20120522-1148,1.1.400.v20120522-1148]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.console' range='[3.5.100.v20120521-2012,3.5.100.v20120521-2012]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.presentations.r21' range='[3.2.201.v20120523-1956,3.2.201.v20120523-1956]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro' range='[3.4.200.v20120521-2344,3.4.200.v20120521-2344]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.intro.universal' range='[3.2.600.v20120521-2344,3.2.600.v20120521-2344]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.cheatsheets' range='[3.4.200.v20120521-2344,3.4.200.v20120521-2344]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.browser' range='[3.4.1.v20120718-113058,3.4.1.v20120718-113058]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator' range='[3.5.200.v20120523-1956,3.5.200.v20120523-1956]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.navigator.resources' range='[3.4.400.v20120523-1956,3.4.400.v20120523-1956]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.net' range='[1.2.101.v20120801-152207,1.2.101.v20120801-152207]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.texteditor' range='[3.8.0.v20120523-1310,3.8.0.v20120523-1310]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views' range='[3.6.100.v20120521-2332,3.6.100.v20120521-2332]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.editors' range='[3.8.0.v20120523-1540,3.8.0.v20120523-1540]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.externaltools' range='[3.2.100.v20120530-1753,3.2.100.v20120530-1753]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide' range='[3.8.1.v20120829-085332,3.8.1.v20120829-085332]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide.application' range='[1.0.400.v20120523-1956,1.0.400.v20120523-1956]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.win32' range='[3.2.300.v20120523-1956,3.2.300.v20120523-1956]'>
        <filter>
          (osgi.ws=win32)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core' range='[3.2.600.v20120530-120908,3.2.600.v20120530-120908]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.scheduler' range='[3.2.400.v20120530-120908,3.2.400.v20120530-120908]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.ui' range='[3.3.0.v20120523-1742,3.3.0.v20120523-1742]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench.compatibility' range='[3.2.101.v20120523-1956,3.2.101.v20120523-1956]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.aix.ppc' range='[1.1.0.v20110423-0524,1.1.0.v20110423-0524]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=aix))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.hpux.ia64_32' range='[1.0.100.v20120522-1137,1.0.100.v20120522-1137]'>
        <filter>
          (&amp;(osgi.arch=ia64_32)(osgi.os=hpux))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.x86' range='[1.4.0.v20120522-1137,1.4.0.v20120522-1137]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=linux))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.linux.x86_64' range='[1.2.0.v20120522-1137,1.2.0.v20120522-1137]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=linux))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.solaris.sparc' range='[1.2.0.v20120522-1137,1.2.0.v20120522-1137]'>
        <filter>
          (&amp;(osgi.arch=sparc)(osgi.os=solaris))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.macosx' range='[1.3.0.v20120522-1137,1.3.0.v20120522-1137]'>
        <filter>
          (osgi.os=macosx)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.win32.x86' range='[1.1.300.v20120522-1137,1.1.300.v20120522-1137]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources.win32.x86' range='[3.5.100.v20120522-1137,3.5.100.v20120522-1137]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.filesystem.win32.x86_64' range='[1.1.300.v20120522-1137,1.1.300.v20120522-1137]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.variables' range='[3.2.600.v20120521-2012,3.2.600.v20120521-2012]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.forms' range='[3.5.200.v20120521-2332,3.5.200.v20120521-2332]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.linux' range='[3.2.300.v20120530-120908,3.2.300.v20120530-120908]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=linux))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.update.core.win32' range='[3.2.300.v20120530-120908,3.2.300.v20120530-120908]'>
        <filter>
          (osgi.os=win32)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views.properties.tabbed' range='[3.5.300.v20120523-1956,3.5.300.v20120523-1956]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' range='[1.1.100.v20120522-1841,1.1.100.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.ui' range='[1.1.100.v20120522-2049,1.1.100.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86' range='[1.0.300.v20120522-2049,1.0.300.v20120522-2049]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86_64' range='[1.0.100.v20120522-2049,1.0.100.v20120522-2049]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.200.v20120522-2049,1.100.200.v20120522-2049]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=macosx))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.200.v20120522-2049,1.100.200.v20120522-2049]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=macosx))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.200.v20120522-2049,1.100.200.v20120522-2049]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=macosx))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.externaltools' range='[1.0.100.v20120521-2012,1.0.100.v20120521-2012]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform.feature.jar' range='[3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ,3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.platform_root' range='[3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ,3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ]'/>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright>
      %copyright
    </copyright>
  </unit>
  <unit id='org.eclipse.equinox.executable.feature.group' version='3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm' singleton='false'>
    <update id='org.eclipse.equinox.executable.feature.group' range='[0.0.0,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm)' severity='0'/>
    <properties size='6'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='Eclipse Platform Launcher Executables'/>
      <property name='df_LT.description' value='Platform specific launchers.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable.feature.group' version='3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='49'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher' range='[1.3.0.v20120522-1813,1.3.0.v20120522-1813]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.sparc' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.solaris.x86' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.solaris.sparc' range='0.0.0'>
        <filter>
          (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.carbon.macosx' range='0.0.0'>
        <filter>
          (&amp;(osgi.os=macosx)(osgi.ws=carbon))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.cocoa.macosx.x86_64' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc' range='0.0.0'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.ppc64' range='[1.0.200.v20120522-1813,1.0.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.x86_64' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.aix.ppc' range='0.0.0'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.aix.ppc64' range='[1.1.100.v20120522-1822,1.1.100.v20120522-1822]'>
        <filter>
          (&amp;(osgi.arch=ppc64)(osgi.os=aix)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.aix.ppc' range='[1.1.100.v20120522-1822,1.1.100.v20120522-1822]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.hpux.ia64_32' range='[1.0.100.v20120522-1822,1.0.100.v20120522-1822]'>
        <filter>
          (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.hpux.ia64_32' range='0.0.0'>
        <filter>
          (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.motif.linux.x86' range='0.0.0'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.x86_64' range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.win32.win32.ia64' range='0.0.0'>
        <filter>
          (&amp;(osgi.arch=ia64)(osgi.os=win32)(osgi.ws=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.wpf.win32.x86' range='0.0.0'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=wpf))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390' range='[1.1.200.v20120522-1822,1.1.200.v20120522-1822]'>
        <filter>
          (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.launcher.gtk.linux.s390x' range='[1.1.200.v20120522-1822,1.1.200.v20120522-1822]'>
        <filter>
          (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable.feature.jar' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.solaris.sparc' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.x86' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.carbon.macosx.ppc' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=carbon))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.x86_64' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.ppc' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=macosx)(osgi.ws=cocoa))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.ppc' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.hpux.ia64_32' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.x86' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=cocoa))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.linux.x86' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.wpf.win32.x86' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=wpf))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.aix.ppc' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.solaris.sparc' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=sparc)(osgi.os=solaris)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.ppc64' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ppc64)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.aix.ppc' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ppc)(osgi.os=aix)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.s390x' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=s390x)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.solaris.x86' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=solaris)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.aix.ppc64' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ppc64)(osgi.os=aix)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.x86' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32)(osgi.ws=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.x86_64' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=win32)(osgi.ws=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.cocoa.macosx.x86_64' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=macosx)(osgi.ws=cocoa))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.motif.hpux.ia64_32' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ia64_32)(osgi.os=hpux)(osgi.ws=motif))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.gtk.linux.s390' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=s390)(osgi.os=linux)(osgi.ws=gtk))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.win32.win32.ia64' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=ia64)(osgi.os=win32)(osgi.ws=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.executable_root.carbon.macosx.x86' range='[3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm,3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=macosx)(osgi.ws=carbon))
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
  </unit>
  <unit id='org.eclipse.equinox.p2.core.feature.feature.group' version='1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38' singleton='false'>
    <update id='org.eclipse.equinox.p2.core.feature.feature.group' range='[0.0.0,1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='Equinox p2 Core Function'/>
      <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
      <property name='df_LT.description' value='Provides a minimal headless provisioning system.'/>
      <property name='df_LT.copyright' value='Copyright (c) 2010 EclipseSource Inc. and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core.feature.feature.group' version='1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='37'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.artifact.repository' range='[1.1.200.v20120430-1959,1.1.200.v20120430-1959]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.console' range='[1.0.300.v20120429-0125,1.0.300.v20120429-0125]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core' range='[2.2.0.v20120430-0525,2.2.0.v20120430-0525]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.director' range='[2.2.0.v20120524-0542,2.2.0.v20120524-0542]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.engine' range='[2.2.0.v20120501-1502,2.2.0.v20120501-1502]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.garbagecollector' range='[1.0.200.v20110808-1657,1.0.200.v20110808-1657]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata' range='[2.1.0.v20120430-2001,2.1.0.v20120430-2001]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.metadata.repository' range='[1.2.100.v20120524-1717,1.2.100.v20120524-1717]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.repository' range='[2.2.0.v20120524-1945,2.2.0.v20120524-1945]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.eclipse' range='[2.1.100.v20120428-0117,2.1.100.v20120428-0117]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.touchpoint.natives' range='[1.1.0.v20120524-0542,1.1.0.v20120524-0542]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.simpleconfigurator.manipulator' range='[2.0.0.v20110808-1657,2.0.0.v20110808-1657]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.core' range='[2.3.0.v20110329,2.3.0.v20110329]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.sat4j.pb' range='[2.3.0.v20110329,2.3.0.v20110329]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf' range='[3.1.300.v20120610-1946,3.1.300.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.filetransfer' range='[5.0.0.v20120610-1946,5.0.0.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.identity' range='[3.1.200.v20120610-1946,3.1.200.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer' range='[3.2.0.v20120610-1946,3.2.0.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient' range='[4.0.200.v20120610-1946,4.0.200.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.httpclient.ssl' range='[1.0.0.v20120610-1946,1.0.0.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.provider.filetransfer.ssl' range='[1.0.0.v20120610-1946,1.0.0.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ecf.ssl' range='[1.0.100.v20120610-1946,1.0.100.v20120610-1946]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.codec' range='[1.3.0.v201101211617,1.3.0.v201101211617]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.httpclient' range='[3.1.0.v201012070820,3.1.0.v201012070820]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.logging' range='[1.0.4.v201101211617,1.0.4.v201101211617]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin' range='[2.0.100.v20120606-175127,2.0.100.v20120606-175127]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.frameworkadmin.equinox' range='[1.0.400.v20120428-0117,1.0.400.v20120428-0117]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences' range='[3.5.0.v20120522-1841,3.5.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security' range='[1.1.100.v20120522-1841,1.1.100.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.jarprocessor' range='[1.0.200.v20110808-1657,1.0.200.v20110808-1657]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ql' range='[2.0.100.v20110808-1657,2.0.100.v20110808-1657]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.transport.ecf' range='[1.0.100.v20120305-0333,1.0.100.v20120305-0333]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.operations' range='[2.2.0.v20120524-0542,2.2.0.v20120524-0542]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.macosx' range='[1.100.200.v20120522-2049,1.100.200.v20120522-2049]'>
        <filter>
          (osgi.os=macosx)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86' range='[1.0.300.v20120522-2049,1.0.300.v20120522-2049]'>
        <filter>
          (&amp;(osgi.arch=x86)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.security.win32.x86_64' range='[1.0.100.v20120522-2049,1.0.100.v20120522-2049]'>
        <filter>
          (&amp;(osgi.arch=x86_64)(osgi.os=win32))
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core.feature.feature.jar' range='[1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38,1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='%25copyrightURL' url='%25copyrightURL'>
      %copyright
    </copyright>
  </unit>
  <unit id='org.eclipse.equinox.p2.user.ui.feature.group' version='2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP' singleton='false'>
    <update id='org.eclipse.equinox.p2.user.ui.feature.group' range='[0.0.0,2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='Equinox p2 Provisioning for IDEs.'/>
      <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
      <property name='df_LT.description' value='Eclipse p2 Provisioning Platform for use in IDE related scenarios'/>
      <property name='df_LT.copyright' value='Copyright (c) 2008, 2010 IBM Corporation and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;IBM Corporation - initial API and implementation'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.group' version='2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='6'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.core.feature.feature.group' range='[1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38,1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.extras.feature.feature.group' range='[1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr,1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.rcp.feature.feature.group' range='[1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr,1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.updatesite' range='[1.0.400.v20120412-1615,1.0.400.v20120412-1615]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.importexport' range='[1.0.1.v20110818-1344,1.0.1.v20110818-1344]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.user.ui.feature.jar' range='[2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP,2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright>
      %copyright
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.feature.group' version='2.8.1.v20120917-0436' singleton='false'>
    <update id='org.eclipse.emf.feature.group' range='[0.0.0,2.8.1.v20120917-0436)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF - Eclipse Modeling Framework Runtime and Tools'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='The runtime and tools for EMF, without source or documentation.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.feature.group' version='2.8.1.v20120917-0436'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='20'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.feature.group' range='[2.8.0.v20120911-0500,2.8.0.v20120911-0500]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.ui.feature.group' range='[2.7.0.v20120917-0436,2.7.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore.feature.group' range='[2.8.1.v20120911-0500,2.8.1.v20120911-0500]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.feature.group' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.ui.feature.group' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore.edit.feature.group' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore.editor.feature.group' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.codegen.feature.group' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.codegen.ui.feature.group' range='[2.7.0.v20120917-0436,2.7.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.codegen.ecore.feature.group' range='[2.8.1.v20120917-0436,2.8.1.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.codegen.ecore.ui.feature.group' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.converter.feature.group' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding.feature.group' range='[1.2.0.v20120917-0436,1.2.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding.edit.feature.group' range='[1.2.0.v20120917-0436,1.2.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.mapping.feature.group' range='[2.7.0.v20120917-0436,2.7.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.mapping.ecore.feature.group' range='[2.7.0.v20120917-0436,2.7.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.mapping.ui.feature.group' range='[2.7.0.v20120917-0436,2.7.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.mapping.ecore.editor.feature.group' range='[2.7.0.v20120917-0436,2.7.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf' range='[2.6.0.v20120917-0436,2.6.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.feature.jar' range='[2.8.1.v20120917-0436,2.8.1.v20120917-0436]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2002-2011 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.common.feature.group' version='2.8.0.v20120606-0717' singleton='false'>
    <update id='org.eclipse.emf.common.feature.group' range='[0.0.0,2.8.0.v20120606-0717)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Common'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='Common platform-independent utilities used throughout EMF, including collection classes, notifiers, adapters, and commands.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.feature.group' version='2.8.0.v20120606-0717'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='3'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common' range='[2.8.0.v20120606-0717,2.8.0.v20120606-0717]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.feature.jar' range='[2.8.0.v20120606-0717,2.8.0.v20120606-0717]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2002-2011 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.common.ui.feature.group' version='2.7.0.v20120608-0554' singleton='false'>
    <update id='org.eclipse.emf.common.ui.feature.group' range='[0.0.0,2.7.0.v20120608-0554)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Common UI'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='General-purpose extensions to the Eclipse UI.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.ui.feature.group' version='2.7.0.v20120608-0554'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='5'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.ui' range='[2.7.0.v20120608-0554,2.7.0.v20120608-0554]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.ui.feature.jar' range='[2.7.0.v20120608-0554,2.7.0.v20120608-0554]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2002-2011 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.compare.feature.group' version='1.3.1.v20120605-0748' singleton='false'>
    <update id='org.eclipse.emf.compare.feature.group' range='[0.0.0,1.3.1.v20120605-0748)' severity='0'/>
    <properties size='12'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='maven-groupId' value='org.eclipse.emf.compare.features'/>
      <property name='maven-artifactId' value='org.eclipse.emf.compare'/>
      <property name='maven-version' value='1.3.1-SNAPSHOT'/>
      <property name='df_LT.featureName' value='EMF Compare'/>
      <property name='df_LT.providerName' value='Eclipse Modeling project'/>
      <property name='df_LT.description' value='Model comparison support'/>
      <property name='df_LT.copyright' value='Copyright (c) 2006, 2012 Obeo, France. &#xA;All rights reserved. This program and the accompanying materials &#xA;are made available under the terms of the Eclipse Public License v1.0 &#xA;which accompanies this distribution, and is available at &#xA;http://www.eclipse.org/legal/epl-v10.html &#xA;&#xA;Contributors: &#xA;Obeo - initial API and implementation'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare.feature.group' version='1.3.1.v20120605-0748'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='12'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore.xmi' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare.diff' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare.diff.edit' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare.match' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare.ui' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare.epatch' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare.feature.jar' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.compare_root' range='[1.3.1.v20120605-0748,1.3.1.v20120605-0748]'/>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='%25copyrightURL' url='%25copyrightURL'>
      %copyright
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.databinding.feature.group' version='1.2.0.v20120917-0436' singleton='false'>
    <update id='org.eclipse.emf.databinding.feature.group' range='[0.0.0,1.2.0.v20120917-0436)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Data Binding'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='Support for using EMF objects with JFace&apos;s data binding framework.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding.feature.group' version='1.2.0.v20120917-0436'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='5'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding' range='[1.2.0.v20120917-0436,1.2.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding.feature.jar' range='[1.2.0.v20120917-0436,1.2.0.v20120917-0436]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2007-2011 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.edit.feature.group' version='2.8.0.v20120917-0436' singleton='false'>
    <update id='org.eclipse.emf.edit.feature.group' range='[0.0.0,2.8.0.v20120917-0436)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Edit'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='Platform-independent framework for viewing and editing EMF objects.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.feature.group' version='2.8.0.v20120917-0436'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='5'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.feature.jar' range='[2.8.0.v20120917-0436,2.8.0.v20120917-0436]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2002-2011 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.databinding.edit.feature.group' version='1.2.0.v20120608-0554' singleton='false'>
    <update id='org.eclipse.emf.databinding.edit.feature.group' range='[0.0.0,1.2.0.v20120608-0554)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Edit Data Binding'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='Support for using EMF objects with JFace&apos;s data binding framework and integrating with EMF&apos;s editing framework.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding.edit.feature.group' version='1.2.0.v20120608-0554'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='7'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding.edit' range='[1.2.0.v20120608-0554,1.2.0.v20120608-0554]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.databinding.edit.feature.jar' range='[1.2.0.v20120608-0554,1.2.0.v20120608-0554]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2007-2011 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.edit.ui.feature.group' version='2.8.0.v20120608-0554' singleton='false'>
    <update id='org.eclipse.emf.edit.ui.feature.group' range='[0.0.0,2.8.0.v20120608-0554)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Edit UI'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='Support for integrating EMF Edit with Eclipse&apos;s UI framework.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.ui.feature.group' version='2.8.0.v20120608-0554'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='7'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.views' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.workbench' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.common.ui' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.ui' range='[2.8.0.v20120608-0554,2.8.0.v20120608-0554]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.ui.feature.jar' range='[2.8.0.v20120608-0554,2.8.0.v20120608-0554]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2002-2011 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.transaction.feature.group' version='1.6.0.v20120328-0001-377-8s734C3E7D15D6B' singleton='false'>
    <update id='org.eclipse.emf.transaction.feature.group' range='[0.0.0,1.6.0.v20120328-0001-377-8s734C3E7D15D6B)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/modeling/emf/?project=transaction'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Model Transaction'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='EMF Model Transaction API.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.transaction.feature.group' version='1.6.0.v20120328-0001-377-8s734C3E7D15D6B'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='8'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit' range='[2.3.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore.change' range='[2.3.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.validation' range='[1.2.0,2.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.ui' range='[2.3.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.transaction' range='[1.4.0.v20100331-1738,1.4.0.v20100331-1738]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.transaction.ui' range='[1.4.0.v20090819-1300,1.4.0.v20090819-1300]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.transaction.feature.jar' range='[1.6.0.v20120328-0001-377-8s734C3E7D15D6B,1.6.0.v20120328-0001-377-8s734C3E7D15D6B]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2005, 2012 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.workspace.feature.group' version='1.6.0.v20120328-0001-37708s734E377I3B4C2' singleton='false'>
    <update id='org.eclipse.emf.workspace.feature.group' range='[0.0.0,1.6.0.v20120328-0001-37708s734E377I3B4C2)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/modeling/emf/?project=validation'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Model Transaction Workbench Integration'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='EMF Model Transaction Workbench Integration API.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.workspace.feature.group' version='1.6.0.v20120328-0001-37708s734E377I3B4C2'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='8'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.commands' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.ui' range='[2.3.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.transaction' range='[1.2.0,2.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.workspace' range='[1.5.1.v20120328-0001,1.5.1.v20120328-0001]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.workspace.ui' range='[1.3.0.v200901271819,1.3.0.v200901271819]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.workspace.feature.jar' range='[1.6.0.v20120328-0001-37708s734E377I3B4C2,1.6.0.v20120328-0001-37708s734E377I3B4C2]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2005, 2012 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.validation.feature.group' version='1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6' singleton='false'>
    <update id='org.eclipse.emf.validation.feature.group' range='[0.0.0,1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/modeling/emf/?project=validation'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='EMF Validation Framework'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='EMF Validation Framework.'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.validation.feature.group' version='1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='12'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.expressions' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.runtime' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.core.resources' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.console' range='[3.1.100,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.ui.ide' range='[3.2.0,4.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore' range='[2.3.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit' range='[2.3.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.validation' range='[1.4.0.v20100428-2315,1.4.0.v20100428-2315]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.validation.ui' range='[1.3.0.v200901271722,1.3.0.v200901271722]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.validation.ui.ide' range='[1.3.0.v200901271722,1.3.0.v200901271722]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.validation.feature.jar' range='[1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6,1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2005, 2012 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.emf.mwe2.launch' version='2.3.0.v201206120758'>
    <update id='org.eclipse.emf.mwe2.launch' range='[0.0.0,2.3.0.v201206120758)' severity='0'/>
    <properties size='5'>
      <property name='df_LT.Bundle-Vendor' value='Eclipse Modeling Project'/>
      <property name='df_LT.Bundle-Name' value='Modeling Workflow Engine 2 Launch'/>
      <property name='org.eclipse.equinox.p2.name' value='%Bundle-Name'/>
      <property name='org.eclipse.equinox.p2.provider' value='%Bundle-Vendor'/>
      <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
    </properties>
    <provides size='5'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.mwe2.launch' version='2.3.0.v201206120758'/>
      <provided namespace='osgi.bundle' name='org.eclipse.emf.mwe2.launch' version='2.3.0.v201206120758'/>
      <provided namespace='java.package' name='org.eclipse.emf.mwe2.launch.runtime' version='0.0.0'/>
      <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='15'>
      <required namespace='osgi.bundle' name='org.eclipse.emf.mwe2.language' range='[2.3.0,3.0.0)'/>
      <required namespace='osgi.bundle' name='org.eclipse.emf.mwe2.runtime' range='[2.3.0,3.0.0)'/>
      <required namespace='osgi.bundle' name='org.eclipse.xtext' range='[2.3.0,3.0.0)'/>
      <required namespace='osgi.bundle' name='org.eclipse.xtext.common.types' range='[2.3.0,3.0.0)'/>
      <required namespace='osgi.bundle' name='org.apache.commons.cli' range='[1.2.0,2.0.0)'/>
      <required namespace='osgi.bundle' name='com.google.inject' range='[3.0.0,4.0.0)'/>
      <required namespace='osgi.bundle' name='org.eclipse.jdt.launching' range='3.5.0' optional='true'/>
      <required namespace='osgi.bundle' name='org.eclipse.debug.core' range='3.5.0' optional='true'/>
      <required namespace='osgi.bundle' name='org.eclipse.debug.ui' range='3.5.0' optional='true'/>
      <required namespace='osgi.bundle' name='org.eclipse.core.runtime' range='3.5.0' optional='true'/>
      <required namespace='osgi.bundle' name='org.eclipse.jdt.core' range='3.5.0' optional='true'/>
      <required namespace='osgi.bundle' name='org.eclipse.jface' range='3.5.0' optional='true'/>
      <required namespace='osgi.bundle' name='org.eclipse.ui' range='3.5.0' optional='true'/>
      <required namespace='osgi.bundle' name='org.eclipse.jdt.debug.ui' range='3.4.1' optional='true'/>
      <required namespace='java.package' name='org.apache.log4j' range='1.2.15'/>
    </requires>
    <artifacts size='1'>
      <artifact classifier='osgi.bundle' id='org.eclipse.emf.mwe2.launch' version='2.3.0.v201206120758'/>
    </artifacts>
    <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
    <touchpointData size='1'>
      <instructions size='1'>
        <instruction key='manifest'>
          Bundle-SymbolicName: org.eclipse.emf.mwe2.launch;singleton:=true&#xA;Bundle-Version: 2.3.0.v201206120758
        </instruction>
      </instructions>
    </touchpointData>
  </unit>
  <unit id='org.eclipse.equinox.compendium.sdk.feature.group' version='3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG' singleton='false'>
    <update id='org.eclipse.equinox.compendium.sdk.feature.group' range='[0.0.0,3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='Equinox Compendium SDK'/>
      <property name='df_LT.providerName' value='Eclipse Equinox Project'/>
      <property name='df_LT.description' value='A collection of Equinox bundles  and source that implement optional parts of the current OSGi specifications--the so called &amp;quot;Compendium Services&amp;quot;. &#xA;This feature includes the corresponding source and is intended to be added to target platforms at development time rather than deployed with end-user systems.'/>
      <property name='df_LT.copyright' value='Copyright (c) 2009 EclipseSource and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;EclipseSource - initial API and implementation'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.compendium.sdk.feature.group' version='3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='29'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app' range='[1.3.100.v20120522-1841,1.3.100.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.app.source' range='[1.3.100.v20120522-1841,1.3.100.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.coordinator' range='[1.1.0.v20120522-1841,1.1.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.coordinator.source' range='[1.1.0.v20120522-1841,1.1.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.cm' range='[1.0.400.v20120522-1841,1.0.400.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.cm.source' range='[1.0.400.v20120522-1841,1.0.400.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.device' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.device.source' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds' range='[1.4.0.v20120522-1841,1.4.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ds.source' range='[1.4.0.v20120522-1841,1.4.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event' range='[1.2.200.v20120522-2049,1.2.200.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.event.source' range='[1.2.200.v20120522-2049,1.2.200.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.io' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.io.source' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ip' range='[1.1.300.v20120522-2049,1.1.300.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.ip.source' range='[1.1.300.v20120522-2049,1.1.300.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.log' range='[1.2.300.v20120522-2049,1.2.300.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.log.source' range='[1.2.300.v20120522-2049,1.2.300.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.metatype' range='[1.2.0.v20120522-1841,1.2.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.metatype.source' range='[1.2.0.v20120522-1841,1.2.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences' range='[3.5.0.v20120522-1841,3.5.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.preferences.source' range='[3.5.0.v20120522-1841,3.5.0.v20120522-1841]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.useradmin' range='[1.1.400.v20120522-2049,1.1.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.useradmin.source' range='[1.1.400.v20120522-2049,1.1.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.wireadmin' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.wireadmin.source' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.util.source' range='[1.0.400.v20120522-2049,1.0.400.v20120522-2049]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.compendium.sdk.feature.jar' range='[3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG,3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright>
      %copyright
    </copyright>
  </unit>
  <unit id='org.eclipse.equinox.p2.discovery.feature.feature.group' version='1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ' singleton='false'>
    <update id='org.eclipse.equinox.p2.discovery.feature.feature.group' range='[0.0.0,1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='Equinox p2 Discovery'/>
      <property name='df_LT.providerName' value='Eclipse.org - Equinox'/>
      <property name='df_LT.description' value='All of the bundles that comprise Equinox p2 discovery. &#xA;This feature is intended to be used by integrators building on discovery.'/>
      <property name='df_LT.copyright' value='Copyright (c) 2010 Tasktop Technologies and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA;Tasktop Technologies - initial API and implementation'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.feature.feature.group' version='1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='4'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery' range='[1.0.200.v20120524-1717,1.0.200.v20120524-1717]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.compatibility' range='[1.0.101.v20120524-1717,1.0.101.v20120524-1717]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.ui.discovery' range='[1.0.0.v20110808-1657,1.0.0.v20110808-1657]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.p2.discovery.feature.feature.jar' range='[1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ,1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright>
      %copyright
    </copyright>
  </unit>
  <unit id='org.eclipse.xtext.runtime.feature.group' version='2.3.1.v201208210947' singleton='false'>
    <update id='org.eclipse.xtext.runtime.feature.group' range='[0.0.0,2.3.1.v201208210947)' severity='0'/>
    <properties size='8'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
      <property name='df_LT.description' value='Xtext Runtime  Feature'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.featureName' value='Xtext Runtime'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.runtime.feature.group' version='2.3.1.v201208210947'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='18'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtend' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xpand' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtend.typesystem.emf' range='0.0.0'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.generator' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.util' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.antlr.runtime' range='[3.2.0.v201101311130,3.2.0.v201101311130]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.apache.log4j' range='[1.2.15.v201012070815,1.2.15.v201012070815]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.logging' range='[1.2.15.v201208210947,1.2.15.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.common.types' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.builder' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.ecore' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.smap' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='com.google.guava' range='[10.0.1.v201203051515,10.0.1.v201203051515]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='javax.inject' range='[1.0.0.v20091030,1.0.0.v20091030]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='com.google.inject' range='[3.0.0.v201203062045,3.0.0.v201203062045]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.runtime.feature.jar' range='[2.3.1.v201208210947,2.3.1.v201208210947]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.xtext.runtime_root' range='[2.3.1.v201208210947,2.3.1.v201208210947]'/>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <touchpointData size='1'>
      <instructions size='1'>
        <instruction key='configure'>
          org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/,type:0,name:Xtext All In One - Releases,enabled:true); org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/,type:1,name:Xtext All In One - Releases,enabled:true);
        </instruction>
      </instructions>
    </touchpointData>
    <licenses size='1'>
      <license uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
        %license
      </license>
    </licenses>
    <copyright>
      Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others.&#xA;&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License&#xA;v1.0 which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html Description here.
    </copyright>
  </unit>
  <unit id='org.apache.commons.lang' version='2.6.0.v201205030909' singleton='false'>
    <update id='org.apache.commons.lang' range='[0.0.0,2.6.0.v201205030909)' severity='0'/>
    <properties size='5'>
      <property name='df_LT.providerName' value='Eclipse Orbit'/>
      <property name='df_LT.pluginName' value='Apache Commons Lang'/>
      <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
    </properties>
    <provides size='14'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.apache.commons.lang' version='2.6.0.v201205030909'/>
      <provided namespace='osgi.bundle' name='org.apache.commons.lang' version='2.6.0.v201205030909'/>
      <provided namespace='java.package' name='org.apache.commons.lang.enum' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.enums' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.builder' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.time' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.exception' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.mutable' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.text' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.reflect' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang.math' version='2.6.0'/>
      <provided namespace='java.package' name='org.apache.commons.lang' version='2.6.0'/>
      <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <artifacts size='1'>
      <artifact classifier='osgi.bundle' id='org.apache.commons.lang' version='2.6.0.v201205030909'/>
    </artifacts>
    <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
    <touchpointData size='1'>
      <instructions size='1'>
        <instruction key='manifest'>
          Bundle-SymbolicName: org.apache.commons.lang&#xA;Bundle-Version: 2.6.0.v201205030909
        </instruction>
      </instructions>
    </touchpointData>
  </unit>
  <unit id='org.eclipse.gmf.runtime.notation.feature.group' version='1.6.0.v20120327-2213-378-8s73543B4E1689I' singleton='false'>
    <update id='org.eclipse.gmf.runtime.notation.feature.group' range='[0.0.0,1.6.0.v20120327-2213-378-8s73543B4E1689I)' severity='0'/>
    <properties size='9'>
      <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
      <property name='org.eclipse.equinox.p2.description' value='%description'/>
      <property name='org.eclipse.equinox.p2.description.url' value='http://www.eclipse.org/gmf'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.type.group' value='true'/>
      <property name='df_LT.featureName' value='Graphical Modeling Framework (GMF) Notation'/>
      <property name='df_LT.providerName' value='Eclipse Modeling Project'/>
      <property name='df_LT.description' value='Graphical Modeling Framework Notation'/>
      <property name='df_LT.license' value='Eclipse Foundation Software User Agreement&#xA;February 1, 2011&#xA;&#xA;Usage Of Content&#xA;&#xA;THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR&#xA;OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).&#xA;USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS&#xA;AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR&#xA;NOTICES INDICATED OR REFERENCED BELOW.  BY USING THE CONTENT, YOU&#xA;AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT&#xA;AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS&#xA;OR NOTICES INDICATED OR REFERENCED BELOW.  IF YOU DO NOT AGREE TO THE&#xA;TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS&#xA;OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED&#xA;BELOW, THEN YOU MAY NOT USE THE CONTENT.&#xA;&#xA;Applicable Licenses&#xA;&#xA;Unless otherwise indicated, all Content made available by the&#xA;Eclipse Foundation is provided to you under the terms and conditions of&#xA;the Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is&#xA;provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.&#xA;For purposes of the EPL, &quot;Program&quot; will mean the Content.&#xA;&#xA;Content includes, but is not limited to, source code, object code,&#xA;documentation and other files maintained in the Eclipse Foundation source code&#xA;repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available&#xA;as downloadable archives (&quot;Downloads&quot;).&#xA;&#xA;- Content may be structured and packaged into modules to facilitate delivering,&#xA;extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),&#xA;plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).&#xA;- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)&#xA;in a directory named &quot;plugins&quot;.&#xA;- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.&#xA;Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.&#xA;Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version&#xA;numbers of the Plug-ins and/or Fragments associated with that Feature.&#xA;- Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files&#xA;named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.&#xA;&#xA;The terms and conditions governing Plug-ins and Fragments should be&#xA;contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and&#xA;conditions governing Features and Included Features should be contained&#xA;in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature&#xA;Licenses may be located in any directory of a Download or Module&#xA;including, but not limited to the following locations:&#xA;&#xA;- The top-level (root) directory&#xA;- Plug-in and Fragment directories&#xA;- Inside Plug-ins and Fragments packaged as JARs&#xA;- Sub-directories of the directory named &quot;src&quot; of certain Plug-ins&#xA;- Feature directories&#xA;&#xA;Note: if a Feature made available by the Eclipse Foundation is installed using the&#xA;Provisioning Technology (as defined below), you must agree to a license (&quot;Feature &#xA;Update License&quot;) during the installation process. If the Feature contains&#xA;Included Features, the Feature Update License should either provide you&#xA;with the terms and conditions governing the Included Features or inform&#xA;you where you can locate them. Feature Update Licenses may be found in&#xA;the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.&#xA;Such Abouts, Feature Licenses, and Feature Update Licenses contain the&#xA;terms and conditions (or references to such terms and conditions) that&#xA;govern your use of the associated Content in that directory.&#xA;&#xA;THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER&#xA;TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.&#xA;SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):&#xA;&#xA;- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)&#xA;- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)&#xA;- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)&#xA;- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)&#xA;- Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)&#xA;- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)&#xA;&#xA;IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR&#xA;TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License&#xA;is provided, please contact the Eclipse Foundation to determine what terms and conditions&#xA;govern that particular Content.&#xA;&#xA;&#xA;Use of Provisioning Technology&#xA;&#xA;The Eclipse Foundation makes available provisioning software, examples of which include,&#xA;but are not limited to, p2 and the Eclipse Update Manager (&quot;Provisioning Technology&quot;) for&#xA;the purpose of allowing users to install software, documentation, information and/or&#xA;other materials (collectively &quot;Installable Software&quot;). This capability is provided with&#xA;the intent of allowing such users to install, extend and update Eclipse-based products.&#xA;Information about packaging Installable Software is available at&#xA;http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).&#xA;&#xA;You may use Provisioning Technology to allow other parties to install Installable Software.&#xA;You shall be responsible for enabling the applicable license agreements relating to the&#xA;Installable Software to be presented to, and accepted by, the users of the Provisioning Technology&#xA;in accordance with the Specification. By using Provisioning Technology in such a manner and&#xA;making it available in accordance with the Specification, you further acknowledge your&#xA;agreement to, and the acquisition of all necessary rights to permit the following:&#xA;&#xA;1. A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute&#xA;the Provisioning Technology on a machine (&quot;Target Machine&quot;) with the intent of installing,&#xA;extending or updating the functionality of an Eclipse-based product.&#xA;2. During the Provisioning Process, the Provisioning Technology may cause third party&#xA;Installable Software or a portion thereof to be accessed and copied to the Target Machine.&#xA;3. Pursuant to the Specification, you will provide to the user the terms and conditions that&#xA;govern the use of the Installable Software (&quot;Installable Software Agreement&quot;) and such&#xA;Installable Software Agreement shall be accessed from the Target Machine in accordance&#xA;with the Specification. Such Installable Software Agreement must inform the user of the&#xA;terms and conditions that govern the Installable Software and must solicit acceptance by&#xA;the end user in the manner prescribed in such Installable Software Agreement. Upon such&#xA;indication of agreement by the user, the provisioning Technology will complete installation&#xA;of the Installable Software.&#xA;&#xA;Cryptography&#xA;&#xA;Content may contain encryption software. The country in which you are&#xA;currently may have restrictions on the import, possession, and use,&#xA;and/or re-export to another country, of encryption software. BEFORE&#xA;using any encryption software, please check the country&apos;s laws,&#xA;regulations and policies concerning the import, possession, or use, and&#xA;re-export of encryption software, to see if this is permitted.&#xA;&#xA;Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.'/>
    </properties>
    <provides size='2'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.gmf.runtime.notation.feature.group' version='1.6.0.v20120327-2213-378-8s73543B4E1689I'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='6'>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore.feature.group' range='[2.8.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.ecore.edit.feature.group' range='[2.8.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.emf.edit.feature.group' range='[2.8.0,3.0.0)'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.gmf.runtime.notation' range='[1.5.0.v20110309-2159,1.5.0.v20110309-2159]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.gmf.runtime.notation.edit' range='[1.4.0.v20100512-1416,1.4.0.v20100512-1416]'/>
      <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.gmf.runtime.notation.feature.jar' range='[1.6.0.v20120327-2213-378-8s73543B4E1689I,1.6.0.v20120327-2213-378-8s73543B4E1689I]'>
        <filter>
          (org.eclipse.update.install.features=true)
        </filter>
      </required>
    </requires>
    <touchpoint id='null' version='0.0.0'/>
    <licenses size='1'>
      <license uri='%25licenseURL' url='%25licenseURL'>
        %license
      </license>
    </licenses>
    <copyright uri='http://www.eclipse.org/legal/epl-v10.html' url='http://www.eclipse.org/legal/epl-v10.html'>
      Copyright (c) 2008, 2012 IBM Corporation and others.&#xA;All rights reserved.   This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html
    </copyright>
  </unit>
  <unit id='org.eclipse.datatools.enablement.oracle' version='1.0.0.v201107221506'>
    <update id='org.eclipse.datatools.enablement.oracle' range='[0.0.0,1.0.0.v201107221506)' severity='0'/>
    <properties size='5'>
      <property name='df_LT.providerName' value='Eclipse Data Tools Platform'/>
      <property name='df_LT.pluginName' value='Eclipse Data Tools Platform Oracle Plug-in'/>
      <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
      <property name='org.eclipse.equinox.p2.provider' value='%providerName'/>
      <property name='org.eclipse.equinox.p2.bundle.localization' value='plugin'/>
    </properties>
    <provides size='5'>
      <provided namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.datatools.enablement.oracle' version='1.0.0.v201107221506'/>
      <provided namespace='osgi.bundle' name='org.eclipse.datatools.enablement.oracle' version='1.0.0.v201107221506'/>
      <provided namespace='java.package' name='org.eclipse.datatools.enablement.internal.oracle' version='0.0.0'/>
      <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='bundle' version='1.0.0'/>
      <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
    </provides>
    <requires size='1'>
      <required namespace='osgi.bundle' name='org.eclipse.datatools.connectivity' range='[1.0.1,2.0.0)'/>
    </requires>
    <artifacts size='1'>
      <artifact classifier='osgi.bundle' id='org.eclipse.datatools.enablement.oracle' version='1.0.0.v201107221506'/>
    </artifacts>
    <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
    <touchpointData size='1'>
      <instructions size='1'>
        <instruction key='manifest'>
          Bundle-SymbolicName: org.eclipse.datatools.enablement.oracle;singleton:=true&#xA;Bundle-Version: 1.0.0.v201107221506
        </instruction>
      </instructions>
    </touchpointData>
  </unit>
</units>

[DEBUG] Slice:
  org.eclipse.emf.validation 1.4.0.v20100428-2315
  org.eclipse.text 3.5.200.v20120523-1310
  org.slf4j.jcl 1.6.4.v20120130-2120
  org.eclipse.ui.workbench.texteditor 3.8.0.v20120523-1310
  org.w3c.css.sac.source 1.3.1.v200903091627
  org.eclipse.equinox.app.source 1.3.100.v20120522-1841
  org.eclipse.ltk.ui.refactoring 3.7.0.v20120523-1543
  org.eclipse.core.expressions 3.4.400.v20120523-2004
  org.eclipse.emf.mapping.ecore.feature.jar 2.7.0.v20120917-0436
  org.eclipse.emf.edit.ui.feature.group 2.8.0.v20120917-0436
  javax.xml 1.3.4.v201005080400
  org.eclipse.ui.editors 3.8.0.v20120523-1540
  org.eclipse.core.databinding.observable 1.3.100
  org.eclipse.equinox.p2.updatechecker 1.1.200.v20110808-1657
  org.eclipse.emf.converter.feature.jar 2.8.0.v20120917-0436
  org.eclipse.core.resources 3.8.0.v20120522-2034
  org.eclipse.emf.edit.ui 2.8.0.v20120608-0554
  org.eclipse.emf.databinding.feature.jar 1.2.0.v20120917-0436
  org.slf4j.log4j 1.6.4.v20120130-2120
  org.apache.lucene.queries 3.5.0.v20120319-2345
  org.apache.batik.ext.awt 1.6.0.v201011041432
  org.eclipse.e4.ui.workbench.renderers.swt 0.10.1.v20120523-1955
  org.eclipse.equinox.log.source 1.2.300.v20120522-2049
  org.eclipse.jdt.core 3.8.2.v20120814-155456
  org.eclipse.jface 3.8.101.v20120817-083647
  org.apache.batik.xml 1.6.0.v201011041432
  org.eclipse.help 3.6.0.v20120521-2344
  org.eclipse.ui.browser 3.4.1.v20120718-113058
  org.eclipse.e4.ui.workbench.swt 0.10.2.v20120802-184737
  org.apache.commons.io 1.4.0.v20081110-1000
  org.eclipse.equinox.p2.metadata 2.1.0.v20120430-2001
  org.eclipse.emf.mapping 2.7.0.v20120608-0554
  org.eclipse.emf.codegen.ui 2.6.0.v20120917-0436
  org.eclipse.core.expressions 3.4.401.v20120627-124442
  org.apache.commons.discovery 0.2.0.v201004190315
  org.eclipse.update.scheduler 3.2.400.v20120530-120908
  org.apache.lucene.misc 3.5.0.v20120319-2345
  org.eclipse.emf.converter 2.5.0.v20120917-0436
  org.eclipse.datatools.connectivity 1.2.5.v201206130431
  org.eclipse.e4.ui.css.swt.theme 0.9.3.v20120806-170624
  org.eclipse.xtext.common.types.edit 2.3.1.v201208210947
  org.eclipse.equinox.executable_root.win32.win32.x86 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.xtext.runtime.feature.group 2.3.1.v201208210947
  javax.annotation 1.0.0.v20101115-0725
  javax.servlet 3.0.0.v201112011016
  org.antlr.runtime 3.2.0.v201101311130
  org.eclipse.equinox.log 1.2.300.v20120522-2049
  org.eclipse.equinox.frameworkadmin 2.0.100.v20120606-175127
  org.eclipse.equinox.ip.source 1.1.300.v20120522-2049
  org.eclipse.emf.mwe2.runtime 2.3.0.v201206110920
  org.w3c.dom.smil.source 1.0.1.v200903091627
  org.eclipse.equinox.supplement 1.4.100.v20120522-1813
  org.eclipse.emf.common.feature.jar 2.8.0.v20120911-0500
  javax.servlet 2.4.0.v200806031604
  org.eclipse.xtext.util 2.3.0.v201206120633
  org.eclipse.jetty.continuation 8.1.3.v20120522
  javax.el 2.2.0.v201108011116
  org.eclipse.emf.common.feature.jar 2.8.0.v20120606-0717
  org.eclipse.ui.navigator.resources 3.4.400.v20120705-114010
  org.eclipse.ecf.provider.filetransfer 3.2.0.v20120610-1946
  org.eclipse.emf.ecore.editor.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2ecore 2.7.0.v20120917-0436
  org.eclipse.emf.importer.java 2.6.0.v20120917-0436
  com.google.guice 1.0.1.v200908120607
  org.eclipse.core.jobs 3.5.200.v20120521-2346
  com.google.guava 10.0.1.v201203051515
  org.eclipse.ecl.parser 1.0.0.201109041913
  org.apache.batik.ext.awt 1.6.0.v200805290154
  org.eclipse.emf.databinding.edit.feature.group 1.2.0.v20120608-0554
  org.eclipse.equinox.useradmin.source 1.1.400.v20120522-2049
  org.eclipse.equinox.p2.garbagecollector 1.0.200.v20110808-1657
  org.sat4j.pb 2.3.0.v20110329
  org.eclipse.emf.databinding.edit.feature.group 1.2.0.v20120917-0436
  org.apache.commons.lang 2.1.0.v201005080500
  org.apache.commons.logging.source 1.0.4.v200904062259
  org.eclipse.emf.compare 1.3.1.v20120605-0748
  org.apache.commons.cli 1.2.0.v201105210650
  org.apache.batik.pdf 1.6.0.v201105071520
  org.eclipse.platform 3.8.1.v201209141540
  org.eclipse.core.databinding.property 1.3.100
  org.eclipse.swt 3.8.1.v3834e
  org.eclipse.xtext.common.types.ui 2.3.0.v201206120633
  org.apache.xerces 2.9.0.v200909240008
  org.eclipse.emf.validation.feature.group 1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6
  org.eclipse.search 3.8.0.v20120523-1540
  org.eclipse.emf.ecore.xmi 2.8.0.v20120606-0717
  org.apache.log4j 1.2.13.v200903072027
  org.eclipse.ui.navigator 3.5.200.v20120705-114103
  org.eclipse.equinox.bidi 0.9.0.v20120522-1841
  org.eclipse.emf.compare.feature.group 1.3.1.v20120605-0748
  org.eclipse.emf.databinding.edit.feature.jar 1.2.0.v20120917-0436
  org.eclipse.equinox.device 1.0.400.v20120522-2049
  org.eclipse.equinox.executable.feature.group 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.emf.codegen.ecore.ui 2.8.0.v20120917-0436
  org.eclipse.emf.workspace.ui 1.3.0.v200901271819
  org.eclipse.equinox.p2.directorywatcher 1.0.300.v20110808-1657
  org.eclipse.emf.mapping 2.7.0.v20120917-0436
  org.eclipse.equinox.executable.feature.jar 3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm
  org.eclipse.equinox.p2.updatesite 1.0.400.v20120412-1615
  org.eclipse.equinox.preferences.source 3.5.0.v20120522-1841
  org.eclipse.compare 3.5.300.v20120522-1148
  org.eclipse.ui.ide 3.8.1.v20120828-165804
  org.eclipse.emf.databinding.edit 1.2.0.v20120917-0436
  org.eclipse.ui.intro.universal 3.2.600.v20120521-2344
  org.eclipse.emf.ecore.edit.feature.jar 2.8.0.v20120608-0554
  org.eclipse.xpand 1.2.0.v201206110941
  org.eclipse.emf.workspace.feature.group 1.6.0.v20120328-0001-37708s734E377I3B4C2
  org.eclipse.core.resources.win32.x86 3.5.100.v20120522-1137
  org.eclipse.xtext.runtime.feature.jar 2.3.1.v201208210947
  org.eclipse.emf.ecore.edit 2.8.0.v20120917-0436
  org.eclipse.ui.workbench 3.103.0.v20120530-1824
  org.eclipse.emf.mapping.ui.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.ecore.feature.group 2.8.0.v20120606-0717
  org.eclipse.core.databinding.property 1.4.100.v20120523-1956
  org.eclipse.equinox.p2.ui.sdk 1.0.200.v20120515-1650
  org.eclipse.core.databinding.property.source 1.3.100
  org.eclipse.core.databinding.property 1.4.100.v20120523-1955
  org.eclipse.equinox.http.jetty 3.0.0.v20120522-1841
  org.eclipse.equinox.ds.source 1.4.0.v20120522-1841
  org.eclipse.emf.importer 2.7.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2xml.ui 2.6.0.v20120917-0436
  org.eclipse.ui 3.8.0.v20120523-1546
  com.ibm.icu 4.4.2.v20110823
  org.eclipse.emf.mwe2.lib 2.3.0.v201206110920
  org.eclipse.e4.ui.workbench.swt 0.10.1.v20120525-2014
  org.eclipse.emf.mapping.ui 2.6.0.v20120917-0436
  org.eclipse.update.core.win32 3.2.300.v20120530-120908
  org.eclipse.equinox.p2.user.ui.feature.group 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP
  org.eclipse.emf.mapping.ecore.editor.feature.jar 2.7.0.v20120917-0436
  org.eclipse.equinox.p2.extensionlocation 1.2.100.v20110808-1657
  org.eclipse.rcp.feature.jar 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  org.eclipse.emf.codegen.ecore 2.8.0.v20120608-0554
  org.eclipse.emf.ecore 2.8.0.v20120606-0717
  org.junit 4.10.0.v4_10_0_v20120426-0900
  org.eclipse.equinox.event.source 1.2.200.v20120522-2049
  org.eclipse.platform.doc.user 3.8.0.v20120829-071851
  org.eclipse.equinox.simpleconfigurator.manipulator 2.0.0.v20110808-1657
  org.apache.batik.dom 1.6.0.v201011041432
  org.apache.batik.svggen 1.6.0.v200805290154
  org.apache.batik.dom 1.6.0.v200805290154
  org.eclipse.emf.compare_root 1.3.1.v20120605-0748
  org.eclipse.e4.ui.workbench 0.10.2.v20120531-1742
  org.eclipse.equinox.registry 3.5.200.v20120522-1841
  org.eclipse.emf.transaction.feature.jar 1.6.0.v20120328-0001-377-8s734C3E7D15D6B
  org.eclipse.ui.cheatsheets 3.4.200.v20120521-2344
  org.eclipse.ui.intro 3.4.200.v20120521-2344
  javax.inject 1.0.0.v20091030
  org.apache.xml.serializer 2.7.1.v200902170519
  org.eclipse.jdt.debug 3.7.101.v20120725-115645
  org.apache.batik.parser 1.6.0.v200805290154
  org.apache.xml.resolver 1.2.0.v200902170519
  org.eclipse.ui.externaltools 3.2.100.v20120530-1753
  org.eclipse.equinox.p2.extras.feature.feature.group 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr
  org.eclipse.jface 3.8.0.v20120521-2332
  org.eclipse.e4.ui.css.core 0.10.2.v20120806-171245
  org.w3c.dom.svg.source 1.1.0.v200806040011
  org.eclipse.emf.codegen.ecore.ui 2.8.0.v20120608-0554
  org.eclipse.ui.ide 3.8.1.v20120829-085332
  org.eclipse.help.feature.jar 1.4.1.v20120726-050831-8R7xFOUFLWUl7MoSKV_OFXl27
  org.eclipse.datatools.enablement.oracle 1.0.0.v201107221506
  org.eclipse.jface 3.8.0.v20120521-2329
  org.eclipse.gmf.runtime.notation 1.5.0.v20110309-2159
  org.eclipse.emf.codegen 2.8.0.v20120917-0436
  org.eclipse.equinox.p2.publisher.eclipse 1.1.0.v20120511-1931
  org.eclipse.jdt.ui 3.8.1.v20120814-144251
  org.eclipse.jface.text 3.8.0.v20120531-0600
  org.eclipse.equinox.metatype.source 1.2.0.v20120522-1841
  org.eclipse.jdt.ui 3.8.0.v20120524-1551
  org.eclipse.swt 3.100.1.v4234e
  org.eclipse.emf.edit.ui.feature.jar 2.8.0.v20120917-0436
  org.eclipse.e4.ui.services 0.10.2.v20120726-172631
  org.eclipse.emf.ecore.editor 2.8.0.v20120608-0554
  org.eclipse.ecf.filetransfer 5.0.0.v20120610-1946
  org.eclipse.ui.workbench.compatibility 3.2.101.v20120523-1956
  org.eclipse.equinox.preferences 3.5.0.v20120522-1841
  org.eclipse.emf.edit.feature.group 2.8.0.v20120608-0554
  org.apache.log4j 1.2.15.v201012070815
  org.w3c.dom.svg 1.1.0.v200806040011
  org.eclipse.equinox.launcher.win32.win32.x86 1.1.200.v20120522-1813
  org.eclipse.e4.ui.css.swt 0.10.1.v20120523-1955
  org.eclipse.emf.codegen.ecore.feature.group 2.8.1.v20120917-0436
  org.apache.commons.logging 1.1.1.v201101211721
  org.apache.batik.xml 1.6.0.v200805290154
  org.apache.batik.dom.svg 1.6.0.v200805290154
  org.eclipse.e4.core.di 1.1.0.v20120627-124443
  org.eclipse.e4.ui.services 0.10.1.v20120523-1955
  org.eclipse.rap.jface 1.5.0.20120612-1458
  org.eclipse.jdt.annotation 1.0.0.v20120522-1651
  org.eclipse.equinox.ip 1.1.300.v20120522-2049
  org.eclipse.core.filesystem 1.3.200.v20120522-2012
  org.apache.batik.bridge 1.6.0.v201011041432
  a.jre 1.6.0
  org.eclipse.gmf.runtime.notation.feature.group 1.6.0.v20120327-2213-378-8s73543B4E1689I
  org.eclipse.equinox.wireadmin 1.0.400.v20120522-2049
  org.eclipse.emf.validation.ui.ide 1.3.0.v200901271722
  org.eclipse.ecl.client.tcp 1.0.0.201109041913
  org.eclipse.emf.common 2.8.0.v20120911-0500
  org.eclipse.jdt.core 3.8.2.v_OTDT_r211_201209011847
  org.apache.commons.el 1.0.0.v200806031608
  org.eclipse.emf.ecore.xmi 2.8.0.v20120911-0500
  org.eclipse.platform_root 3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ
  org.eclipse.ui.navigator.resources 3.4.400.v20120523-1956
  org.eclipse.ui.navigator.resources 3.4.400.v20120523-1955
  org.w3c.dom.smil 1.0.0.v200806040011
  org.eclipse.equinox.p2.repository 2.2.0.v20120524-1945
  org.eclipse.emf.databinding.feature.group 1.2.0.v20120917-0436
  org.aopalliance 1.0.0.v200905130917
  org.eclipse.emf.ecore.change.edit 2.5.0.v20120608-0554
  org.slf4j.api 1.6.4.v20120130-2120
  org.eclipse.e4.ui.css.core 0.10.1.v20120523-1955
  org.eclipse.emf.compare.diff 1.3.1.v20120605-0748
  org.eclipse.jdt.debug.ui 3.6.100.v20120530-1425
  org.eclipse.emf.compare.ui 1.3.1.v20120605-0748
  org.eclipse.emf.ecore.change 2.8.0.v20120606-0717
  org.eclipse.equinox.p2.ui.importexport 1.0.1.v20110818-1344
  org.apache.batik.parser 1.6.0.v201011041432
  org.eclipse.gmf.runtime.notation.feature.jar 1.6.0.v20120327-2213-378-8s73543B4E1689I
  org.eclipse.ui.ide 3.8.0.v20120521-2329
  org.eclipse.emf.edit.ui.feature.group 2.8.0.v20120608-0554
  org.eclipse.emf.ant 2.7.0.v20120917-0436
  org.eclipse.ui.forms 3.5.200.v20120521-2329
  org.eclipse.ltk.core.refactoring 3.6.0.v20120523-1543
  org.eclipse.xtext.common.types.edit 2.3.0.v201206120633
  org.eclipse.emf.mapping.ecore 2.6.0.v20120917-0436
  org.eclipse.ui.forms 3.5.200.v20120521-2332
  javax.xml 1.3.4.v200902170245
  org.eclipse.ui.console 3.5.100.v20120521-2012
  org.eclipse.jetty.io 8.1.3.v20120522
  org.eclipse.rap.rwt 1.5.0.20120612-1458
  org.eclipse.equinox.p2.core.feature.feature.jar 1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38
  org.eclipse.equinox.p2.console 1.0.300.v20120429-0125
  org.eclipse.jetty.util 8.1.3.v20120522
  org.eclipse.equinox.console 1.0.0.v20120522-1841
  org.eclipse.jetty.server 8.1.3.v20120522
  org.eclipse.emf.ecore.change.edit 2.5.0.v20120917-0436
  org.eclipse.equinox.security.ui 1.1.100.v20120522-2049
  org.eclipse.emf.codegen.feature.group 2.8.0.v20120917-0436
  com.xored.swt.composer 2.0.3.v20091030-2307
  org.eclipse.emf.exporter 2.6.0.v20120917-0436
  org.eclipse.jetty.servlet 8.1.3.v20120522
  org.eclipse.emf.common.ui 2.7.0.v20120917-0436
  org.eclipse.equinox.p2.jarprocessor 1.0.200.v20110808-1657
  org.eclipse.xtext 2.3.1.v201208210947
  org.eclipse.emf.edit.feature.group 2.8.0.v20120917-0436
  org.eclipse.equinox.p2.discovery 1.0.200.v20120524-1717
  org.eclipse.equinox.p2.operations 2.2.0.v20120524-0542
  org.eclipse.jdt.core 3.8.1.v20120531-0637
  org.eclipse.e4.ui.css.swt.theme 0.9.2.v20120523-1955
  org.eclipse.help.base 3.6.100.v201209141540
  org.eclipse.emf.transaction 1.4.0.v20100331-1738
  org.eclipse.xtext.runtime_root 2.3.1.v201208210947
  org.eclipse.osgi.util 3.2.300.v20120522-1822
  org.w3c.dom.smil 1.0.1.v200903091627
  org.eclipse.emf.ecore 2.8.1.v20120911-0500
  org.eclipse.ui 3.103.0.v20120705-114351
  org.eclipse.equinox.frameworkadmin.equinox 1.0.400.v20120428-0117
  org.eclipse.wb.core.lib 1.5.0.r42x201206111201
  org.eclipse.xtext.ecore 2.3.0.v201206120633
  org.apache.commons.httpclient.source 3.1.0.v20080605-1935
  org.eclipse.equinox.launcher 1.3.0.v20120522-1813
  org.eclipse.emf.ecore.editor 2.8.0.v20120917-0436
  org.eclipse.jetty.security 8.1.3.v20120522
  org.eclipse.equinox.cm.source 1.0.400.v20120522-1841
  org.eclipse.emf.converter.feature.group 2.8.0.v20120917-0436
  org.apache.batik.util.gui 1.6.0.v200805290154
  org.eclipse.equinox.p2.discovery.feature.feature.jar 1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ
  org.eclipse.equinox.app 1.3.100.v20120522-1841
  org.eclipse.emf.ecore.edit 2.8.0.v20120608-0554
  org.eclipse.emf.validation.feature.jar 1.6.0.v20120328-0001-479-9oB56N5BBR6LCA6
  org.eclipse.jdt.core.manipulation 1.5.0.v20120523-1543
  org.eclipse.xtext.generator 2.3.1.v201208210947
  org.apache.xml.resolver 1.2.0.v201005080400
  org.apache.batik.util 1.6.0.v200805290154
  org.eclipse.xtext.ecore 2.3.1.v201208210947
  org.eclipse.emf.common.ui.feature.jar 2.7.0.v20120608-0554
  org.eclipse.emf.common.ui 2.7.0.v20120608-0554
  org.eclipse.team.core 3.6.100.v20120524-0627
  org.eclipse.emf.codegen.ecore.ui.feature.jar 2.8.0.v20120917-0436
  org.eclipse.e4.core.contexts 1.1.0.v20120828-170404
  org.eclipse.ui 3.103.0.v20120521-2329
  org.eclipse.equinox.concurrent 1.0.300.v20120522-2049
  org.eclipse.e4.ui.workbench 0.10.3.v20120822-140642
  org.eclipse.emf.common.feature.group 2.8.0.v20120911-0500
  org.eclipse.ecl.core.feature.group 1.0.0.201109041913
  org.eclipse.emf.mwe.core 1.2.1.v201206110920
  org.eclipse.emf.transaction.ui 1.4.0.v20090819-1300
  org.eclipse.equinox.p2.artifact.repository 1.1.200.v20120430-1959
  org.w3c.css.sac 1.3.1.v200903091627
  org.eclipse.emf.ecore.feature.jar 2.8.1.v20120911-0500
  org.eclipse.compare.core 3.5.200.v20120522-1148
  org.eclipse.core.commands 3.6.1.v20120521-2329
  org.eclipse.ecf.identity 3.1.200.v20120610-1946
  org.eclipse.equinox.p2.ql 2.0.100.v20110808-1657
  org.eclipse.xtext.common.types 2.3.1.v201208210947
  org.sat4j.core 2.3.0.v20110329
  org.eclipse.core.jobs 3.5.300.v20120622-204750
  org.eclipse.emf.databinding 1.2.0.v20120917-0436
  org.eclipse.equinox.device.source 1.0.400.v20120522-2049
  org.eclipse.xtext.common.types 2.3.0.v201206120633
  org.apache.lucene 2.9.1.v201101211721
  org.hamcrest.core 1.1.0.v20090501071000
  org.eclipse.emf.mwe.utils 1.2.1.v201206110920
  org.eclipse.rap.ui.forms 1.5.0.20120612-1458
  org.eclipse.equinox.p2.reconciler.dropins 1.1.200.v20120301-2145
  org.eclipse.core.runtime.compatibility.registry 3.5.100.v20120521-2346
  org.eclipse.emf.codegen.ui.feature.group 2.7.0.v20120917-0436
  org.eclipse.equinox.compendium.sdk.feature.group 3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG
  org.eclipse.emf.compare.feature.jar 1.3.1.v20120605-0748
  org.eclipse.help.base 3.6.100.v201209141800
  org.eclipse.ui.navigator 3.5.200.v20120523-1956
  org.eclipse.emf.compare.diff 1.3.2.v20120918-1125
  org.eclipse.ui.browser 3.4.0.v20120521-2329
  org.eclipse.ui.navigator 3.5.200.v20120523-1955
  org.eclipse.emf.edit.feature.jar 2.8.0.v20120917-0436
  org.eclipse.emf.mapping.ecore2xml 2.7.0.v20120917-0436
  org.eclipse.emf.databinding.edit.feature.jar 1.2.0.v20120608-0554
  org.eclipse.update.configurator 3.3.200.v20120523-1752
  org.eclipse.xtend.typesystem.emf 1.2.0.v201206110941
  org.mozilla.xpcom 1.8.1.3-20080312
  org.eclipse.e4.ui.workbench3 0.12.0.v20120521-2329
  org.eclipse.xtext.ui 2.3.1.v201208210947
  org.eclipse.core.externaltools 1.0.100.v20120521-2012
  org.eclipse.emf.ant 2.7.0.v20120608-0554
  org.eclipse.emf.edit.ui.feature.jar 2.8.0.v20120608-0554
  org.apache.ant 1.8.3.v20120321-1730
  org.eclipse.ecf.provider.filetransfer.httpclient 4.0.200.v20120608-0148
  org.eclipse.emf.feature.group 2.8.1.v20120917-0436
  org.eclipse.equinox.p2.metadata.repository 1.2.100.v20120524-1717
  org.eclipse.osgi.services 3.3.100.v20120522-1822
  org.eclipse.ui.workbench 3.8.1.v20120816-082703
  org.eclipse.core.net.win32.x86 1.0.100.v20120522-1148
  org.apache.batik.transcoder 1.6.0.v200805290154
  org.eclipse.emf.feature.jar 2.8.1.v20120917-0436
  org.eclipse.ui.browser 3.4.0.v20120716-173435
  org.eclipse.jdt.annotation 1.0.0.v20120728-095341
  org.eclipse.ui.views 3.6.100.v20120521-2332
  org.eclipse.swt 3.100.0.v4233d
  org.eclipse.help.ui 3.5.200.v20120521-2344
  org.eclipse.equinox.wireadmin.source 1.0.400.v20120522-2049
  org.eclipse.emf.mapping.ecore2ecore.editor 2.5.0.v20120917-0436
  org.eclipse.ui.views.properties.tabbed 3.5.300.v20120523-1956
  org.eclipse.emf.compare.match 1.3.1.v20120605-0748
  org.eclipse.update.configurator 3.3.200.v20120523-1742
  org.eclipse.ui.views.properties.tabbed 3.5.300.v20120523-1955
  org.apache.batik.svggen 1.6.0.v201011041432
  org.eclipse.emf.workspace 1.5.1.v20120328-0001
  org.eclipse.equinox.p2.rcp.feature.feature.group 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr
  com.xored.peg 1.0.0.201109041912
  org.eclipse.rap.jface 1.5.1.20120917-1116
  org.eclipse.e4.ui.bindings 0.10.1.v20120523-1955
  org.apache.commons.codec 1.3.0.v201101211617
  org.eclipse.equinox.simpleconfigurator 1.0.300.v20110815-1744
  org.eclipse.equinox.p2.ui.discovery 1.0.0.v20110808-1657
  org.eclipse.jdt.launching 3.6.100.v20120523-1953
  org.apache.xml.serializer 2.7.1.v201005080400
  org.eclipse.emf.mapping.ecore.editor.feature.group 2.7.0.v20120917-0436
  org.eclipse.equinox.p2.discovery.feature.feature.group 1.0.100.v20120524-0542-4-Bh9oB58A5N9L28PCQ
  org.eclipse.e4.core.di 1.1.0.v20120521-2346
  org.eclipse.emf.mapping.ecore2xml 2.7.0.v20120608-0554
  org.eclipse.core.commands 3.6.1.v20120521-2332
  org.eclipse.emf.codegen.ui.feature.jar 2.7.0.v20120917-0436
  org.apache.lucene.core 3.5.0.v20120319-2345
  org.apache.commons.logging 1.0.4.v201101211617
  org.w3c.dom.events 3.0.0.draft20060413_v201105210656
  org.eclipse.ant.core 3.2.400.v20120523-1742
  org.eclipse.xtext.smap 2.3.1.v201208210947
  org.w3c.css.sac 1.3.0.v200805290154
  org.eclipse.xtext.xbase.lib 2.3.0.v201206120633
  org.eclipse.equinox.p2.engine 2.2.0.v20120501-1502
  config.a.jre.j2se 1.5.0
  com.jcraft.jsch 0.1.46.v201205102330
  org.eclipse.core.runtime.compatibility.auth 3.2.300.v20120523-2004
  org.eclipse.e4.core.commands 0.10.1.v20120523-1955
  org.eclipse.emf.codegen 2.8.0.v20120608-0554
  org.junit4 4.8.1.v20100525
  org.eclipse.emf.ecore.feature.group 2.8.1.v20120911-0500
  org.eclipse.xtend 1.2.0.v201206110941
  org.eclipse.ant.core 3.2.400.v20120523-1752
  org.eclipse.equinox.io 1.0.400.v20120522-2049
  org.eclipse.equinox.p2.user.ui.feature.jar 2.2.0.v20120524-0542-62DG9JXTlSiz-UbcP0w0KGl9CKNP
  org.apache.batik.css 1.6.0.v201011041432
  org.eclipse.e4.core.contexts 1.1.0.v20120523-2004
  org.apache.commons.logging 1.0.4.v200904062259
  org.apache.felix.gogo.command 0.8.0.v201108120515
  org.eclipse.emf.importer 2.7.0.v20120608-0554
  org.eclipse.emf.ecore.change 2.8.0.v20120911-0500
  org.eclipse.e4.core.di.extensions 0.11.0.v20120523-2004
  org.eclipse.xtext.smap 2.3.0.v201206120633
  org.eclipse.core.filesystem.win32.x86 1.1.300.v20120522-1137
  org.eclipse.ecf.provider.filetransfer.httpclient 4.0.200.v20120610-1946
  org.eclipse.core.commands 3.6.1.v20120814-150512
  org.apache.felix.gogo.runtime 0.8.0.v201108120515
  org.eclipse.e4.core.services 1.0.0.v20120521-2346
  org.eclipse.emf.mwe2.language 2.3.0.v201206120758
  org.eclipse.equinox.p2.ui.sdk.scheduler 1.1.0.v20110815-1744
  org.apache.xalan 2.7.1.v200905122109
  org.eclipse.e4.ui.bindings 0.10.1.v20120716-173435
  com.ibm.icu.base 4.4.2.v20110831
  org.eclipse.core.variables 3.2.600.v20120521-2012
  org.eclipse.debug.ui 3.8.1.v20120718-192144
  org.eclipse.birt.jetty.overlay 4.2.1.v201209061119
  javax.servlet.jsp 2.2.0.v201112011158
  org.eclipse.rcp_root 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  org.eclipse.emf.databinding.edit 1.2.0.v20120608-0554
  org.eclipse.ecf.identity 3.1.200.v20120608-0148
  org.apache.commons.cli 1.0.0.v20080604-1500
  org.eclipse.equinox.jsp.jasper.registry 1.0.300.v20120522-2049
  org.eclipse.emf.edit 2.8.0.v20120917-0436
  org.apache.commons.lang 2.4.0.v201005080502
  org.apache.jasper.glassfish 2.2.2.v201205150955
  org.eclipse.ui.ide.application 1.0.400.v20120523-1956
  org.eclipse.platform.feature.jar 3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ
  com.sun.el 2.2.0.v201108011116
  org.eclipse.e4.ui.model.workbench 0.10.1.v20120523-1955
  org.w3c.dom.events 3.0.0.draft20060413_v200905140418
  a.jre.j2se 1.5.0
  org.eclipse.emf.codegen.ecore.feature.jar 2.8.1.v20120917-0436
  org.eclipse.datatools.connectivity 1.2.6.v201208210832
  org.apache.felix.gogo.shell 0.8.0.v201110170705
  org.eclipse.jface.databinding 1.6.0.v20120521-2332
  org.eclipse.equinox.security 1.1.100.v20120522-1841
  org.eclipse.ui.workbench 3.103.1.v20120906-120042
  org.apache.log4j 1.2.15.v201005080500
  org.eclipse.emf.codegen.ecore.ui.feature.group 2.8.0.v20120917-0436
  org.apache.batik.util 1.6.0.v201011041432
  org.eclipse.equinox.useradmin 1.1.400.v20120522-2049
  org.eclipse.equinox.p2.discovery.compatibility 1.0.101.v20120524-1717
  org.eclipse.emf 2.6.0.v20120917-0436
  com.google.guava 1.0.0.201005111511
  org.apache.lucene.core 2.9.1.v201101211721
  org.eclipse.ui.views 3.6.100.v20120705-114010
  org.eclipse.emf.importer.ecore 2.6.0.v20120917-0436
  org.eclipse.xtext.util 2.3.1.v201208210947
  java_cup.runtime 0.10.0.v201005080400
  org.eclipse.equinox.util.source 1.0.400.v20120522-2049
  com.google.guava.source 1.0.0.201005111511
  org.eclipse.equinox.p2.extras.feature.feature.jar 1.1.0.v20120524-0542-7A6FEcDiVOTg1Q_HuZrEuBty3dqr
  org.eclipse.help.base 3.6.100.v201206081400
  org.apache.bcel 5.2.0.v201005080400
  org.eclipse.xtext.common.types.ui 2.3.1.v201208210947
  org.eclipse.emf.validation.ui 1.3.0.v200901271722
  org.eclipse.jface.databinding 1.6.0.v20120521-2329
  org.eclipse.e4.ui.di 0.10.1.v20120523-1955
  org.eclipse.platform.feature.group 3.8.1.v20120815-074604-9gF7jI7wG5qDyZMWGg8NPvDbfWFWlIJU-kYaOQ
  org.eclipse.emf.common.ui.feature.group 2.7.0.v20120608-0554
  org.eclipse.emf.mapping.feature.group 2.7.0.v20120917-0436
  org.eclipse.core.contenttype 3.4.200.v20120523-2004
  org.eclipse.espace.core 1.0.0.201109041913
  org.apache.xerces 2.9.0.v201101211617
  org.eclipse.emf.mapping.ecore2ecore 2.7.0.v20120608-0554
  org.eclipse.compare.win32 1.0.200.v20120522-1148
  org.eclipse.wb.core.lib 1.5.1.r42x201209161109
  org.eclipse.ecf.provider.filetransfer.ssl 1.0.0.v20120610-1946
  org.eclipse.help.webapp 3.6.101.v20120717-130216
  org.eclipse.equinox.metatype 1.2.0.v20120522-1841
  org.eclipse.ui.presentations.r21 3.2.201.v20120523-1956
  org.eclipse.jsch.ui 1.1.400.v20120522-1148
  org.eclipse.equinox.p2.publisher 1.2.0.v20120428-0117
  org.eclipse.emf.mapping.ecore.feature.group 2.7.0.v20120917-0436
  org.eclipse.emf.compare.match 1.3.2.v20120918-1125
  org.apache.batik.bridge 1.6.0.v200805290154
  org.eclipse.xtext 2.3.0.v201206120633
  org.eclipse.ui.win32 3.2.300.v20120523-1956
  org.eclipse.equinox.event 1.2.200.v20120522-2049
  org.eclipse.ecf.provider.filetransfer 3.2.0.v20120608-0148
  org.eclipse.ecf.filetransfer 5.0.0.v20120608-0148
  org.eclipse.emf.importer.rose 2.6.0.v20120917-0436
  org.eclipse.emf.transaction.feature.group 1.6.0.v20120328-0001-377-8s734C3E7D15D6B
  org.apache.batik.dom.svg 1.6.0.v201011041432
  org.eclipse.equinox.p2.core.feature.feature.group 1.1.0.v20120524-0542-8297FncFWmE7h4Asx2cpqz-T38
  org.apache.commons.lang 2.6.0.v201205030909
  org.eclipse.emf.converter 2.5.0.v20120608-0554
  org.eclipse.equinox.p2.touchpoint.eclipse 2.1.100.v20120428-0117
  org.eclipse.jetty.http 8.1.3.v20120522
  com.google.inject 2.0.0.v201003051000
  org.eclipse.ecf.ssl 1.0.100.v20120610-1946
  org.eclipse.help.appserver 3.1.400.v20120521-2344
  org.eclipse.equinox.coordinator.source 1.1.0.v20120522-1841
  org.eclipse.emf.ecore.editor.feature.group 2.8.0.v20120917-0436
  org.eclipse.equinox.util 1.0.400.v20120522-2049
  org.eclipse.equinox.p2.touchpoint.natives 1.1.0.v20120524-0542
  org.eclipse.emf.mapping.ui 2.6.0.v20120608-0554
  org.eclipse.emf.ecore.edit.feature.group 2.8.0.v20120608-0554
  org.eclipse.equinox.p2.rcp.feature.feature.jar 1.1.0.v20120524-0542-785EoBqNKNYz-GX2sUgCaBty3dqr
  com.xored.peg.core.feature.jar 1.0.0.201109041912
  org.eclipse.ecf 3.1.300.v20120608-0148
  org.eclipse.e4.ui.widgets 0.12.0.v20120523-1955
  org.eclipse.equinox.p2.ui 2.2.0.v20120524-0542
  org.eclipse.emf.compare.epatch 1.3.1.v20120605-0748
  org.eclipse.debug.core 3.7.100.v20120521-2012
  org.eclipse.xtext.ui 2.3.0.v201206120633
  org.eclipse.equinox.io.source 1.0.400.v20120522-2049
  org.eclipse.rap.rwt 1.5.1.20120917-1116
  org.apache.commons.httpclient 3.1.0.v201012070820
  org.eclipse.update.core 3.2.600.v20120530-120908
  org.eclipse.equinox.http.registry 1.1.200.v20120522-2049
  org.eclipse.jsch.core 1.1.400.v20120522-1148
  org.apache.commons.lang 2.3.0.v200803061910
  org.eclipse.emf.common.ui.feature.group 2.7.0.v20120917-0436
  org.apache.commons.httpclient 3.1.0.v20080605-1935
  org.eclipse.atf.mozilla.swt.browser 0.2.3.v20091030-1938
  org.eclipse.equinox.p2.transport.ecf 1.0.100.v20120305-0333
  org.eclipse.equinox.p2.repository.tools 2.0.100.v20120501-1314
  org.eclipse.swt.win32.win32.x86 3.8.1.v3834e
  org.eclipse.emf.ecore.edit.feature.jar 2.8.0.v20120917-0436
  org.eclipse.equinox.security.win32.x86 1.0.300.v20120522-2049
  org.eclipse.emf.mwe2.launch 2.3.0.v201206120758
  org.eclipse.emf.databinding 1.2.0.v20120608-0554
  org.apache.batik.css 1.6.0.v200805290154
  org.apache.commons.codec 1.3.0.v20100106-1700
  org.eclipse.debug.ui 3.8.0.v20120530-1753
  org.eclipse.core.boot 3.1.300.v20120523-2004
  org.eclipse.equinox.simpleconfigurator 1.0.301.v20120828-033635
  org.eclipse.equinox.p2.core 2.2.0.v20120430-0525
  org.eclipse.emf.ecore.feature.jar 2.8.0.v20120606-0717
  org.eclipse.emf.edit.ui 2.8.0.v20120917-0436
  org.eclipse.emf.compare 1.3.2.v20120918-1125
  org.apache.commons.logging 1.1.1.v200904062255
  org.eclipse.help.feature.group 1.4.1.v20120726-050831-8R7xFOUFLWUl7MoSKV_OFXl27
  org.eclipse.core.net 1.2.200.v20120522-1148
  org.eclipse.emf.edit 2.8.0.v20120608-0554
  org.eclipse.core.databinding.observable 1.4.1.v20120521-2332
  org.eclipse.emf.edit.feature.jar 2.8.0.v20120608-0554
  org.eclipse.xtext.builder 2.3.1.v201208210947
  org.apache.batik.transcoder 1.6.0.v201011041432
  org.jdom 1.0.0.v200806100616
  org.eclipse.e4.ui.workbench.renderers.swt 0.10.2.v20120814-175454
  org.eclipse.osgi 3.8.0.v20120529-1548
  org.eclipse.equinox.common 3.6.100.v20120522-1841
  org.eclipse.xtext.generator 2.3.0.v201206120633
  org.eclipse.ui.net 1.2.101.v20120801-152207
  javax.annotation 1.1.0.v201108011116
  org.eclipse.emf.common 2.8.0.v20120606-0717
  org.apache.lucene 3.5.0.v20120319-2345
  org.eclipse.equinox.p2.director.app 1.0.300.v20120428-0517
  org.eclipse.core.runtime.compatibility 3.2.200.v20120521-2346
  org.eclipse.core.resources 3.8.1.v20120802-154922
  org.eclipse.emf.common.ui.feature.jar 2.7.0.v20120917-0436
  org.w3c.dom.svg 1.1.0.v201011041433
  org.eclipse.ecl.core 1.0.0.201109041913
  org.eclipse.ecl.core.feature.jar 1.0.0.201109041913
  org.apache.batik.util.gui 1.6.0.v201011041432
  com.google.collect 0.8.0.v201008251220
  org.eclipse.ui.views 3.6.100.v20120521-2329
  org.eclipse.core.databinding 1.4.1.v20120521-2329
  org.eclipse.team.ui 3.6.200.v20120522-1148
  org.eclipse.core.databinding.observable 1.4.1.v20120521-2329
  org.eclipse.equinox.ds 1.4.0.v20120522-1841
  osgi.enterprise 4.2.0.v201108120515
  org.eclipse.equinox.p2.director 2.2.0.v20120524-0542
  org.eclipse.e4.ui.css.swt 0.10.2.v20120821-165957
  org.eclipse.equinox.compendium.sdk.feature.jar 3.8.0.v20120522-1841-7X7eGb7FPGjtJjv1kjS_NdG
  org.eclipse.core.databinding.observable.source 1.3.100
  org.eclipse.core.databinding.beans 1.2.200.v20120523-1956
  org.eclipse.emf.ecore.edit.feature.group 2.8.0.v20120917-0436
  org.eclipse.core.filebuffers 3.5.200.v20120523-1310
  org.eclipse.emf.codegen.ecore 2.8.1.v20120917-0436
  org.eclipse.emf.workspace.feature.jar 1.6.0.v20120328-0001-37708s734E377I3B4C2
  org.apache.commons.el.source 1.0.0.v200806031608
  org.eclipse.jdt.debug 3.7.100.v20120529-1702
  org.eclipse.core.databinding 1.4.1.v20120521-2332
  config.a.jre.javase 1.6.0
  org.eclipse.equinox.jsp.jasper 1.0.400.v20120522-2049
  org.eclipse.emf.mapping.ui.feature.jar 2.7.0.v20120917-0436
  org.eclipse.ecf 3.1.300.v20120610-1946
  org.eclipse.rap.ui.forms 1.5.1.20120917-1116
  com.google.inject 3.0.0.v201203062045
  org.eclipse.emf.compare.diff.edit 1.3.1.v20120605-0748
  org.apache.lucene.analysis 2.9.1.v201101211721
  org.eclipse.xtext.xbase.lib 2.3.1.v201208210947
  org.eclipse.emf.codegen.feature.jar 2.8.0.v20120917-0436
  org.eclipse.equinox.cm 1.0.400.v20120522-1841
  org.apache.batik.pdf 1.6.0.v200806031500
  org.eclipse.emf.mapping.ecore.editor 2.6.0.v20120917-0436
  org.eclipse.ui.forms 3.5.200.v20120705-114351
  a.jre.javase 1.6.0
  org.eclipse.equinox.http.servlet 1.1.300.v20120522-1841
  org.eclipse.osgi 3.8.1.v20120830-144521
  org.eclipse.core.runtime 3.8.0.v20120521-2346
  org.eclipse.rcp.feature.group 3.8.1.v20120814-105048-92BmGJlFw3Ez0WZ9TxCqgcSVAE
  org.eclipse.equinox.servletbridge.extensionbundle 1.2.100.v20120522-2049
  org.eclipse.e4.ui.widgets 0.12.0.v20120905-175524
  org.eclipse.equinox.coordinator 1.1.0.v20120522-1841
  org.eclipse.xtext.logging 1.2.15.v201208210947
  org.eclipse.ecf.provider.filetransfer.httpclient.ssl 1.0.0.v20120610-1946
  org.eclipse.gmf.runtime.notation.edit 1.4.0.v20100512-1416
  org.eclipse.update.ui 3.3.0.v20120523-1742
  org.eclipse.jface.text 3.8.1.v20120828-155502
  com.xored.peg.core.feature.group 1.0.0.201109041912
  org.eclipse.emf.common.feature.group 2.8.0.v20120606-0717
  org.eclipse.emf.mapping.feature.jar 2.7.0.v20120917-0436
  org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452
  org.eclipse.rcp 3.8.0.v201209141540

[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1, osgi.ws=win32, osgi.os=win32, osgi.arch=x86, org.eclipse.update.install.features=true, org.osgi.framework.system.packages=}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.emf.edit.ui.feature.group 2.8.0.v20120608-0554
[ERROR]   Software being installed: org.eclipse.emf.feature.group 2.8.1.v20120917-0436
[ERROR]   Only one of the following can be installed at once: [org.eclipse.emf.edit.ui.feature.jar 2.8.0.v20120917-0436, org.eclipse.emf.edit.ui.feature.jar 2.8.0.v20120608-0554]
[ERROR]   Cannot satisfy dependency: org.eclipse.emf.edit.ui.feature.group 2.8.0.v20120608-0554 depends on: org.eclipse.emf.edit.ui.feature.jar [2.8.0.v20120608-0554]
[ERROR]   Cannot satisfy dependency: org.eclipse.emf.edit.ui.feature.group 2.8.0.v20120917-0436 depends on: org.eclipse.emf.edit.ui.feature.jar [2.8.0.v20120917-0436]
[ERROR]   Cannot satisfy dependency: org.eclipse.emf.feature.group 2.8.1.v20120917-0436 depends on: org.eclipse.emf.edit.ui.feature.group [2.8.0.v20120917-0436]
[ERROR] 
[ERROR] Internal error: java.lang.RuntimeException: Failed to resolve target definition C:\Users\app1-tp.target: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.2.v_OTDT_r211_201209011847 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "No solution found because the problem is unsatisfiable."] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to resolve target definition C:\Users\app1-tp.target
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: Failed to resolve target definition C:\Users\app1-tp.target
	at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.addTargetFileContentToTargetPlatform(P2TargetPlatformResolver.java:407)
	at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.computeTargetPlatform(P2TargetPlatformResolver.java:220)
	at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:89)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:61)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	... 11 more
Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.eclipse.jdt.core 3.8.1.v_OTDT_r210_201206090452 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "Unable to satisfy dependency from org.eclipse.jdt.core 3.8.2.v_OTDT_r211_201209011847 to org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).", "No solution found because the problem is unsatisfiable."]
	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.newResolutionException(TargetDefinitionResolver.java:222)
	at org.eclipse.tycho.p2.target.TargetDefinitionResolver$2.newResolutionException(TargetDefinitionResolver.java:181)
	at org.eclipse.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:83)
	at org.eclipse.tycho.p2.impl.resolver.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:64)
	at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:134)
	at org.eclipse.tycho.p2.target.TargetPlatformBuilderImpl.addTargetDefinition(TargetPlatformBuilderImpl.java:330)
	at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.addTargetFileContentToTargetPlatform(P2TargetPlatformResolver.java:402)
	... 16 more
Caused by: org.eclipse.core.runtime.CoreException: No solution found because the problem is unsatisfiable.
	... 23 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
<?xml version="1.0" encoding="UTF-8"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";
	xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

	<modelVersion>4.0.0</modelVersion>
	<groupId>org.myapp.core</groupId>
	<artifactId>parent</artifactId>
	<version>0.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>


	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<tycho-version>0.14.0</tycho-version>
		<tycho-groupid>org.eclipse.tycho</tycho-groupid>
	</properties>

	<build>
		<plugins>
			<plugin>
				<groupId>${tycho-groupid}</groupId>
				<artifactId>tycho-maven-plugin</artifactId>
				<version>${tycho-version}</version>
				<extensions>true</extensions>
			</plugin>
			<plugin>
				<groupId>${tycho-groupid}</groupId>
				<artifactId>target-platform-configuration</artifactId>
				<version>${tycho-version}</version>
				<configuration>
					<resolver>p2</resolver>
					<environments>
						<environment>
							<os>win32</os>
							<ws>win32</ws>
							<arch>x86</arch>
						</environment>
					</environments>
					<dependency-resolution>
						<optionalDependencies>ignore</optionalDependencies>
					</dependency-resolution>
				</configuration>
			</plugin>
		</plugins>
	</build>


	<profiles>
		<profile>
			<id>env-app1</id>
			<activation>
				<property>
					<name>build.env</name>
					<value>app1</value>
				</property>
			</activation>

			<build>
				<plugins>
					<plugin>
						<groupId>${tycho-groupid}</groupId>
						<artifactId>target-platform-configuration</artifactId>
						<version>${tycho-version}</version>
						<configuration>
							<target>
								<artifact>
									<groupId>org.myapp.core</groupId>
									<artifactId>target-definition</artifactId>
									<version>0.0.1-SNAPSHOT</version>
									<classifier>app1-tp</classifier>
								</artifact>
							</target>
						</configuration>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>

</project>

Attachment: app1.target
Description: Binary data


Back to the top