facebook

OS X MyEclipse 7.5 Search ,Replace Selected

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #302811 Reply

    rgunn
    Member

    Search/ Search on Selected Resource, Replace Selected causes errors. Not showing the correct result in previewing the intended replacements or it throws the following

    org.eclipse.text.edits.MalformedTreeException

    An error has occurred. See error log for more details.
    End position lies outside document range

    !ENTRY org.eclipse.jface 4 2 2009-10-01 12:23:40.347
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.jface”.
    !STACK 0
    org.eclipse.text.edits.MalformedTreeException: End position lies outside document range
    at org.eclipse.text.edits.TextEditProcessor.checkIntegrityDo(TextEditProcessor.java:172)
    at org.eclipse.text.edits.TextEdit.dispatchCheckIntegrity(TextEdit.java:742)
    at org.eclipse.text.edits.TextEditProcessor.performEdits(TextEditProcessor.java:151)
    at org.eclipse.ltk.core.refactoring.TextChange.getPreviewDocument(TextChange.java:514)
    at org.eclipse.ltk.core.refactoring.TextChange.getPreviewDocument(TextChange.java:383)
    at org.eclipse.ltk.core.refactoring.TextChange.getPreviewContent(TextChange.java:391)
    at org.eclipse.ltk.internal.ui.refactoring.TextEditChangePreviewViewer.setInput(TextEditChangePreviewViewer.java:209)
    at org.eclipse.ltk.internal.ui.refactoring.AbstractChangeNode.feedInput(AbstractChangeNode.java:101)
    at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.showPreview(PreviewWizardPage.java:600)
    at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.access$6(PreviewWizardPage.java:585)
    at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage$7.selectionChanged(PreviewWizardPage.java:576)
    at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:880)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
    at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
    at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062)
    at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1638)
    at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:1104)
    at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:392)
    at org.eclipse.ltk.internal.ui.refactoring.PreviewWizardPage.setVisible(PreviewWizardPage.java:508)
    at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.makeVisible(RefactoringWizardDialog2.java:734)
    at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.showCurrentPage(RefactoringWizardDialog2.java:470)
    at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.nextOrPreviewPressed(RefactoringWizardDialog2.java:499)
    at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.access$0(RefactoringWizardDialog2.java:485)
    at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2$1.widgetSelected(RefactoringWizardDialog2.java:678)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:144)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:156)
    at org.eclipse.search.internal.ui.text.ReplaceAction.run(ReplaceAction.java:69)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1360)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3482)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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:592)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

    Config details and log file output below

    Config details
    ——————

    *** Date: Thursday, 1 October 2009 12:19:42 PM AET

    *** Platform Details:

    *** System properties:
    awt.nativeDoubleBuffering=true
    awt.toolkit=apple.awt.CToolkit
    com.genuitec.pulse.client.basedir.location.override=/Library/Genuitec
    com.genuitec.pulse.client.blueprint.id=rmb-182861
    com.genuitec.pulse.client.credentials=nEF3nsLSAGeaNVtuSzbuFtpBDSCFNVZADY7szsxG+e1k6FjGxqoHMnlPWbpEZ/gnk2XboB0iLDX4 AK9XHWl3QsGoz9pdERFrzcgyX8gJGI06bpvhtcwgwQPSR0xp6g/vJizVo3q8RnjN7xdanEl9FH6v 7flNeEs4i7ePPHujids=
    com.genuitec.pulse.client.handshake.id=7e604b57-4a18-4c34-9780-66f2014d022e
    com.genuitec.pulse.common.server.url=https://www.poweredbypulse.com:443
    eclipse.commands=-os
    macosx
    -ws
    carbon
    -arch
    x86
    -showsplash
    -launcher
    /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    -name
    Myeclipse
    –launcher.library
    /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS//../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
    -startup
    /Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
    -clean
    -configuration
    ../../../configuration
    -keyring
    /Users/rgunn/.eclipse_keyring
    -consoleLog
    -showlocation
    -vm
    /System/Library/Frameworks/JavaVM.framework
    eclipse.consoleLog=true
    eclipse.ee.install.verify=false
    eclipse.home.location=file:/Library/Genuitec/MyEclipse 7.5/
    eclipse.launcher=/Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    eclipse.p2.artifact.max.threads=4
    eclipse.p2.data.area=/Library/Genuitec/Common/configuration
    eclipse.p2.profile=com.poweredbypulse.profile-0-rb-218851
    eclipse.product=com.genuitec.myeclipse.product7.ide
    eclipse.startTime=1254362961671
    eclipse.vm=/System/Library/Frameworks/JavaVM.framework
    eclipse.vmargs=-Xms128m
    -Xmx768m
    -XX:PermSize=64M
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m
    -Dorg.eclipse.swt.internal.carbon.smallFonts
    -XstartOnFirstThread
    -Djava.class.path=/Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
    file.encoding=MacRoman
    file.encoding.pkg=sun.io
    file.separator=/
    http://ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
    gopherProxySet=false
    java.awt.graphicsenv=apple.awt.CGraphicsEnvironment
    java.awt.printerjob=apple.awt.CPrinterJob
    java.class.path=/Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
    java.class.version=49.0
    java.endorsed.dirs=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/endorsed
    java.ext.dirs=/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext
    java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
    java.io.tmpdir=/var/folders/Fp/FpePggB0H70N+kdLDG1rP++++TI/-Tmp-/
    java.library.path=.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
    java.protocol.handler.pkgs=org.apache.axis.transport|
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_20-b02-315
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Apple Inc.
    java.vendor.url=http://www.apple.com/
    java.vendor.url.bug=http://bugreport.apple.com/
    java.version=1.5.0_20
    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=Apple Inc.
    java.vm.version=1.5.0_20-141
    line.separator=

    maynstall.basepath=/pulse/action/
    maynstall.rootelement=pulse
    mrj.version=1050.1.5.0_20-315
    org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
    org.eclipse.equinox.launcher.splash.location=/Library/Genuitec/Common/plugins/com.genuitec.myeclipse.product7_7.5.0.zmyeclipse75020090612/splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.swt.internal.carbon.smallFonts=
    org.eclipse.update.reconcile=false
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5
    org.osgi.framework.language=en
    org.osgi.framework.os.name=MacOSX
    org.osgi.framework.os.version=10.5.8
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.activity,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.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.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.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,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.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.4.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=i386
    os.name=Mac OS X
    os.version=10.5.8
    osgi.arch=x86
    osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=/Library/Genuitec/MyEclipse 7.5/configuration/org.eclipse.osgi/bundles
    osgi.clean=true
    osgi.compatibility.bootdelegation=true
    osgi.configuration.area=file:/Library/Genuitec/MyEclipse 7.5/configuration/
    osgi.framework=file:/Library/Genuitec/Common/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.4.3.R34x_v20081215-1030
    osgi.install.area=file:/Library/Genuitec/Common/
    osgi.instance.area=file:/Users/rgunn/Workspaces/MyEclipse/
    osgi.instance.area.default=file:/Users/rgunn/Workspaces/MyEclipse/
    osgi.logfile=/Users/rgunn/Workspaces/MyEclipse/.metadata/.log
    osgi.manifest.cache=/Library/Genuitec/MyEclipse 7.5/configuration/org.eclipse.osgi/manifests
    osgi.nl=en_AU
    osgi.os=macosx
    osgi.sharedConfiguration.area=file:/Library/Genuitec/Common/configuration/
    osgi.splashLocation=/Library/Genuitec/Common/plugins/com.genuitec.myeclipse.product7_7.5.0.zmyeclipse75020090612/splash.bmp
    osgi.splashPath=platform:/base/plugins/com.genuitec.myeclipse.product7
    osgi.syspath=/Library/Genuitec/Common/plugins
    osgi.ws=carbon
    path.separator=:
    product.home=/Library/Genuitec/Common/plugins/org.jboss.tools.common.model_2.0.0.zmyeclipse75020090612/
    pulse.console.redirect=true
    socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16
    sun.arch.data.model=32
    sun.boot.class.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsfd.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes/charsets.jar
    sun.boot.library.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=MacRoman
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=unknown
    user.country=AU
    user.dir=/Library/Genuitec/MyEclipse 7.5/myeclipse.app/Contents/MacOS
    user.home=/Users/rgunn
    user.language=en
    user.name=rgunn
    user.timezone=Australia/Sydney

    *** Features:
    com.collabnet.subversion.merge.feature (1.10.0) “CollabNet Subversion Merge Client”
    com.genuitec.myeclipse.enterprise.workbench (7.5.0.zmyeclipse75020090612) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.icefaces.feature (7.5.0.zmyeclipse75020090612) “ICEfaces AJAX and Java EE Tooling for MyEclipse”
    com.itsolut.mantis_feature (3.0.5.200908171111) “Mylyn Connector: Mantis”
    com.jasperassistant.designer (3.1.1) “JasperAssistant”
    com.sun.jna (3.0.9) “JNA Library Plug-in”
    org.eclipse.cvs (1.1.2.R342_v20090122-7C79E9x9sLM1t6M9YD7_A7) “Eclipse CVS Client”
    org.eclipse.draw2d (3.4.2.v20090218-1145-3317w311_122502441) “Graphical Editing Framework Draw2d”
    org.eclipse.emf (2.4.2.v200902171115) “EMF – Eclipse Modeling Framework”
    org.eclipse.emf.codegen (2.4.0.v200902171115) “EMF Code Generation”
    org.eclipse.emf.codegen.ecore (2.4.2.v200902171115) “EMF Ecore Code Generator”
    org.eclipse.emf.codegen.ecore.ui (2.4.1.v200902171115) “EMF Ecore Code Generator UI”
    org.eclipse.emf.codegen.ui (2.4.0.v200902171115) “EMF Code Generation UI”
    org.eclipse.emf.common (2.4.0.v200902171115) “EMF Common”
    org.eclipse.emf.common.ui (2.4.0.v200902171115) “EMF Common UI”
    org.eclipse.emf.converter (2.4.1.v200902171115) “EMF Model Converter”
    org.eclipse.emf.databinding (1.0.0.v200902171115) “EMF Data Binding”
    org.eclipse.emf.databinding.edit (1.0.0.v200902171115) “EMF Edit Data Binding”
    org.eclipse.emf.ecore (2.4.2.v200902171115) “EMF Ecore”
    org.eclipse.emf.ecore.edit (2.4.1.v200902171115) “EMF Ecore Edit”
    org.eclipse.emf.ecore.editor (2.4.0.v200902171115) “EMF Sample Ecore Editor”
    org.eclipse.emf.ecore.sdo (2.4.0.v200902171115) “EMF SDO – EMF’s Service Data Objects Implementation”
    org.eclipse.emf.edit (2.4.2.v200902171115) “EMF Edit”
    org.eclipse.emf.edit.ui (2.4.2.v200902171115) “EMF Edit UI”
    org.eclipse.emf.mapping (2.4.0.v200902171115) “EMF Mapping”
    org.eclipse.emf.mapping.ecore (2.4.0.v200902171115) “EMF Ecore Mapping”
    org.eclipse.emf.mapping.ecore.editor (2.4.0.v200902171115) “EMF Ecore Mapping Editor”
    org.eclipse.emf.mapping.ui (2.4.0.v200902171115) “EMF Mapping UI”
    org.eclipse.gef (3.4.2.v20090218-1145-67728084A56B4I233613552) “Graphical Editing Framework GEF”
    org.eclipse.help (1.0.2.R342_v20090122-7r7xEKaEJBZu5oGhP3u6nOmbM9VK) “Help System Base”
    org.eclipse.jdt (3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI) “Eclipse Java Development Tools”
    org.eclipse.mylyn_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.bugzilla_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.context_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.ide_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.java_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.jira_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.pde_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.team_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.mylyn.trac_feature (3.2.1.v20090722-0200-e3x) “Mylyn”
    org.eclipse.pde (3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS) “PDE”
    org.eclipse.platform (3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL) “Eclipse Platform”
    org.eclipse.rcp (3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63) “Eclipse RCP”
    org.eclipse.xsd (2.4.2.v200902171115) “XSD – XML Schema Definition Model”
    org.eclipse.xsd.edit (2.4.0.v200902171115) “XSD Edit”
    org.tigris.subversion.clientadapter.feature (1.6.4.1) “Subversion Client Adapter”
    org.tigris.subversion.clientadapter.javahl.feature (1.6.5) “Subversion JavaHL”
    org.tigris.subversion.clientadapter.svnkit.feature (1.6.4) “SVNKit Client Adapter”
    org.tigris.subversion.subclipse (1.6.5) “SVN Team Provider Core”
    org.tigris.subversion.subclipse.graph.feature (1.0.7) “Subversion Revision Graph”
    org.tigris.subversion.subclipse.mylyn (3.0.0) “Subclipse Integration for Mylyn 3.x”
    org.tmatesoft.svnkit (1.3.0.5847) “SVNKit Library Plug-in”

    *** Plug-in Registry:
    com.collabnet.subversion.merge (1.10.0) “CollabNet Subversion Merge Client” [Active]
    com.genuitec.eclipse.aspphp.core (7.5.0.zmyeclipse75020090612) “MyEclipse ASP and PHP Support Core” [Starting]
    com.genuitec.eclipse.aspphp.ui (7.5.0.zmyeclipse75020090612) “MyEclipse ASP and PHP Support UI” [Starting]
    com.genuitec.eclipse.ast.deploy.core (7.5.0.zmyeclipse75020090612) “MyEclipse Deployment Support” [Starting]
    com.genuitec.eclipse.browser (7.5.0.zmyeclipse75020090612) “MyEclipse Web Browser” [Starting]
    com.genuitec.eclipse.core (7.5.0.zmyeclipse75020090612) “MyEclipse Core” [Active]
    com.genuitec.eclipse.core.common (7.5.0.zmyeclipse75020090612) “MyEclipse Common Core Utilities” [Active]
    com.genuitec.eclipse.core.common.platform (7.5.0.zmyeclipse75020090612) “MyEclipse Common Core Platform Utilities” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (7.5.0.zmyeclipse75020090612) “MyEclipse Struts Support” [Starting]
    com.genuitec.eclipse.dashboard (7.5.0.zmyeclipse75020090612) “MyEclipse Plugin Dashboard” [Active]
    com.genuitec.eclipse.derby (7.5.0.zmyeclipse75020090612) “MyEclipse Derby” [Active]
    com.genuitec.eclipse.desktop (7.5.0.zmyeclipse75020090612) “MyEclipse Desktop Utilities” [Starting]
    com.genuitec.eclipse.dtd (7.5.0.zmyeclipse75020090612) “MyEclipse DTD Support” [Starting]
    com.genuitec.eclipse.easie.core (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.geronimo2 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Geronimo 2” [Active]
    com.genuitec.eclipse.easie.jboss (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jboss5 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JBoss 5” [Active]
    com.genuitec.eclipse.easie.jetty (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jetty6 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Jetty 6” [Active]
    com.genuitec.eclipse.easie.jonas (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JOnAS” [Active]
    com.genuitec.eclipse.easie.jonas3 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JOnAS 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JOnAS 4” [Active]
    com.genuitec.eclipse.easie.jrun (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle10 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Oracle 10 AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Oracle 9 AS” [Active]
    com.genuitec.eclipse.easie.orion1 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.sun (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Sun 8.x” [Active]
    com.genuitec.eclipse.easie.sun9 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Sun 9” [Active]
    com.genuitec.eclipse.easie.sunglassfish (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Glassfish 1” [Active]
    com.genuitec.eclipse.easie.sunglassfish2 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Glassfish 2” [Active]
    com.genuitec.eclipse.easie.tomcat (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat.myeclipse (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE MyEclipse Tomcat 6 Server” [Active]
    com.genuitec.eclipse.easie.tomcat4 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.tomcat6 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE Tomcat 6” [Active]
    com.genuitec.eclipse.easie.weblogic (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic10 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebLogic 10” [Active]
    com.genuitec.eclipse.easie.weblogic6 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere.wasce (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebSphere Community Edition” [Active]
    com.genuitec.eclipse.easie.websphere5 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.easie.websphere61 (7.5.0.zmyeclipse75020090612) “MyEclipse EASIE WebSphere 6.1” [Active]
    com.genuitec.eclipse.examples (7.5.0.zmyeclipse75020090612) “MyEclipse Examples” [Active]
    com.genuitec.eclipse.export.wizard (7.5.0.zmyeclipse75020090612) “MyEclipse J2EE Export Wizards” [Starting]
    com.genuitec.eclipse.fileview (7.5.0.zmyeclipse75020090612) “MyEclipse File View” [Active]
    com.genuitec.eclipse.hibernate (7.5.0.zmyeclipse75020090612) “MyEclipse Hibernate Capabilities” [Starting]
    com.genuitec.eclipse.icefaces (7.1.2.zmyeclipse75020090612) “ICEfaces Runtime Libraries for MyEclipse” [Starting]
    com.genuitec.eclipse.imageeditor (7.5.0.zmyeclipse75020090612) “MyEclipse Image Editor” [Starting]
    com.genuitec.eclipse.integration (7.5.0.zmyeclipse75020090612) “MyEclipse Integration Utilities” [Starting]
    com.genuitec.eclipse.intro (7.5.0.zmyeclipse75020090612) “MyEclipse Intro” [Active]
    com.genuitec.eclipse.j2eedt.core (7.5.0.zmyeclipse75020090612) “MyEclipse Java Enterprise Development Tooling” [Active]
    com.genuitec.eclipse.javascript (7.5.0.zmyeclipse75020090612) “MyEclipse Javascript Support” [Starting]
    com.genuitec.eclipse.jniwrapper (7.5.0.zmyeclipse75020090612) “MyEclipse JNIWrapper” [Starting]
    com.genuitec.eclipse.jsf (7.5.0.zmyeclipse75020090612) “MyEclipse JSF Capabilities” [Starting]
    com.genuitec.eclipse.jsf.designer (7.5.0.zmyeclipse75020090612) “MyEclipse JSF Designer Plug-in” [Starting]
    com.genuitec.eclipse.maven (7.5.0.zmyeclipse75020090612) “Maven4MyEclipse Plug-in” [Starting]
    com.genuitec.eclipse.memory (7.5.0.zmyeclipse75020090612) “MyEclipse Memory Monitor” [Active]
    com.genuitec.eclipse.modeling.core (7.5.0.zmyeclipse75020090612) “MyEclipse Modeling Core” [Starting]
    com.genuitec.eclipse.modeling.core.layout (7.5.0.zmyeclipse75020090612) “MyEclipse Graph Layout” [Starting]
    com.genuitec.eclipse.persistence.jpa (7.5.0.zmyeclipse75020090612) “MyEclipse JPA” [Starting]
    com.genuitec.eclipse.portlet (7.5.0.zmyeclipse75020090612) “MyEclipse Portlet Support” [Starting]
    com.genuitec.eclipse.reporting (7.5.0.zmyeclipse75020090612) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.oda (7.5.0.zmyeclipse75020090612) “MyEclipse ODA Runtime Driver” [Starting]
    com.genuitec.eclipse.reporting.oda.ui (7.5.0.zmyeclipse75020090612) “MyEclipse ODA Designer” [Starting]
    com.genuitec.eclipse.springframework (7.5.0.zmyeclipse75020090612) “MyEclipse Spring Framework Support” [Starting]
    com.genuitec.eclipse.springhibernate (7.5.0.zmyeclipse75020090612) “MyEclipse Spring / Hibernate Support” [Starting]
    com.genuitec.eclipse.sqlexplorer (7.5.0.zmyeclipse75020090612) “MyEclipse Database Explorer Plugin” [Active]
    com.genuitec.eclipse.sqlexplorer.mssql (7.5.0.zmyeclipse75020090612) “MyEclipse SQLServer Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.mysql (7.5.0.zmyeclipse75020090612) “MyEclipse MySQL Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.oracle (7.5.0.zmyeclipse75020090612) “MyEclipse Oracle Database Explorer” [Starting]
    com.genuitec.eclipse.struts (7.5.0.zmyeclipse75020090612) “MyEclipse Struts Capabilities” [Starting]
    com.genuitec.eclipse.tapestry (7.5.0.zmyeclipse75020090612) “MyEclipse Tapestry Integration” [Active]
    com.genuitec.eclipse.tapestry.docs.contrib (7.5.0.zmyeclipse75020090612) “MyEclipse Spindle Documentation Additions” [Resolved]
    com.genuitec.eclipse.tapestry.ui.contrib (7.5.0.zmyeclipse75020090612) “MyEclipse Tapestry UI Integration Fragment” [Resolved]
    com.genuitec.eclipse.templates (7.5.0.zmyeclipse75020090612) “MyEclipse Code Generation Template Support” [Active]
    com.genuitec.eclipse.uml (7.5.0.zmyeclipse75020090612) “MyEclipse UML1” [Starting]
    com.genuitec.eclipse.visualvm (7.5.0.zmyeclipse75020090612) “VisualVM for MyEclipse” [Starting]
    com.genuitec.eclipse.visualvm.binary (7.5.0.zmyeclipse75020090612) “VisualVM for MyEclipse Binaries” [Resolved]
    com.genuitec.eclipse.wdt.jsp.debug (7.5.0.zmyeclipse75020090612) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (7.5.0.zmyeclipse75020090612) “MyEclipse Image Previewer” [Starting]
    com.genuitec.eclipse.webdesigner3 (7.5.0.zmyeclipse75020090612) “MyEclipse Visual Web Designer” [Starting]
    com.genuitec.eclipse.wizards (7.5.0.zmyeclipse75020090612) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipse.ws (7.5.0.zmyeclipse75020090612) “MyEclipse REST Web Services Support” [Starting]
    com.genuitec.eclipse.ws.xfire (7.5.0.zmyeclipse75020090612) “MyEclipse Web Services Support” [Starting]
    com.genuitec.eclipse.ws.xfire.framework (7.5.0.zmyeclipse75020090612) “MyEclipse XFire Web Services Support” [Starting]
    com.genuitec.javascript.debug (7.5.0.zmyeclipse75020090612) “MyEclipse JavaScript Debugger” [Starting]
    com.genuitec.javascript.debug.mozilla (7.5.0.zmyeclipse75020090612) “MyEclipse JavaScript Browser” [Resolved]
    com.genuitec.jboss.ide.eclipse.apache.xalan (7.5.0.zmyeclipse75020090612) “MyEclipse XDoclet Apache Xalan” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (7.5.0.zmyeclipse75020090612) “MyEclipse XDoclet Support Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (7.5.0.zmyeclipse75020090612) “MyEclipse XDoclet Assist” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (7.5.0.zmyeclipse75020090612) “MyEclipse XDoclet Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (7.5.0.zmyeclipse75020090612) “MyEclipse XDoclet Runner” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (7.5.0.zmyeclipse75020090612) “MyEclipse XDoclet UI Plug-in” [Starting]
    com.genuitec.myeclipse.compatibility (7.5.0.zmyeclipse75020090612) “MyEclipse Backward Compatibility” [Active]
    com.genuitec.myeclipse.doc (7.5.0.zmyeclipse75020090612) “MyEclipse Documentation” [Starting]
    com.genuitec.myeclipse.doc.toc (7.5.0.zmyeclipse75020090612) “MyEclipse Documentation TOC” [Starting]
    com.genuitec.myeclipse.icefaces (7.1.2.zmyeclipse75020090612) “ICEfaces Integration for MyEclipse” [Active]
    com.genuitec.myeclipse.icefaces.branding (7.1.1.zmyeclipse75020090612) “ICEfaces AJAX and Java EE Tooling for MyEclipse” [Resolved]
    com.genuitec.myeclipse.perspective (7.5.0.zmyeclipse75020090612) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.product7 (7.5.0.zmyeclipse75020090612) “MyEclipse Product” [Starting]
    com.genuitec.org.eclipse.webbrowser (7.5.0.zmyeclipse75020090612) “MyEclipse Web Browser” [Starting]
    com.genuitec.org.hibernate.eclipse (3.2.4.CR1-zmyeclipse75020090612) “MyEclipse Hibernate Core” [Active]
    com.genuitec.org.hibernate.eclipse.console (3.2.4.CR1-zmyeclipse75020090612) “MyEclipse Hibernate Console” [Starting]
    com.genuitec.org.hibernate.eclipse.mapper (3.2.4.CR1-zmyeclipse75020090612) “MyEclipse Hibernate Mapper” [Starting]
    com.genuitec.pulse.client.common.shortcut (2.4.2.200905042000) “Shortcut Support” [Starting]
    com.genuitec.pulse.client.common.shortcut.osx (2.4.2.200905042000) “OS X Shortcut Support” [Resolved]
    com.genuitec.pulse.client.common.ui (2.4.2.200905042000) “Pulse Common UI” [Resolved]
    com.genuitec.pulse.client.common.ui.osx (2.4.2.200905042000) “Pulse Common UI OS X” [Resolved]
    com.genuitec.pulse2.client.auth.addon (2.4.2.200905042000) “External Login Service” [Resolved]
    com.genuitec.pulse2.client.authentication (2.4.2.200905042000) “Client Authentication” [Starting]
    com.genuitec.pulse2.client.common (2.4.2.200905042000) “Pulse Client Common” [Active]
    com.genuitec.pulse2.client.common.exec (2.4.2.200905042000) “Common Execution Services” [Active]
    com.genuitec.pulse2.client.common.provisioning (2.4.2.200905042000) “Common Pulse Provisioning Services” [Active]
    com.genuitec.pulse2.client.common.provisioning.security (2.4.2.200905042000) “Provisioning Security” [Starting]
    com.genuitec.pulse2.client.installer.common (2.4.2.200905042000) “Pulse Client Common Services” [Active]
    com.genuitec.pulse2.client.installer.ui (2.4.2.200905042000) “Pulse Client Installer” [Active]
    com.genuitec.pulse2.client.launcher.ui (2.4.2.200905042000) “Launcher UI with p2 Support” [Active]
    com.genuitec.pulse2.client.properties (2.4.2.200905042000) “Pulse Client Properties Service” [Active]
    com.genuitec.pulse2.client.services (2.4.2.200905042000) “Pulse Client Services” [Active]
    com.genuitec.pulse2.client.services.ui (2.4.2.200905042000) “Pulse Client Services UI” [Active]
    com.genuitec.pulse2.client.targetcfg.dropins (2.4.2.200905042000) “Pulse Target Configuration Dropins Extensions” [Active]
    com.genuitec.pulse2.client.targetcfg.jdt (2.4.2.200905042000) “Pulse Target Configuration JDT Extensions” [Active]
    com.genuitec.pulse2.client.targetcfg.ui (2.4.2.200905042000) “Pulse Target Configuration UI” [Active]
    com.genuitec.pulse2.client.updatesite (2.4.2.200905042000) “Pulse Update Site Services” [Active]
    com.genuitec.pulse2.common (2.4.2.200905042000) “Pulse Common Services” [Active]
    com.genuitec.pulse2.common.http (2.6.1.200905042000) “Http Plug-in” [Active]
    com.genuitec.pulse2.common.ui (2.4.2.200905042000) “Pulse Common UI Services” [Active]
    com.genuitec.pulse2.model (2.4.2.200905042000) “Pulse Data Model” [Active]
    com.genuitec.pulse2.model.clientext (2.4.2.200905042000) “Client-side Mappings for Context” [Resolved]
    com.ibm.icu (3.8.1.v20080530) “International Components for Unicode for Java (ICU4J)” [Active]
    com.icesoft.ide.eclipse.designtime (7.1.2.zmyeclipse75020090612) “ICEfaces Design-Time Support for MyEclipse” [Starting]
    com.icesoft.ide.eclipse.icefaces.doc (7.1.2.zmyeclipse75020090612) “ICEfaces Help Documentation for MyEclipse” [Resolved]
    com.itsolut.mantis (3.0.5.200908171111) “Mylyn Connector: Mantis” [Starting]
    com.itsolut.mantis.core (3.0.5.200908171111) “Mylyn Mantis Connector Core” [Active]
    com.itsolut.mantis.ui (3.0.5.200908171111) “Mylyn Mantis Connector UI” [Active]
    com.iw.plugins.spindle.core (7.5.0.zmyeclipse75020090612) “MyEclipse Spindle Core Support” [Active]
    com.iw.plugins.spindle.docs (7.5.0.zmyeclipse75020090612) “MyEclipse Spindle 3 Documentation” [Starting]
    com.iw.plugins.spindle.ui (7.5.0.zmyeclipse75020090612) “MyEclipse Spindle UI” [Active]
    com.jasperassistant.designer (3.1.1) “JasperAssistant” [Starting]
    com.jasperassistant.designer.core (3.1.0) “JasperAssistant Core” [Starting]
    com.jasperassistant.designer.doc (3.1.1) “JasperAssistant Documentation” [Starting]
    com.jcraft.jsch (0.1.37.v200803061811) “JSch” [Resolved]
    com.lowagie.itext (1.5.4.v20080228) “Lowagie Itext” [Resolved]
    com.myeclipseide.feature.branding (7.5.0.zmyeclipse75020090612) “MyEclipse Enterprise Workbench” [Resolved]
    com.sun.jna (3.0.9) “JNA Library Plug-in” [Starting]
    ie.wombat.jbdiff (0.1.0.200905042000) “Jbdiff Plug-in” [Starting]
    javax.activation (1.1.0.v200806101325) “Apache Geronimo Activation Plug-in” [Resolved]
    javax.activation (1.1.0.v200905021805) “Apache Geronimo Activation Plug-in” [Resolved]
    javax.mail (1.4.0.v200804091730) “Javax Mail Plug-in” [Resolved]
    javax.mail (1.4.0.v200905040518) “Javax Mail Plug-in” [Resolved]
    javax.persistence (1.99.0.200905042000) “JPA 1.99 – Extended for OSGi” [Resolved]
    javax.servlet (2.4.0.v200806031604) “Servlet API Bundle” [Resolved]
    javax.servlet (2.4.0.200908171111) “Servlet API Bundle” [Resolved]
    javax.servlet.jsp (2.0.0.v200806031607) “Java Server Pages API Bundle” [Resolved]
    javax.wsdl (1.4.0.v200806030407) “WSDL4J” [Resolved]
    javax.wsdl (1.5.1.v200806030408) “WSDL4J” [Resolved]
    javax.wsdl (1.6.2.200908171111) “WSDL4J” [Resolved]
    javax.wsdl (1.6.2.v200806030405) “WSDL4J” [Resolved]
    javax.wsdl15 (1.5.1.v200705290614) “WSDL4J” [Resolved]
    javax.xml (1.3.4.v200806030440) “JAXP XML” [Resolved]
    javax.xml.bind (2.0.0.v20080604-1500) “JAXB” [Resolved]
    javax.xml.rpc (1.1.0.v200806030420) “JAX-RPC” [Resolved]
    javax.xml.rpc (1.1.0.200908171111) “JAX-RPC” [Resolved]
    javax.xml.rpc (1.1.0.v200905122109) “JAX-RPC” [Resolved]
    javax.xml.soap (1.2.0.v200806030421) “SAAJ” [Resolved]
    javax.xml.soap (1.2.0.200908171111) “SAAJ” [Resolved]
    javax.xml.soap (1.2.0.v200905122109) “SAAJ” [Resolved]
    net.sf.cglib (1.0.0.200905042000) “Cglib Plug-in” [Resolved]
    net.sf.solareclipse.ui (0.4.0.zmyeclipse75020090612) “MyEclipse Spindle SolarEclipse UI” [Resolved]
    net.sf.solareclipse.xml.ui (0.4.0.zmyeclipse75020090612) “MyEclipse Spindle XML Development Tools UI” [Starting]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200803061910) “SourceForge LPG” [Resolved]
    org.aopalliance (1.0.0) “aopalliance” [Resolved]
    org.apache.ant (1.7.0.v200803061910) “Apache Ant” [Resolved]
    org.apache.axis (1.4.0.v200807230600) “Apache Web Services” [Resolved]
    org.apache.axis (1.4.0.200908171111) “Apache Web Services” [Resolved]
    org.apache.axis (1.4.0.v200905122109) “Apache Web Services” [Resolved]
    org.apache.batik.bridge (1.6.0.v200805290154) “Apache Batik Bridge/GVT/Scripting” [Resolved]
    org.apache.batik.css (1.6.0.v200805290154) “Apache Batik CSS” [Resolved]
    org.apache.batik.dom (1.6.0.v200805290154) “Apache Batik DOM” [Resolved]
    org.apache.batik.dom.svg (1.6.0.v200805290154) “Apache Batik SVG DOM” [Resolved]
    org.apache.batik.ext.awt (1.6.0.v200805290154) “Apache Batik AWT Utilities” [Resolved]
    org.apache.batik.extension (1.6.0.v200805290154) “Apache Batik Extension” [Resolved]
    org.apache.batik.parser (1.6.0.v200805290154) “Apache Batik Parser” [Resolved]
    org.apache.batik.pdf (1.6.0.v200806031500) “Apache Batik PDF” [Resolved]
    org.apache.batik.svggen (1.6.0.v200805290154) “Apache Batik SVG Generation” [Resolved]
    org.apache.batik.swing (1.6.0.v200805290154) “Apache Batik Swing” [Resolved]
    org.apache.batik.transcoder (1.6.0.v200805290154) “Apache Batik Transcoder” [Resolved]
    org.apache.batik.util (1.6.0.v200805290154) “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.v200805290154) “Apache Batik XML” [Resolved]
    org.apache.cactus (1.7.2.v200805140145) “Cactus Resource Plug-in” [Starting]
    org.apache.commons.codec (1.3.0.v20080530-1600) “Apache Commons Codec Plug-in” [Resolved]
    org.apache.commons.codec (1.3.0.200908171111) “Apache Commons Codec Plug-in” [Resolved]
    org.apache.commons.collections (3.2.0) “Apache Commons Collections” [Resolved]
    org.apache.commons.discovery (0.2.0.v200806030120) “Jakarta-Commons Discovery” [Resolved]
    org.apache.commons.discovery (0.2.0.200908171111) “Jakarta-Commons Discovery” [Resolved]
    org.apache.commons.discovery (0.2.0.v200905122109) “Jakarta-Commons Discovery” [Resolved]
    org.apache.commons.el (1.0.0.v200806031608) “Apache Commons JSP 2.0 Expression Language Interpreter” [Resolved]
    org.apache.commons.httpclient (3.1.0.200905042000) “Apache Commons Httpclient” [Resolved]
    org.apache.commons.httpclient (3.1.0.200908171111) “Apache Commons Httpclient” [Resolved]
    org.apache.commons.httpclient (3.1.0.v20080605-1935) “Apache Commons Httpclient” [Resolved]
    org.apache.commons.io (1.3.2.v20080604-1500) “Apache Commons IO” [Resolved]
    org.apache.commons.jxpath (1.2.0.v20080604-1500) “Apache Commons JXPath” [Resolved]
    org.apache.commons.lang (2.3.0.v200803061910) “Apache Jakarta Commons Lang” [Resolved]
    org.apache.commons.logging (1.0.4.v20080605-1930) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.commons.logging (1.0.4.200908171111) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.commons.logging (1.0.4.v200904062259) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.derby.core (10.3.1.4) “Apache Derby Core Plug-in for Eclipse” [Starting]
    org.apache.jasper (5.5.17.v200806031609) “Apache Jasper 2 Plug-in” [Resolved]
    org.apache.log4j (1.2.13.v200806030600) “Apache Jakarta log4j Plug-in” [Resolved]
    org.apache.lucene (1.9.1.v20080530-1600) “Apache Lucene” [Resolved]
    org.apache.lucene.analysis (1.9.1.v20080530-1600) “Apache Lucene Analysis” [Resolved]
    org.apache.ws.commons.util (1.0.0.v20081204) “WS Commons Util Plug-in” [Resolved]
    org.apache.wsil4j (1.0.0.v200806040330) “WSIL4J” [Resolved]
    org.apache.xerces (2.9.0.v200805270400) “Apache Xerces-J” [Resolved]
    org.apache.xml.resolver (1.2.0.v200806030312) “Apache XmlResolver” [Resolved]
    org.apache.xml.serializer (2.7.1.v200806030322) “Apache XML Commons Serializer” [Resolved]
    org.apache.xmlrpc (3.0.0.v20080530-1550) “Apache XML-RPC Plug-in” [Resolved]
    org.aspectj.aspectjrt (1.6.0.v200808071200) “aspecjrt” [Resolved]
    org.aspectj.aspectjweaver (1.6.0.v200805211800) “aspectjweaver” [Resolved]
    org.eclipse.albireo.core (0.0.2.zmyeclipse75020090612) “Albireo Core (Incubation)” [Resolved]
    org.eclipse.ant.core (3.2.0.v20080529) “Ant Build Tool Core” [Starting]
    org.eclipse.ant.ui (3.3.1.v20090120_r342) “Ant UI” [Starting]
    org.eclipse.atf.core (0.2.2.zmyeclipse75020090612) “Core Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.core (0.2.2.zmyeclipse75020090612) “Mozide Core Plugin (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.debug (0.2.2.zmyeclipse75020090612) “Mozilla Debug Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.debug.ui (0.2.2.zmyeclipse75020090612) “Mozilla Debug UI Plug-in (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.ui (0.2.2.zmyeclipse75020090612) “Moz IDE UI Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.ui.extras (0.2.2.zmyeclipse75020090612) “Mozilla IDE UI Extras Plug-in (Incubation)” [Starting]
    org.eclipse.atf.templates (0.2.2.zmyeclipse75020090612) “Templates Plug-in (Incubation)” [Starting]
    org.eclipse.atf.ui (0.2.2.zmyeclipse75020090612) “Ui Plug-in (Incubation)” [Starting]
    org.eclipse.birt (2.3.1.v20080701) “Business Intelligence and Reporting Tools” [Resolved]
    org.eclipse.birt.chart (2.3.1.v20080701) “BIRT Chart Framework” [Resolved]
    org.eclipse.birt.chart.cshelp (2.3.1.v20080701) “BIRT Chart Context-sensitive Help” [Starting]
    org.eclipse.birt.chart.device.extension (2.3.1.v20080905) “BIRT Chart Device Extension(s)” [Starting]
    org.eclipse.birt.chart.device.pdf (2.3.1.v20080703) “BIRT Chart Device PDF Extension” [Starting]
    org.eclipse.birt.chart.device.svg (2.3.1.v20080905) “BIRT Chart Device SVG Extension” [Starting]
    org.eclipse.birt.chart.device.swt (2.3.1.v20080731) “BIRT Chart Device SWT Extension” [Starting]
    org.eclipse.birt.chart.engine (2.3.1.v20080905) “BIRT Chart Engine” [Starting]
    org.eclipse.birt.chart.engine.extension (2.3.1.v20080821) “BIRT Chart Engine Extension” [Starting]
    org.eclipse.birt.chart.reportitem (2.3.1.v20080908) “BIRT Chart-Report Integration” [Starting]
    org.eclipse.birt.chart.reportitem.ui (2.3.1.v20080911) “BIRT Chart-Report UI Integration Plug-in” [Starting]
    org.eclipse.birt.chart.runtime (2.3.0.v20080304) “BIRT Chart Runtime” [Resolved]
    org.eclipse.birt.chart.ui (2.3.1.v20080827) “BIRT Chart Library UI Plug-in” [Starting]
    org.eclipse.birt.chart.ui.extension (2.3.1.v20080827) “BIRT Chart UI Extension” [Starting]
    org.eclipse.birt.core (2.3.1.zmyeclipse75020090612) “BIRT Core Package” [Starting]
    org.eclipse.birt.core.ui (2.3.1.v20080807) “BIRT Core UI” [Starting]
    org.eclipse.birt.cshelp (2.3.1.zmyeclipse75020090612) “BIRT Context-sensitive Help” [Starting]
    org.eclipse.birt.data (2.3.1.v20080829) “BIRT Data Engine” [Starting]
    org.eclipse.birt.data.aggregation (2.3.1.v20080829) “Build-in Aggregation Plug-in” [Starting]
    org.eclipse.birt.doc (2.3.1.zmyeclipse75020090612) “BIRT Documentation” [Starting]
    org.eclipse.birt.integration.wtp.ui (2.3.1.zmyeclipse75020090612) “BIRT WTP Integration Plug-in” [Starting]
    org.eclipse.birt.report.data.adapter (2.3.1.v20080902) “BIRT Data Adapter” [Starting]
    org.eclipse.birt.report.data.oda.jdbc (2.3.1.zmyeclipse75020090612) “BIRT ODA-JDBC Bridge Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.ui (2.3.1.v20080902) “BIRT JDBC UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.xml (2.3.1.v20080827) “BIRT ODA-XML Driver” [Starting]
    org.eclipse.birt.report.data.oda.xml.ui (2.3.1.v20080827) “BIRT ODA XML Designer” [Starting]
    org.eclipse.birt.report.debug.core (2.3.1.zmyeclipse75020090612) “BIRT Debug Core Plug-in” [Resolved]
    org.eclipse.birt.report.debug.ui (2.3.1.zmyeclipse75020090612) “BIRT Debug UI Plug-in” [Starting]
    org.eclipse.birt.report.designer (2.3.1.v20080701) “BIRT Report Designer” [Resolved]
    org.eclipse.birt.report.designer.core (2.3.1.zmyeclipse75020090612) “BIRT Designer Core” [Starting]
    org.eclipse.birt.report.designer.ui (2.3.1.zmyeclipse75020090612) “BIRT Designer UI” [Starting]
    org.eclipse.birt.report.designer.ui.cubebuilder (2.3.1.v20080905) “BIRT Cube Builder Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.script (2.3.1.v20080905) “BIRT Enhanced Script Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.xml.wtp (2.3.1.v20080905) “BIRT Advanced XML Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors (2.3.1.zmyeclipse75020090612) “BIRT MultipageEditor Extension Point Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors.schematic (2.3.1.v20080905) “BIRT Editors Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.ide (2.3.1.zmyeclipse75020090612) “BIRT Designer UI for IDE” [Starting]
    org.eclipse.birt.report.designer.ui.lib (2.3.1.v20080905) “BIRT Designer UI for Library” [Starting]
    org.eclipse.birt.report.designer.ui.lib.explorer (2.3.1.zmyeclipse75020090612) “BIRT Library Explorer Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.preview.web (2.3.1.zmyeclipse75020090612) “BIRT Preview Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.views (2.3.1.v20080905) “BIRT UI Views Plug-in” [Starting]
    org.eclipse.birt.report.engine (2.3.1.v20080918) “BIRT Engine” [Starting]
    org.eclipse.birt.report.engine.dataextraction (2.3.1.v20080827) “Dataextraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.dataextraction.csv (2.3.1.v20080827) “CSV Data Extraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.html (2.3.1.v20080827) “BIRT HTML Emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf (2.3.1.v20080827) “BIRT PDF emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.postscript (2.3.1.v20080827) “BIRT POSTSCRIPT emitter” [Resolved]
    org.eclipse.birt.report.engine.emitter.ppt (2.3.1.v20080827) “BIRT PPT emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.prototype.excel (2.3.1.v20080917) “BIRT Excel emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml (2.3.1.v20080908) “BIRT Word emitter” [Starting]
    org.eclipse.birt.report.engine.fonts (2.3.1.v20080827) “BIRT Engine fonts” [Resolved]
    org.eclipse.birt.report.item.crosstab.core (2.3.1.v20080905) “BIRT Crosstab Plug-in” [Starting]
    org.eclipse.birt.report.item.crosstab.ui (2.3.1.zmyeclipse75020090612) “BIRT Crosstab UI Plug-in” [Starting]
    org.eclipse.birt.report.model (2.3.1.v20080912) “BIRT Model” [Starting]
    org.eclipse.birt.report.model.adapter.oda (2.3.1.v20080910) “BIRT Model ODA Adapter” [Starting]
    org.eclipse.birt.report.runtime (2.3.1.v20080701) “BIRT Report Runtime” [Resolved]
    org.eclipse.birt.report.viewer (2.3.1.v20080908) “BIRT Web Viewer” [Starting]
    org.eclipse.birt.resources (2.3.1.zmyeclipse75020090612) “BIRT Resources Plug-in” [Resolved]
    org.eclipse.compare (3.4.1.r34x_20090121) “Compare Support” [Active]
    org.eclipse.core.boot (3.1.100.v20080218) “Core Boot” [Starting]
    org.eclipse.core.commands (3.4.0.I20080509-2000) “Commands” [Resolved]
    org.eclipse.core.contenttype (3.3.0.v20080604-1400) “Eclipse Content Mechanism” [Active]
    org.eclipse.core.databinding (1.1.1.M20080827-0800b) “JFace Data Binding” [Active]
    org.eclipse.core.databinding.beans (1.1.1.M20080827-0800a) “JFace Data Binding for JavaBeans” [Resolved]
    org.eclipse.core.expressions (3.4.1.r342_v20081203-0800) “Expression Language” [Active]
    org.eclipse.core.filebuffers (3.4.0.v20080603-2000) “File Buffers” [Active]
    org.eclipse.core.filesystem (1.2.0.v20080604-1400) “Core File Systems” [Active]
    org.eclipse.core.filesystem.macosx (1.0.0.v20080604-1400) “Core File System for Macintosh” [Resolved]
    org.eclipse.core.jobs (3.4.1.R34x_v20081128) “Eclipse Jobs Mechanism” [Active]
    org.eclipse.core.net (1.1.0.I20080604) “Internet Connection Management” [Active]
    org.eclipse.core.resources (3.4.2.R34x_v20090126) “Core Resource Management” [Active]
    org.eclipse.core.resources.compatibility (3.4.0.v20080604-1400) “Core Resource Management Compatibility Fragment” [Resolved]
    org.eclipse.core.runtime (3.4.0.v20080512) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.2.0.v20071008) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.100.v20070502) “Authorization Compatibility Plug-in” [Active]
    org.eclipse.core.runtime.compatibility.registry (3.2.200.v20080610) “Eclipse Registry Compatibility Fragment” [Resolved]
    org.eclipse.core.variables (3.2.100.v20080529-1300) “Core Variables” [Starting]
    org.eclipse.cvs (1.0.200.R342_v20090206) “Eclipse CVS Client” [Starting]
    org.eclipse.dali.core (0.5.0.zmyeclipse75020090612) “Dali Core” [Starting]
    org.eclipse.dali.db (0.5.0.zmyeclipse75020090612) “Dali DB” [Starting]
    org.eclipse.dali.edit (0.5.0.zmyeclipse75020090612) “Dali Edit” [Starting]
    org.eclipse.dali.gen (0.5.0.zmyeclipse75020090612) “Dali Entity Gen” [Starting]
    org.eclipse.dali.ui (0.5.0.zmyeclipse75020090612) “Dali Java Persistence API (JPA) Tools” [Starting]
    org.eclipse.dali.utility (0.5.0.zmyeclipse75020090612) “Dali Utility” [Starting]
    org.eclipse.datatools.connectivity (1.1.2.v200901090028) “Data Tools Platform Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic (1.0.1.v200810140922) “Eclipse Data Tools Platform Generic DB Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v200805152355) “Eclipse Data Tools Platform Generic DB UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.1.v200810300511) “Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda (3.1.3.v200808270255) “DTP Open Data Access” [Starting]
    org.eclipse.datatools.connectivity.oda.consumer (3.1.3.v200808270255) “DTP ODA Consumer Helper Component Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.design (3.0.7.v200807231215) “DTP ODA Design Session Model” [Starting]
    org.eclipse.datatools.connectivity.oda.design.ui (3.0.8.v200901061015) “DTP ODA Designer UI Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile (3.0.8.v200812171046) “Eclipse Data Tools Platform Flat File ODA Runtime Driver” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile.ui (3.0.8.v200812171046) “Eclipse Data Tools Platform Flat File ODA Designer” [Starting]
    org.eclipse.datatools.connectivity.oda.profile (3.0.7.v200812050755) “DTP ODA Connection Profile Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.template.ui (3.0.6.v200805152355) “DTP ODA New Plug-in Template Wizard” [Starting]
    org.eclipse.datatools.connectivity.sqm.core (1.0.7.zmyeclipse75020090612) “Eclipse Data Tools Platform SQM Core Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.core.ui (1.1.3.v200902070558) “Eclipse Data Tools Platform SQM UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.server.ui (1.1.3.v200902120834) “Eclipse Data Tools Platform Server UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui (1.1.3.v200901150027) “Data Tools Platform Connectivity UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui.dse (1.1.3.v200810140349) “Eclipse Data Tools Platform Data Source Explorer Plug-in” [Starting]
    org.eclipse.datatools.enablement.mysql (1.0.2.zmyeclipse75020090612) “Eclipse Data Tools Platform MySQL Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.oda.ws (1.1.2.v200812171046) “Eclipse Data Tools Platform Web Services ODA Runtime Driver” [Starting]
    org.eclipse.datatools.enablement.oda.ws.ui (1.1.2.v200901191112) “Eclipse Data Tools Platform Web Services ODA Designer” [Starting]
    org.eclipse.datatools.enablement.oda.xml (1.1.2.v200902111040) “Eclipse Data Tools Platform XML ODA Runtime Driver” [Starting]
    org.eclipse.datatools.enablement.oda.xml.ui (1.1.2.v200812171046) “Eclipse Data Tools Platform XML ODA Designer” [Starting]
    org.eclipse.datatools.help (1.5.0.v200805152355) “Data Tools Platform Help Utilities” [Resolved]
    org.eclipse.datatools.modelbase.dbdefinition (1.0.1.v200901090853) “Eclipse Data Tools Platform DBDefinition Model” [Starting]
    org.eclipse.datatools.modelbase.sql (1.0.1.v200812031125) “Eclipse Data Tools Platform SQLModel Plug-in” [Starting]
    org.eclipse.datatools.modelbase.sql.edit (1.0.0.v200805152355) “Eclipse Data Tools Platform SQLModel Edit Plug-in” [Starting]
    org.eclipse.datatools.modelbase.sql.query (1.0.1.v200901241145) “Eclipse Data Tools Platform SQL Query Model Plugin” [Starting]
    org.eclipse.datatools.modelbase.sql.query.edit (1.0.0.v200806070329) “SQL Query Edit Support Plugin” [Starting]
    org.eclipse.datatools.modelbase.sql.xml.query (1.0.0.v200807080500) “Eclipse Data Tools Platform SQL XML Query Model Plugin” [Starting]
    org.eclipse.datatools.sqltools.common.ui (1.0.0.v200812121740) “Eclipse Data Tools Platform SQL Tools Common UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.data.core (1.0.1.v200902140515) “Data Core Plugin” [Starting]
    org.eclipse.datatools.sqltools.data.ui (1.1.1.v200901140830) “Data UI Plugin” [Starting]
    org.eclipse.datatools.sqltools.db.generic (1.0.0.v200902031600) “Eclipse Data Tools Platform SQL Tools Generic Database Plug-in” [Starting]
    org.eclipse.datatools.sqltools.ddlgen.ui (1.0.0.v200808140615) “Eclipse Data Tools Platform FE UI Plug-in” [Starting]
    org.eclipse.datatools.sqltools.debugger.core (1.0.0.zmyeclipse75020090612) “Eclipse Data Tools Platform SQL Debugger Framework” [Starting]
    org.eclipse.datatools.sqltools.editor.core (1.0.0.v200902031600) “Eclipse Data Tools Platform SQL Editor Core Plug-in” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql (1.0.1.v200808140615) “Eclipse Data Tools Platform SQL Parser Plugin” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.1.v200811081015) “Eclipse Data Tools Platform Lexer Plug-in” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.query (1.0.1.v200810291500) “Eclipse Data Tools Platform SQL Query Parser Plugin” [Starting]
    org.eclipse.datatools.sqltools.parsers.sql.xml.query (1.0.0.v200808140615) “Eclipse Data Tools Platform SQL XML Query Parser Plugin” [Starting]
    org.eclipse.datatools.sqltools.plan (1.0.0.v200812121520) “Eclipse Data Tools Platform SQL Execution Plan View Plug-in” [Starting]
    org.eclipse.datatools.sqltools.result (1.0.0.v200902120900) “Eclipse Data Tools Platform SQL Results View Plug-in” [Starting]
    org.eclipse.datatools.sqltools.routineeditor (1.0.0.v200807211830) “Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in” [Starting]
    org.eclipse.datatools.sqltools.sql (1.0.0.v200902031600) “Eclipse Data Tools Platform SQL Core Plug-in” [Starting]
    org.eclipse.datatools.sqltools.sqlbuilder (1.0.0.zmyeclipse75020090612) “SQL Builder” [Starting]
    org.eclipse.datatools.sqltools.sqleditor (1.0.0.zmyeclipse75020090612) “Eclipse Data Tools Platform SQL Editor” [Starting]
    org.eclipse.datatools.sqltools.sqlscrapbook (1.0.0.zmyeclipse75020090612) “Eclipse Data Tools Platform Sqlscrapbook Plug-in” [Starting]
    org.eclipse.datatools.sqltools.tabledataeditor (1.0.0.v200901280500) “Eclipse Data Tools Platform Table Data Editor Plug-in” [Starting]
    org.eclipse.datatools.sqltools.tablewizard (1.0.0.v200808140615) “Eclipse Data Tools Platform Database Table Creation Plug-in” [Starting]
    org.eclipse.debug.core (3.4.1.v20090106_r342) “Debug Core” [Active]
    org.eclipse.debug.ui (3.4.2.v20090110_r342) “Debug UI” [Starting]
    org.eclipse.draw2d (3.4.2.v20090114-1330) “Graphical Editing Framework Draw2d” [Active]
    org.eclipse.ecf (2.0.0.200905042000) “Eclipse Communication Framework (ECF)” [Starting]
    org.eclipse.ecf.filetransfer (2.0.0.200905042000) “ECF Filetransfer API” [Active]
    org.eclipse.ecf.identity (2.1.0.200902051940) “ECF Identity API” [Active]
    org.eclipse.ecf.provider.filetransfer (2.0.0.200905042000) “ECF Filetransfer Provider” [Active]
    org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.200905042000) “ECF Filetransfer Provider” [Resolved]
    org.eclipse.ecf.ssl (1.0.0.200905042000) “Eclipse Communication Framework (ECF)” [Resolved]
    org.eclipse.emf (2.4.0.v200902171115) “EMF – Eclipse Modeling Framework” [Starting]
    org.eclipse.emf.ant (2.4.0.v200902171115) “EMF Ant Tasks” [Starting]
    org.eclipse.emf.codegen (2.4.0.v200902171115) “EMF Code Generation” [Starting]
    org.eclipse.emf.codegen.ecore (2.4.2.v200902171115) “EMF Ecore Code Generator” [Starting]
    org.eclipse.emf.codegen.ecore.ui (2.4.1.v200902171115) “EMF Ecore Code Generator UI” [Starting]
    org.eclipse.emf.codegen.ui (2.4.0.v200902171115) “EMF Code Generation UI” [Starting]
    org.eclipse.emf.common (2.4.0.v200902171115) “EMF Common” [Active]
    org.eclipse.emf.common.ui (2.4.0.v200902171115) “EMF Common UI” [Starting]
    org.eclipse.emf.commonj.sdo (2.4.0.v200902171115) “CommonJ SDO – Service Data Objects” [Starting]
    org.eclipse.emf.converter (2.4.0.v200902171115) “EMF Model Converter” [Starting]
    org.eclipse.emf.databinding (1.0.0.v200902171115) “EMF Data Binding” [Starting]
    org.eclipse.emf.databinding.edit (1.0.0.v200902171115) “EMF Edit Data Binding” [Starting]
    org.eclipse.emf.ecore (2.4.2.v200902171115) “EMF Ecore” [Active]
    org.eclipse.emf.ecore.change (2.4.0.v200902171115) “EMF Change Model” [Starting]
    org.eclipse.emf.ecore.change.edit (2.4.0.v200902171115) “EMF Change Edit” [Starting]
    org.eclipse.emf.ecore.edit (2.4.1.v200902171115) “EMF Ecore Edit” [Starting]
    org.eclipse.emf.ecore.editor (2.4.0.v200902171115) “EMF Sample Ecore Editor” [Starting]
    org.eclipse.emf.ecore.sdo (2.4.0.v200902171115) “EMF SDO – EMF’s Service Data Objects Implementation” [Starting]
    org.eclipse.emf.ecore.xmi (2.4.1.v200902171115) “EMF XML/XMI Persistence” [Starting]
    org.eclipse.emf.edit (2.4.2.v200902171115) “EMF Edit” [Starting]
    org.eclipse.emf.edit.ui (2.4.2.v200902171115) “EMF Edit UI” [Starting]
    org.eclipse.emf.exporter (2.4.0.v200902171115) “EMF Model Exporter” [Starting]
    org.eclipse.emf.importer (2.4.1.v200902171115) “EMF Model Importer” [Starting]
    org.eclipse.emf.importer.ecore (2.4.0.v200902171115) “EMF Ecore Importer” [Starting]
    org.eclipse.emf.importer.java (2.4.1.v200902171115) “EMF Annotated Java Importer” [Starting]
    org.eclipse.emf.importer.rose (2.4.0.v200902171115) “EMF Rose Importer” [Starting]
    org.eclipse.emf.mapping (2.4.0.v200902171115) “EMF Mapping” [Starting]
    org.eclipse.emf.mapping.ecore (2.4.0.v200902171115) “EMF Ecore Mapping” [Starting]
    org.eclipse.emf.mapping.ecore.editor (2.4.0.v200902171115) “EMF Ecore Mapping Editor” [Starting]
    org.eclipse.emf.mapping.ecore2ecore (2.4.0.v200902171115) “EMF Ecore to Ecore Mapping” [Starting]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.4.0.v200902171115) “EMF Ecore to Ecore Mapping Editor” [Starting]
    org.eclipse.emf.mapping.ecore2xml (2.4.0.v200902171115) “EMF Ecore to XML Mapping” [Starting]
    org.eclipse.emf.mapping.ecore2xml.ui (2.4.0.v200902171115) “EMF Ecore to XML Mapping Editor” [Starting]
    org.eclipse.emf.mapping.ui (2.4.0.v200902171115) “EMF Mapping UI” [Starting]
    org.eclipse.equinox.app (1.1.0.v20080421-2006) “Equinox Application Container” [Active]
    org.eclipse.equinox.common (3.4.0.v20080421-2006) “Common Eclipse Runtime” [Active]
    org.eclipse.equinox.frameworkadmin (1.0.2.R34x_v20081007) “Equinox Framework Admin” [Active]
    org.eclipse.equinox.frameworkadmin.equinox (1.0.0.200905042000) “Equinox Framework Admin for Equinox” [Active]
    org.eclipse.equinox.http.jetty (1.1.0.v20080425) “Jetty Http Service” [Starting]
    org.eclipse.equinox.http.registry (1.0.100.v20080427-0830) “Http Service Registry Extensions” [Resolved]
    org.eclipse.equinox.http.servlet (1.0.100.v20080427-0830) “Http Services Servlet” [Starting]
    org.eclipse.equinox.jsp.jasper (1.0.100.v20080427-0830) “Jasper Jsp Support Bundle” [Starting]
    org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20080427-0830) “Jasper Jsp Registry Support Plug-in” [Starting]
    org.eclipse.equinox.launcher (1.0.101.R34x_v20081125) “Equinox Launcher” [Resolved]
    org.eclipse.equinox.launcher.carbon.macosx (1.0.101.R34x_v20080731) “Equinox Launcher MacOSX Fragment” [Resolved]
    org.eclipse.equinox.p2.artifact.optimizers (1.0.0.200905042000) “Equinox p2 Artifact Optimizers” [Starting]
    org.eclipse.equinox.p2.artifact.processors (1.0.0.200905042000) “Equinox p2 Artifact Processing Support” [Starting]
    org.eclipse.equinox.p2.artifact.repository (1.0.0.200905042000) “Equinox Provisioning Artifact Repository Support” [Active]
    org.eclipse.equinox.p2.core (1.0.0.200905042000) “Equinox Provisioning Core” [Active]
    org.eclipse.equinox.p2.director (1.0.0.200905042000) “Equinox Provisioning Director” [Active]
    org.eclipse.equinox.p2.directorywatcher (1.0.2.200905042000) “Equinox Provisioning Directory Watcher” [Active]
    org.eclipse.equinox.p2.engine (1.0.0.200905042000) “Equinox Provisioning Engine” [Active]
    org.eclipse.equinox.p2.exemplarysetup (1.0.0.200905042000) “Equinox Provisioning Exemplary Setup” [Active]
    org.eclipse.equinox.p2.extensionlocation (1.0.2.200905042000) “Extension Location Repository Support” [Active]
    org.eclipse.equinox.p2.garbagecollector (1.0.0.200905042000) “Provisioning Garbage Collector” [Active]
    org.eclipse.equinox.p2.jarprocessor (1.0.0.200905042000) “Equinox Provisioning JAR Processor” [Resolved]
    org.eclipse.equinox.p2.metadata (1.0.0.200905042000) “Equinox Provisioning Metadata” [Active]
    org.eclipse.equinox.p2.metadata.generator (1.0.0.200905042000) “Equinox Provisioning Metadata Generator” [Active]
    org.eclipse.equinox.p2.metadata.repository (1.0.0.200905042000) “Equinox Provisioning Metadata Repository” [Active]
    org.eclipse.equinox.p2.reconciler.dropins (1.0.2.200905042000) “Dropin Reconciler Plug-in” [Active]
    org.eclipse.equinox.p2.sar (0.1.0.200905042000) “Sar Plug-in” [Starting]
    org.eclipse.equinox.p2.touchpoint.eclipse (1.0.0.200905042000) “Equinox Provisioning Eclipse Touchpoint” [Starting]
    org.eclipse.equinox.p2.touchpoint.natives (1.0.0.200905042000) “Equinox Provisioning Native Touchpoint” [Starting]
    org.eclipse.equinox.p2.ui (1.0.4.R34x_v20090123) “Equinox Provisioning UI Support” [Active]
    org.eclipse.equinox.p2.ui.sdk (1.0.1.R34x_v20081029) “Equinox Provisioning Platform Update Support” [Active]
    org.eclipse.equinox.p2.updatechecker (1.0.0.v20080427-2136) “Equinox Provisioning Update Checker” [Active]
    org.eclipse.equinox.p2.updatesite (1.0.0.200905042000) “Update site repository adapter bundle (Incubation)” [Active]
    org.eclipse.equinox.preferences (3.2.201.R34x_v20080709) “Eclipse Preferences Mechanism” [Active]
    org.eclipse.equinox.registry (3.4.0.v20080516-0950) “Extension Registry Su

    #302821 Reply

    rgunn
    Member

    clarifying the above some more there are several variations of errors

    1. Changes to be performed in preview are incorrect, they are apeearing the end of the line not where the substitution should be

    2. Selecting another line by mouse selection in the preview changes window causes the MalformedTreeException above. It appears to be ok if you use the down or up arrow icons [select next/previous change]

    3. Running a Replace All directly causes an exception: End Position lies outside document range

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: OS X MyEclipse 7.5 Search ,Replace Selected

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