Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Unhandled event loop exception at org.eclipse.ui
Unhandled event loop exception at org.eclipse.ui [message #245385] Sun, 13 January 2008 17:01 Go to next message
Eclipse UserFriend
Originally posted by: tina.boettger.gmx.net

Hi,
it has been some months now that I am having this problem with Eclipse and
I have not found any help yet:
The dropdownlist which should appear whenever I type something like
System.(now the list should come) does block the whole programm so that
the editor does not react upon text input, if I try to choose a entry of
the list with the mouse, it disappears, and sometimes it does not
evenappear at all. Whenever the mouse accidently points to something that
displays a tooltip text I can no longer write anything and the programm is
blocked again, until I move the mouse pointer away. Well that's about the
problem which is pretty nasty and makes writing programms really
time-consuming.
I realized that whenever some of these problems occur an error is reported
in the error log:
it says: Unhandled event loop exception Plugin: org.eclipse.ui

Please someone help I need to get this going because I am trying to use a
new XML-Plugin (JDOM)(the error has appeared before the plugin) and as I
do not know the names of the methods I need the list... (Strg+0 does not
work too)

if you need any further information please ask.
Thanks a lot to anyone who has a suggestion.
Tina
eclipse.buildId=M20070921-1145
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86
This is a continuation of log file D:\workspace2\.metadata\.bak_0.log
Created Time: 2008-01-13 16:32:37.287

Error
Sun Jan 13 17:20:43 CET 2008
Unhandled event loop exception

org.eclipse.swt.SWTException: Failed to execute runnable
(org.eclipse.swt.SWTError: No more handles)
at org.eclipse.swt.SWT.error(SWT.java:3563)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3659)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3296)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 19)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:289)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:106)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:169)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:76)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Caused by: org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:3589)
at org.eclipse.swt.SWT.error(SWT.java:3481)
at org.eclipse.swt.SWT.error(SWT.java:3452)
at org.eclipse.swt.widgets.Widget.error(Widget.java:432)
at org.eclipse.swt.widgets.Control.createHandle(Control.java:60 2)
at org.eclipse.swt.widgets.Composite.createHandle(Composite.jav a:235)
at org.eclipse.swt.widgets.Decorations.createHandle(Decorations .java:413)
at org.eclipse.swt.widgets.Shell.createHandle(Shell.java:522)
at org.eclipse.swt.widgets.Control.createWidget(Control.java:61 8)
at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.j ava:131)
at org.eclipse.swt.widgets.Decorations.createWidget(Decorations .java:421)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:286)
at org.eclipse.swt.widgets.Shell.<init>(Shell.java:363)
at
org.eclipse.jface.internal.text.html.BrowserInformationContr ol. <init>(BrowserInformationControl.java:164)
at
org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletion Proposal$ControlCreator.doCreateInformationControl(AbstractJ avaCompletionProposal.java:106)
at
org.eclipse.jface.text.AbstractReusableInformationControlCre ator.createInformationControl(AbstractReusableInformationCon trolCreator.java:45)
at
org.eclipse.jface.text.AbstractInformationControlManager.get InformationControl(AbstractInformationControlManager.java:63 6)
at
org.eclipse.jface.text.AbstractInformationControlManager.int ernalShowInformationControl(AbstractInformationControlManage r.java:978)
at
org.eclipse.jface.text.AbstractInformationControlManager.pre sentInformation(AbstractInformationControlManager.java:964)
at
org.eclipse.jface.text.AbstractInformationControlManager.set Information(AbstractInformationControlManager.java:324)
at
org.eclipse.jface.text.contentassist.AdditionalInfoControlle r.computeInformation(AdditionalInfoController.java:511)
at
org.eclipse.jface.text.AbstractInformationControlManager.doS howInformation(AbstractInformationControlManager.java:948)
at
org.eclipse.jface.text.AbstractInformationControlManager.sho wInformation(AbstractInformationControlManager.java:938)
at
org.eclipse.jface.text.contentassist.AdditionalInfoControlle r.showInformation(AdditionalInfoController.java:495)
at
org.eclipse.jface.text.contentassist.AdditionalInfoControlle r$10.showInformation(AdditionalInfoController.java:440)
at
org.eclipse.jface.text.contentassist.AdditionalInfoControlle r$9.run(AdditionalInfoController.java:338)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 22 more
Re: Unhandled event loop exception at org.eclipse.ui [message #245393 is a reply to message #245385] Sun, 13 January 2008 17:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Tina,

I believe this kind of problem is caused by editors or views that don't
properly dispose their widgets when they are closed. The OS only has so
many window handles to allocate and if they are not properly returned
for recycling, the system will run out of them. There are only so many
for the entire OS, so having a lots of browser windows or other
applications with lots of windows or windows with lots of controls will
also lead to this type of problem more quickly. Generally you'd need to
shut Eclipse down and start it up again to get things going properly.
It would be good to know which thing that you are using has this type of
leak. Do you have more than just the platform installed? Perhaps these
additional plugins are making the problem worse?


Tina Böttger wrote:
> Hi,
> it has been some months now that I am having this problem with Eclipse
> and I have not found any help yet:
> The dropdownlist which should appear whenever I type something like
> System.(now the list should come) does block the whole programm so
> that the editor does not react upon text input, if I try to choose a
> entry of the list with the mouse, it disappears, and sometimes it does
> not evenappear at all. Whenever the mouse accidently points to
> something that displays a tooltip text I can no longer write anything
> and the programm is blocked again, until I move the mouse pointer
> away. Well that's about the problem which is pretty nasty and makes
> writing programms really time-consuming.
> I realized that whenever some of these problems occur an error is
> reported in the error log:
> it says: Unhandled event loop exception Plugin: org.eclipse.ui
>
> Please someone help I need to get this going because I am trying to
> use a new XML-Plugin (JDOM)(the error has appeared before the plugin)
> and as I do not know the names of the methods I need the list...
> (Strg+0 does not work too)
>
> if you need any further information please ask.
> Thanks a lot to anyone who has a suggestion.
> Tina
> eclipse.buildId=M20070921-1145
> java.version=1.6.0_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> Command-line arguments: -os win32 -ws win32 -arch x86
> This is a continuation of log file D:\workspace2\.metadata\.bak_0.log
> Created Time: 2008-01-13 16:32:37.287
>
> Error
> Sun Jan 13 17:20:43 CET 2008
> Unhandled event loop exception
>
> org.eclipse.swt.SWTException: Failed to execute runnable
> (org.eclipse.swt.SWTError: No more handles)
> at org.eclipse.swt.SWT.error(SWT.java:3563)
> at org.eclipse.swt.SWT.error(SWT.java:3481)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
>
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3659)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3296)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2389)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 19)
> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:289)
>
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:461)
>
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:106)
>
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:169)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:106)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:76)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
> Caused by: org.eclipse.swt.SWTError: No more handles
> at org.eclipse.swt.SWT.error(SWT.java:3589)
> at org.eclipse.swt.SWT.error(SWT.java:3481)
> at org.eclipse.swt.SWT.error(SWT.java:3452)
> at org.eclipse.swt.widgets.Widget.error(Widget.java:432)
> at org.eclipse.swt.widgets.Control.createHandle(Control.java:60 2)
> at org.eclipse.swt.widgets.Composite.createHandle(Composite.jav a:235)
> at org.eclipse.swt.widgets.Decorations.createHandle(Decorations .java:413)
> at org.eclipse.swt.widgets.Shell.createHandle(Shell.java:522)
> at org.eclipse.swt.widgets.Control.createWidget(Control.java:61 8)
> at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.j ava:131)
> at org.eclipse.swt.widgets.Decorations.createWidget(Decorations .java:421)
> at org.eclipse.swt.widgets.Shell.<init>(Shell.java:286)
> at org.eclipse.swt.widgets.Shell.<init>(Shell.java:363)
> at
> org.eclipse.jface.internal.text.html.BrowserInformationContr ol. <init>(BrowserInformationControl.java:164)
>
> at
> org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletion Proposal$ControlCreator.doCreateInformationControl(AbstractJ avaCompletionProposal.java:106)
>
> at
> org.eclipse.jface.text.AbstractReusableInformationControlCre ator.createInformationControl(AbstractReusableInformationCon trolCreator.java:45)
>
> at
> org.eclipse.jface.text.AbstractInformationControlManager.get InformationControl(AbstractInformationControlManager.java:63 6)
>
> at
> org.eclipse.jface.text.AbstractInformationControlManager.int ernalShowInformationControl(AbstractInformationControlManage r.java:978)
>
> at
> org.eclipse.jface.text.AbstractInformationControlManager.pre sentInformation(AbstractInformationControlManager.java:964)
>
> at
> org.eclipse.jface.text.AbstractInformationControlManager.set Information(AbstractInformationControlManager.java:324)
>
> at
> org.eclipse.jface.text.contentassist.AdditionalInfoControlle r.computeInformation(AdditionalInfoController.java:511)
>
> at
> org.eclipse.jface.text.AbstractInformationControlManager.doS howInformation(AbstractInformationControlManager.java:948)
>
> at
> org.eclipse.jface.text.AbstractInformationControlManager.sho wInformation(AbstractInformationControlManager.java:938)
>
> at
> org.eclipse.jface.text.contentassist.AdditionalInfoControlle r.showInformation(AdditionalInfoController.java:495)
>
> at
> org.eclipse.jface.text.contentassist.AdditionalInfoControlle r$10.showInformation(AdditionalInfoController.java:440)
>
> at
> org.eclipse.jface.text.contentassist.AdditionalInfoControlle r$9.run(AdditionalInfoController.java:338)
>
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
>
> .. 22 more
>
>
>
Re: Unhandled event loop exception at org.eclipse.ui [message #245415 is a reply to message #245393] Sun, 13 January 2008 20:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tina.boettger.gmx.net

Hello!
Thank you for the fast answer.
So you think that it could also come from other applications running on my
computer? Or do you mean applications in Eclipse?
I have installed following plugins:
Omondo, Visual Editor (and the required plugins for the ve),
Eclipse C++/ C Development. The list of plugins that can be found under
"About Eclipse" show a lot more plugins i don't recognize (i think they've
been there since I downloaded Eclipse).

The problem occurs in the normal Java Default Editor, every time with any
kind of file. During a normal day I get this error printed in the error
log about a thousand times. I need to do nothing else than writing
something with a '.' behind it and the error appears.

Do you think it would help to reinstall Eclipse? (I've done that more than
once)
I am really puzzled which version of Eclipse I should download and use.
And maybe I should reinstall all Java "things"(which I've also done once).
Again I wonder if I should then install JDK, JRE or anything (JEE...)
Under the Java Directory I can currently find four folders: jdk1.6... ,
jre1.6.0_01, jre1.6.0_02, jre1.6.0_03.
Re: Unhandled event loop exception at org.eclipse.ui [message #245420 is a reply to message #245415] Sun, 13 January 2008 21:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------090604040205080402030601
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit

Tina,

The number of window handles is limited for the overall OS and *all
*applications consume from this limited supply, not just Eclipse-based
once. Once you start to run out, all applications will start to fail
when creating windows which includes menus, dialogs, even hover help.
I.e., even a browser will have trouble opening a new window. You might
simply be running too many applications that are consuming windows all
at once so there might not actually be anything wrong with any one
particular application. I know I use Eclipse all day every day, though
only the platform and modeling related plugins, and I've only had this
window handle exhaustion happen once in the last few months.

Reinstalling won't help and I don't really think it's directly an
Eclipse problem, though it could well be a problem in some of the other
plugins you use. Again, it's the consumption of window handles that's
the problem so only plugins that are actively creating controls in the
display and not disposing them can be contributing to the problem. No
amount of fiddling with JREs will help either. More likely a
therapeutic reboot of the machine, running fewer GUI applications at the
same time, and keeping few editors and views open will help...


Tina B
Re: Unhandled event loop exception at org.eclipse.ui [message #245426 is a reply to message #245420] Sun, 13 January 2008 22:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tina.boettger.gmx.net

After the third reboot now the problem still exists. As I am quite used to
the problem and I know it always appears, I knew it would not go away, but
well miracles do happen ...
I have uploaded an image of my Computer "Desktop",
it shows Eclipse and the taskbar on the bottom. My Taskmanager said I was
running 44 tasks and they were mostly system tasks (except eclipse)
I have marked the time, and the time of the latest two errors, that
happened when
I typed the erroneous line System.out. (at each point)
link:
http://img171.imageshack.us/img171/1567/eclipseproblemzj2.jp g

Thank you for your help so far, I am really glad I finally found help.

Please excuse my English (I live in Germany and study computer science
there)

Tina
Re: Unhandled event loop exception at org.eclipse.ui [message #245431 is a reply to message #245426] Sun, 13 January 2008 22:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Tina,

It will probably help to understand what you have installed in Eclipse
in addition to the base platform. I.e., what else have you installed
in addition to just the base platform itself? How long does it take to
get to this state where even trying to show hover help fails to create a
window because window handles have run out? Are you saying you are in
this state minutes after a reboot? And you only have one Java editor
open?! That's quite shocking and extremely annoying! This is very
odd. Clearly if lots of people would have this problem if there were
something so fundamentally wrong with Eclipse. Any information you can
give to help clarify what's going on is likely to be helpful.

Don't worry about your English. It's fine and it's far better than my
German!


Tina Böttger wrote:
> After the third reboot now the problem still exists. As I am quite
> used to the problem and I know it always appears, I knew it would not
> go away, but well miracles do happen ...
> I have uploaded an image of my Computer "Desktop",
> it shows Eclipse and the taskbar on the bottom. My Taskmanager said I
> was running 44 tasks and they were mostly system tasks (except eclipse)
> I have marked the time, and the time of the latest two errors, that
> happened when I typed the erroneous line System.out. (at each point)
> link:
> http://img171.imageshack.us/img171/1567/eclipseproblemzj2.jp g
>
> Thank you for your help so far, I am really glad I finally found help.
>
> Please excuse my English (I live in Germany and study computer science
> there)
>
> Tina
>
Re: Unhandled event loop exception at org.eclipse.ui [message #245588 is a reply to message #245431] Mon, 14 January 2008 23:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tina.boettger.gmx.net

Hello Ed,

I have installed Visual Editor (EMF, VE, GEF), CDT (C++/C)
and also Omondo UML. And the newest Plugin is JDOM.
After system start I open Eclipse which takes about one/two minutes
to load completely. And just then the problem occurs.
I think I am not the only one experiencing this problem because I
found others (maybe one or two) with a similar problem. Their Eclipse
does not show them hover help or it pops up and blocks the whole editor
and Strg+0 does nothing (I found them by searching google, but also in
their case people were helpless)
I have a Pentium M 1.4Mhz with 512 MB and enough free space on my
harddrive.
I also use Antivir and a Firewall.
I found this file under configurations:
that's quite a lot and I don't know if it will help, but you asked for any
further information and this is what I found.
Thank you again. :)
Tina
*** Date: Dienstag, 15. Januar 2008 0:33 Uhr MEZ

*** Platform Details:

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.buildId=M20070921-1145
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
D:\eclipse\\plugins\org.eclipse.platform_3.3.2.R33x_v2007102 2\splash.bmp
-launcher
D:\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
D:\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32. x86_1.0.2.R331_v20071019\eclipse_1021.dll
-startup
D:\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v 20070828.jar
-vm
C:\Program Files\Java\jre1.6.0_03\bin\client\jvm.dll
eclipse.ee.install.verify=false
eclipse.product=org.eclipse.sdk.ide
eclipse.startTime=1200336945139
eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\client\jvm.dll
eclipse.vmargs=-Xms40m
-Xmx256m
-XX:MaxPermSize=256m
-Djava.class.path=D:\eclipse\plugins\org.eclipse.equinox.lau ncher_1.0.1.R33x_v20070828.jar
eof=eof
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=D:\eclipse\plugins\org.eclipse.equinox.launc her_1.0.1.R33x_v20070828.jar
java.class.version=50.0
java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
java.ext.dirs=C:\Program
Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
java.home=C:\Program Files\Java\jre1.6.0_03
java.io.tmpdir=C:\DOCUME~1\Admin\LOCALS~1\Temp\
java.library.path=D:\eclipse;.;C:\WINDOWS\Sun\Java\bin;C:\WI NDOWS\system32;C:\WINDOWS;C:\Program
Files\Java\jre1.6.0_03\bin\client;C:\Program
Files\Java\jre1.6.0_03\bin;C:\sml\bin;C:\WINDOWS\system32;C: \WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Common Files\GTK\2.0\bin;C:\Program
Files\QuickTime\QTSystem\;C:\MinGW\bin
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_03-b05
java.security.policy=/D:/eclipse/configuration/org.eclipse.o sgi/bundles/173/1/.cp/server.policy
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_03
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=1.6.0_03-b05
line.separator=

org.eclipse.equinox.launcher.splash.location=D:\eclipse\\plu gins\org.eclipse.platform_3.3.2.R33x_v20071022\splash.bmp
org.eclipse.jdt.debug.ui.debuggerActive=false
org.eclipse.jdt.debug.ui.instanceof.IJavaStackFrame=false
org.eclipse.jdt.debug.ui.supportsForceReturn=false
org.eclipse.jdt.debug.ui.supportsInstanceRetrieval=false
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSG i/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,Ja vaSE-1.6
org.osgi.framework.language=de
org.osgi.framework.os.name=WindowsXP
org.osgi.framework.os.version=5.1
org.osgi.framework.processor=x86
org.osgi.framework.system.packages=javax.accessibility,javax .activation,javax.activity,javax.annotation,javax.annotation .processing,javax.crypto,javax.crypto.interfaces,javax.crypt o.spec,javax.imageio,javax.imageio.event,javax.imageio.metad ata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,jav ax.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.monito r,javax.management.openmbean,javax.management.relation,javax .management.remote,javax.management.remote.rmi,javax.managem ent.timer,javax.naming,javax.naming.directory,javax.naming.e vent,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.r mi.ssl,javax.script,javax.security.auth,javax.security.auth. callback,javax.security.auth.kerberos,javax.security.auth.lo gin,javax.security.auth.spi,javax.security.auth.x500,javax.s ecurity.cert,javax.security.sasl,javax.sound.midi,javax.soun d.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax .sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rows et.spi,javax.swing,javax.swing.border,javax.swing.colorchoos er,javax.swing.event,javax.swing.filechooser,javax.swing.pla f,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing. plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.sw ing.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,java x.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotati on.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers ,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,j avax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.cry pto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.dataty pe,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,java x.xml.stream,javax.xml.stream.events,javax.xml.stream.util,j avax.xml.transform,javax.xml.transform.dom,javax.xml.transfo rm.sax,javax.xml.transform.stax,javax.xml.transform.stream,j avax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax. xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,java x.xml.ws.spi,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org .omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynA nyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,or g.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNam ing.NamingContextExtPackage,org.omg.CosNaming.NamingContextP ackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny .DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.o mg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPack age,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.Po rtableInterceptor.ORBInitInfoPackage,org.omg.PortableServer, org.omg.PortableServer.CurrentPackage,org.omg.PortableServer .POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg .PortableServer.portable,org.omg.PortableServer.ServantLocat orPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w 3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom. ls,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=x86
os.name=Windows XP
os.version=5.1
osgi.arch=x86
osgi.bundles=org.eclipse.equinox.common@2:start,
org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
osgi.bundlestore=D:\eclipse\configuration\org.eclipse.osgi\b undles
osgi.compatibility.bootdelegation=true
osgi.configuration.area=file:/D:/eclipse/configuration/
osgi.framework=file:/d:/eclipse/plugins/org.eclipse.osgi_3.3 .1.R33x_v20070828.jar
osgi.framework.beginningstartlevel=1
osgi.framework.shape=jar
osgi.framework.version=3.3.1.R33x_v20070828
osgi.install.area=file:/D:/eclipse/
osgi.instance.area=file:/D:/workspace2/
osgi.instance.area.default=file:/C:/Documents and Settings/Admin/workspace/
osgi.logfile=D:\workspace2\.metadata\.log
osgi.manifest.cache=D:\eclipse\configuration\org.eclipse.osg i\manifests
osgi.nl=de_DE
osgi.os=win32
osgi.splashLocation=D:\eclipse\\plugins\org.eclipse.platform _3.3.2.R33x_v20071022\splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=d:\eclipse\plugins
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Program
Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program
Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program
Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program
Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program
Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program
Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program
Files\Java\jre1.6.0_03\classes
sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\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 2
user.country=DE
user.dir=D:\eclipse
user.home=C:\Documents and Settings\Admin
user.language=de
user.name=Admin
user.timezone=Europe/Berlin
user.variant=

*** Features:
com.omondo.uml.free (3.3.0.v20071030) "EclipseUML 2007 Europa Free Edition
for Eclipse 3.3"
org.eclipse.cvs (1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D) "Eclipse CVS
Client"
org.eclipse.cvs.source (1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D)
"Eclipse CVS Client SDK"
org.eclipse.emf (2.3.1.v200709252135) "Eclipse Modeling Framework (EMF)"
org.eclipse.emf.codegen (2.3.1.v200709252135) "EMF Template Code Generator"
org.eclipse.emf.codegen.ecore (2.3.1.v200709252135) "EMF Ecore Code
Generation"
org.eclipse.emf.codegen.ecore.ui (2.3.0.v200709252135) "EMF Ecore Code
Generation UI"
org.eclipse.emf.codegen.ui (2.3.0.v200709252135) "EMF Template Code
Generator UI"
org.eclipse.emf.common (2.3.0.v200709252135) "EMF Common"
org.eclipse.emf.common.ui (2.3.1.v200709252135) "EMF Common UI"
org.eclipse.emf.converter (2.3.1.v200709252135) "EMF Model Convert Support"
org.eclipse.emf.ecore (2.3.1.v200709252135) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.3.0.v200709252135) "EMF Ecore Edit Support"
org.eclipse.emf.ecore.editor (2.3.1.v200709252135) "Sample Ecore Editor"
org.eclipse.emf.ecore.sdo (2.3.0.v200709252135) "EMF Service Data Objects
(SDO)"
org.eclipse.emf.ecore.sdo.edit (2.3.0.v200709252135) "EMF Service Data
Objects (SDO) Edit Support"
org.eclipse.emf.ecore.sdo.editor (2.3.0.v200709252135) "EMF Service Data
Objects (SDO) Editor"
org.eclipse.emf.edit (2.3.1.v200709252135) "EMF Edit"
org.eclipse.emf.edit.ui (2.3.1.v200709252135) "EMF Edit UI"
org.eclipse.emf.examples (2.2.0.v200609210005) "Eclipse Modeling Framework
(EMF) Examples"
org.eclipse.emf.mapping (2.3.0.v200709252135) "EMF Mapping "
org.eclipse.emf.mapping.ecore (2.3.0.v200709252135) "Eclipse Modeling
Framework (EMF) - org.eclipse.emf.mapping.ecore"
org.eclipse.emf.mapping.ecore.editor (2.3.0.v200709252135) "Eclipse
Modeling Framework (EMF) - org.eclipse.emf.mapping.ecore.editor"
org.eclipse.emf.mapping.ui (2.3.0.v200709252135) "EMF Mapping UI"
org.eclipse.gef (3.3.1.v20070814) "Graphical Editing Framework"
org.eclipse.gef.examples (3.1.1) "GEF Examples"
org.eclipse.gef.sdk (3.3.1.v20070814) "Graphical Editing Framework
Developer Resources"
org.eclipse.gef.source (3.3.1.v20070814) "Graphical Editing Framework
Developer Resources"
org.eclipse.jdt (3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL)
"Eclipse Java Development Tools"
org.eclipse.jdt.source (3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL)
"Eclipse Java Development Tools SDK"
org.eclipse.jem (1.2.3.v20070130_R----6zXJK-L2U8VZ) "Java EMF Model"
org.eclipse.jem.sdk (1.2.3.v20070130_R-G95EUlhcE39c_dh) "Java EMF Model
SDK"
org.eclipse.jem.source (1.2.3.v20070130_R----6zXJK-L2U8VZ) "Java EMF Model
Source"
org.eclipse.pde (3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN) "Eclipse
Plug-in Development Environment"
org.eclipse.pde.source (3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN)
"Eclipse Plug-in Development Environment Developer Resources"
org.eclipse.platform (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz) "Eclipse
Platform"
org.eclipse.platform.source (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz)
"Eclipse Platform Plug-in Developer Resources"
org.eclipse.rcp (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS) "Eclipse
RCP"
org.eclipse.rcp.source (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS)
"Eclipse RCP Plug-in Developer Resources"
org.eclipse.sdk (3.3.2.R33x_r20071022-7M7J7C_Mu2gop0b_GAwplOBhyuKO)
"Eclipse Project SDK"
org.eclipse.uml2 (2.1.1.v200708301222) "UML2"
org.eclipse.ve (1.2.1.v20060817_M-zXJUB0fx_-eyDdh) "Visual Editor"
org.eclipse.ve.sdk (1.2.1.v20060825_M-u0g6E989Ug_OQPH) "Visual Editor SDK"
org.eclipse.ve.source (1.2.1.v20060817_M-zXJUB0fx_-eyDdh) "Visual Editor
Source"
org.eclipse.xsd (2.3.1.v200709252135) "XML Schema Infoset Model (XSD)"
org.eclipse.xsd.ecore.converter (2.3.1.v200709252135) "XML Schema Infoset
Model (XSD) - org.eclipse.xsd.ecore.converter"
org.eclipse.xsd.edit (2.3.0.v200709252135) "XML Schema Edit Framework"
org.eclipse.xsd.editor (2.3.0.v200709252135) "XML Schema Editor"
org.eclipse.xsd.mapping (2.3.0.v200709252135) "XML Schema Infoset Model
(XSD) - org.eclipse.xsd.mapping"
org.eclipse.xsd.mapping.editor (2.3.0.v200709252135) "XML Schema Infoset
Model (XSD) - org.eclipse.xsd.mapping.editor"

*** Plug-in Registry:
com.ibm.etools.emf.event (3.0.0.v20060918_M) "Event Model" [Starting]
com.ibm.icu (3.6.1.v20070906) "International Components for Unicode for
Java (ICU4J)" [Active]
com.ibm.icu.source (3.6.1.v20070906) "International Components for Unicode
for Java (ICU4J) source plug-in" [Resolved]
com.jcraft.jsch (0.1.31) "JSch" [Resolved]
com.omondo.uml.core (3.3.0.v20071030) "Core Plug-in" [Active]
com.omondo.uml.docgen (3.3.0.v20071030) "Eclipse UML Documentation
Generation Plugin" [Starting]
com.omondo.uml.free (3.3.0.v20071030) "EclipseUML 2007 Europa Free Edition
for Eclipse 3.3" [Resolved]
com.omondo.uml.jee (1.3.0.v20071030) "JEE Plug-in" [Starting]
com.omondo.uml.jee.reverse (1.3.0.v20071030) "JEE Reverse Plug-in"
[Resolved]
com.omondo.uml.model (3.3.0.v20071030) "Model Plug-in" [Starting]
com.omondo.uml.std (3.3.0.v20071030) "EclipseUML STD" [Active]
com.omondo.uml.std.doc.user (3.3.0.v20071030) "EclipseUML Standard Plugin
Documentation" [Starting]
com.omondo.uml.wtp (1.3.0.v20071030) "Wtp Plug-in" [Starting]
com.omondo.uml.wtp.ui (1.3.0.v20071030) "WTP UI Plug-in" [Starting]
javax.management (1.2.0.v200706111329) "Java Management Extensions API"
[Resolved]
javax.management.remote (1.0.0.v200706111329) "Java Management Remote
Extensions API" [Resolved]
javax.servlet (2.4.0.v200706111738) "Servlet API Bundle" [Resolved]
javax.servlet.jsp (2.0.0.v200706191603) "Java Server Pages API Bundle"
[Resolved]
javax.servlet.jsp.source (2.0.0.v200706191603) "Java Server Pages API
Source Bundle" [Resolved]
javax.servlet.source (2.4.0.v200706111738) "Servlet API Source Bundle"
[Resolved]
org.apache.ant (1.7.0.v200706080842) "Apache Ant" [Resolved]
org.apache.ant.source (1.7.0.v200706080842) "Apache Ant Source" [Resolved]
org.apache.batik (1.6.0.v20060613-1220) "Apache Batik" [Starting]
org.apache.commons.codec (1.2.0.v200706111724) "Apache Commons Codec
Plug-in" [Resolved]
org.apache.commons.el (1.0.0.v200706111724) "Apache Commons JSP 2.0
Expression Language Interpreter" [Resolved]
org.apache.commons.el.source (1.0.0.v200706111724) "Apache Commons JSP 2.0
Expression Language Interpreter Source" [Resolved]
org.apache.commons.httpclient (3.0.1.v200706111724) "Apache Commons
Httpclient Plug-in" [Resolved]
org.apache.commons.logging (1.0.4.v200706111724) "Apache Commons Logging
Plug-in" [Resolved]
org.apache.commons.logging.source (1.0.4.v200706111724) "Apache Commons
Logging Plug-in Source" [Resolved]
org.apache.jasper (5.5.17.v200706111724) "Apache Jasper 2 Plug-in"
[Resolved]
org.apache.jasper.source (5.5.17.v200706111724) "Apache Jasper 2 Source
Plug-in" [Resolved]
org.apache.lucene (1.9.1.v200706111724) "Apache Lucene" [Resolved]
org.apache.lucene.analysis (1.9.1.v200706181610) "Apache Lucene Analysis"
[Resolved]
org.apache.lucene.analysis.source (1.9.1.v200706181610) "Apache Lucene
Analysis Source" [Resolved]
org.apache.lucene.source (1.9.1.v200706111724) "Apache Lucene Source"
[Resolved]
org.apache.ws.commons.util (1.0.0.v200706111329) "WS Commons Util Plug-in"
[Resolved]
org.apache.ws.jaxme (0.5.1.v200706111329) "Apache JAX-ME Plug-in"
[Resolved]
org.apache.xerces (2.8.0.v200606131651) "Xerces 2.8.0" [Resolved]
org.apache.xmlrpc (3.0.0.v200706111329) "Apache XML-RPC Plug-in" [Resolved]
org.eclipse.ant.core (3.1.200.v20070522) "Ant Build Tool Core" [Starting]
org.eclipse.ant.ui (3.2.200.v20070825_r331) "Ant UI" [Active]
org.eclipse.compare (3.3.1.r33x_20070906) "Compare Support" [Active]
org.eclipse.core.boot (3.1.100.v20060603) "Core Boot" [Starting]
org.eclipse.core.commands (3.3.0.I20070605-0010) "Commands" [Resolved]
org.eclipse.core.contenttype (3.2.100.v20070319) "Eclipse Content
Mechanism" [Active]
org.eclipse.core.databinding (1.0.1.M20070822-0800) "JFace Data Binding"
[Resolved]
org.eclipse.core.databinding.beans (1.0.1.M20070910-0800b) "JFace Data
Binding for JavaBeans" [Resolved]
org.eclipse.core.expressions (3.3.0.v20070606-0010) "Expression Language"
[Active]
org.eclipse.core.filebuffers (3.3.1.r331_v20070829) "File Buffers" [Active]
org.eclipse.core.filesystem (1.1.0.v20070606) "Core File Systems" [Active]
org.eclipse.core.filesystem.win32.x86 (1.1.0.v20070510) "Core File System
for Windows" [Resolved]
org.eclipse.core.jobs (3.3.1.R33x_v20070709) "Eclipse Jobs Mechanism"
[Active]
org.eclipse.core.net (1.0.1.r33x_20070709) "Internet Connection
Management" [Active]
org.eclipse.core.resources (3.3.0.v20070604) "Core Resource Management"
[Active]
org.eclipse.core.resources.compatibility (3.2.100.v20070502) "Core
Resource Management Compatibility Fragment" [Resolved]
org.eclipse.core.resources.jmx (1.0.0.v20070510) "Resource Monitoring Core
Resources Extensions (Incubation)" [Active]
org.eclipse.core.resources.win32 (3.3.0.v20070226) "Core Resource
Management Win32 Fragment" [Resolved]
org.eclipse.core.runtime (3.3.100.v20070530) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.1.200.v20070502) "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.100.v20070316)
"Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.core.variables (3.2.0.v20070426) "Core Variables" [Active]
org.eclipse.cvs (1.0.0.v20070606) "Eclipse CVS Client" [Starting]
org.eclipse.cvs.source (1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D)
"Eclipse CVS Client SDK" [Resolved]
org.eclipse.debug.core (3.3.1.v20070731_r331) "Debug Core" [Active]
org.eclipse.debug.ui (3.3.1.v20070731_r331) "Debug UI" [Active]
org.eclipse.draw2d (3.2.100.v20070529) "Graphical Editing Framework
Draw2d" [Active]
org.eclipse.draw2d.doc.isv (3.2.100.v20070529) "Graphical Editing
Framework Draw2d Documentation" [Starting]
org.eclipse.emf (2.3.0.v200709252135) "Eclipse Modeling Framework (EMF)"
[Starting]
org.eclipse.emf.activities (2.2.0.v200609210005) "EMF Activities"
[Starting]
org.eclipse.emf.ant (2.3.1.v200709252135) "EMF Ant Tasks" [Starting]
org.eclipse.emf.codegen (2.3.1.v200709252135) "EMF Template Code
Generator" [Starting]
org.eclipse.emf.codegen.ecore (2.3.1.v200709252135) "EMF Ecore Code
Generation" [Starting]
org.eclipse.emf.codegen.ecore.ui (2.3.0.v200709252135) "EMF Ecore Code
Generation UI" [Starting]
org.eclipse.emf.codegen.ui (2.3.0.v200709252135) "EMF Template Code
Generator UI" [Starting]
org.eclipse.emf.common (2.3.0.v200709252135) "EMF Common" [Active]
org.eclipse.emf.common.ui (2.3.1.v200709252135) "EMF Common UI" [Starting]
org.eclipse.emf.commonj.sdo (2.3.0.v200709252135) "CommonJ SDO" [Starting]
org.eclipse.emf.converter (2.3.0.v200709252135) "EMF Model Convert
Support" [Starting]
org.eclipse.emf.ecore (2.3.1.v200709252135) "EMF Ecore" [Active]
org.eclipse.emf.ecore.change (2.3.0.v200709252135) "EMF Ecore Change
Model" [Active]
org.eclipse.emf.ecore.change.edit (2.3.0.v200709252135) "EMF Ecore Change
Edit Support" [Starting]
org.eclipse.emf.ecore.edit (2.3.0.v200709252135) "EMF Ecore Edit Support"
[Starting]
org.eclipse.emf.ecore.editor (2.3.1.v200709252135) "Sample Ecore Editor"
[Starting]
org.eclipse.emf.ecore.sdo (2.3.0.v200709252135) "EMF Service Data Objects
(SDO)" [Starting]
org.eclipse.emf.ecore.sdo.edit (2.3.0.v200709252135) "EMF Service Data
Objects (SDO) Edit Support" [Starting]
org.eclipse.emf.ecore.sdo.editor (2.3.0.v200709252135) "EMF Service Data
Objects (SDO) Editor" [Starting]
org.eclipse.emf.ecore.xmi (2.3.1.v200709252135) "EMF XMI" [Active]
org.eclipse.emf.edit (2.3.1.v200709252135) "EMF Edit" [Starting]
org.eclipse.emf.edit.ui (2.3.1.v200709252135) "EMF Edit UI" [Starting]
org.eclipse.emf.examples (2.2.0.v200609210005) "Eclipse Modeling Framework
(EMF) Examples" [Starting]
org.eclipse.emf.examples.library (2.2.0.v200609210005) "Extended Library
Model" [Starting]
org.eclipse.emf.examples.library.edit (2.2.0.v200609210005) "Extended
Library Edit" [Starting]
org.eclipse.emf.examples.library.editor (2.2.0.v200609210005) "Extended
Library Editor" [Starting]
org.eclipse.emf.exporter (2.3.0.v200709252135) "EMF Model Export Support"
[Starting]
org.eclipse.emf.exporter.html (2.2.0.v200609210005) "HTML Exporter for EMF
models" [Starting]
org.eclipse.emf.importer (2.3.1.v200709252135) "EMF Model Import Support"
[Starting]
org.eclipse.emf.importer.ecore (2.3.1.v200709252135) "EMF Ecore Importer"
[Starting]
org.eclipse.emf.importer.java (2.3.1.v200709252135) "EMF Annotated Java
Importer" [Starting]
org.eclipse.emf.importer.rose (2.3.1.v200709252135) "EMF Rose Importer"
[Starting]
org.eclipse.emf.java (2.2.0.v200609210005) "EMF Java" [Starting]
org.eclipse.emf.java.edit (2.2.0.v200609210005) "EMF Java Edit" [Starting]
org.eclipse.emf.java.editor (2.2.0.v200609210005) "EMF Java Editor"
[Starting]
org.eclipse.emf.mapping (2.3.0.v200709252135) "EMF Mapping" [Starting]
org.eclipse.emf.mapping.ecore (2.3.0.v200709252135) "Eclipse Modeling
Framework (EMF) - org.eclipse.emf.mapping.ecore" [Starting]
org.eclipse.emf.mapping.ecore.editor (2.3.0.v200709252135) "Eclipse
Modeling Framework (EMF) - org.eclipse.emf.mapping.ecore.editor" [Starting]
org.eclipse.emf.mapping.ecore2ecore (2.3.0.v200709252135) "Ecore to Ecore
Mapping" [Starting]
org.eclipse.emf.mapping.ecore2ecore.editor (2.3.0.v200709252135) "Ecore to
Ecore Mapping Editor" [Starting]
org.eclipse.emf.mapping.ecore2xml (2.3.0.v200709252135) "Ecore to XML
Mapping" [Starting]
org.eclipse.emf.mapping.ecore2xml.ui (2.3.0.v200709252135) "Ecore to XML
Mapping UI" [Starting]
org.eclipse.emf.mapping.ui (2.3.0.v200709252135) "EMF Mapping UI"
[Starting]
org.eclipse.emf.mapping.xsd2ecore (2.3.0.v200709252135) "XSD to Ecore
Mapping" [Starting]
org.eclipse.emf.mapping.xsd2ecore.editor (2.3.0.v200709252135) "XSD to
Ecore Mapping Editor" [Starting]
org.eclipse.equinox.app (1.0.1.R33x_v20070828) "Equinox Application
Container" [Active]
org.eclipse.equinox.common (3.3.0.v20070426) "Common Eclipse Runtime"
[Active]
org.eclipse.equinox.device (1.0.0.v20070226) "Device Access Service"
[Resolved]
org.eclipse.equinox.event (1.0.100.v20070516) "Event Admin" [Resolved]
org.eclipse.equinox.http (1.0.100.v20070423) "HTTP Service" [Resolved]
org.eclipse.equinox.http.jetty (1.0.1.R33x_v20070816) "Jetty Http Service"
[Starting]
org.eclipse.equinox.http.registry (1.0.0.v20070608) "Http Service Registry
Extensions" [Resolved]
org.eclipse.equinox.http.servlet (1.0.1.R33x_v20070816) "Http Services
Servlet" [Starting]
org.eclipse.equinox.http.servletbridge (1.0.0.v20070523) "Servletbridge
Http Service" [Resolved]
org.eclipse.equinox.jmx.client (1.0.0.v20070515) "Resource Monitoring
Client Plug-in (Incubation)" [Starting]
org.eclipse.equinox.jmx.client.rmi (1.0.0) "RMI Transport Client Plug-in
(Incubation)" [Starting]
org.eclipse.equinox.jmx.client.xmlrpc (1.0.0.v20070515) "XMLRPC Transport
Client Plug-in (Incubation)" [Resolved]
org.eclipse.equinox.jmx.common (1.0.0.v20070510) "Resource Monitoring
Common Bundle (Incubation)" [Active]
org.eclipse.equinox.jmx.server (1.0.0.v20070510) "Resource Monitoring
Server Bundle (Incubation)" [Active]
org.eclipse.equinox.jmx.server.rmi (1.0.0.v20070510) "RMI Transport Server
Plug-in (Incubation)" [Active]
org.eclipse.equinox.jmx.server.xmlrpc (1.0.0.v20070608) "XMLRPC Transport
Server Plug-in (Incubation)" [Resolved]
org.eclipse.equinox.jmx.vm (1.0.0.v20070515) "Resource Monitoring VM
Extensions (Incubation)" [Active]
org.eclipse.equinox.jsp.jasper (1.0.1.R33x_v20070816) "Jasper Jsp Support
Bundle" [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20070607) "Jasper Jsp
Registry Support Plug-in" [Starting]
org.eclipse.equinox.launcher (1.0.1.R33x_v20070828) "Equinox Launcher"
[Resolved]
org.eclipse.equinox.launcher.win32.win32.x86 (1.0.2.R331_v20071019)
"Equinox Launcher Win32 X86 Fragment" [Resolved]
org.eclipse.equinox.log (1.0.100.v20070226) "Log Service" [Resolved]
org.eclipse.equinox.metatype (1.0.0.v20070226) "Meta Type" [Resolved]
org.eclipse.equinox.preferences (3.2.100.v20070522) "Eclipse Preferences
Mechanism" [Active]
org.eclipse.equinox.preferences.jmx (1.0.0.v20070510) "Resource Monitoring
Preferences Extensions (Incubation)" [Active]
org.eclipse.equinox.registry (3.3.1.R33x_v20070802) "Extension Registry
Support" [Active]
org.eclipse.equinox.registry.jmx (1.0.0.v20070510) "Resource Monitoring
Equinox Registry Extensions (Incubation)" [Active]
org.eclipse.equinox.servletbridge (1.0.1.R33x_v20070816) "bundleName"
[Resolved]
org.eclipse.equinox.useradmin (1.0.0.v20070226) "User Admin Service"
[Resolved]
org.eclipse.gef (3.2.101.v20070814) "Graphical Editing Framework"
[Starting]
org.eclipse.gef.doc.isv (3.2.100.v20070529) "Graphical Editing Framework
Documentation" [Starting]
org.eclipse.gef.examples.flow (3.1.1) "GEF Flow Editor Example" [Starting]
org.eclipse.gef.examples.logic (3.1.1) "GEF Logic Editor Example"
[Starting]
org.eclipse.gef.examples.shapes (3.1.1) "GEF Shape Editor Example"
[Starting]
org.eclipse.gef.examples.source (3.1.1) "GEF Examples" [Resolved]
org.eclipse.gef.examples.text (3.1.1) "GEF Text Editor Example" [Starting]
org.eclipse.gef.examples.ui.pde (3.3.0.v20070529) "Graphical Editing
Framework Example Plug-ins" [Starting]
org.eclipse.gef.source (3.3.1.v20070814) "Graphical Editing Framework
Developer Resources" [Resolved]
org.eclipse.help (3.3.1.v20070726_33x) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.200.v20070510) "Help Application Server"
[Starting]
org.eclipse.help.base (3.3.1.v20070813_33x) "Help System Base" [Active]
org.eclipse.help.ui (3.3.1.v20070726_33x) "Help System UI" [Active]
org.eclipse.help.webapp (3.3.1.v20070823_33x) "Help System Webapp"
[Starting]
org.eclipse.jdt (3.3.0.v20070607-1300) "Eclipse Java Development Tools"
[Resolved]
org.eclipse.jdt.apt.core (3.3.1.R33x_v20070831-0435) "Java Annotation
Processing Core" [Active]
org.eclipse.jdt.apt.pluggable.core (1.0.1.R33x_v20070831-0435) "Java
Compiler Apt IDE" [Active]
org.eclipse.jdt.apt.ui (3.3.1.R33x_v20070801-1930) "Java Annotation
Processing UI" [Starting]
org.eclipse.jdt.compiler.apt (1.0.1.R33x_v20070831-0435) "Java Compiler
Apt" [Resolved]
org.eclipse.jdt.compiler.tool (1.0.1.v_780_R33x) "Java Compiler Tool
Support" [Resolved]
org.eclipse.jdt.core (3.3.1.v_780_R33x) "Java Development Tools Core"
[Active]
org.eclipse.jdt.core.manipulation (1.1.0.v20070606-0010) "Java Code
Manipulation Functionality" [Active]
org.eclipse.jdt.debug (3.3.1.v20070719_r331) "JDI Debug Model" [Active]
org.eclipse.jdt.debug.ui (3.2.101.v20070718_r331) "JDI Debug UI" [Active]
org.eclipse.jdt.doc.isv (3.3.1.r331_v20070913) "Eclipse JDT Plug-in
Developer Guide" [Starting]
org.eclipse.jdt.doc.user (3.3.1.r331_v20070912a) "Eclipse Java Development
User Guide" [Starting]
org.eclipse.jdt.junit (3.3.1.r331_v20070829) "Java Development Tools JUnit
support" [Active]
org.eclipse.jdt.junit.runtime (3.3.0.v20070606-0010) "Java Development
Tools JUnit runtime support" [Resolved]
org.eclipse.jdt.junit4.runtime (1.0.100.v20070606-0010) "Java Development
Tools JUnit4 runtime support" [Resolved]
org.eclipse.jdt.launching (3.3.1.v20070808_r331) "Java Development Tools
Launching Support" [Active]
org.eclipse.jdt.source (3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL)
"Eclipse Java Development Tools SDK" [Resolved]
org.eclipse.jdt.ui (3.3.1.r331_v20070906) "Java Development Tools UI"
[Active]
org.eclipse.jem (1.2.1.v20060918_M) "Java EMF Model" [Starting]
org.eclipse.jem.beaninfo (1.2.2.v20061027_M) "Java EMF Model BeanInfo
(Introspection) Support" [Starting]
org.eclipse.jem.proxy (1.2.0.v20060918_M) "Java EMF Model Proxy Support"
[Starting]
org.eclipse.jem.sdk (1.2.0.v20060918_M) "Java EMF Model SDK" [Resolved]
org.eclipse.jem.source (1.2.3.v20070130_R----6zXJK-L2U8VZ) "Java EMF Model
Source" [Resolved]
org.eclipse.jem.ui (1.2.1.v20060918_M) "Java EMF Model UI" [Starting]
org.eclipse.jem.util (1.2.1.v20060918_M) "Java EMF Model Utilities"
[Starting]
org.eclipse.jem.workbench (1.2.3.v20070130_R) "Java EMF Model Workbench
Support" [Starting]
org.eclipse.jface (3.3.1.M20070910-0800b) "JFace" [Active]
org.eclipse.jface.databinding (1.1.1.M20070910-0800b) "JFace Data Binding
for SWT and JFace" [Resolved]
org.eclipse.jface.text (3.3.1.r331_v20070629) "JFace Text" [Resolved]
org.eclipse.jsch.core (1.0.0.I20070426) "JSch Core" [Active]
org.eclipse.jsch.ui (1.0.1.r33x_20070709) "JSch UI" [Starting]
org.eclipse.ltk.core.refactoring (3.3.1.r331_v20070829) "Refactoring Core"
[Active]
org.eclipse.ltk.ui.refactoring (3.3.1.r331_v20070829) "Refactoring UI"
[Active]
org.eclipse.osgi (3.3.1.R33x_v20070828) "OSGi System Bundle" [Active]
org.eclipse.osgi.jmx (1.0.0.v20070510) "Resource Monitoring OSGi
Extensions (Incubation)" [Active]
org.eclipse.osgi.services (3.1.200.v20070605) "OSGi Release 4.0.1
Services" [Resolved]
org.eclipse.osgi.util (3.1.200.v20070605) "OSGi Release 4.0.1 Utility
Classes" [Resolved]
org.eclipse.pde (3.3.1.R33x_r20070920) "Eclipse Plug-in Development
Environment" [Resolved]
org.eclipse.pde.build (3.3.2.R331_v20071019) "Plug-in Development
Environment Build Support" [Starting]
org.eclipse.pde.core (3.3.1.v20070912-0800) "Plug-in Development Core"
[Starting]
org.eclipse.pde.doc.user (3.3.0.v20070614-0800) "Eclipse Plug-in
Development User Guide" [Resolved]
org.eclipse.pde.junit.runtime (3.3.0.v20070608-1300) "PDE JUnit Plug-in
Test" [Resolved]
org.eclipse.pde.runtime (3.3.0.v20070608-1300) "Plug-in Development
Environment Runtime" [Active]
org.eclipse.pde.source (3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN)
"Eclipse Plug-in Development Environment Developer Resources" [Resolved]
org.eclipse.pde.ui (3.3.1.v20070912-0800) "Plug-in Development UI"
[Starting]
org.eclipse.pde.ui.templates (3.3.0.v20070608-1300) "PDE Templates"
[Starting]
org.eclipse.platform (3.3.2.R33x_v20071022) "Eclipse Platform" [Starting]
org.eclipse.platform.doc.isv (3.3.1.r331_v20070913) "Eclipse Platform
Plug-in Developer Guide" [Starting]
org.eclipse.platform.doc.user (3.3.0.M20070913-1400) "Eclipse Workbench
User Guide" [Starting]
org.eclipse.platform.source (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz)
"Eclipse Platform Plug-in Developer Resources" [Resolved]
org.eclipse.platform.source.win32.win32.x86
(3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz) "Eclipse Platform Plug-in
Developer Resources" [Resolved]
org.eclipse.rcp (3.2.0.v20070612) "Eclipse RCP" [Starting]
org.eclipse.rcp.source (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS)
"Eclipse RCP Plug-in Developer Resources" [Resolved]
org.eclipse.rcp.source.win32.win32.x86
(3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS) "Eclipse RCP Plug-in
Developer Resources" [Resolved]
org.eclipse.sdk (3.3.2.R33x_v20071022) "Eclipse Project SDK" [Starting]
org.eclipse.search (3.3.1.r331_v20070831-0800) "Search Support" [Starting]
org.eclipse.swt (3.3.2.v3347) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.jmx (1.0.0.v20070510) "Resource Monitoring SWT Extensions
(Incubation)" [Active]
org.eclipse.swt.win32.win32.x86 (3.3.2.v3347a) "Standard Widget Toolkit
for Windows" [Resolved]
org.eclipse.team.core (3.3.1.r33x_20070807) "Team Support Core" [Active]
org.eclipse.team.cvs.core (3.3.1.r33x_20070724) "CVS Team Provider Core"
[Active]
org.eclipse.team.cvs.ssh (3.2.100.I20061208) "CVS SSH Core" [Starting]
org.eclipse.team.cvs.ssh2 (3.2.100.I20070604) "CVS SSH2" [Active]
org.eclipse.team.cvs.ui (3.3.1.r33x_20070807) "CVS Team Provider UI"
[Active]
org.eclipse.team.ui (3.3.1.r33x_20070730) "Team Support UI" [Active]
org.eclipse.text (3.3.0.v20070606-0010) "Text" [Resolved]
org.eclipse.tomcat (4.1.230.v20070531) "Tomcat Wrapper" [Starting]
org.eclipse.ui (3.3.1.M20070910-0800b) "Eclipse UI" [Active]
org.eclipse.ui.browser (3.2.100.v20070524A) "Browser Support" [Starting]
org.eclipse.ui.cheatsheets (3.3.0.v20070507) "Cheat Sheets" [Active]
org.eclipse.ui.console (3.2.1.v20070824_r331) "Console" [Active]
org.eclipse.ui.editors (3.3.1.r331_v20070629) "Default Text Editor"
[Active]
org.eclipse.ui.externaltools (3.1.200.v20070416) "External Tools" [Active]
org.eclipse.ui.forms (3.3.0.v20070511) "Eclipse Forms" [Active]
org.eclipse.ui.ide (3.3.1.M20070910-0800b) "Eclipse IDE UI" [Active]
org.eclipse.ui.ide.application (1.0.0.I20070530-0100) "Eclipse IDE UI
Application" [Resolved]
org.eclipse.ui.intro (3.2.101.v20070827_33x) "Welcome Framework" [Active]
org.eclipse.ui.intro.universal (3.2.100.v20070530A) "Universal Welcome"
[Active]
org.eclipse.ui.navigator (3.3.2.M20071022-1600a) "Common Navigator View"
[Starting]
org.eclipse.ui.navigator.resources (3.3.1.M20070831-2000) "Navigator
Workbench Components" [Starting]
org.eclipse.ui.net (1.0.0.I20070516) "Internet Connection Management UI"
[Active]
org.eclipse.ui.presentations.r21 (3.2.100.I20070605-0010) "R21
Presentation Plug-in" [Starting]
org.eclipse.ui.views (3.2.101.M20070910-0800b) "Views" [Active]
org.eclipse.ui.views.properties.tabbed (3.3.1.M20070831-0800) "Tabbed
Properties View" [Starting]
org.eclipse.ui.win32 (3.2.100.I20070319-0010) "Eclipse UI Win32
Enhancements" [Resolved]
org.eclipse.ui.workbench (3.3.1.M20070921-1200) "Workbench" [Active]
org.eclipse.ui.workbench.compatibility (3.2.0.I20070319-0010) "Workbench
Compatibility" [Resolved]
org.eclipse.ui.workbench.texteditor (3.3.1.r331_v20070806) "Text Editor
Framework" [Active]
org.eclipse.uml2 (2.1.0.v200706251652) "UML2" [Resolved]
org.eclipse.uml2.codegen.ecore (1.3.0.v200708221323) "UML2 Ecore Code
Generation" [Starting]
org.eclipse.uml2.codegen.ecore.ui (1.3.0.v200706251652) "UML2 Ecore Code
Generation UI" [Starting]
org.eclipse.uml2.common (1.3.1.v200707311200) "UML2 Common" [Active]
org.eclipse.uml2.common.edit (1.3.0.v200706251652) "UML2 Common Edit
Support" [Starting]
org.eclipse.uml2.uml (2.1.1.v200707311200) "UML2 UML Model" [Active]
org.eclipse.uml2.uml.ecore.exporter (2.1.0.v200706251652) "UML2 UML
Exporter for EMF" [Starting]
org.eclipse.uml2.uml.ecore.importer (2.1.0.v200706251652) "UML2 UML
Importer for EMF" [Starting]
org.eclipse.uml2.uml.edit (2.1.0.v200708301222) "UML2 UML Edit Support"
[Starting]
org.eclipse.uml2.uml.editor (2.1.0.v200706251652) "UML2 UML Editor"
[Starting]
org.eclipse.uml2.uml.resources (2.1.0.v200706251652) "UML2 UML Resources"
[Resolved]
org.eclipse.update.configurator (3.2.101.R33x_v20070810) "Install/Update
Configurator" [Active]
org.eclipse.update.core (3.2.101.R33x_v20070911) "Install/Update Core"
[Active]
org.eclipse.update.core.win32 (3.2.100.v20070615) "Install/Update Core for
Windows" [Resolved]
org.eclipse.update.scheduler (3.2.100.v20070615) "Automatic Updates
Scheduler" [Active]
org.eclipse.update.ui (3.2.100.v20070615) "Install/Update UI" [Active]
org.eclipse.ve (1.2.0.v20060518_RC1) "Visual Editor" [Resolved]
org.eclipse.ve.cde (1.2.0.v20060918_M) "Visual Editor Common Data Editor"
[Starting]
org.eclipse.ve.doc (1.2.0.v20060824_M) "Visual Editor for Java User Guide"
[Starting]
org.eclipse.ve.java.core (1.2.1.v20060918_M) "Visual Editor Java Core"
[Starting]
org.eclipse.ve.jfc (1.2.1.v20060918_M) "Visual Editor for Java Foundation
Classes" [Starting]
org.eclipse.ve.propertysheet (1.2.0.v20060824_M) "Visual Editor
PropertySheet" [Starting]
org.eclipse.ve.sdk (1.2.0.v20060518_RC1) "Visual Editor SDK" [Resolved]
org.eclipse.ve.source (1.2.1.v20060817_M-zXJUB0fx_-eyDdh) "Visual Editor
Source" [Resolved]
org.eclipse.ve.swt (1.2.1.v20060918_M) "Visual Editor for Standard Widget
Toolkit" [Starting]
org.eclipse.xsd (2.3.1.v200709252135) "XML Schema Infoset Model (XSD)"
[Starting]
org.eclipse.xsd.ecore.converter (2.3.0.v200709252135) "XML Schema Infoset
Model (XSD) - org.eclipse.xsd.ecore.converter" [Starting]
org.eclipse.xsd.ecore.exporter (2.3.0.v200709252135) "XML Schema Exporter
for EMF" [Starting]
org.eclipse.xsd.ecore.importer (2.3.1.v200709252135) "XML Schema Importer
for EMF" [Starting]
org.eclipse.xsd.edit (2.3.0.v200709252135) "XML Schema Edit Framework"
[Starting]
org.eclipse.xsd.editor (2.3.0.v200709252135) "XML Schema Editor" [Starting]
org.eclipse.xsd.example (2.1.0.v200609210005) "XML Schema Infoset Model
Example" [Starting]
org.eclipse.xsd.mapping (2.3.0.v200709252135) "XML Schema Infoset Model
(XSD) - org.eclipse.xsd.mapping" [Starting]
org.eclipse.xsd.mapping.editor (2.3.0.v200709252135) "XML Schema Infoset
Model (XSD) - org.eclipse.xsd.mapping.editor" [Starting]
org.junit (3.8.2.v200706111738) "JUnit Testing Framework" [Resolved]
org.junit.source (3.8.2.v200706111738) "JUnit Testing Framework Source"
[Resolved]
org.junit4 (4.3.1) "JUnit Testing Framework Version 4" [Resolved]
org.mortbay.jetty (5.1.11.v200706111724) "Jetty WebServer" [Resolved]
org.mortbay.jetty.source (5.1.11.v200706111724) "Jetty WebServer Source"
[Resolved]

*** User Preferences:
#Tue Jan 15 00:33:42 CET 2008
@org.eclipse.debug.ui=3.3.1.v20070731_r331
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_ templates= <?xml
version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template
autoinsert\="true" context\="java" deleted\="false" description\="Make a
Comment" enabled\="true"
name\="Comment">/*&\#13;\r\n${line_selection}${cursor}&\#13;\r\n*/ </template></templates>
/instance/org.eclipse.jdt.ui/spelling_user_dictionary_encodi ng=
@org.eclipse.ui.ide=3.3.1.M20070910-0800b
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launchin g.PREF_VM_XML= <?xml
version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<vmSettings
defaultVM\=" 57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType 13,1195632632864 "
defaultVMConnector\="">\r\n<vmType
id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType ">\r\n<vm
id\="1195632632864" javadocURL\="http\://java.sun.com/javase/6/docs/api/"
name\="jre1.6.0_03" path\="C\:\\Program
Files\\Java\\jre1.6.0_03">\r\n<libraryLocations>\r\n<libraryLocation
jreJar\="C\:/Program Files/Java/jre1.6.0_03/lib/resources.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/rt.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\="C\:/Program
Files/Java/jdk1.6.0_03/src.zip" pkgRoot\=""/>\r\n<libraryLocation
jreJar\="C\:/Program Files/Java/jre1.6.0_03/lib/jsse.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/jce.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/charsets.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/ext/dnsns.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/ext/dom4j-1.6.1.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/ext/jdom.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\="C\:/Program
Files/Java/jdom-1.1/build" pkgRoot\=""/>\r\n<libraryLocation
jreJar\="C\:/Program Files/Java/jre1.6.0_03/lib/ext/localedata.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/ext/QTJava.zip"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/ext/sunjce_provider.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/ext/sunmscapi.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
Files/Java/jre1.6.0_03/lib/ext/sunpkcs11.jar"
jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
pkgRoot\=""/>\r\n</libraryLocations>\r\n</vm>\r\n<vm id\="1200241071529"
javadocURL\="http\://java.sun.com/javase/6/docs/api/" name\="jdk1.6.0_03"
path\="C\:\\Program
Files\\Java\\jdk1.6.0_03\\jre"/>\r\n</vmType>\r\n</vmSettings >\r\n
/instance/org.eclipse.ui.editors/spellingEnabled=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_te mplates_migrated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatte r.comment.clear_blank_lines_in_javadoc_comment=true
/instance/org.eclipse.pde.runtime/activate=true
@org.eclipse.ui.browser=3.2.100.v20070524A
/instance/org.eclipse.ui.editors/overviewRuler_migration=mig rated_3.1
/instance/org.eclipse.team.core/file_types=ser\n2\nucd\n2\nu td\n2\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatte r.comment.clear_blank_lines_in_block_comment=true
/instance/org.eclipse.jdt.ui/command=C\:\\Documents and
Settings\\Admin\\Desktop\\hallo.doc
@org.eclipse.jdt.ui=3.3.1.r331_v20070906
/instance/org.eclipse.core.resources/version=1
@org.eclipse.core.resources=3.3.0.v20070604
/instance/org.eclipse.ui/showIntro=false
/instance/org.eclipse.ui.intro.universal/org.eclipse.sdk.ide _INTRO_ROOT_PAGES=overview,tutorials,samples,whatsnew
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
@org.eclipse.team.cvs.ui=3.3.1.r33x_20070807
/configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
@org.eclipse.team.core=3.3.1.r33x_20070807
@org.eclipse.ui.workbench=3.3.1.M20070921-1200
@org.eclipse.ve.java.core=1.2.1.v20060918_M
file_export_version=3.0
@org.eclipse.jdt.launching=3.3.1.v20070808_r331
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.w idth=
/instance/org.eclipse.jdt.ui/formatter_settings_version=11
@org.eclipse.pde.runtime=3.3.0.v20070608-1300
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Co urier
New|10.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
/instance/org.eclipse.core.net/org.eclipse.core.net.hasMigra ted=true
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time =false
/instance/org.eclipse.ve.java.core/PALETTE_WIDTH=125
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler .problem.enumIdentifier=error
/instance/org.eclipse.cdt.debug.ui/org.eclipse.debug.ui.Brea kpointView.org.eclipse.cdt.debug.ui.cDebug.show_full_paths=t rue
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.detail_p ane_word_wrap=true
/instance/org.eclipse.ui.ide/platformState=1200163922389
@org.eclipse.core.net=1.0.1.r33x_20070709
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatte r.lineSplit=120
\!/=
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler .compliance=1.6
/instance/org.eclipse.debug.ui/pref_state_memento.org.eclips e.debug.ui.VariableView= <?xml
version\="1.0" encoding\="UTF-8"?>\r\n<VariablesViewMemento
org.eclipse.debug.ui.SASH_DETAILS_PART\="343"
org.eclipse.debug.ui.SASH_VIEW_PART\="656"/>
/instance/com.omondo.uml.core/UMLClassDiagramPreference.gene ralProperties.dialog.delete=false
/instance/org.eclipse.debug.ui/org.eclipse.debug.uiinspectPo pupSashWeights=900\:100
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComp lete.visibilityCheck=enabled
/instance/org.eclipse.ui.editors/quickdiff.quickDiff=false
/instance/org.eclipse.ve.java.core/PALETTE_STATE=2
/instance/org.eclipse.ui.browser/internalWebBrowserHistory= D\:\\workspace2\\ppgrp1\\doc\\index-files\\index-1.html|*|D\ :\\workspace2\\ppgrp1\\doc\\index-files\\index-5.html|*|file \:/D\:/workspace2/ppgrp1/doc/index-files/index-5.html|*|file \:///D\:/workspace2/ppgrp1/doc/test/TestClass.html\#ha|*|D\: \\workspace2\\ppgrp1\\doc\\index-files\\index-4.html|*|D\:\\ workspace2\\ppgrp1\\doc\\index-files\\index-3.html|*|file\:/ D\:/workspace2/ppgrp1/doc/index-files/index-3.html|*|D\:\\wo rkspace2\\ppgrp1\\doc\\constant-values.html|*|file\:/D\:/wor kspace2/ppgrp1/doc/constant-values.html|*|
@org.eclipse.ui.editors=3.3.1.r331_v20070629
/instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizi ng_default_participant_sec_id=1200236100071
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterpro files= <?xml
version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<profiles
version\="11">\r\n<profile kind\="CodeFormatterProfile"
name\="Eclipse(new)" version\="11">\r\n<setting
id\=" org.eclipse.jdt.core.formatter.comment.insert_new_line_befor e_root_tags "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_a nnotation "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_comma_in_ type_parameters "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_opening_b race_in_type_declaration "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_t ype_arguments "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.brace_position_for_anonymous_ type_declaration "
value\="end_of_line"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_colon_in_ case "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_opening_br ace_in_array_initializer "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anno tation_declaration "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_new_line_before_closin g_brace_in_array_initializer "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_opening_pa ren_in_annotation "
value\="do not insert"/>\r\n<setting
id\="org.eclipse.jdt.core.formatter.blank_lines_before_field "
value\="0"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_opening_pa ren_in_while "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_between_empty_pa rens_in_annotation_type_member_declaration "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_new_line_before_else_i n_if_statement "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_prefix_ope rator "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.keep_else_statement_on_same_l ine "
value\="false"/>\r\n<setting
id\="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.comment.insert_new_line_for_p arameter "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_opening_b race_in_annotation_type_declaration "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.indent_breaks_compare_to_case s "
value\="true"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_at_in_anno tation "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.alignment_for_multiple_fields "
value\="16"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.alignment_for_expressions_in_ array_initializer "
value\="16"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.alignment_for_conditional_exp ression "
value\="80"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_opening_p aren_in_for "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_binary_ope rator "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_question_ in_wildcard "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.brace_position_for_array_init ializer "
value\="end_of_line"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_between_empty_pa rens_in_enum_constant "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_new_line_before_finall y_in_try_statement "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_new_line_before_catch_ in_try_statement "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_opening_p aren_in_while "
value\="insert"/>\r\n<setting
id\="org.eclipse.jdt.core.formatter.blank_lines_after_package "
value\="1"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_t ype_parameters "
value\="insert"/>\r\n<setting
id\="org.eclipse.jdt.core.formatter.continuation_indentation "
value\="2"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_postfix_op erator "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.alignment_for_arguments_in_me thod_invocation "
value\="16"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_closing_a ngle_bracket_in_type_arguments "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_comma_in_ superinterfaces "
value\="do not insert"/>\r\n<setting
id\="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk "
value\="1"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_before_binary_op erator "
value\="insert"/>\r\n<setting
id\="org.eclipse.jdt.core.formatter.blank_lines_before_package "
value\="0"/>\r\n<setting id\="org.eclipse.jdt.core.compiler.source"
value\="1.5"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_e num_constant_arguments "
value\="insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_opening_pa ren_in_constructor_declaration "
value\="do not insert"/>\r\n<setting
id\=" org.eclipse.jdt.core.formatter.insert_space_after_closing_an gle_bracket_in_type_arguments "
value\="insert"
Re: Unhandled event loop exception at org.eclipse.ui [message #245630 is a reply to message #245588] Tue, 15 January 2008 12:11 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Tina,

Comments below.


Tina Böttger wrote:
> Hello Ed,
>
> I have installed Visual Editor (EMF, VE, GEF), CDT (C++/C)
> and also Omondo UML. And the newest Plugin is JDOM. After system start
> I open Eclipse which takes about one/two minutes
> to load completely.
Gosh, most of these things should defer overhead until they are actually
demand loaded. You're saying the problem got worse after you started
using JDOM?
> And just then the problem occurs.
I'm surprised it would start happening immediately. That doesn't make a
lot of sense. When these problems start to happen, do other non-Eclipse
applications also have problems?
> I think I am not the only one experiencing this problem because I
> found others (maybe one or two) with a similar problem.
It does seem quite rare though. It would certainly help to understand
which things are contributing to (causing) the problem. Perhaps you
could start with a bare Eclipse and see if that works okay, and then add
other things, each time testing to see if things are working okay. Then
we'd have a better idea of what might be causing the problem. I know
many folks use VE, EMF, XSD, CDT without this type of problem, so I'd be
most suspicious of Omondo or JDOM; I don't mean to question their
quality, it's just that these are not as widely used and hence are more
likely to be the cause for less commonly seen problems...
> Their Eclipse
> does not show them hover help or it pops up and blocks the whole
> editor and Strg+0 does nothing (I found them by searching google, but
> also in their case people were helpless)
> I have a Pentium M 1.4Mhz with 512 MB and enough free space on my
> harddrive.
That's quite a slow one and not so much memory...
> I also use Antivir and a Firewall.
> I found this file under configurations:
> that's quite a lot and I don't know if it will help, but you asked for
> any further information and this is what I found.
> Thank you again. :)
> Tina
> *** Date: Dienstag, 15. Januar 2008 0:33 Uhr MEZ
>
> *** Platform Details:
>
> *** System properties:
> awt.toolkit=sun.awt.windows.WToolkit
> eclipse.buildId=M20070921-1145
> eclipse.commands=-os
> win32
> -ws
> win32
> -arch
> x86
> -showsplash
> D:\eclipse\\plugins\org.eclipse.platform_3.3.2.R33x_v2007102 2\splash.bmp
> -launcher
> D:\eclipse\eclipse.exe
> -name
> Eclipse
> --launcher.library
> D:\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32. x86_1.0.2.R331_v20071019\eclipse_1021.dll
>
> -startup
> D:\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v 20070828.jar
> -vm
> C:\Program Files\Java\jre1.6.0_03\bin\client\jvm.dll
> eclipse.ee.install.verify=false
> eclipse.product=org.eclipse.sdk.ide
> eclipse.startTime=1200336945139
> eclipse.vm=C:\Program Files\Java\jre1.6.0_03\bin\client\jvm.dll
I've seen posts about people having problems with the 1.6 JRE so perhaps
you might try a 5.0 JRE to see if that works better. You can use -vm
... when you run Eclipse to try out a different JRE.
> eclipse.vmargs=-Xms40m
> -Xmx256m
> -XX:MaxPermSize=256m
> -Djava.class.path=D:\eclipse\plugins\org.eclipse.equinox.lau ncher_1.0.1.R33x_v20070828.jar
>
> eof=eof
> file.encoding=Cp1252
> file.encoding.pkg=sun.io
> file.separator=\
> java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
> java.awt.printerjob=sun.awt.windows.WPrinterJob
> java.class.path=D:\eclipse\plugins\org.eclipse.equinox.launc her_1.0.1.R33x_v20070828.jar
>
> java.class.version=50.0
> java.endorsed.dirs=C:\Program Files\Java\jre1.6.0_03\lib\endorsed
> java.ext.dirs=C:\Program
> Files\Java\jre1.6.0_03\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
> java.home=C:\Program Files\Java\jre1.6.0_03
> java.io.tmpdir=C:\DOCUME~1\Admin\LOCALS~1\Temp\
> java.library.path=D:\eclipse;.;C:\WINDOWS\Sun\Java\bin;C:\WI NDOWS\system32;C:\WINDOWS;C:\Program
> Files\Java\jre1.6.0_03\bin\client;C:\Program
> Files\Java\jre1.6.0_03\bin;C:\sml\bin;C:\WINDOWS\system32;C: \WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
> Files\Common Files\GTK\2.0\bin;C:\Program
> Files\QuickTime\QTSystem\;C:\MinGW\bin
> java.runtime.name=Java(TM) SE Runtime Environment
> java.runtime.version=1.6.0_03-b05
> java.security.policy=/D:/eclipse/configuration/org.eclipse.o sgi/bundles/173/1/.cp/server.policy
>
> 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_03
> 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=1.6.0_03-b05
> line.separator=
>
> org.eclipse.equinox.launcher.splash.location=D:\eclipse\\plu gins\org.eclipse.platform_3.3.2.R33x_v20071022\splash.bmp
>
> org.eclipse.jdt.debug.ui.debuggerActive=false
> org.eclipse.jdt.debug.ui.instanceof.IJavaStackFrame=false
> org.eclipse.jdt.debug.ui.supportsForceReturn=false
> org.eclipse.jdt.debug.ui.supportsInstanceRetrieval=false
> org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSG i/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,Ja vaSE-1.6
>
> org.osgi.framework.language=de
> org.osgi.framework.os.name=WindowsXP
> org.osgi.framework.os.version=5.1
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax .activation,javax.activity,javax.annotation,javax.annotation .processing,javax.crypto,javax.crypto.interfaces,javax.crypt o.spec,javax.imageio,javax.imageio.event,javax.imageio.metad ata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,jav ax.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.monito r,javax.management.openmbean,javax.management.relation,javax .management.remote,javax.management.remote.rmi,javax.managem ent.timer,javax.naming,javax.naming.directory,javax.naming.e vent,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.r mi.ssl,javax.script,javax.security.auth,javax.security.auth. callback,javax.security.auth.kerberos,javax.security.auth.lo gin,javax.security.auth.spi,javax.security.auth.x500,javax.s ecurity.cert,javax.security.sasl,javax.sound.midi,javax.soun d.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax .sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rows et.spi,javax.swing,javax.swing.border,javax.swing.colorchoos er,javax.swing.event,javax.swing.filechooser,javax.swing.pla f,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing. plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.sw ing.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,java x.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotati on.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers ,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,j avax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.cry pto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.dataty pe,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,java x.xml.stream,javax.xml.stream.events,javax.xml.stream.util,j avax.xml.transform,javax.xml.transform.dom,javax.xml.transfo rm.sax,javax.xml.transform.stax,javax.xml.transform.stream,j avax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax. xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,java x.xml.ws.spi,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org .omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynA nyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,or g.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNam ing.NamingContextExtPackage,org.omg.CosNaming.NamingContextP ackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny .DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.o mg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPack age,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.Po rtableInterceptor.ORBInitInfoPackage,org.omg.PortableServer, org.omg.PortableServer.CurrentPackage,org.omg.PortableServer .POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg .PortableServer.portable,org.omg.PortableServer.ServantLocat orPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w 3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom. ls,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=x86
> os.name=Windows XP
> os.version=5.1
> osgi.arch=x86
> osgi.bundles=org.eclipse.equinox.common@2:start,
> org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
> osgi.bundlestore=D:\eclipse\configuration\org.eclipse.osgi\b undles
> osgi.compatibility.bootdelegation=true
> osgi.configuration.area=file:/D:/eclipse/configuration/
> osgi.framework=file:/d:/eclipse/plugins/org.eclipse.osgi_3.3 .1.R33x_v20070828.jar
>
> osgi.framework.beginningstartlevel=1
> osgi.framework.shape=jar
> osgi.framework.version=3.3.1.R33x_v20070828
> osgi.install.area=file:/D:/eclipse/
> osgi.instance.area=file:/D:/workspace2/
> osgi.instance.area.default=file:/C:/Documents and
> Settings/Admin/workspace/
> osgi.logfile=D:\workspace2\.metadata\.log
> osgi.manifest.cache=D:\eclipse\configuration\org.eclipse.osg i\manifests
> osgi.nl=de_DE
> osgi.os=win32
> osgi.splashLocation=D:\eclipse\\plugins\org.eclipse.platform _3.3.2.R33x_v20071022\splash.bmp
>
> osgi.splashPath=platform:/base/plugins/org.eclipse.platform
> osgi.syspath=d:\eclipse\plugins
> osgi.ws=win32
> path.separator=;
> sun.arch.data.model=32
> sun.boot.class.path=C:\Program
> Files\Java\jre1.6.0_03\lib\resources.jar;C:\Program
> Files\Java\jre1.6.0_03\lib\rt.jar;C:\Program
> Files\Java\jre1.6.0_03\lib\sunrsasign.jar;C:\Program
> Files\Java\jre1.6.0_03\lib\jsse.jar;C:\Program
> Files\Java\jre1.6.0_03\lib\jce.jar;C:\Program
> Files\Java\jre1.6.0_03\lib\charsets.jar;C:\Program
> Files\Java\jre1.6.0_03\classes
> sun.boot.library.path=C:\Program Files\Java\jre1.6.0_03\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 2
> user.country=DE
> user.dir=D:\eclipse
> user.home=C:\Documents and Settings\Admin
> user.language=de
> user.name=Admin
> user.timezone=Europe/Berlin
> user.variant=
>
> *** Features:
> com.omondo.uml.free (3.3.0.v20071030) "EclipseUML 2007 Europa Free
> Edition for Eclipse 3.3"
> org.eclipse.cvs (1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D) "Eclipse
> CVS Client"
> org.eclipse.cvs.source (1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D)
> "Eclipse CVS Client SDK"
> org.eclipse.emf (2.3.1.v200709252135) "Eclipse Modeling Framework (EMF)"
> org.eclipse.emf.codegen (2.3.1.v200709252135) "EMF Template Code
> Generator"
> org.eclipse.emf.codegen.ecore (2.3.1.v200709252135) "EMF Ecore Code
> Generation"
> org.eclipse.emf.codegen.ecore.ui (2.3.0.v200709252135) "EMF Ecore Code
> Generation UI"
> org.eclipse.emf.codegen.ui (2.3.0.v200709252135) "EMF Template Code
> Generator UI"
> org.eclipse.emf.common (2.3.0.v200709252135) "EMF Common"
> org.eclipse.emf.common.ui (2.3.1.v200709252135) "EMF Common UI"
> org.eclipse.emf.converter (2.3.1.v200709252135) "EMF Model Convert
> Support"
> org.eclipse.emf.ecore (2.3.1.v200709252135) "EMF Ecore"
> org.eclipse.emf.ecore.edit (2.3.0.v200709252135) "EMF Ecore Edit Support"
> org.eclipse.emf.ecore.editor (2.3.1.v200709252135) "Sample Ecore Editor"
> org.eclipse.emf.ecore.sdo (2.3.0.v200709252135) "EMF Service Data
> Objects (SDO)"
> org.eclipse.emf.ecore.sdo.edit (2.3.0.v200709252135) "EMF Service Data
> Objects (SDO) Edit Support"
> org.eclipse.emf.ecore.sdo.editor (2.3.0.v200709252135) "EMF Service
> Data Objects (SDO) Editor"
> org.eclipse.emf.edit (2.3.1.v200709252135) "EMF Edit"
> org.eclipse.emf.edit.ui (2.3.1.v200709252135) "EMF Edit UI"
> org.eclipse.emf.examples (2.2.0.v200609210005) "Eclipse Modeling
> Framework (EMF) Examples"
> org.eclipse.emf.mapping (2.3.0.v200709252135) "EMF Mapping "
> org.eclipse.emf.mapping.ecore (2.3.0.v200709252135) "Eclipse Modeling
> Framework (EMF) - org.eclipse.emf.mapping.ecore"
> org.eclipse.emf.mapping.ecore.editor (2.3.0.v200709252135) "Eclipse
> Modeling Framework (EMF) - org.eclipse.emf.mapping.ecore.editor"
> org.eclipse.emf.mapping.ui (2.3.0.v200709252135) "EMF Mapping UI"
> org.eclipse.gef (3.3.1.v20070814) "Graphical Editing Framework"
> org.eclipse.gef.examples (3.1.1) "GEF Examples"
> org.eclipse.gef.sdk (3.3.1.v20070814) "Graphical Editing Framework
> Developer Resources"
> org.eclipse.gef.source (3.3.1.v20070814) "Graphical Editing Framework
> Developer Resources"
> org.eclipse.jdt (3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL)
> "Eclipse Java Development Tools"
> org.eclipse.jdt.source
> (3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL) "Eclipse Java
> Development Tools SDK"
> org.eclipse.jem (1.2.3.v20070130_R----6zXJK-L2U8VZ) "Java EMF Model"
> org.eclipse.jem.sdk (1.2.3.v20070130_R-G95EUlhcE39c_dh) "Java EMF
> Model SDK"
> org.eclipse.jem.source (1.2.3.v20070130_R----6zXJK-L2U8VZ) "Java EMF
> Model Source"
> org.eclipse.pde (3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN) "Eclipse
> Plug-in Development Environment"
> org.eclipse.pde.source (3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN)
> "Eclipse Plug-in Development Environment Developer Resources"
> org.eclipse.platform (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz)
> "Eclipse Platform"
> org.eclipse.platform.source
> (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz) "Eclipse Platform Plug-in
> Developer Resources"
> org.eclipse.rcp (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS)
> "Eclipse RCP"
> org.eclipse.rcp.source (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS)
> "Eclipse RCP Plug-in Developer Resources"
> org.eclipse.sdk (3.3.2.R33x_r20071022-7M7J7C_Mu2gop0b_GAwplOBhyuKO)
> "Eclipse Project SDK"
> org.eclipse.uml2 (2.1.1.v200708301222) "UML2"
> org.eclipse.ve (1.2.1.v20060817_M-zXJUB0fx_-eyDdh) "Visual Editor"
> org.eclipse.ve.sdk (1.2.1.v20060825_M-u0g6E989Ug_OQPH) "Visual Editor
> SDK"
> org.eclipse.ve.source (1.2.1.v20060817_M-zXJUB0fx_-eyDdh) "Visual
> Editor Source"
> org.eclipse.xsd (2.3.1.v200709252135) "XML Schema Infoset Model (XSD)"
> org.eclipse.xsd.ecore.converter (2.3.1.v200709252135) "XML Schema
> Infoset Model (XSD) - org.eclipse.xsd.ecore.converter"
> org.eclipse.xsd.edit (2.3.0.v200709252135) "XML Schema Edit Framework"
> org.eclipse.xsd.editor (2.3.0.v200709252135) "XML Schema Editor"
> org.eclipse.xsd.mapping (2.3.0.v200709252135) "XML Schema Infoset
> Model (XSD) - org.eclipse.xsd.mapping"
> org.eclipse.xsd.mapping.editor (2.3.0.v200709252135) "XML Schema
> Infoset Model (XSD) - org.eclipse.xsd.mapping.editor"
>
> *** Plug-in Registry:
> com.ibm.etools.emf.event (3.0.0.v20060918_M) "Event Model" [Starting]
> com.ibm.icu (3.6.1.v20070906) "International Components for Unicode
> for Java (ICU4J)" [Active]
> com.ibm.icu.source (3.6.1.v20070906) "International Components for
> Unicode for Java (ICU4J) source plug-in" [Resolved]
> com.jcraft.jsch (0.1.31) "JSch" [Resolved]
> com.omondo.uml.core (3.3.0.v20071030) "Core Plug-in" [Active]
> com.omondo.uml.docgen (3.3.0.v20071030) "Eclipse UML Documentation
> Generation Plugin" [Starting]
> com.omondo.uml.free (3.3.0.v20071030) "EclipseUML 2007 Europa Free
> Edition for Eclipse 3.3" [Resolved]
> com.omondo.uml.jee (1.3.0.v20071030) "JEE Plug-in" [Starting]
> com.omondo.uml.jee.reverse (1.3.0.v20071030) "JEE Reverse Plug-in"
> [Resolved]
> com.omondo.uml.model (3.3.0.v20071030) "Model Plug-in" [Starting]
> com.omondo.uml.std (3.3.0.v20071030) "EclipseUML STD" [Active]
> com.omondo.uml.std.doc.user (3.3.0.v20071030) "EclipseUML Standard
> Plugin Documentation" [Starting]
> com.omondo.uml.wtp (1.3.0.v20071030) "Wtp Plug-in" [Starting]
> com.omondo.uml.wtp.ui (1.3.0.v20071030) "WTP UI Plug-in" [Starting]
> javax.management (1.2.0.v200706111329) "Java Management Extensions
> API" [Resolved]
> javax.management.remote (1.0.0.v200706111329) "Java Management Remote
> Extensions API" [Resolved]
> javax.servlet (2.4.0.v200706111738) "Servlet API Bundle" [Resolved]
> javax.servlet.jsp (2.0.0.v200706191603) "Java Server Pages API Bundle"
> [Resolved]
> javax.servlet.jsp.source (2.0.0.v200706191603) "Java Server Pages API
> Source Bundle" [Resolved]
> javax.servlet.source (2.4.0.v200706111738) "Servlet API Source Bundle"
> [Resolved]
> org.apache.ant (1.7.0.v200706080842) "Apache Ant" [Resolved]
> org.apache.ant.source (1.7.0.v200706080842) "Apache Ant Source"
> [Resolved]
> org.apache.batik (1.6.0.v20060613-1220) "Apache Batik" [Starting]
> org.apache.commons.codec (1.2.0.v200706111724) "Apache Commons Codec
> Plug-in" [Resolved]
> org.apache.commons.el (1.0.0.v200706111724) "Apache Commons JSP 2.0
> Expression Language Interpreter" [Resolved]
> org.apache.commons.el.source (1.0.0.v200706111724) "Apache Commons JSP
> 2.0 Expression Language Interpreter Source" [Resolved]
> org.apache.commons.httpclient (3.0.1.v200706111724) "Apache Commons
> Httpclient Plug-in" [Resolved]
> org.apache.commons.logging (1.0.4.v200706111724) "Apache Commons
> Logging Plug-in" [Resolved]
> org.apache.commons.logging.source (1.0.4.v200706111724) "Apache
> Commons Logging Plug-in Source" [Resolved]
> org.apache.jasper (5.5.17.v200706111724) "Apache Jasper 2 Plug-in"
> [Resolved]
> org.apache.jasper.source (5.5.17.v200706111724) "Apache Jasper 2
> Source Plug-in" [Resolved]
> org.apache.lucene (1.9.1.v200706111724) "Apache Lucene" [Resolved]
> org.apache.lucene.analysis (1.9.1.v200706181610) "Apache Lucene
> Analysis" [Resolved]
> org.apache.lucene.analysis.source (1.9.1.v200706181610) "Apache Lucene
> Analysis Source" [Resolved]
> org.apache.lucene.source (1.9.1.v200706111724) "Apache Lucene Source"
> [Resolved]
> org.apache.ws.commons.util (1.0.0.v200706111329) "WS Commons Util
> Plug-in" [Resolved]
> org.apache.ws.jaxme (0.5.1.v200706111329) "Apache JAX-ME Plug-in"
> [Resolved]
> org.apache.xerces (2.8.0.v200606131651) "Xerces 2.8.0" [Resolved]
> org.apache.xmlrpc (3.0.0.v200706111329) "Apache XML-RPC Plug-in"
> [Resolved]
> org.eclipse.ant.core (3.1.200.v20070522) "Ant Build Tool Core" [Starting]
> org.eclipse.ant.ui (3.2.200.v20070825_r331) "Ant UI" [Active]
> org.eclipse.compare (3.3.1.r33x_20070906) "Compare Support" [Active]
> org.eclipse.core.boot (3.1.100.v20060603) "Core Boot" [Starting]
> org.eclipse.core.commands (3.3.0.I20070605-0010) "Commands" [Resolved]
> org.eclipse.core.contenttype (3.2.100.v20070319) "Eclipse Content
> Mechanism" [Active]
> org.eclipse.core.databinding (1.0.1.M20070822-0800) "JFace Data
> Binding" [Resolved]
> org.eclipse.core.databinding.beans (1.0.1.M20070910-0800b) "JFace Data
> Binding for JavaBeans" [Resolved]
> org.eclipse.core.expressions (3.3.0.v20070606-0010) "Expression
> Language" [Active]
> org.eclipse.core.filebuffers (3.3.1.r331_v20070829) "File Buffers"
> [Active]
> org.eclipse.core.filesystem (1.1.0.v20070606) "Core File Systems"
> [Active]
> org.eclipse.core.filesystem.win32.x86 (1.1.0.v20070510) "Core File
> System for Windows" [Resolved]
> org.eclipse.core.jobs (3.3.1.R33x_v20070709) "Eclipse Jobs Mechanism"
> [Active]
> org.eclipse.core.net (1.0.1.r33x_20070709) "Internet Connection
> Management" [Active]
> org.eclipse.core.resources (3.3.0.v20070604) "Core Resource
> Management" [Active]
> org.eclipse.core.resources.compatibility (3.2.100.v20070502) "Core
> Resource Management Compatibility Fragment" [Resolved]
> org.eclipse.core.resources.jmx (1.0.0.v20070510) "Resource Monitoring
> Core Resources Extensions (Incubation)" [Active]
> org.eclipse.core.resources.win32 (3.3.0.v20070226) "Core Resource
> Management Win32 Fragment" [Resolved]
> org.eclipse.core.runtime (3.3.100.v20070530) "Core Runtime" [Active]
> org.eclipse.core.runtime.compatibility (3.1.200.v20070502) "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.100.v20070316)
> "Eclipse Registry Compatibility Fragment" [Resolved]
> org.eclipse.core.variables (3.2.0.v20070426) "Core Variables" [Active]
> org.eclipse.cvs (1.0.0.v20070606) "Eclipse CVS Client" [Starting]
> org.eclipse.cvs.source (1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D)
> "Eclipse CVS Client SDK" [Resolved]
> org.eclipse.debug.core (3.3.1.v20070731_r331) "Debug Core" [Active]
> org.eclipse.debug.ui (3.3.1.v20070731_r331) "Debug UI" [Active]
> org.eclipse.draw2d (3.2.100.v20070529) "Graphical Editing Framework
> Draw2d" [Active]
> org.eclipse.draw2d.doc.isv (3.2.100.v20070529) "Graphical Editing
> Framework Draw2d Documentation" [Starting]
> org.eclipse.emf (2.3.0.v200709252135) "Eclipse Modeling Framework
> (EMF)" [Starting]
> org.eclipse.emf.activities (2.2.0.v200609210005) "EMF Activities"
> [Starting]
> org.eclipse.emf.ant (2.3.1.v200709252135) "EMF Ant Tasks" [Starting]
> org.eclipse.emf.codegen (2.3.1.v200709252135) "EMF Template Code
> Generator" [Starting]
> org.eclipse.emf.codegen.ecore (2.3.1.v200709252135) "EMF Ecore Code
> Generation" [Starting]
> org.eclipse.emf.codegen.ecore.ui (2.3.0.v200709252135) "EMF Ecore Code
> Generation UI" [Starting]
> org.eclipse.emf.codegen.ui (2.3.0.v200709252135) "EMF Template Code
> Generator UI" [Starting]
> org.eclipse.emf.common (2.3.0.v200709252135) "EMF Common" [Active]
> org.eclipse.emf.common.ui (2.3.1.v200709252135) "EMF Common UI"
> [Starting]
> org.eclipse.emf.commonj.sdo (2.3.0.v200709252135) "CommonJ SDO"
> [Starting]
> org.eclipse.emf.converter (2.3.0.v200709252135) "EMF Model Convert
> Support" [Starting]
> org.eclipse.emf.ecore (2.3.1.v200709252135) "EMF Ecore" [Active]
> org.eclipse.emf.ecore.change (2.3.0.v200709252135) "EMF Ecore Change
> Model" [Active]
> org.eclipse.emf.ecore.change.edit (2.3.0.v200709252135) "EMF Ecore
> Change Edit Support" [Starting]
> org.eclipse.emf.ecore.edit (2.3.0.v200709252135) "EMF Ecore Edit
> Support" [Starting]
> org.eclipse.emf.ecore.editor (2.3.1.v200709252135) "Sample Ecore
> Editor" [Starting]
> org.eclipse.emf.ecore.sdo (2.3.0.v200709252135) "EMF Service Data
> Objects (SDO)" [Starting]
> org.eclipse.emf.ecore.sdo.edit (2.3.0.v200709252135) "EMF Service Data
> Objects (SDO) Edit Support" [Starting]
> org.eclipse.emf.ecore.sdo.editor (2.3.0.v200709252135) "EMF Service
> Data Objects (SDO) Editor" [Starting]
> org.eclipse.emf.ecore.xmi (2.3.1.v200709252135) "EMF XMI" [Active]
> org.eclipse.emf.edit (2.3.1.v200709252135) "EMF Edit" [Starting]
> org.eclipse.emf.edit.ui (2.3.1.v200709252135) "EMF Edit UI" [Starting]
> org.eclipse.emf.examples (2.2.0.v200609210005) "Eclipse Modeling
> Framework (EMF) Examples" [Starting]
> org.eclipse.emf.examples.library (2.2.0.v200609210005) "Extended
> Library Model" [Starting]
> org.eclipse.emf.examples.library.edit (2.2.0.v200609210005) "Extended
> Library Edit" [Starting]
> org.eclipse.emf.examples.library.editor (2.2.0.v200609210005)
> "Extended Library Editor" [Starting]
> org.eclipse.emf.exporter (2.3.0.v200709252135) "EMF Model Export
> Support" [Starting]
> org.eclipse.emf.exporter.html (2.2.0.v200609210005) "HTML Exporter for
> EMF models" [Starting]
> org.eclipse.emf.importer (2.3.1.v200709252135) "EMF Model Import
> Support" [Starting]
> org.eclipse.emf.importer.ecore (2.3.1.v200709252135) "EMF Ecore
> Importer" [Starting]
> org.eclipse.emf.importer.java (2.3.1.v200709252135) "EMF Annotated
> Java Importer" [Starting]
> org.eclipse.emf.importer.rose (2.3.1.v200709252135) "EMF Rose
> Importer" [Starting]
> org.eclipse.emf.java (2.2.0.v200609210005) "EMF Java" [Starting]
> org.eclipse.emf.java.edit (2.2.0.v200609210005) "EMF Java Edit"
> [Starting]
> org.eclipse.emf.java.editor (2.2.0.v200609210005) "EMF Java Editor"
> [Starting]
> org.eclipse.emf.mapping (2.3.0.v200709252135) "EMF Mapping" [Starting]
> org.eclipse.emf.mapping.ecore (2.3.0.v200709252135) "Eclipse Modeling
> Framework (EMF) - org.eclipse.emf.mapping.ecore" [Starting]
> org.eclipse.emf.mapping.ecore.editor (2.3.0.v200709252135) "Eclipse
> Modeling Framework (EMF) - org.eclipse.emf.mapping.ecore.editor"
> [Starting]
> org.eclipse.emf.mapping.ecore2ecore (2.3.0.v200709252135) "Ecore to
> Ecore Mapping" [Starting]
> org.eclipse.emf.mapping.ecore2ecore.editor (2.3.0.v200709252135)
> "Ecore to Ecore Mapping Editor" [Starting]
> org.eclipse.emf.mapping.ecore2xml (2.3.0.v200709252135) "Ecore to XML
> Mapping" [Starting]
> org.eclipse.emf.mapping.ecore2xml.ui (2.3.0.v200709252135) "Ecore to
> XML Mapping UI" [Starting]
> org.eclipse.emf.mapping.ui (2.3.0.v200709252135) "EMF Mapping UI"
> [Starting]
> org.eclipse.emf.mapping.xsd2ecore (2.3.0.v200709252135) "XSD to Ecore
> Mapping" [Starting]
> org.eclipse.emf.mapping.xsd2ecore.editor (2.3.0.v200709252135) "XSD to
> Ecore Mapping Editor" [Starting]
> org.eclipse.equinox.app (1.0.1.R33x_v20070828) "Equinox Application
> Container" [Active]
> org.eclipse.equinox.common (3.3.0.v20070426) "Common Eclipse Runtime"
> [Active]
> org.eclipse.equinox.device (1.0.0.v20070226) "Device Access Service"
> [Resolved]
> org.eclipse.equinox.event (1.0.100.v20070516) "Event Admin" [Resolved]
> org.eclipse.equinox.http (1.0.100.v20070423) "HTTP Service" [Resolved]
> org.eclipse.equinox.http.jetty (1.0.1.R33x_v20070816) "Jetty Http
> Service" [Starting]
> org.eclipse.equinox.http.registry (1.0.0.v20070608) "Http Service
> Registry Extensions" [Resolved]
> org.eclipse.equinox.http.servlet (1.0.1.R33x_v20070816) "Http Services
> Servlet" [Starting]
> org.eclipse.equinox.http.servletbridge (1.0.0.v20070523)
> "Servletbridge Http Service" [Resolved]
> org.eclipse.equinox.jmx.client (1.0.0.v20070515) "Resource Monitoring
> Client Plug-in (Incubation)" [Starting]
> org.eclipse.equinox.jmx.client.rmi (1.0.0) "RMI Transport Client
> Plug-in (Incubation)" [Starting]
> org.eclipse.equinox.jmx.client.xmlrpc (1.0.0.v20070515) "XMLRPC
> Transport Client Plug-in (Incubation)" [Resolved]
> org.eclipse.equinox.jmx.common (1.0.0.v20070510) "Resource Monitoring
> Common Bundle (Incubation)" [Active]
> org.eclipse.equinox.jmx.server (1.0.0.v20070510) "Resource Monitoring
> Server Bundle (Incubation)" [Active]
> org.eclipse.equinox.jmx.server.rmi (1.0.0.v20070510) "RMI Transport
> Server Plug-in (Incubation)" [Active]
> org.eclipse.equinox.jmx.server.xmlrpc (1.0.0.v20070608) "XMLRPC
> Transport Server Plug-in (Incubation)" [Resolved]
> org.eclipse.equinox.jmx.vm (1.0.0.v20070515) "Resource Monitoring VM
> Extensions (Incubation)" [Active]
> org.eclipse.equinox.jsp.jasper (1.0.1.R33x_v20070816) "Jasper Jsp
> Support Bundle" [Starting]
> org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20070607) "Jasper Jsp
> Registry Support Plug-in" [Starting]
> org.eclipse.equinox.launcher (1.0.1.R33x_v20070828) "Equinox Launcher"
> [Resolved]
> org.eclipse.equinox.launcher.win32.win32.x86 (1.0.2.R331_v20071019)
> "Equinox Launcher Win32 X86 Fragment" [Resolved]
> org.eclipse.equinox.log (1.0.100.v20070226) "Log Service" [Resolved]
> org.eclipse.equinox.metatype (1.0.0.v20070226) "Meta Type" [Resolved]
> org.eclipse.equinox.preferences (3.2.100.v20070522) "Eclipse
> Preferences Mechanism" [Active]
> org.eclipse.equinox.preferences.jmx (1.0.0.v20070510) "Resource
> Monitoring Preferences Extensions (Incubation)" [Active]
> org.eclipse.equinox.registry (3.3.1.R33x_v20070802) "Extension
> Registry Support" [Active]
> org.eclipse.equinox.registry.jmx (1.0.0.v20070510) "Resource
> Monitoring Equinox Registry Extensions (Incubation)" [Active]
> org.eclipse.equinox.servletbridge (1.0.1.R33x_v20070816) "bundleName"
> [Resolved]
> org.eclipse.equinox.useradmin (1.0.0.v20070226) "User Admin Service"
> [Resolved]
> org.eclipse.gef (3.2.101.v20070814) "Graphical Editing Framework"
> [Starting]
> org.eclipse.gef.doc.isv (3.2.100.v20070529) "Graphical Editing
> Framework Documentation" [Starting]
> org.eclipse.gef.examples.flow (3.1.1) "GEF Flow Editor Example"
> [Starting]
> org.eclipse.gef.examples.logic (3.1.1) "GEF Logic Editor Example"
> [Starting]
> org.eclipse.gef.examples.shapes (3.1.1) "GEF Shape Editor Example"
> [Starting]
> org.eclipse.gef.examples.source (3.1.1) "GEF Examples" [Resolved]
> org.eclipse.gef.examples.text (3.1.1) "GEF Text Editor Example"
> [Starting]
> org.eclipse.gef.examples.ui.pde (3.3.0.v20070529) "Graphical Editing
> Framework Example Plug-ins" [Starting]
> org.eclipse.gef.source (3.3.1.v20070814) "Graphical Editing Framework
> Developer Resources" [Resolved]
> org.eclipse.help (3.3.1.v20070726_33x) "Help System Core" [Active]
> org.eclipse.help.appserver (3.1.200.v20070510) "Help Application
> Server" [Starting]
> org.eclipse.help.base (3.3.1.v20070813_33x) "Help System Base" [Active]
> org.eclipse.help.ui (3.3.1.v20070726_33x) "Help System UI" [Active]
> org.eclipse.help.webapp (3.3.1.v20070823_33x) "Help System Webapp"
> [Starting]
> org.eclipse.jdt (3.3.0.v20070607-1300) "Eclipse Java Development
> Tools" [Resolved]
> org.eclipse.jdt.apt.core (3.3.1.R33x_v20070831-0435) "Java Annotation
> Processing Core" [Active]
> org.eclipse.jdt.apt.pluggable.core (1.0.1.R33x_v20070831-0435) "Java
> Compiler Apt IDE" [Active]
> org.eclipse.jdt.apt.ui (3.3.1.R33x_v20070801-1930) "Java Annotation
> Processing UI" [Starting]
> org.eclipse.jdt.compiler.apt (1.0.1.R33x_v20070831-0435) "Java
> Compiler Apt" [Resolved]
> org.eclipse.jdt.compiler.tool (1.0.1.v_780_R33x) "Java Compiler Tool
> Support" [Resolved]
> org.eclipse.jdt.core (3.3.1.v_780_R33x) "Java Development Tools Core"
> [Active]
> org.eclipse.jdt.core.manipulation (1.1.0.v20070606-0010) "Java Code
> Manipulation Functionality" [Active]
> org.eclipse.jdt.debug (3.3.1.v20070719_r331) "JDI Debug Model" [Active]
> org.eclipse.jdt.debug.ui (3.2.101.v20070718_r331) "JDI Debug UI" [Active]
> org.eclipse.jdt.doc.isv (3.3.1.r331_v20070913) "Eclipse JDT Plug-in
> Developer Guide" [Starting]
> org.eclipse.jdt.doc.user (3.3.1.r331_v20070912a) "Eclipse Java
> Development User Guide" [Starting]
> org.eclipse.jdt.junit (3.3.1.r331_v20070829) "Java Development Tools
> JUnit support" [Active]
> org.eclipse.jdt.junit.runtime (3.3.0.v20070606-0010) "Java Development
> Tools JUnit runtime support" [Resolved]
> org.eclipse.jdt.junit4.runtime (1.0.100.v20070606-0010) "Java
> Development Tools JUnit4 runtime support" [Resolved]
> org.eclipse.jdt.launching (3.3.1.v20070808_r331) "Java Development
> Tools Launching Support" [Active]
> org.eclipse.jdt.source
> (3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL) "Eclipse Java
> Development Tools SDK" [Resolved]
> org.eclipse.jdt.ui (3.3.1.r331_v20070906) "Java Development Tools UI"
> [Active]
> org.eclipse.jem (1.2.1.v20060918_M) "Java EMF Model" [Starting]
> org.eclipse.jem.beaninfo (1.2.2.v20061027_M) "Java EMF Model BeanInfo
> (Introspection) Support" [Starting]
> org.eclipse.jem.proxy (1.2.0.v20060918_M) "Java EMF Model Proxy
> Support" [Starting]
> org.eclipse.jem.sdk (1.2.0.v20060918_M) "Java EMF Model SDK" [Resolved]
> org.eclipse.jem.source (1.2.3.v20070130_R----6zXJK-L2U8VZ) "Java EMF
> Model Source" [Resolved]
> org.eclipse.jem.ui (1.2.1.v20060918_M) "Java EMF Model UI" [Starting]
> org.eclipse.jem.util (1.2.1.v20060918_M) "Java EMF Model Utilities"
> [Starting]
> org.eclipse.jem.workbench (1.2.3.v20070130_R) "Java EMF Model
> Workbench Support" [Starting]
> org.eclipse.jface (3.3.1.M20070910-0800b) "JFace" [Active]
> org.eclipse.jface.databinding (1.1.1.M20070910-0800b) "JFace Data
> Binding for SWT and JFace" [Resolved]
> org.eclipse.jface.text (3.3.1.r331_v20070629) "JFace Text" [Resolved]
> org.eclipse.jsch.core (1.0.0.I20070426) "JSch Core" [Active]
> org.eclipse.jsch.ui (1.0.1.r33x_20070709) "JSch UI" [Starting]
> org.eclipse.ltk.core.refactoring (3.3.1.r331_v20070829) "Refactoring
> Core" [Active]
> org.eclipse.ltk.ui.refactoring (3.3.1.r331_v20070829) "Refactoring UI"
> [Active]
> org.eclipse.osgi (3.3.1.R33x_v20070828) "OSGi System Bundle" [Active]
> org.eclipse.osgi.jmx (1.0.0.v20070510) "Resource Monitoring OSGi
> Extensions (Incubation)" [Active]
> org.eclipse.osgi.services (3.1.200.v20070605) "OSGi Release 4.0.1
> Services" [Resolved]
> org.eclipse.osgi.util (3.1.200.v20070605) "OSGi Release 4.0.1 Utility
> Classes" [Resolved]
> org.eclipse.pde (3.3.1.R33x_r20070920) "Eclipse Plug-in Development
> Environment" [Resolved]
> org.eclipse.pde.build (3.3.2.R331_v20071019) "Plug-in Development
> Environment Build Support" [Starting]
> org.eclipse.pde.core (3.3.1.v20070912-0800) "Plug-in Development Core"
> [Starting]
> org.eclipse.pde.doc.user (3.3.0.v20070614-0800) "Eclipse Plug-in
> Development User Guide" [Resolved]
> org.eclipse.pde.junit.runtime (3.3.0.v20070608-1300) "PDE JUnit
> Plug-in Test" [Resolved]
> org.eclipse.pde.runtime (3.3.0.v20070608-1300) "Plug-in Development
> Environment Runtime" [Active]
> org.eclipse.pde.source (3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN)
> "Eclipse Plug-in Development Environment Developer Resources" [Resolved]
> org.eclipse.pde.ui (3.3.1.v20070912-0800) "Plug-in Development UI"
> [Starting]
> org.eclipse.pde.ui.templates (3.3.0.v20070608-1300) "PDE Templates"
> [Starting]
> org.eclipse.platform (3.3.2.R33x_v20071022) "Eclipse Platform" [Starting]
> org.eclipse.platform.doc.isv (3.3.1.r331_v20070913) "Eclipse Platform
> Plug-in Developer Guide" [Starting]
> org.eclipse.platform.doc.user (3.3.0.M20070913-1400) "Eclipse
> Workbench User Guide" [Starting]
> org.eclipse.platform.source
> (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz) "Eclipse Platform Plug-in
> Developer Resources" [Resolved]
> org.eclipse.platform.source.win32.win32.x86
> (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz) "Eclipse Platform Plug-in
> Developer Resources" [Resolved]
> org.eclipse.rcp (3.2.0.v20070612) "Eclipse RCP" [Starting]
> org.eclipse.rcp.source (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS)
> "Eclipse RCP Plug-in Developer Resources" [Resolved]
> org.eclipse.rcp.source.win32.win32.x86
> (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS) "Eclipse RCP Plug-in
> Developer Resources" [Resolved]
> org.eclipse.sdk (3.3.2.R33x_v20071022) "Eclipse Project SDK" [Starting]
> org.eclipse.search (3.3.1.r331_v20070831-0800) "Search Support"
> [Starting]
> org.eclipse.swt (3.3.2.v3347) "Standard Widget Toolkit" [Resolved]
> org.eclipse.swt.jmx (1.0.0.v20070510) "Resource Monitoring SWT
> Extensions (Incubation)" [Active]
> org.eclipse.swt.win32.win32.x86 (3.3.2.v3347a) "Standard Widget
> Toolkit for Windows" [Resolved]
> org.eclipse.team.core (3.3.1.r33x_20070807) "Team Support Core" [Active]
> org.eclipse.team.cvs.core (3.3.1.r33x_20070724) "CVS Team Provider
> Core" [Active]
> org.eclipse.team.cvs.ssh (3.2.100.I20061208) "CVS SSH Core" [Starting]
> org.eclipse.team.cvs.ssh2 (3.2.100.I20070604) "CVS SSH2" [Active]
> org.eclipse.team.cvs.ui (3.3.1.r33x_20070807) "CVS Team Provider UI"
> [Active]
> org.eclipse.team.ui (3.3.1.r33x_20070730) "Team Support UI" [Active]
> org.eclipse.text (3.3.0.v20070606-0010) "Text" [Resolved]
> org.eclipse.tomcat (4.1.230.v20070531) "Tomcat Wrapper" [Starting]
> org.eclipse.ui (3.3.1.M20070910-0800b) "Eclipse UI" [Active]
> org.eclipse.ui.browser (3.2.100.v20070524A) "Browser Support" [Starting]
> org.eclipse.ui.cheatsheets (3.3.0.v20070507) "Cheat Sheets" [Active]
> org.eclipse.ui.console (3.2.1.v20070824_r331) "Console" [Active]
> org.eclipse.ui.editors (3.3.1.r331_v20070629) "Default Text Editor"
> [Active]
> org.eclipse.ui.externaltools (3.1.200.v20070416) "External Tools"
> [Active]
> org.eclipse.ui.forms (3.3.0.v20070511) "Eclipse Forms" [Active]
> org.eclipse.ui.ide (3.3.1.M20070910-0800b) "Eclipse IDE UI" [Active]
> org.eclipse.ui.ide.application (1.0.0.I20070530-0100) "Eclipse IDE UI
> Application" [Resolved]
> org.eclipse.ui.intro (3.2.101.v20070827_33x) "Welcome Framework" [Active]
> org.eclipse.ui.intro.universal (3.2.100.v20070530A) "Universal
> Welcome" [Active]
> org.eclipse.ui.navigator (3.3.2.M20071022-1600a) "Common Navigator
> View" [Starting]
> org.eclipse.ui.navigator.resources (3.3.1.M20070831-2000) "Navigator
> Workbench Components" [Starting]
> org.eclipse.ui.net (1.0.0.I20070516) "Internet Connection Management
> UI" [Active]
> org.eclipse.ui.presentations.r21 (3.2.100.I20070605-0010) "R21
> Presentation Plug-in" [Starting]
> org.eclipse.ui.views (3.2.101.M20070910-0800b) "Views" [Active]
> org.eclipse.ui.views.properties.tabbed (3.3.1.M20070831-0800) "Tabbed
> Properties View" [Starting]
> org.eclipse.ui.win32 (3.2.100.I20070319-0010) "Eclipse UI Win32
> Enhancements" [Resolved]
> org.eclipse.ui.workbench (3.3.1.M20070921-1200) "Workbench" [Active]
> org.eclipse.ui.workbench.compatibility (3.2.0.I20070319-0010)
> "Workbench Compatibility" [Resolved]
> org.eclipse.ui.workbench.texteditor (3.3.1.r331_v20070806) "Text
> Editor Framework" [Active]
> org.eclipse.uml2 (2.1.0.v200706251652) "UML2" [Resolved]
> org.eclipse.uml2.codegen.ecore (1.3.0.v200708221323) "UML2 Ecore Code
> Generation" [Starting]
> org.eclipse.uml2.codegen.ecore.ui (1.3.0.v200706251652) "UML2 Ecore
> Code Generation UI" [Starting]
> org.eclipse.uml2.common (1.3.1.v200707311200) "UML2 Common" [Active]
> org.eclipse.uml2.common.edit (1.3.0.v200706251652) "UML2 Common Edit
> Support" [Starting]
> org.eclipse.uml2.uml (2.1.1.v200707311200) "UML2 UML Model" [Active]
> org.eclipse.uml2.uml.ecore.exporter (2.1.0.v200706251652) "UML2 UML
> Exporter for EMF" [Starting]
> org.eclipse.uml2.uml.ecore.importer (2.1.0.v200706251652) "UML2 UML
> Importer for EMF" [Starting]
> org.eclipse.uml2.uml.edit (2.1.0.v200708301222) "UML2 UML Edit
> Support" [Starting]
> org.eclipse.uml2.uml.editor (2.1.0.v200706251652) "UML2 UML Editor"
> [Starting]
> org.eclipse.uml2.uml.resources (2.1.0.v200706251652) "UML2 UML
> Resources" [Resolved]
> org.eclipse.update.configurator (3.2.101.R33x_v20070810)
> "Install/Update Configurator" [Active]
> org.eclipse.update.core (3.2.101.R33x_v20070911) "Install/Update Core"
> [Active]
> org.eclipse.update.core.win32 (3.2.100.v20070615) "Install/Update Core
> for Windows" [Resolved]
> org.eclipse.update.scheduler (3.2.100.v20070615) "Automatic Updates
> Scheduler" [Active]
> org.eclipse.update.ui (3.2.100.v20070615) "Install/Update UI" [Active]
> org.eclipse.ve (1.2.0.v20060518_RC1) "Visual Editor" [Resolved]
> org.eclipse.ve.cde (1.2.0.v20060918_M) "Visual Editor Common Data
> Editor" [Starting]
> org.eclipse.ve.doc (1.2.0.v20060824_M) "Visual Editor for Java User
> Guide" [Starting]
> org.eclipse.ve.java.core (1.2.1.v20060918_M) "Visual Editor Java Core"
> [Starting]
> org.eclipse.ve.jfc (1.2.1.v20060918_M) "Visual Editor for Java
> Foundation Classes" [Starting]
> org.eclipse.ve.propertysheet (1.2.0.v20060824_M) "Visual Editor
> PropertySheet" [Starting]
> org.eclipse.ve.sdk (1.2.0.v20060518_RC1) "Visual Editor SDK" [Resolved]
> org.eclipse.ve.source (1.2.1.v20060817_M-zXJUB0fx_-eyDdh) "Visual
> Editor Source" [Resolved]
> org.eclipse.ve.swt (1.2.1.v20060918_M) "Visual Editor for Standard
> Widget Toolkit" [Starting]
> org.eclipse.xsd (2.3.1.v200709252135) "XML Schema Infoset Model (XSD)"
> [Starting]
> org.eclipse.xsd.ecore.converter (2.3.0.v200709252135) "XML Schema
> Infoset Model (XSD) - org.eclipse.xsd.ecore.converter" [Starting]
> org.eclipse.xsd.ecore.exporter (2.3.0.v200709252135) "XML Schema
> Exporter for EMF" [Starting]
> org.eclipse.xsd.ecore.importer (2.3.1.v200709252135) "XML Schema
> Importer for EMF" [Starting]
> org.eclipse.xsd.edit (2.3.0.v200709252135) "XML Schema Edit Framework"
> [Starting]
> org.eclipse.xsd.editor (2.3.0.v200709252135) "XML Schema Editor"
> [Starting]
> org.eclipse.xsd.example (2.1.0.v200609210005) "XML Schema Infoset
> Model Example" [Starting]
> org.eclipse.xsd.mapping (2.3.0.v200709252135) "XML Schema Infoset
> Model (XSD) - org.eclipse.xsd.mapping" [Starting]
> org.eclipse.xsd.mapping.editor (2.3.0.v200709252135) "XML Schema
> Infoset Model (XSD) - org.eclipse.xsd.mapping.editor" [Starting]
> org.junit (3.8.2.v200706111738) "JUnit Testing Framework" [Resolved]
> org.junit.source (3.8.2.v200706111738) "JUnit Testing Framework
> Source" [Resolved]
> org.junit4 (4.3.1) "JUnit Testing Framework Version 4" [Resolved]
> org.mortbay.jetty (5.1.11.v200706111724) "Jetty WebServer" [Resolved]
> org.mortbay.jetty.source (5.1.11.v200706111724) "Jetty WebServer
> Source" [Resolved]
>
> *** User Preferences:
> #Tue Jan 15 00:33:42 CET 2008
> @org.eclipse.debug.ui=3.3.1.v20070731_r331
> /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_ templates= <?xml
> version\="1.0" encoding\="UTF-8"
> standalone\="no"?><templates><template autoinsert\="true"
> context\="java" deleted\="false" description\="Make a Comment"
> enabled\="true"
> name\="Comment">/*&\#13;\r\n${line_selection}${cursor}&\#13;\r\n*/ </template></templates>
>
> /instance/org.eclipse.jdt.ui/spelling_user_dictionary_encodi ng=
> @org.eclipse.ui.ide=3.3.1.M20070910-0800b
> /instance/org.eclipse.jdt.launching/org.eclipse.jdt.launchin g.PREF_VM_XML= <?xml
> version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<vmSettings
> defaultVM\=" 57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType 13,1195632632864 "
> defaultVMConnector\="">\r\n<vmType
> id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType ">\r\n<vm
> id\="1195632632864"
> javadocURL\="http\://java.sun.com/javase/6/docs/api/"
> name\="jre1.6.0_03" path\="C\:\\Program
> Files\\Java\\jre1.6.0_03">\r\n<libraryLocations>\r\n<libraryLocation
> jreJar\="C\:/Program Files/Java/jre1.6.0_03/lib/resources.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/rt.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/"
> jreSrc\="C\:/Program Files/Java/jdk1.6.0_03/src.zip"
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/jsse.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/jce.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/charsets.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/dnsns.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/dom4j-1.6.1.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/jdom.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/"
> jreSrc\="C\:/Program Files/Java/jdom-1.1/build"
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/localedata.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/QTJava.zip"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/sunjce_provider.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/sunmscapi.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n<libraryLocation jreJar\="C\:/Program
> Files/Java/jre1.6.0_03/lib/ext/sunpkcs11.jar"
> jreJavadoc\="http\://java.sun.com/javase/6/docs/api/" jreSrc\=""
> pkgRoot\=""/>\r\n</libraryLocations>\r\n</vm>\r\n<vm
> id\="1200241071529"
> javadocURL\="http\://java.sun.com/javase/6/docs/api/"
> name\="jdk1.6.0_03" path\="C\:\\Program
> Files\\Java\\jdk1.6.0_03\\jre"/>\r\n</vmType>\r\n</vmSettings >\r\n
> /instance/org.eclipse.ui.editors/spellingEnabled=false
> /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_te mplates_migrated=true
>
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatte r.comment.clear_blank_lines_in_javadoc_comment=true
>
> /instance/org.eclipse.pde.runtime/activate=true
> @org.eclipse.ui.browser=3.2.100.v20070524A
> /instance/org.eclipse.ui.editors/overviewRuler_migration=mig rated_3.1
> /instance/org.eclipse.team.core/file_types=ser\n2\nucd\n2\nu td\n2\n
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatte r.comment.clear_blank_lines_in_block_comment=true
>
> /instance/org.eclipse.jdt.ui/command=C\:\\Documents and
> Settings\\Admin\\Desktop\\hallo.doc
> @org.eclipse.jdt.ui=3.3.1.r331_v20070906
> /instance/org.eclipse.core.resources/version=1
> @org.eclipse.core.resources=3.3.0.v20070604
> /instance/org.eclipse.ui/showIntro=false
> /instance/org.eclipse.ui.intro.universal/org.eclipse.sdk.ide _INTRO_ROOT_PAGES=overview,tutorials,samples,whatsnew
>
> /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
> @org.eclipse.team.cvs.ui=3.3.1.r33x_20070807
> /configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
> @org.eclipse.team.core=3.3.1.r33x_20070807
> @org.eclipse.ui.workbench=3.3.1.M20070921-1200
> @org.eclipse.ve.java.core=1.2.1.v20060918_M
> file_export_version=3.0
> @org.eclipse.jdt.launching=3.3.1.v20070808_r331
> /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.w idth=
> /instance/org.eclipse.jdt.ui/formatter_settings_version=11
> @org.eclipse.pde.runtime=3.3.0.v20070608-1300
> /instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Co urier
> New|10.0|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
> /instance/org.eclipse.core.net/org.eclipse.core.net.hasMigra ted=true
> /instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time =false
> /instance/org.eclipse.ve.java.core/PALETTE_WIDTH=125
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler .problem.enumIdentifier=error
>
> /instance/org.eclipse.cdt.debug.ui/org.eclipse.debug.ui.Brea kpointView.org.eclipse.cdt.debug.ui.cDebug.show_full_paths=t rue
>
> /instance/org.eclipse.debug.ui/org.eclipse.debug.ui.detail_p ane_word_wrap=true
>
> /instance/org.eclipse.ui.ide/platformState=1200163922389
> @org.eclipse.core.net=1.0.1.r33x_20070709
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatte r.lineSplit=120
>
> \!/=
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler .compliance=1.6
>
> /instance/org.eclipse.debug.ui/pref_state_memento.org.eclips e.debug.ui.VariableView= <?xml
> version\="1.0" encoding\="UTF-8"?>\r\n<VariablesViewMemento
> org.eclipse.debug.ui.SASH_DETAILS_PART\="343"
> org.eclipse.debug.ui.SASH_VIEW_PART\="656"/>
> /instance/com.omondo.uml.core/UMLClassDiagramPreference.gene ralProperties.dialog.delete=false
>
> /instance/org.eclipse.debug.ui/org.eclipse.debug.uiinspectPo pupSashWeights=900\:100
>
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComp lete.visibilityCheck=enabled
>
> /instance/org.eclipse.ui.editors/quickdiff.quickDiff=false
> /instance/org.eclipse.ve.java.core/PALETTE_STATE=2
> /instance/org.eclipse.ui.browser/internalWebBrowserHistory= D\:\\workspace2\\ppgrp1\\doc\\index-files\\index-1.html|*|D\ :\\workspace2\\ppgrp1\\doc\\index-files\\index-5.html|*|file \:/D\:/workspace2/ppgrp1/doc/index-files/index-5.html|*|file \:///D\:/workspace2/ppgrp1/doc/test/TestClass.html\#ha|*|D\: \\workspace2\\ppgrp1\\doc\\index-files\\index-4.html|*|D\:\\ workspace2\\ppgrp1\\doc\\index-files\\index-3.html|*|file\:/ D\:/workspace2/ppgrp1/doc/index-files/index-3.html|*|D\:\\wo rkspace2\\ppgrp1\\doc\\constant-values.html|*|file\:/D\:/wor kspace2/ppgrp1/doc/constant-values.html|*|
>
> @org.eclipse.ui.editors=3.3.1.r331_v20070629
> /instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizi ng_default_participant_sec_id=1200236100071
>
> /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterpro files= <?xml
> version\="1.0" encoding\="UTF-8" standalone\="no"?>\r\n<profiles
> version\="11">\r\n<profile kind\="CodeFormatterProfile"
> name\="Eclipse(new)" version\="11">\r\n<setting
> id\=" org.eclipse.jdt.core.formatter.comment.insert_new_line_befor e_root_tags "
> value\="insert"/>\r\n<setting
> id\=" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_a nnotation "
> value\="insert"/>\r\n<setting
> id\=" org.eclipse.jdt.core.formatter.insert_space_before_comma_in_ type_parameters "
> value\="do not insert"/>\r\n<setting
> id\=" org.eclipse.jdt.core.formatter.insert_space_before_opening_b race_in_type_declaration "
> value\="insert"/>\r\n<setting
> id\=" org.eclipse.jdt.core.formatter.insert_space_after_comma_in_t ype_arguments "
> value\="insert"/>\r\n<setting
> id\=" org.eclipse.jdt.core.formatter.brace_position_for_anonymous_ type_declaration "
> value\="end_of_line"/>
Previous Topic:Where to find Eclipse Icons?
Next Topic:Ajax Toolkit Framework (1.0.1) requires feature "org.eclipse.wst (1.5.0)", or eq
Goto Forum:
  


Current Time: Fri Apr 26 21:25:35 GMT 2024

Powered by FUDForum. Page generated in 0.08351 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top