facebook

myeclipse 10.1 bugs (default xhtml and component properties

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #325995 Reply

    Durnik
    Member

    I’m using myeclipse 10.1. However, some features do not appear to be working properly.

    Issue 1. The fault jsf xhtml page is created with <head> </head> instead of the correct <h:head></head>. This can/does cause problems and should be fixed.

    Issue 2. I’m using primefaces and the properties/attributes are not being displayed for editing in the properties panel (however, the <p:… is at least showing me the list of primefaces components). Now, I could understand this (since you don’t state compatibility with primefaces unless its your spring version of myeclipse). However, this happens even with some of the default jsf components. Here’s the page:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml&#8221;
    xmlns:ui=”http://java.sun.com/jsf/facelets&#8221;
    xmlns:h=”http://java.sun.com/jsf/html&#8221;
    xmlns:f=”http://java.sun.com/jsf/core&#8221;
    xmlns:p=”http://primefaces.org/ui&#8221; xml:lang=”en” lang=”en”>

    <h:head>
    <title>TCTTest</title>
    <meta http-equiv=”keywords” content=”enter,your,keywords,here” />
    <meta http-equiv=”description”
    content=”A short description of this page.” />
    <meta http-equiv=”content-type” content=”text/html; charset=UTF-8″ />

    <!–<link rel=”stylesheet” type=”text/css” href=”styles.css”>–>
    </h:head>
    <body>
    <h:form>
    <h:selectManyCheckbox></h:selectManyCheckbox>
    <p:button>
    </p:button>
    <h:button>
    </h:button>
    </h:form>
    </body>
    </html>

    Scrolling over the ‘body’, form or head gives me the properties/attributes. However, scrolling over the h:button and the p:button (or many other components) shows no properties.

    Here’s my configuration

    *** Date: Sunday, May 13, 2012 4:05:04 PM Eastern Daylight Time

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    com.genuitec.pulse.client.basedir.location.override=C:\Development
    com.genuitec.pulse.client.blueprint.id=rmb-2793915
    com.genuitec.pulse.client.credentials=qrJz4fkEw/2fHwmn18jcIdfYpk+hN8wq4xrs+VurtBGQmz73+uikWafO9K/7blXU6sgAn+FDLYE9 QZtS8Fk+Y/gUShu7+F5bjGFo35MYiix7I98jn7tg8/2uG4S3bdW4Zge4wNfAk/xYQIgKWK0Th154 IIzvYhBUdorPxl7eMjI=
    com.genuitec.pulse.client.handshake.id=decdb443-530c-41d3-84a6-a6b422bb0c51
    com.genuitec.pulse.client.migrated.id=rb-5513151-1320278526409
    com.genuitec.pulse.client.oslevel.overrides.filename.override=pulse2.conf
    com.genuitec.pulse.common.server.url=https://www.poweredbypulse.com:443
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Development\MyEclipse 10\myeclipse.exe
    -name
    Myeclipse
    –launcher.library
    C:\Development\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_4.2.0.v201201111650\eclipse_4201.dll
    -startup
    C:\Development\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    -install
    C:\Development\MyEclipse 10
    -configuration
    C:\Development\MyEclipse 10\configuration
    -vm
    C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
    eclipse.home.location=file:/C:/Development/MyEclipse 10/
    eclipse.launcher=C:\Development\MyEclipse 10\myeclipse.exe
    eclipse.launcher.name=Myeclipse
    eclipse.p2.data.area=file:/C:/Development/Common/configuration/
    eclipse.p2.profile=com.poweredbypulse.profile-0-rb-5513151-1320278526409
    eclipse.product=com.genuitec.myeclipse.product.ide
    eclipse.startTime=1336936042528
    eclipse.vm=C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
    eclipse.vmargs=-Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore
    -Djava.class.path=C:\DEVELO~1\MYECLI~1\../Common/plugins/ORB7B5~1.JAR
    equinox.use.ds=true
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    guice.disable.misplaced.annotation.check=true
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\DEVELO~1\MYECLI~1\../Common/plugins/ORB7B5~1.JAR
    java.class.version=50.0
    java.endorsed.dirs=C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\endorsed
    java.ext.dirs=C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home=C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre
    java.io.tmpdir=C:\Users\rhodges\AppData\Local\Temp\
    java.library.path=C:\Development\MyEclipse 10;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Development/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;C:/Development/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;C:/Development/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Lenovo\Access Connections\;C:\SWTOOLS\ReadyApps;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_13-b03
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.6.0_13
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=11.3-b02
    line.separator=

    maynstall.basepath=/pulse/action/
    maynstall.rootelement=pulse
    org.eclipse.equinox.launcher.splash.location=C:\Development\Common\plugins\com.genuitec.myeclipse.product_10.1.0.me201203160414\splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.m2e.log.dir=C:\Development\workspace\.metadata\.plugins\org.eclipse.m2e.logback.configuration
    org.eclipse.swt.browser.MozillaFactoriesRegistered=true
    org.eclipse.swt.browser.XULRunnerInitialized=true
    org.eclipse.swt.browser.XULRunnerPath=C:\Development\Common\plugins\org.mozilla.xulrunner.win32.win32.x86_1.9.0.7-me201003052220\xulrunner
    org.eclipse.update.reconcile=false
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsVista
    org.osgi.framework.os.version=6.1.0
    org.osgi.framework.processor=x86
    org.osgi.framework.system.capabilities=osgi.ee; osgi.ee=”OSGi/Minimum”; version:List<Version>=”1.0, 1.1, 1.2″,osgi.ee; osgi.ee=”JavaSE”; version:List<Version>=”1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6″
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.uuid=00e8e3de-2e9d-0011-18da-f13eed6cd74b
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.6.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=x86
    os.name=Windows Vista
    os.version=6.1
    osgi.arch=x86
    osgi.bundles=reference:file:javax.transaction_1.1.1.v201105210645.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.200.v20110815-1438.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=C:\Development\MyEclipse 10\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/C:/Development/MyEclipse 10/configuration/
    osgi.framework=file:/C:/Development/Common/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
    osgi.framework.extensions=reference:file:javax.transaction_1.1.1.v201105210645.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.7.2.v20120110-1415
    osgi.frameworkClassPath=., file:C:/Development/Common/plugins/javax.transaction_1.1.1.v201105210645.jar
    osgi.install.area=file:/C:/Development/MyEclipse 10/
    osgi.instance.area=file:/C:/Development/workspace/
    osgi.instance.area.default=file:/C:/Users/rhodges/Workspaces/MyEclipse 10/
    osgi.logfile=C:\Development\workspace\.metadata\.log
    osgi.manifest.cache=C:\Development\MyEclipse 10\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.nls.warnings=ignore
    osgi.os=win32
    osgi.splashLocation=C:\Development\Common\plugins\com.genuitec.myeclipse.product_10.1.0.me201203160414\splash.bmp
    osgi.splashPath=platform:/base/plugins/com.genuitec.myeclipse.product
    osgi.syspath=c:\Development\Common\plugins
    osgi.tracefile=C:\Development\workspace\.metadata\trace.log
    osgi.ws=win32
    path.separator=;
    product.home=/C:/Development/Common/plugins/org.jboss.tools.common.model_2.0.0.me201108091322/
    proxySet=false
    pulse.console.redirect=true
    pulse.initialized.logging=true
    sun.arch.data.model=32
    sun.boot.class.path=C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\resources.jar;C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\rt.jar;C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\sunrsasign.jar;C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\jsse.jar;C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\jce.jar;C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\charsets.jar;C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\classes
    sun.boot.library.path=C:\Development\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 1
    systemProxySet=true
    user.country=US
    user.dir=C:\Development\MyEclipse 10
    user.home=C:\Users\rhodges
    user.language=en
    user.name=rhodges
    user.timezone=America/New_York
    user.variant=

    *** Features:
    com.genuitec.myeclipse.database (10.1.0.me201203170059) “MyEclipse Database Support”
    com.genuitec.myeclipse.enterprise.workbench (10.1.0.me201203170059) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.icefaces.feature (10.1.0.me201203170059) “ICEfaces AJAX and Java EE Tooling for MyEclipse”
    com.genuitec.myeclipse.matisse (10.1.0.me201203170059) “Matisse4MyEclipse Swing UI Designer”
    com.genuitec.myeclipse.uml2 (10.1.0.me201203170059) “MyEclipse UML2 Feature”
    com.genuitec.myeclipse.visualvm (10.1.0.me201203170059) “MyEclipse VisualVM Profiler”
    org.eclipse.birt (2.6.1.me201203170059) “Business Intelligence and Reporting Tools”
    org.eclipse.birt.report.designer.editor.xml.wtp (2.6.1.me201203170059) “BIRT Advanced XML Editor Plug-in”
    org.eclipse.cvs (1.3.100.v20110520-0800-7B78FHl9VF7BD7KBM4GP9C) “Eclipse CVS Client”
    org.eclipse.datatools.connectivity.feature (1.9.0.me201203170059) “Data Tools Platform Connectivity Plug-in”
    org.eclipse.datatools.connectivity.oda.designer.core.feature (1.9.0.me201203170059) “DTP ODA Designer UI Framework Plug-in”
    org.eclipse.datatools.connectivity.oda.designer.feature (1.9.0.me201203170059) “DTP ODA Designer UI Framework Plug-in”
    org.eclipse.datatools.connectivity.oda.feature (1.9.0.me201203170059) “DTP Open Data Access”
    org.eclipse.datatools.enablement.feature (1.9.0.me201203170059) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.jdt.feature (1.9.0.me201203170059) “Data Tools Platform Connectivity JDT Extension Plug-in”
    org.eclipse.datatools.enablement.mysql.feature (1.9.0.me201203170059) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.sqldevtools.ddlgen.feature (1.9.0.me201203170059) “Eclipse Data Tools Platform FE UI Plug-in”
    org.eclipse.datatools.sqldevtools.feature (1.9.0.me201203170059) “Eclipse Data Tools Platform SQL Tools Common UI Plug-in”
    org.eclipse.help (1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx) “Help System Base”
    org.eclipse.jdt (3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1) “Eclipse Java Development Tools”
    org.eclipse.jpt.jaxb.feature (1.0.0.me201203170059) “Dali Java Persistence Tools – JAXB Support”
    org.eclipse.jpt.jpa.eclipselink.feature (3.0.0.me201203170059) “Dali Java Persistence Tools – EclipseLink JPA Support”
    org.eclipse.jpt.jpa.feature (3.0.0.me201203170059) “Dali Java Persistence Tools – JPA Support”
    org.eclipse.jpt.jpadiagrameditor.feature (1.0.0.me201203170059) “Dali Java Persistence Tools – JPA Diagram Editor”
    org.eclipse.jst.common.fproj.enablement.jdt (3.3.0.me201203170059) “Eclipse Faceted Project Framework JDT Enablement”
    org.eclipse.jst.enterprise_ui.feature (3.3.0.me201203170059) “Eclipse Java EE Developer Tools”
    org.eclipse.jst.ws.axis2tools.feature (1.1.200.me201203170059) “Axis2 Tools”
    org.eclipse.m2e.feature (1.0.0.me201203170059) “Maven Integration for Eclipse”
    org.eclipse.m2e.logback.feature (1.0.0.me201203170059) “m2e logback configuration”
    org.eclipse.pde (3.7.2.v20120120-1420-7b7rFUOFEx2Xnqafnpz0E–0) “PDE”
    org.eclipse.platform (3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q) “Eclipse Platform”
    org.eclipse.rcp (3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272) “Eclipse RCP”
    org.eclipse.wst.common.fproj (3.3.0.me201203170059) “Eclipse Faceted Project Framework”
    org.eclipse.wst.jsdt.feature (1.3.0.me201203170059) “Eclipse JavaScript Development Tools”
    org.eclipse.wst.web_ui.feature (3.3.0.me201203170059) “Eclipse Web Developer Tools”
    org.eclipse.wst.xml_ui.feature (3.3.0.me201203170059) “Eclipse XML Editors and Tools”
    org.eclipse.wst.xml.xpath2.processor.feature (2.0.0.me201203170059) “Eclipse XPath 2 Developers Tools”
    org.eclipse.wst.xsl.feature (1.2.0.me201203170059) “Eclipse XSL Developer Tools”
    org.springframework.ide.eclipse.aop.feature (2.7.1.me201203170059) “Spring IDE”
    org.springframework.ide.eclipse.feature (2.7.1.me201203170059) “Spring IDE”
    org.springframework.ide.eclipse.webflow.feature (2.7.1.me201203170059) “Spring IDE”

    *** Plug-in Registry:
    ca.ecliptical.emf.xpath (1.0.0.me201003052220) “EMF XPath Plug-in” [Starting]
    ch.qos.logback.classic (0.9.27.v20110224-1110) “Logback Classic Module” [Resolved]
    ch.qos.logback.core (0.9.27.v20110224-1110) “Logback Core Module” [Resolved]
    ch.qos.logback.slf4j (0.9.27.v20110224-1110) “Logback Native SLF4J Logger Module” [Resolved]
    com.caucho.hessian (3.2.0.0) “Caucho Hessian Plug-in” [Resolved]
    com.genuitec.custom.popup (9.0.0.me201201120656) “MyEclipse JavaScript Popup Fragment” [Resolved]
    com.genuitec.eclipse.aspphp.core (9.0.0.me201108091322) “MyEclipse ASP and PHP Support Core” [Starting]
    com.genuitec.eclipse.aspphp.ui (9.0.0.me201108091322) “MyEclipse ASP and PHP Support UI” [Starting]
    com.genuitec.eclipse.ast.deploy.core (10.1.0.me201203141935) “MyEclipse Deployment Support” [Active]
    com.genuitec.eclipse.browser (9.0.0.me201108091322) “MyEclipse Web Browser” [Starting]
    com.genuitec.eclipse.core (10.1.0.me201203170059) “MyEclipse Core” [Active]
    com.genuitec.eclipse.core.common (10.1.0.me201203160414) “MyEclipse Common Core Utilities” [Active]
    com.genuitec.eclipse.core.common.platform (10.0.0.me201203011739) “MyEclipse Common Core Platform Utilities” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (10.0.0.me201108151727) “MyEclipse Struts Support” [Starting]
    com.genuitec.eclipse.dashboard (10.1.0.me201203141935) “MyEclipse Plugin Dashboard” [Starting]
    com.genuitec.eclipse.dehory (9.0.0.me201110171954) “MyEclipse Visual Swing Designer” [Starting]
    com.genuitec.eclipse.derby (9.0.0.me201108091322) “MyEclipse Derby” [Active]
    com.genuitec.eclipse.desktop (9.0.0.me201108091322) “MyEclipse Desktop Utilities” [Starting]
    com.genuitec.eclipse.dtd (9.0.0.me201108091322) “MyEclipse DTD Support” [Starting]
    com.genuitec.eclipse.easie.core (9.0.0.me201203160414) “MyEclipse EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (9.0.0.me201201301805) “MyEclipse EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.geronimo2 (9.0.0.me201201301805) “MyEclipse EASIE Geronimo 2” [Active]
    com.genuitec.eclipse.easie.jboss (10.0.0.me201201301805) “MyEclipse EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (9.0.0.me201108091322) “MyEclipse EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (9.0.0.me201108091322) “MyEclipse EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (9.0.0.me201108091322) “MyEclipse EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jboss5 (9.0.0.me201108091322) “MyEclipse EASIE JBoss 5” [Active]
    com.genuitec.eclipse.easie.jboss6 (9.0.0.me201109051559) “MyEclipse EASIE JBoss 6” [Active]
    com.genuitec.eclipse.easie.jboss7 (10.0.1.me201202221614) “MyEclipse EASIE JBoss 7” [Active]
    com.genuitec.eclipse.easie.jetty (9.0.0.me201201301805) “MyEclipse EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (9.0.0.me201108091322) “MyEclipse EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (9.0.0.me201108091322) “MyEclipse EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jetty6 (9.0.0.me201108091322) “MyEclipse EASIE Jetty 6” [Active]
    com.genuitec.eclipse.easie.jetty7 (9.0.0.me201108091322) “MyEclipse EASIE Jetty 7” [Active]
    com.genuitec.eclipse.easie.jonas (9.0.0.me201201301805) “MyEclipse EASIE JOnAS” [Active]
    com.genuitec.eclipse.easie.jonas3 (9.0.0.me201108091322) “MyEclipse EASIE JOnAS 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (9.0.0.me201108091322) “MyEclipse EASIE JOnAS 4” [Active]
    com.genuitec.eclipse.easie.jonas5 (9.0.0.me201108091322) “MyEclipse EASIE JOnAS 5” [Active]
    com.genuitec.eclipse.easie.jrun (9.0.0.me201201301805) “MyEclipse EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (9.0.0.me201108091322) “MyEclipse EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (9.0.0.me201201301805) “MyEclipse EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle10 (9.0.0.me201108091322) “MyEclipse EASIE Oracle 10 AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (9.0.0.me201108091322) “MyEclipse EASIE Oracle 9 AS” [Active]
    com.genuitec.eclipse.easie.orion1 (9.0.0.me201108091322) “MyEclipse EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (9.0.0.me201108091322) “MyEclipse EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (9.0.0.me201108091322) “MyEclipse EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (9.0.0.me201201301805) “MyEclipse EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (9.0.0.me201201301805) “MyEclipse EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.resin4 (9.0.0.me201201301805) “MyEclipse EASIE Resin 4” [Active]
    com.genuitec.eclipse.easie.sun (9.0.0.me201201301805) “MyEclipse EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (9.0.0.me201108091322) “MyEclipse EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (9.0.0.me201108091322) “MyEclipse EASIE Sun 8.x” [Active]
    com.genuitec.eclipse.easie.sun9 (9.0.0.me201108091322) “MyEclipse EASIE Sun 9” [Active]
    com.genuitec.eclipse.easie.sun91 (9.0.0.me201201301805) “MyEclipse EASIE Sun 9.1” [Active]
    com.genuitec.eclipse.easie.sunglassfish (9.0.0.me201108091322) “MyEclipse EASIE Glassfish 1” [Active]
    com.genuitec.eclipse.easie.sunglassfish2 (9.0.0.me201108091322) “MyEclipse EASIE Glassfish 2” [Active]
    com.genuitec.eclipse.easie.sunglassfish3 (9.0.0.me201108091322) “MyEclipse EASIE Glassfish 3 Prelude” [Active]
    com.genuitec.eclipse.easie.sunglassfishv3final (9.0.0.me201108301958) “MyEclipse EASIE Glassfish 3.x” [Active]
    com.genuitec.eclipse.easie.sunwebserver (9.0.0.me201108091322) “MyEclipse EASIE Sun Java System Webserver” [Active]
    com.genuitec.eclipse.easie.tcserver (9.0.0.me201108091322) “MyEclipse EASIE tc Server” [Active]
    com.genuitec.eclipse.easie.tcserver6 (9.0.0.me201108091322) “MyEclipse EASIE tc Server 6” [Active]
    com.genuitec.eclipse.easie.tomcat (9.0.0.me201201301805) “MyEclipse EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat.myeclipse (9.0.0.me201109141806) “MyEclipse EASIE MyEclipse Tomcat 6 Server” [Active]
    com.genuitec.eclipse.easie.tomcat4 (9.0.0.me201108091322) “MyEclipse EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (9.0.0.me201108091322) “MyEclipse EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.tomcat6 (9.0.0.me201108091322) “MyEclipse EASIE Tomcat 6” [Active]
    com.genuitec.eclipse.easie.tomcat7 (9.0.0.me201108091322) “MyEclipse EASIE Tomcat 7” [Active]
    com.genuitec.eclipse.easie.weblogic (9.0.0.me201201301805) “MyEclipse EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic10 (9.0.0.me201108091322) “MyEclipse EASIE WebLogic 10” [Active]
    com.genuitec.eclipse.easie.weblogic6 (9.0.0.me201108091322) “MyEclipse EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (9.0.0.me201108091322) “MyEclipse EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (9.0.0.me201108091322) “MyEclipse EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (9.0.0.me201108091322) “MyEclipse EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (9.0.0.me201201301805) “MyEclipse EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere.wasce (9.0.0.me201201301805) “MyEclipse EASIE WebSphere Community Edition” [Active]
    com.genuitec.eclipse.easie.websphere5 (9.0.0.me201108091322) “MyEclipse EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (9.0.0.me201108091322) “MyEclipse EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.easie.websphere61 (9.0.0.me201108091322) “MyEclipse EASIE WebSphere 6.1” [Active]
    com.genuitec.eclipse.examples (9.0.0.me201012172208) “MyEclipse Examples” [Active]
    com.genuitec.eclipse.export.wizard (9.0.0.me201203160414) “MyEclipse J2EE Export Wizards” [Starting]
    com.genuitec.eclipse.fileview (9.0.0.me201108091322) “MyEclipse File View” [Active]
    com.genuitec.eclipse.hibernate (9.0.0.me201110112108) “MyEclipse Hibernate Capabilities” [Starting]
    com.genuitec.eclipse.icefaces (10.0.0.me201203090039) “ICEfaces Runtime Libraries for MyEclipse” [Starting]
    com.genuitec.eclipse.icefaces.doc (10.0.0.me201203170059) “ICEfaces Help Documentation for MyEclipse” [Resolved]
    com.genuitec.eclipse.imageeditor (9.0.0.me201108091322) “MyEclipse Image Editor” [Starting]
    com.genuitec.eclipse.integration (9.0.0.me201108091322) “MyEclipse Integration Utilities” [Starting]
    com.genuitec.eclipse.j2eedt.core (10.0.0.me201203160414) “MyEclipse Java Enterprise Development Tooling” [Active]
    com.genuitec.eclipse.javascript.iedebugger (9.0.0.me201108091322) “MyEclipse IE JavaScript Debugger” [Starting]
    com.genuitec.eclipse.javascript.ielaunching (8.5.0.me201012090051) “MyEclipse IE JavaScript Debugger” [Starting]
    com.genuitec.eclipse.jniwrapper (9.0.0.me201105051700) “MyEclipse JNIWrapper” [Active]
    com.genuitec.eclipse.jsf (10.0.0.me201203170059) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.jsf.designer (9.0.0.me201109191820) “MyEclipse JSF Designer Plug-in” [Active]
    com.genuitec.eclipse.lib.hibernate33 (9.0.0.me201101171005) “MyEclipse Hibernate Library Support” [Starting]
    com.genuitec.eclipse.lib.jpa2 (9.0.0.me201201120656) “MyEclipse JPA 2 Library Support” [Starting]
    com.genuitec.eclipse.lib.spring2 (9.0.0.me201012172208) “MyEclipse Spring Library Support” [Starting]
    com.genuitec.eclipse.lib.spring3 (9.0.0.me201102240211) “MyEclipse Spring 3 Library Support” [Starting]
    com.genuitec.eclipse.lib.struts2 (9.0.0.me201105051700) “MyEclipse Struts 2 Library Support” [Starting]
    com.genuitec.eclipse.maven (10.0.0.me201203160414) “Maven4MyEclipse Plug-in” [Active]
    com.genuitec.eclipse.memory (9.0.0.me201106071109) “MyEclipse Memory Monitor” [Active]
    com.genuitec.eclipse.modeling.core (9.0.0.me201108091322) “MyEclipse Modeling Core” [Active]
    com.genuitec.eclipse.modeling.core.layout (9.0.0.me201108091322) “MyEclipse Graph Layout” [Starting]
    com.genuitec.eclipse.persistence.jpa (10.0.0.me201109222040) “MyEclipse JPA” [Starting]
    com.genuitec.eclipse.portlet (9.0.0.me201106082305) “MyEclipse Portlet Support” [Starting]
    com.genuitec.eclipse.reporting (10.0.0.me201108151727) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.branding (9.0.0.me201201120656) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.oda (9.0.0.me201103140131) “MyEclipse ODA Runtime Driver” [Starting]
    com.genuitec.eclipse.reporting.oda.ui (10.0.0.me201109111558) “MyEclipse ODA Designer” [Starting]
    com.genuitec.eclipse.springframework (10.0.0.me201108091322) “MyEclipse Spring Framework Support” [Starting]
    com.genuitec.eclipse.springhibernate (9.0.0.me201108091322) “MyEclipse Spring / Hibernate Support” [Starting]
    com.genuitec.eclipse.sqlexplorer (9.0.0.me201201191844) “MyEclipse Database Explorer Plugin” [Active]
    com.genuitec.eclipse.sqlexplorer.mssql (9.0.0.me201108091322) “MyEclipse SQLServer Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.mysql (9.0.0.me201108091322) “MyEclipse MySQL Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.oracle (9.0.0.me201108091322) “MyEclipse Oracle Database Explorer” [Starting]
    com.genuitec.eclipse.struts (10.0.0.me201201120656) “MyEclipse Struts Capabilities” [Starting]
    com.genuitec.eclipse.struts2 (9.0.0.me201108091322) “MyEclipse Struts 2 Support” [Active]
    com.genuitec.eclipse.templates (9.0.0.me201012090051) “MyEclipse Code Generation Template Support” [Active]
    com.genuitec.eclipse.uml (9.0.0.me201202021926) “MyEclipse UML1” [Starting]
    com.genuitec.eclipse.uml2.core (9.0.0.me201108091322) “MyEclipse UML2” [Starting]
    com.genuitec.eclipse.uml2.ui (9.0.0.me201108091322) “MyEclipse UML2 UI” [Starting]
    com.genuitec.eclipse.visualvm (9.0.0.me201109141806) “VisualVM for MyEclipse” [Starting]
    com.genuitec.eclipse.visualvm.binary (9.0.0.me201012090051) “VisualVM for MyEclipse Binaries” [Resolved]
    com.genuitec.eclipse.visualvm.server (9.0.0.me201012172208) “VisualVM for MyEclipse Servers” [Starting]
    com.genuitec.eclipse.wdt.jsp.debug (10.0.0.me201109291849) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (9.0.0.me201108091322) “MyEclipse Image Previewer” [Active]
    com.genuitec.eclipse.webdesigner3 (9.0.0.me201109141806) “MyEclipse Visual Web Designer” [Active]
    com.genuitec.eclipse.wizards (9.0.0.me201108091322) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipse.ws (9.0.0.me201108091322) “MyEclipse REST Web Services Support” [Starting]
    com.genuitec.eclipse.ws.xfire (9.0.0.me201109130910) “MyEclipse Web Services Support” [Starting]
    com.genuitec.javascript.debug (10.0.0.me201109141806) “MyEclipse JavaScript Debugger” [Starting]
    com.genuitec.javascript.debug.mozilla (9.0.0.me201108091322) “MyEclipse JavaScript Browser” [Resolved]
    com.genuitec.jboss.ide.eclipse.apache.xalan (9.0.0.me201012090051) “MyEclipse XDoclet Apache Xalan” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (9.0.0.me201108091322) “MyEclipse XDoclet Support Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (9.0.0.me201108091322) “MyEclipse XDoclet Assist” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (9.0.0.me201108091322) “MyEclipse XDoclet Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (9.0.0.me201108091322) “MyEclipse XDoclet Runner” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (9.0.0.me201108091322) “MyEclipse XDoclet UI Plug-in” [Starting]
    com.genuitec.jsdebugger.registration (8.5.0.me201103151808) “MyEclipse JavaScript Debugger Registration” [Starting]
    com.genuitec.myeclipse.compatibility (9.0.0.me201108021509) “MyEclipse Backward Compatibility” [Active]
    com.genuitec.myeclipse.database (9.0.0.me201203170059) “MyEclipse Database Support” [Resolved]
    com.genuitec.myeclipse.database.doc (9.0.0.me201201301805) “MyEclipse Database Documentation” [Resolved]
    com.genuitec.myeclipse.doc (9.0.0.me201203141935) “MyEclipse Documentation” [Starting]
    com.genuitec.myeclipse.doc.toc (10.1.0.me201203160414) “MyEclipse Documentation TOC” [Starting]
    com.genuitec.myeclipse.ejb.doc (9.0.0.me201108211953) “MyEclipse EJB Development Documentation” [Resolved]
    com.genuitec.myeclipse.icefaces (10.0.0.me201203141935) “ICEfaces Integration for MyEclipse” [Active]
    com.genuitec.myeclipse.icefaces.branding (9.0.0.me201012090051) “ICEfaces AJAX and Java EE Tooling for MyEclipse” [Resolved]
    com.genuitec.myeclipse.matisse (9.0.0.me201203170059) “Matisse4MyEclipse Swing UI Designer” [Resolved]
    com.genuitec.myeclipse.maven.doc (9.0.0.me201203170059) “MyEclipse Maven Documentation” [Resolved]
    com.genuitec.myeclipse.persistence.doc (9.0.0.me201203011739) “MyEclipse Persistence Documentation” [Resolved]
    com.genuitec.myeclipse.perspective (10.1.0.me201201191844) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.product (10.1.0.me201203160414) “MyEclipse Product” [Starting]
    com.genuitec.myeclipse.profiling.doc (9.0.0.me201201120656) “MyEclipse Profiling Documentation” [Resolved]
    com.genuitec.myeclipse.spring.doc (9.0.0.me201110192133) “MyEclipse Spring Documentation” [Resolved]
    com.genuitec.myeclipse.struts.doc (9.0.0.me201110232046) “MyEclipse Struts Documentation” [Resolved]
    com.genuitec.myeclipse.swing.doc (9.0.0.me201203060843) “MyEclipse Visual Swing Designer Documentation” [Resolved]
    com.genuitec.myeclipse.uml.doc (9.0.0.me201201120656) “MyEclipse UML Documentation” [Resolved]
    com.genuitec.myeclipse.uml2 (9.0.0.me201203141935) “MyEclipse UML2 Feature” [Resolved]
    com.genuitec.myeclipse.visualvm (9.0.0.me201203141935) “MyEclipse VisualVM Profiler” [Resolved]
    com.genuitec.myeclipse.web.doc (9.0.0.me201203141935) “MyEclipse Web Development Documentation” [Resolved]
    com.genuitec.myeclipse.ws.doc (9.0.0.me201201301805) “MyEclipse Web Services Development Documentation” [Resolved]
    com.genuitec.myeclipse.xml.doc (9.0.0.me201201120656) “MyEclipse XML Documentation” [Resolved]
    com.genuitec.org.eclipse.webbrowser (9.0.0.me201108091322) “MyEclipse Web Browser” [Starting]
    com.genuitec.org.hibernate.eclipse (3.2.4.CR1-me201108091322) “MyEclipse Hibernate Core” [Active]
    com.genuitec.org.hibernate.eclipse.console (3.2.4.CR1-me201110112108) “MyEclipse Hibernate Console” [Starting]
    com.genuitec.org.hibernate.eclipse.mapper (3.2.4.CR1-me201108091322) “MyEclipse Hibernate Mapper” [Active]
    com.genuitec.pulse.client.common.collab.ui (4.2.0.v201201111650) “Pulse Collaboration UI” [Active]
    com.genuitec.pulse.client.common.shortcut (4.2.0.v201201111650) “Shortcut Support” [Active]
    com.genuitec.pulse.client.common.shortcut.win32 (4.2.0.v201201111650) “Windows Shortcut Support” [Resolved]
    com.genuitec.pulse.client.common.ui (4.2.0.v201201111650) “Pulse Common UI” [Resolved]
    com.genuitec.pulse.client.common.ui.win32 (4.2.0.v201201111650) “Pulse Common UI Windows Support” [Resolved]
    com.genuitec.pulse.client.contrib.ui (4.2.0.v201201111650) “Pulse Contributor UI” [Active]
    com.genuitec.pulse.client.targetcfg.collab.ui (4.2.0.v201201111650) “Pulse Collaboration Control Center” [Active]
    com.genuitec.pulse.client.targetcfg.collab.workspace.ui (4.2.0.v201201111650) “Pulse Workspace Collaboration UI” [Starting]
    com.genuitec.pulse.compatibility.e36 (4.2.0.v201201111650) “Eclipse 3.6 Compatibility” [Resolved]
    com.genuitec.pulse.compatibility.ui.e36 (4.2.0.v201201111650) “Eclipse 3.6 UI Compatibility” [Resolved]
    com.genuitec.pulse.installer.base (4.2.0.v201201111650) “Pulse OneInstall Base Services” [Starting]
    com.genuitec.pulse2.client.auth.addon (4.2.0.v201201111650) “External Login Service” [Resolved]
    com.genuitec.pulse2.client.authentication (4.2.0.v201201111650) “Client Authentication” [Starting]
    com.genuitec.pulse2.client.common (4.2.0.v201201251430) “Pulse Client Common” [Active]
    com.genuitec.pulse2.client.common.exec (4.2.0.v201201200010) “Common Execution Services” [Active]
    com.genuitec.pulse2.client.common.provisioning (4.2.0.v201201111650) “Common Pulse Provisioning Services” [Active]
    com.genuitec.pulse2.client.installer.common (4.2.0.v201201111650) “Pulse Client Common Services” [Active]
    com.genuitec.pulse2.client.installer.ui (4.2.0.v201201111650) “Pulse Client Installer” [Active]
    com.genuitec.pulse2.client.launcher.ui (4.2.0.v201201111650) “Launcher UI with p2 Support” [Active]
    com.genuitec.pulse2.client.properties (4.2.0.v201201111650) “Pulse Client Properties Service” [Active]
    com.genuitec.pulse2.client.services (4.2.0.v201201111650) “Pulse Client Services” [Active]
    com.genuitec.pulse2.client.services.ui (4.2.0.v201201111650) “Pulse Client Services UI” [Active]
    com.genuitec.pulse2.client.targetcfg.jdt (4.2.0.v201201111650) “Pulse Target Configuration JDT Extensions” [Active]
    com.genuitec.pulse2.client.targetcfg.ui (4.2.0.v201201111650) “Pulse Target Configuration UI” [Active]
    com.genuitec.pulse2.client.updatesite (4.2.0.v201201261300) “Pulse Update Site Services” [Active]
    com.genuitec.pulse2.common (4.2.0.v201201200010) “Pulse Common Services” [Active]
    com.genuitec.pulse2.common.http (4.2.0.v201201191640) “Http Plug-in” [Active]
    com.genuitec.pulse2.common.http.httpclient (4.2.0.v201201111650) “Pulse’s HttpClient Communication Provider” [Active]
    com.genuitec.pulse2.common.http.httpclient.ws (4.2.0.v201201111650) “Pulse HttpClient Web Services Client” [Active]
    com.genuitec.pulse2.common.http.oakland (4.2.0.v201201111650) “Pulse’s Oakland Software Provider” [Starting]
    com.genuitec.pulse2.common.http.oakland.ws (4.2.0.v201201111650) “Pulse Oakland Software Web Services” [Starting]
    com.genuitec.pulse2.common.ui (4.2.0.v201201111650) “Pulse Common UI Services” [Active]
    com.genuitec.pulse2.model (4.2.0.v201201111650) “Pulse Data Model” [Active]
    com.genuitec.pulse2.model.clientext (4.2.0.v201201111650) “Client-side Mappings for Context” [Resolved]
    com.ibm.icu (4.4.2.v20110823) “International Components for Unicode for Java (ICU4J)” [Active]
    com.jcraft.jsch (0.1.44.v201101211721) “JSch” [Resolved]
    com.lowagie.text (2.1.7.v201004222200) “Lowagie iText” [Resolved]
    com.myeclipseide.feature.branding (9.0.0.me201203160414) “MyEclipse Enterprise Workbench” [Resolved]
    com.ning.async-http-client (1.6.3.me201108091322) “async-http-client” [Resolved]
    com.springsource.javax.el (1.0.0) “Java Expression Language API” [Resolved]
    com.springsource.javax.jms (1.1.0) “Java Messaging System API” [Resolved]
    com.springsource.javax.servlet (2.5.0) “Java Servlet API” [Resolved]
    com.springsource.javax.servlet.jsp (2.1.0) “Java JSP API” [Resolved]
    com.springsource.javax.servlet.jsp.jstl (1.2.0) “Java JSP Standard Tag Library” [Resolved]
    com.springsource.org.antlr (3.0.1) “ANTLR” [Resolved]
    com.springsource.org.apache.myfaces.javax.faces (1.2.2) “Apache MyFaces JSF API” [Resolved]
    com.springsource.org.aspectj.weaver (1.6.10.RELEASE) “AspectJ Weaver” [Resolved]
    com.springsource.org.objectweb.asm (2.2.3) “ObjectWeb ASM” [Resolved]
    com.springsource.org.objectweb.asm.commons (2.2.3) “ObjectWeb ASM Commons” [Resolved]
    edu.emory.mathcs.backport (3.1.0.v200902251154) “JSR166 java.util.concurrency backport” [Resolved]
    fr.obeo.acceleo.bridge (2.6.0.200906261742) “Acceleo Bridge Plug-in” [Starting]
    fr.obeo.acceleo.bridge.ui (2.6.0.200906261742) “Acceleo Bridge Ui Plug-in” [Starting]
    fr.obeo.acceleo.chain (2.6.0.200906261744) “Acceleo Chain Model” [Starting]
    fr.obeo.acceleo.chain.edit (2.6.0.200906261744) “Acceleo Chain Edit Support” [Starting]
    fr.obeo.acceleo.chain.editor (2.6.0.200906261744) “Acceleo Chain Editor” [Starting]
    fr.obeo.acceleo.chain.ui (2.6.0.200906261744) “Acceleo Chain Ui Plug-in” [Starting]
    fr.obeo.acceleo.ecore (2.6.0.200906261744) “Acceleo Ecore Plug-in” [Starting]
    fr.obeo.acceleo.ecore.ui (2.6.0.200906261744) “Acceleo Ecore Ui Plug-in” [Starting]
    fr.obeo.acceleo.gen (2.6.0.200906261744) “Acceleo Generator Plug-in” [Starting]
    fr.obeo.acceleo.gen.debug.ui (2.6.0.200906261744) “Acceleo Gen Debug Ui Plug-in” [Starting]
    fr.obeo.acceleo.gen.profiler (2.6.0.200906261744) “Acceleo Profiler Model” [Starting]
    fr.obeo.acceleo.gen.profiler.edit (2.6.0.200906261744) “Acceleo Profiler Edit Support” [Starting]
    fr.obeo.acceleo.gen.profiler.editor (2.6.0.200906261744) “Acceleo Profiler Editor” [Starting]
    fr.obeo.acceleo.gen.ui (2.6.0.200906261744) “Acceleo Generator Ui Plug-in” [Starting]
    fr.obeo.acceleo.template (2.6.0.200906261744) “Acceleo Template Model Plug-in” [Starting]
    fr.obeo.acceleo.template.edit (2.6.0.200906261744) “Acceleo Template Model Edit Support Plug-in” [Starting]
    fr.obeo.acceleo.template.gen (2.6.0.200906261744) “Acceleo Template Model Gen Plug-in” [Resolved]
    fr.obeo.acceleo.tools (2.6.0.200906261744) “Acceleo Tools Plug-in” [Starting]
    fr.obeo.acceleo.tools.ui (2.6.0.200906261744) “Acceleo Tools Ui Plug-in” [Starting]
    fr.obeo.acceleo.uml13 (2.6.0.200906261742) “Acceleo Uml13 Model” [Starting]
    fr.obeo.acceleo.uml14 (2.6.0.200906261742) “Acceleo Uml14 Model” [Starting]
    fr.obeo.acceleo.uml14.mof (2.6.0.200906261742) “Acceleo Uml14 Mof Plug-in” [Starting]
    fr.obeo.acceleo.uml14.ui (2.6.0.200906261742) “Acceleo Uml14 Ui Plug-in” [Starting]
    ie.wombat.jbdiff (0.1.0.v201201111650) “Jbdiff Plug-in” [Starting]
    java_cup.runtime (0.10.0.v201005080400) “Java Cup” [Resolved]
    javax.activation (1.1.0.v201105071233) “Apache Geronimo Activation Plug-in” [Resolved]
    javax.annotation (1.1.1.v201006150915) “geronimo jta 1.1 spec” [Resolved]
    javax.inject (1.0.0.v20091030) “Atinject Dependency Injection Annotations” [Resolved]
    javax.mail (1.4.0.v201005080615) “Javax Mail Plug-in” [Resolved]
    javax.persistence (2.0.3.v201010191057) “Java Persistence API 2.0” [Resolved]
    javax.servlet (2.5.0.v201103041518) “Servlet API Bundle” [Resolved]
    javax.servlet.jsp (2.0.0.v201101211617) “Java Server Pages API Bundle” [Resolved]
    javax.transaction (1.1.1.v201105210645) “geronimo Javax Transaction API 1.1.1 spec” [Resolved]
    javax.wsdl (1.5.1.v201012040544) “WSDL4J” [Resolved]
    javax.wsdl (1.6.2.v201012040545) “WSDL4J” [Resolved]
    javax.xml (1.3.4.v201005080400) “JAXP XML” [Resolved]
    javax.xml.bind (2.2.0.v201105210648) “XML Binding for Java” [Resolved]
    javax.xml.rpc (1.1.0.v201005080400) “JAX-RPC” [Resolved]
    javax.xml.soap (1.2.0.v201005080501) “SAAJ” [Resolved]
    javax.xml.soap (1.3.0.v201105210645) “SAAJ” [Resolved]
    javax.xml.stream (1.0.1.v201004272200) “Java XML Streaming API” [Resolved]
    lpg.runtime.java (2.0.17.v201004271640) “SourceForge LPG Java Runtime” [Resolved]
    net.sf.cglib (1.0.0.v201201111650) “Cglib Plug-in” [Resolved]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v201004271650) “SourceForge LPG” [Resolved]
    org.aopalliance (1.0.0.v200905130917) “Aopalliance Plug-in” [Resolved]
    org.apache.ant (1.8.2.v20120109-1030) “Apache Ant” [Resolved]
    org.apache.axis (1.4.0.v201005080400) “Apache Web Services” [Resolved]
    org.apache.batik.bridge (1.6.0.v201011041432) “Apache Batik Bridge/GVT/Scripting” [Resolved]
    org.apache.batik.css (1.6.0.v201011041432) “Apache Batik CSS” [Resolved]
    org.apache.batik.dom (1.6.0.v201011041432) “Apache Batik DOM” [Resolved]
    org.apache.batik.dom.svg (1.6.0.v201011041432) “Apache Batik SVG DOM” [Resolved]
    org.apache.batik.ext.awt (1.6.0.v201011041432) “Apache Batik AWT Utilities” [Resolved]
    org.apache.batik.parser (1.6.0.v201011041432) “Apache Batik Parser” [Resolved]
    org.apache.batik.pdf (1.6.0.v201105071520) “Apache Batik PDF” [Resolved]
    org.apache.batik.svggen (1.6.0.v201011041432) “Apache Batik SVG Generation” [Resolved]
    org.apache.batik.transcoder (1.6.0.v201011041432) “Apache Batik Transcoder” [Resolved]
    org.apache.batik.util (1.6.0.v201011041432) “Apache Batik Utilities” [Resolved]
    org.apache.batik.util.gui (1.6.0.v200805290154) “Apache Batik GUI Utilities” [Resolved]
    org.apache.batik.xml (1.6.0.v201011041432) “Apache Batik XML” [Resolved]
    org.apache.bcel (5.2.0.v201005080400) “Apache BCEL” [Resolved]
    org.apache.commons.codec (1.3.0.v20100518-1140) “Apache Commons Codec Plug-in” [Resolved]
    org.apache.commons.codec (1.3.0.v201101211617) “Apache Commons Codec Plug-in” [Resolved]
    org.apache.commons.collections (3.2.0.v201005080500) “Apache Commons Collections” [Resolved]
    org.apache.commons.discovery (0.2.0.v201004190315) “Jakarta-Commons Discovery” [Resolved]
    org.apache.commons.el (1.0.0.v201101211617) “Apache Commons JSP 2.0 Expression Language Interpreter” [Resolved]
    org.apache.commons.fileupload (1.2.0.v20080604-1500) “Apache Commons FileUpload” [Resolved]
    org.apache.commons.httpclient (3.1.0.v201012070820) “Apache Commons Httpclient” [Resolved]
    org.apache.commons.io (2.0.1.v201105210651) “Apache Commons IO” [Resolved]
    org.apache.commons.jxpath (1.2.0.v20080604-1500) “Apache Commons JXPath” [Resolved]
    org.apache.commons.lang (2.1.0.v201005080500) “Apache Jakarta Commons Lang” [Resolved]
    org.apache.commons.logging (1.0.4.v201101211617) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.commons.logging (1.1.1.v201005080502) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.derby (10.5.1.1_201105231903) “Apache Derby Plug-in” [Starting]
    org.apache.derby.core (10.5.1.1_v20101011) “Apache Derby Core Plug-in for Eclipse” [Starting]
    org.apache.jasper (5.5.17.v201101211617) “Apache Jasper 2 Plug-in” [Resolved]
    org.apache.log4j (1.2.15.v201012070815) “Apache Jakarta log4j Plug-in” [Resolved]
    org.apache.lucene (1.9.1.v201101211617) “Apache Lucene” [Resolved]
    org.apache.lucene (2.9.1.v201101211721) “Apache Lucene” [Resolved]
    org.apache.lucene.analysis (2.9.1.v201101211721) “Apache Lucene Analysis” [Resolved]
    org.apache.lucene.core (2.9.1.v201101211721) “Apache Lucene Core” [Resolved]
    org.apache.lucene.highlighter (2.9.1.v20100421-0704) “Apache Lucene Highlighter” [Resolved]
    org.apache.lucene.memory (2.9.1.v20100421-0704) “Apache Lucene Memory” [Resolved]
    org.apache.lucene.misc (2.9.1.v20100421-0704) “Apache Lucene Misc” [Resolved]
    org.apache.lucene.queries (2.9.1.v20100421-0704) “Apache Lucene Queries” [Resolved]
    org.apache.lucene.snowball (2.9.1.v20100421-0704) “Apache Lucene Snowball” [Resolved]
    org.apache.lucene.spellchecker (2.9.1.v20100421-0704) “Apache Lucene Spellchecker” [Resolved]
    org.apache.oro (2.0.8.v201005080400) “Apache Jakarta ORO” [Resolved]
    org.apache.velocity (1.5.0.v200905192330) “Apache Velocity Plug-in” [Resolved]
    org.apache.wsil4j (1.0.0.v200901211807) “WSIL4J” [Resolved]
    org.apache.xalan (2.7.1.v201005080400) “Xalan-Java” [Resolved]
    org.apache.xerces (2.9.0.v201101211617) “Apache Xerces-J” [Resolved]
    org.apache.xml.resolver (1.2.0.v201005080400) “Apache XmlResolver” [Resolved]
    org.apache.xml.serializer (2.7.1.v201005080400) “Apache XML Commons Serializer” [Resolved]
    org.codehaus.jackson.core (1.6.0.v20101005-0925) “Jackson JSON processor” [Resolved]
    org.codehaus.jackson.mapper (1.6.0.v20101005-0925) “Data mapper for Jackson JSON processor” [Resolved]
    org.eclipse.albireo.core (0.0.3.me201108091322) “Albireo Core (Incubation)” [Resolved]
    org.eclipse.ant.core (3.2.302.v20120110-1739) “Ant Build Tool Core” [Starting]
    org.eclipse.ant.launching (1.0.101.v20120110-1739) “Ant Launching Support” [Starting]
    org.eclipse.ant.ui (3.5.101.v20120110-1739) “Ant UI” [Starting]
    org.eclipse.atf.core (0.2.2.me201108091322) “Core Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.core (0.2.2.me201108091322) “Mozide Core Plugin (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.debug (0.2.2.me201108091322) “Mozilla Debug Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.debug.ui (0.2.2.me201108091322) “Mozilla Debug UI Plug-in (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.ui (0.2.2.me201108091322) “Moz IDE UI Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.ui.extras (0.2.2.me201003052220) “Mozilla IDE UI Extras Plug-in (Incubation)” [Starting]
    org.eclipse.atf.templates (0.2.2.me201108091322) “Templates Plug-in (Incubation)” [Starting]
    org.eclipse.atf.ui (0.2.2.me201108091322) “Ui Plug-in (Incubation)” [Starting]
    org.eclipse.birt (2.6.1.me201012090051) “Business Intelligence and Reporting Tools” [Resolved]
    org.eclipse.birt.chart.device.extension (3.7.0.v20110414) “BIRT Chart Device Extension(s)” [Starting]
    org.eclipse.birt.chart.device.pdf (3.7.0.v20110303) “BIRT Chart Device PDF Extension” [Starting]
    org.eclipse.birt.chart.device.svg (3.7.0.v20110421) “BIRT Chart Device SVG Extension” [Starting]
    org.eclipse.birt.chart.device.swt (3.7.0.v20110303) “BIRT Chart Device SWT Extension” [Starting]
    org.eclipse.birt.chart.engine (3.7.0.v20110519) “BIRT Chart Engine” [Starting]
    org.eclipse.birt.chart.engine.extension (3.7.0.v20110421) “BIRT Chart Engine Extension” [Starting]
    org.eclipse.birt.chart.examples.core (3.7.0.v20110414) “BIRT Chart Examples Core Plug-in” [Starting]
    org.eclipse.birt.chart.reportitem (3.7.0.v20110512) “BIRT Chart-Report Integration” [Starting]
    org.eclipse.birt.chart.reportitem.ui (3.7.0.me201108091322) “BIRT Chart-Report UI Integration Plug-in” [Starting]
    org.eclipse.birt.chart.ui (3.7.0.v20110331) “BIRT Chart Library UI Plug-in” [Starting]
    org.eclipse.birt.chart.ui.extension (3.7.0.v20110414) “BIRT Chart UI Extension” [Starting]
    org.eclipse.birt.core (3.7.0.v20110608) “BIRT Core Package” [Starting]
    org.eclipse.birt.core.script.function (3.7.0.v20110602) “Function Plug-in” [Starting]
    org.eclipse.birt.core.ui (3.7.0.v20110407) “BIRT Core UI” [Starting]
    org.eclipse.birt.cshelp (3.7.0.me201108021509) “BIRT Context-sensitive Help” [Starting]
    org.eclipse.birt.data (3.7.0.v20110603) “BIRT Data Engine” [Starting]
    org.eclipse.birt.data.aggregation (3.7.0.v20110602) “Build-in Aggregation Plug-in” [Starting]
    org.eclipse.birt.doc (3.7.0.me201108021509) “BIRT Documentation” [Starting]
    org.eclipse.birt.integration.wtp.ui (3.7.0.me201108091322) “BIRT WTP Integration Plug-in” [Starting]
    org.eclipse.birt.report.data.adapter (3.7.0.v20110602) “BIRT Data Adapter” [Starting]
    org.eclipse.birt.report.data.bidi.utils (3.7.0.v20110602) “Bidi Utils” [Starting]
    org.eclipse.birt.report.data.bidi.utils.ui (3.7.0.v20110602) “Bidi UI Utils” [Starting]
    org.eclipse.birt.report.data.oda.jdbc (3.7.0.me201108091322) “BIRT ODA-JDBC Bridge Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile (3.7.0.v20110603) “JDBC Database Connection Data Source ODA Runtime Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb (3.7.0.v20110602) “BIRT Sample Database Connection Profile Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui (2.6.1.v20100909) “plugin.name” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui (3.7.0.v20110603) “JDBC Database Connection Data Source ODA Designer” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.ui (3.7.0.me201108091322) “BIRT JDBC UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.sampledb (3.7.0.v20110608) “BIRT Sample Database” [Starting]
    org.eclipse.birt.report.data.oda.sampledb.ui (3.7.0.v20110602) “BIRT Sample Database UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.xml (3.7.0.v20110602) “BIRT ODA-XML Driver” [Starting]
    org.eclipse.birt.report.data.oda.xml.ui (2.5.2.v20100205) “BIRT ODA XML Designer” [Starting]
    org.eclipse.birt.report.debug.core (3.7.0.me201108021509) “BIRT Debug Core Plug-in” [Resolved]
    org.eclipse.birt.report.debug.ui (3.7.0.me201108091322) “BIRT Debug UI Plug-in” [Starting]
    org.eclipse.birt.report.designer.core (3.7.0.me201108091322) “BIRT Designer Core” [Starting]
    org.eclipse.birt.report.designer.ui (3.7.0.me201108091322) “BIRT Designer UI” [Starting]
    org.eclipse.birt.report.designer.ui.cubebuilder (3.7.0.v20110602) “BIRT Cube Builder Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.data (3.7.0.me201108091322) “BIRT Designer Data Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.script (3.7.0.v20110602) “BIRT Enhanced Script Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.xml.wtp (3.7.0.v20110602) “BIRT Advanced XML Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors (3.7.0.me201108091322) “BIRT MultipageEditor Extension Point Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors.schematic (3.7.0.v20110602) “BIRT Editors Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.ide (3.7.0.me201108091322) “BIRT Designer UI for IDE” [Starting]
    org.eclipse.birt.report.designer.ui.lib (3.7.0.v20110602) “BIRT Designer UI for Library” [Starting]
    org.eclipse.birt.report.designer.ui.lib.explorer (3.7.0.me201109130910) “BIRT Library Explorer Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.preview.web (3.7.0.me201108311825) “BIRT Preview Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.views (3.7.0.v20110602) “BIRT UI Views Plug-in” [Starting]
    org.eclipse.birt.report.engine (3.7.0.v20110603) “BIRT Engine” [Starting]
    org.eclipse.birt.report.engine.dataextraction (3.7.0.v20110602) “Dataextraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.dataextraction.csv (3.7.0.v20110602) “CSV Data Extraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.config (3.7.0.v20110602) “BIRT Emitter Configuration Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.excel.config (3.7.0.v20110602) “BIRT Excel Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.html (3.7.0.v20110602) “BIRT HTML Emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.html.config (3.7.0.v20110602) “BIRT HTML Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf (3.7.0.v20110602) “BIRT PDF emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf.config (3.7.0.v20110602) “BIRT PDF Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.postscript (3.7.0.v20110602) “BIRT POSTSCRIPT emitter” [Resolved]
    org.eclipse.birt.report.engine.emitter.postscript.config (3.7.0.v20110602) “BIRT Postscript Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.ppt (3.7.0.v20110602) “BIRT PPT emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.ppt.config (3.7.0.v20110602) “BIRT PPT Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.prototype.excel (3.7.0.v20110602) “BIRT Excel emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml (3.7.0.v20110602) “BIRT Word emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml.config (3.7.0.v20110602) “BIRT Word Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.fonts (2.6.1.v20100812) “BIRT Engine fonts” [Resolved]
    org.eclipse.birt.report.engine.script.javascript (3.7.0.v20110602) “BIRT Javascript Engine” [Starting]
    org.eclipse.birt.report.item.crosstab.core (3.7.0.v20110602) “BIRT Crosstab Plug-in” [Starting]
    org.eclipse.birt.report.item.crosstab.ui (3.7.0.me201108091322) “BIRT Crosstab UI Plug-in” [Starting]
    org.eclipse.birt.report.model (3.7.0.v20110603) “BIRT Model” [Starting]
    org.eclipse.birt.report.model.adapter.oda (3.7.0.v20110526) “BIRT Model ODA Adapter” [Starting]
    org.eclipse.birt.report.viewer (3.7.0.v20110602) “BIRT Web Viewer” [Starting]
    org.eclipse.birt.resources (3.7.0.me201108021509) “BIRT Resources Plug-in” [Resolved]
    org.eclipse.compare (3.5.202.R37x_v20111109-0800) “Compare Support” [Active]
    org.eclipse.compare.core (3.5.200.I20110208-0800) “Core Compare Support” [Active]
    org.eclipse.compare.win32 (1.0.200.I20110510-0800) “Compare Support for Word” [Starting]
    org.eclipse.core.boot (3.1.200.v20100505) “Core Boot” [Starting]
    org.eclipse.core.commands (3.6.0.I20110111-0800) “Commands” [Resolved]
    org.eclipse.core.contenttype (3.4.100.v20110423-0524) “Eclipse Content Mechanism” [Active]
    org.eclipse.core.databinding (1.4.0.I20110111-0800) “JFace Data Binding” [Starting]
    org.eclipse.core.databinding.beans (1.2.100.I20100824-0800) “JFace Data Binding for JavaBeans” [Resolved]
    org.eclipse.core.databinding.observable (1.4.0.I20110222-0800) “JFace Data Binding Observables” [Active]
    org.eclipse.core.databinding.property (1.4.0.I20110222-0800) “JFace Data Binding” [Starting]
    org.eclipse.core.expressions (3.4.300.v20110228) “Expression Language” [Active]
    org.eclipse.core.externaltools (1.0.100.v20111007_r372) “External Tools Headless Support” [Starting]
    org.eclipse.core.filebuffers (3.5.200.v20110928-1504) “File Buffers” [Active]
    org.eclipse.core.filesystem (1.3.100.v20110423-0524) “Core File Systems” [Active]
    org.eclipse.core.filesystem.win32.x86 (1.1.300.v20110423-0524) “Core File System for Windows” [Resolved]
    org.eclipse.core.jobs (3.5.101.v20120113-1953) “Eclipse Jobs Mechanism” [Active]
    org.eclipse.core.net (1.2.100.I20110511-0800) “Internet Connection Management” [Active]
    org.eclipse.core.net.win32.x86 (1.0.100.I20110331-0827) “Proxy for Windows” [Resolved]
    org.eclipse.core.resources (3.7.101.v20120125-1505) “Core Resource Management” [Active]
    org.eclipse.core.resources.win32.x86 (3.5.100.v20110423-0524) “Core Resource Management Win32 Fragment” [Resolved]
    org.eclipse.core.runtime (3.7.0.v20110110) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.2.100.v20100505) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.200.v20110110) “Authorization Compatibility Plug-in” [Active]
    org.eclipse.core.runtime.compatibility.registry (3.5.0.v20110505) “Eclipse Registry Compatibility Fragment” [Resolved]
    org.eclipse.core.variables (3.2.500.v20110928-1503) “Core Variables” [Active]
    org.eclipse.cvs (1.1.100.v201202080800) “Eclipse CVS Client” [Starting]
    org.eclipse.dali.core (0.5.0.me201101232045) “Dali Core” [Starting]
    org.eclipse.datatools.connectivity (1.2.2.me201108091322) “Data Tools Platform Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.apache.derby (1.0.101.v201104090305) “Eclipse Data Tools Platform Derby Plug-in” [Starting]
    org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.0.2.v200906161815) “Eclipse Data Tools Platform Apache Derby Database Definition” [Starting]
    org.eclipse.datatools.connectivity.apache.derby.ui (1.0.3.v201007080903) “Eclipse Data Tools Platform Apache Derby UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.console.profile (1.0.0.v200906020553) “DTP Connection Profiles Storage File Editor Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic (1.0.1.v200908130547) “Eclipse Data Tools Platform Generic DB Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v201004070709) “Eclipse Data Tools Platform Generic DB UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.1.v200906161815) “Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda (3.3.2.v201105200920) “DTP Open Data Access” [Starting]
    org.eclipse.datatools.connectivity.oda.consumer (3.2.4.v201105200848) “DTP ODA Consumer Helper Component Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.design (3.3.3.v201105191315) “DTP ODA Design Session Model” [Starting]
    org.eclipse.datatools.connectivity.oda.design.ui (3.2.5.v201105240457) “DTP ODA Designer UI Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile (3.1.1.v201104191557) “Eclipse Data Tools Platform Flat File ODA Runtime Driver” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile.ui (3.1.1.v201104221058) “Eclipse Data Tools Platform Flat File ODA Designer” [Starting]
    org.eclipse.datatools.connectivity.oda.profile (3.2.5.v201104090305) “DTP ODA Connection Profile Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.template.ui (3.2.1.v201004090942) “DTP ODA New Plug-in Template Wizard” [Starting]
    org.eclipse.datatools.connectivity.sqm.core (1.2.2.me201108091322) “Eclipse Data Tools Platform SQM Core Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.core.ui (1.2.0.v201002281800) “Eclipse Data Tools Platform SQM UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.server.ui (1.1.100.v201009280455) “Eclipse Data Tools Platform Server UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui (1.2.1.v201010211430) “Data Tools Platform Connectivity UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui.dse (1.1.4.v201004270430) “Eclipse Data Tools Platform Data Source Explorer Plug-in” [Starting]
    org.eclipse.datatools.doc.user (1.7.0.20090521092446) “Data Tool Platform User Documentation” [Starting]
    org.eclipse.datatools.enablement.finfo (1.5.1.v200906161800) “Eclipse Data Tools Platform Enablement” [Starting]
    org.eclipse.datatools.enablement.hsqldb (1.0.0.v200906020900) “Eclipse Data Tools Platform HSQLDB Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.0.0.v200906161800) “Eclipse Data Tools Platform HSQLDB Database Definition Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.0.3.v200906161800) “DB2 UDB iSeries Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.ui (1.0.1.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB UI iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.0.4.v201005211215) “Eclipse Data Tools Platform DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.2.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.0.4.v201005211230) “DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.ui (1.0.1.v201005211230) “Eclipse Data Tools Platform IBM DB2 UDB zSeries UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix (1.0.1.v201005211230) “Eclipse Data Tools Platform Informix Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.0.4.v201005211230) “Eclipse Data Tools Platform Informix Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.ui (1.0.2.v201005211230) “Eclipse Data Tools Platform Informix UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform IBM UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres (1.0.0.v200906111150) “Ingres DTP Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres.dbdefinition (1.0.0.v200906161800) “Ingres DTP Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres.ui (1.0.0.v201105270214) “Ingres DTP UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.jdt.classpath (1.0.1.me201012090051) “Data Tools Platform Connectivity JDT Extension Plug-in” [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver (1.0.1.v201001180222) “Eclipse Data Tools Platform Microsoft SQL Server Plug-in” [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition (1.0.0.v201004211630) “Eclipse Data Tools Platform SQL Server Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver.ui (1.0.1.v200908130512) “Eclipse Data Tools Platform Microsoft SQL Server UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.mysql (1.0.2.me201012090051) “Eclipse Data Tools Platform MySQL Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.mysql.dbdefinition (1.0.4.v200906161800) “Eclipse Data Tools Platform MySQL Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.mysql.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform MySQL UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.oda.ws (1.2.2.v201011041216) “Eclipse Data Tools Platform Web Services ODA Runtime Driver” [Starting]
    org.eclipse.datatools.enablement.oda.ws.ui (1.2.2.v201105111200) “Eclipse Data Tools Platform Web Services ODA Designer” [Starting]
    org.eclipse.datatools.enablement.oda.xml (1.2.1.v201104121500) “Eclipse Data Tools Platform XML ODA Runtime Driver” [Starting]
    org.eclipse.datatools.enablement.oda.xml.ui (1.2.1.v201104211630) “Eclipse Data Tools Platform XML ODA Designer” [Starting]
    org.eclipse.datatools.enablement.oracle (1.0.0.v200908130544) “Eclipse Data Tools Platform Oracle Plug-in” [Starting]
    org.eclipse.datatools.enablement.oracle.dbdefinition (1.0.102.v201101120745) “Eclipse Data Tools Platform Oracle Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.oracle.ui (1.0.2.v201005051303) “Eclipse Data Tools Platform Oracle UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.postgresql (1.0.1.v200906020900) “PostgreSQL Connection Profile and Driver Template Plug-in” [Starting]
    org.eclipse.datatools.enablement.postgresql.dbdefinition (1.0.1.v200906161800) “PostgreSQL DB Definition” [Starting]
    org.eclipse.datatools.enablement.postgresql.ui (1.0.0.v200906020900) “PostgreSQL Connection Profile and Driver Template UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.sap.maxdb (1.0.0.v200906020900) “Eclipse Data Tools Platform MaxDB Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.dbdefinition (1.0.0.v200906161800) “Eclipse Data Tools Platform MaxDB Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.sap.maxdb.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform MaxDB UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.sqlite (1.0.0.v201002041100) “Eclipse Data Tools Platform SQLite Ena

    #325996 Reply

    Durnik
    Member

    Missed this in the review,

    that’s ‘default.xhtml’ and the <h:head> </h:head>. Primefaces version is 3.2

    #326003 Reply

    support-swapna
    Moderator

    Durnik,

    I could replicate the issue at my end. Thanks for pointing to it.
    I have raised a PR for the dev team to look into it.

    Sorry for inconvenience caused.

    #326384 Reply

    Durnik
    Member

    Swapna,

    Do you have any timeframe on when a bugfix will be released? With this broken, myeclipse is not providing much value in developing jsf applications. I’m forced to open multiple documents to read the possible tags and values.

    Durnik

    #326411 Reply

    support-swapna
    Moderator

    Durnik,

    The dev team is investigating it right now.
    Sorry for inconvenience caused.

    #332665 Reply

    support-tony
    Keymaster

    Durnik,

    This issue has now been fixed in release 10.7. You can use the Configuration Center to update to 10.7. Alternatively download the MyEclipse installer from our download page.

    Thanks again for reporting it and sorry for the inconvenience.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: myeclipse 10.1 bugs (default xhtml and component properties

You must be logged in to post in the forum log in