Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef3d-dev] Renderer isn't loading in standalone


NO it's not a stupid question..there are all kinds of dumb things I could be doing at this point.. here's the stack..there is nothing else in log file relevant, but see below for console log..

java.lang.NullPointerException
at org.eclipse.draw3d.Draw3DCanvas.setDefaultRenderer (Draw3DCanvas.java:101)
	at org.eclipse.draw3d.Draw3DCanvas.<init>(Draw3DCanvas.java:86)
	at org.eclipse.draw3d.Draw3DCanvas.createCanvas(Draw3DCanvas.java:61)
at org.eclipse.gef3d.ui.parts.GraphicalViewer3DHelper.createControl3D (GraphicalViewer3DHelper.java:253) at org.eclipse.gef3d.ui.parts.GraphicalViewer3DImpl.createControl3D (GraphicalViewer3DImpl.java:78) at org.eclipse.gef3d.ui.parts.GraphicalViewer3DImpl.createControl (GraphicalViewer3DImpl.java:69) at org.eclipse.amp.agf.gef.EditPartViewPart.createPartControl (EditPartViewPart.java:73) at org.eclipse.amp.agf3d.GEF3DViewPart.createPartControl (GEF3DViewPart.java:42) at org.eclipse.ui.internal.ViewReference.createPartHelper (ViewReference.java:367) at org.eclipse.ui.internal.ViewReference.createPart (ViewReference.java:226) at org.eclipse.ui.internal.WorkbenchPartReference.getPart (WorkbenchPartReference.java:595)
	at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
	at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:529)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible (PresentablePart.java:180) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select (PresentablePartFolder.java:270) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select (LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart (TabbedStackPresentation.java:473) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection (PartStack.java:1256)
	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)
	at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:568) at org.eclipse.ui.internal.PerspectiveHelper.activate (PerspectiveHelper.java:272)
	at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:982)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:3608) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective (WorkbenchPage.java:1037) at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java: 1021) at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java: 3709) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java: 70) at org.eclipse.ui.internal.WorkbenchPage.setPerspective (WorkbenchPage.java:3707) at org.eclipse.amp.axf.ide.ModelViewManager$6.run (ModelViewManager.java:518) at org.eclipse.ui.internal.UILockListener.doPendingWork (UILockListener.java:155) at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java: 158)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:134)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3405)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3102)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:493)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run (EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

Here's relvant bits from OS console log:

11/16/09 1:08:25 PM	[0x0-0x1b41b4].org.eclipse.eclipse[3584]	pointnull
11/16/09 1:08:25 PM [0x0-0x1b41b4].org.eclipse.eclipse[3584] Nov 16, 2009 1:08:25 PM org.eclipse.draw3d.graphics3d.Graphics3DRegistry getDefaultScreenRenderer 11/16/09 1:08:25 PM [0x0-0x1b41b4].org.eclipse.eclipse[3584] SEVERE: No screen renderer not found 11/16/09 1:08:25 PM [0x0-0x1b41b4].org.eclipse.eclipse[3584] Nov 16, 2009 1:08:25 PM org.eclipse.draw3d.DeferredUpdateManager3D repairDamage 11/16/09 1:08:25 PM [0x0-0x1b41b4].org.eclipse.eclipse[3584] WARNING: repairDamage called, but canvas is null. Hint: call LightweightSystem.setControl(..)


Here's configuration:

*** Date: Monday, November 16, 2009 1:09:25 PM PT

*** Platform Details:

*** System properties:
awt.nativeDoubleBuffering=true
awt.toolkit=apple.awt.CToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=M20090917-0800
eclipse.commands=-os
macosx
-ws
cocoa
-arch
x86_64
-showsplash
-launcher
/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/eclipse
-name
Eclipse
--launcher.library
/Developer/eclipse-ed/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.1.R35x_v20090707/eclipse_1207.so
-startup
/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-keyring
/Users/milesparker/.eclipse_keyring
-showlocation
-vm
/System/Library/Frameworks/JavaVM.framework
eclipse.home.location=file:/Developer/eclipse-ed/
eclipse.launcher=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/eclipse
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=SDKProfile
eclipse.product=org.eclipse.sdk.ide
eclipse.startTime=1258405682920
eclipse.vm=/System/Library/Frameworks/JavaVM.framework
eclipse.vmargs=-Xms40m
-Xmx512m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=256m
-Djava.class.path=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
file.encoding=MacRoman
file.encoding.pkg=sun.io
file.separator=/
ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
gopherProxySet=false
java.awt.graphicsenv=apple.awt.CGraphicsEnvironment
java.awt.printerjob=apple.awt.CPrinterJob
java.class.path=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
java.class.version=50.0
java.endorsed.dirs=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/endorsed
java.ext.dirs=/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext
java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
java.io.tmpdir=/var/folders/e9/e9EW6DCbHZ8Bky-IrtnmvE+++TI/-Tmp-/
java.library.path=.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.6.0_15-b03-219
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Apple Inc.
java.vendor.url=http://www.apple.com/
java.vendor.url.bug=http://bugreport.apple.com/
java.version=1.6.0_15
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Apple Inc.
java.vm.version=14.1-b02-90
line.separator=

mrj.version=1060.1.6.0_15-219
org.apache.commons.logging.Log=org.eclipse.amp.amf.gen.ide.LogWorkflow
org.eclipse.equinox.launcher.splash.location=/Developer/eclipse-ed/plugins/org.eclipse.platform_3.3.201.v200909170800/splash.bmp
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
org.eclipse.swt.internal.carbon.smallFonts=
org.eclipse.update.reconcile=false
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=en
org.osgi.framework.os.name=MacOSX
org.osgi.framework.os.version=10.6.1
org.osgi.framework.processor=x86-64
org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.5.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=x86_64
os.name=Mac OS X
os.version=10.6.1
osgi.arch=x86_64
osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.101.R35x_v20090807-1100.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=/Developer/eclipse-ed/configuration/org.eclipse.osgi/bundles
osgi.configuration.area=file:/Developer/eclipse-ed/configuration/
osgi.framework=file:/Developer/eclipse-ed/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar
osgi.framework.extensions=
osgi.framework.shape=jar
osgi.framework.version=3.5.1.R35x_v20090827
osgi.install.area=file:/Developer/eclipse-ed/
osgi.instance.area=file:/Users/milesparker/Documents/workspace-223/
osgi.instance.area.default=file:/Users/milesparker/Documents/workspace/
osgi.logfile=/Users/milesparker/Documents/workspace-223/.metadata/.log
osgi.manifest.cache=/Developer/eclipse-ed/configuration/org.eclipse.osgi/manifests
osgi.nl=en_US
osgi.os=macosx
osgi.splashLocation=/Developer/eclipse-ed/plugins/org.eclipse.platform_3.3.201.v200909170800/splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=/Developer/eclipse-ed/plugins
osgi.tracefile=/Users/milesparker/Documents/workspace-223/.metadata/trace.log
osgi.ws=cocoa
path.separator=:
socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16
sun.arch.data.model=64
sun.boot.class.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsfd.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/charsets.jar
sun.boot.library.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries
sun.cpu.endian=little
sun.cpu.isalist=
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=MacRoman
sun.management.compiler=HotSpot 64-Bit Server Compiler
sun.os.patch.level=unknown
user.country=US
user.dir=/Developer/eclipse-ed/Eclipse.app/Contents/MacOS
user.home=/Users/milesparker
user.language=en
user.name=milesparker
user.timezone=America/Vancouver

*** Features:
org.ascape.core (5.2.0.v200911160431-61-7w311A22271542) "pluginName"
org.eclipse.amp.agf (0.5.0.v200911160431-179-8s733L555F3B95) "Agent Graphics Framework Core (Incubation)"
org.eclipse.amp.agf.chart (0.5.0.v200911160431-14-7w311A22271542) "Agent Graphics Framework Chart (Incubation)"
org.eclipse.amp.agf.zest (0.5.0.v200911160431-179-8s733L555F3B95) "Agent Graphics Framework Zest (Incubation)"
org.eclipse.amp.agf3d (0.5.0.v200911160431-18158s733L555F3B95) "Agent Graphics Framework GEF 3D Support (Incubation)"
org.eclipse.amp.amf (0.5.0.v200911160431-17T-BlSPB12RLjgcYOO6IF9) "AMF Acore Edit Support (Interim MetaABM) (Incubation)"
org.eclipse.amp.amf.core (0.5.0.v200911160431-37E-9oB55W888N5HE8) "AMF Acore Core Model (Interim MetaABM) (Incubation)"
org.eclipse.amp.amf.target.ascape (0.5.0.v200911160431-179-8s733L555F3B95) "AMF IDE Integration for Ascape (Incubation)"
org.eclipse.amp.amf.target.escape (0.5.0.v200911160431-179-8s733L555F3B95) "AMF IDE Integration and Generation for Escape (Incubation)"
org.eclipse.amp.amfx (0.5.0.v200911160431-17w-F9JgLMsWWXMM0rW) "pluginName"
org.eclipse.amp.axf (0.5.0.v200911160431-17E-9oB55W888N5HE8) "Agent eXecution Framework (Incubation)"
org.eclipse.amp.escape (0.5.0.v200911160431-67b-BuaMUuGTQ3dhccMIOI6) "Escape IDE Integration (Incubation)"
org.eclipse.cvs (1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16) "Eclipse CVS Client"
org.eclipse.help (1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD) "Help System Base"
org.eclipse.jdt (3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ) "Eclipse Java Development Tools"
org.eclipse.pde (3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93) "PDE"
org.eclipse.platform (3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7) "Eclipse Platform"
org.eclipse.rcp (3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6) "Eclipse RCP"
org.eclipse.sdk (3.5.1.R35x_v20090811-7Q7bAIBPVUBVbKSMTyyfpOteKTem7_g2paS1__z-Rrmf4) "Eclipse Project SDK"
org.lwjgl (2.2.1) "LWJGL Lightweight Java Game Library"

*** Plug-in Registry:
com.google.collect (0.8.0.v200908120607) "bundleName" [Resolved]
com.google.guice (1.0.1.v200908120607) "Guice Plug-in" [Resolved]
com.ibm.icu (4.0.1.v20090822) "International Components for Unicode for Java (ICU4J)" [Active]
com.jcraft.jsch (0.1.41.v200903070017) "JSch" [Resolved]
com.metascape.amp.amf.gis (1.3.0.v200911160115) "Acore MetaABM GIS Tools (Incubation)" [Starting]
com.metascape.ide.visual (1.3.0.v200911160115) "MetaABM Graph Visualization" [Active]
javax.servlet (2.5.0.v200806031605) "Servlet API Bundle" [Resolved]
javax.servlet.jsp (2.0.0.v200806031607) "Java Server Pages API Bundle" [Resolved]
org.antlr.runtime (3.0.0.v200908120607) "ANTLR Runtime" [Resolved]
org.apache.ant (1.7.1.v20090120-1145) "Apache Ant" [Resolved]
org.apache.commons.cli (1.0.0.v20080604-1500) "pluginName" [Resolved]
org.apache.commons.codec (1.3.0.v20080530-1600) "Apache Commons Codec Plug-in" [Resolved]
org.apache.commons.collections (3.2.0.v200803061811) "Apache Commons Collections" [Resolved]
org.apache.commons.el (1.0.0.v200806031608) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
org.apache.commons.httpclient (3.1.0.v20080605-1935) "Apache Commons Httpclient" [Resolved]
org.apache.commons.lang (2.4.0.v20081016-1030) "Apache Jakarta Commons Lang" [Resolved]
org.apache.commons.logging (1.0.4.v200904062259) "Apache Commons Logging Plug-in" [Resolved]
org.apache.commons.logging (1.1.1.v200904062255) "Apache Commons Logging Plug-in" [Resolved]
org.apache.jasper (5.5.17.v200903231320) "Apache Jasper 2 Plug-in" [Resolved]
org.apache.lucene (1.9.1.v20080530-1600) "Apache Lucene" [Resolved]
org.apache.lucene.analysis (1.9.1.v20080530-1600) "Apache Lucene Analysis" [Resolved]
org.ascape.core (5.2.0.v200911160431) "pluginName" [Resolved]
org.ascape.ui.amp (0.7.0.200911161209) "Ascape Derived AMP Dependencies for Legacy Support" [Active]
org.eclipse.amp.agf.chart (0.5.0.v200911160431) "Agent Graphics Framework Chart (Incubation)" [Starting]
org.eclipse.amp.agf.core (0.5.0.v200911160431) "Agent Graphics Framework Core (Incubation)" [Active]
org.eclipse.amp.agf.ide (0.5.0.v200911160431) "Agent Graphics Framework IDE Integration (Incubation)" [Starting]
org.eclipse.amp.agf.zest (0.5.0.v200911160431) "Agent Graphics Framework Zest (Incubation)" [Starting]
org.eclipse.amp.agf.zest.ide (0.5.0.v200911160431) "Agent Graphics Framework Zest IDE Integration (Incubation)" [Starting]
org.eclipse.amp.agf3d (0.5.0.200911161120) "Agent Graphics Framework GEF 3D Support (Incubation)" [Active]
org.eclipse.amp.amf.abase (0.5.0.v200911160431) "pluginName" [Active]
org.eclipse.amp.amf.abase.edit (0.5.0.v200911160431) "AMF Text-Based Model Edit Support" [Starting]
org.eclipse.amp.amf.abase.editor (0.5.0) "AMF Text-Based Model Editor Support" [Starting]
org.eclipse.amp.amf.abase.ui (0.5.0.v200911160431) "AMF Text-Based Model Support IDE UI" [Starting]
org.eclipse.amp.amf.acore (0.5.0.v200911160431) "AMF Acore Core Model (Interim MetaABM) (Incubation)" [Active]
org.eclipse.amp.amf.acore.edit (0.5.0.v200911160431) "AMF Acore Edit Support (Interim MetaABM) (Incubation)" [Starting]
org.eclipse.amp.amf.acore.editor (0.5.0.v200911160431) "AMF Acore Editor Support (Interim MetaABM) (Incubation)" [Starting]
org.eclipse.amp.amf.gen (0.5.0.v200911160431) "AMF Code Generator (Incubation)" [Active]
org.eclipse.amp.amf.gen.ascape (0.5.0.v200911160431) "AMF Ascape Generator (Incubation)" [Active]
org.eclipse.amp.amf.gen.escape (0.5.0.v200911160431) "AMF Escape Generator  (Incubation)" [Active]
org.eclipse.amp.amf.gen.extras (0.5.0.v200911160431) "AMF Documentation and Graphics Key Generator (Incubation)" [Starting]
org.eclipse.amp.amf.gen.ide (0.5.0.v200911160431) "AMF IDE Support for Code Generation (Incubation)" [Active]
org.eclipse.amp.amf.ide (0.5.0.v200911160431) "AMF IDE Integration (Incubation)" [Starting]
org.eclipse.amp.amf.ide.ascape (0.5.0.v200911160431) "AMF IDE Integration for Ascape (Incubation)" [Starting]
org.eclipse.amp.amf.parameters (0.5.0.v200911160431) "AMF Parameter Model and DSL (Incubation)" [Active]
org.eclipse.amp.amf.parameters.edit (0.5.0.v200911160431) "AMF Parameter Edit Support (Incubation)" [Starting]
org.eclipse.amp.amf.parameters.editor (0.5.0.v200911160431) "AMF Parameter Editor Support (Incubation)" [Starting]
org.eclipse.amp.amf.parameters.ui (0.5.0.v200911160431) "AMF Parameter Text Editor (Incubation)" [Starting]
org.eclipse.amp.amf.testing (0.5.0.v200911160431) "AMF Testing Xtext and Model (Incubation)" [Active]
org.eclipse.amp.amf.testing.edit (0.5.0.v200911160431) "AMF Testing Model Edit Support (Incubation)" [Starting]
org.eclipse.amp.amf.testing.editor (0.5.0.v200911160431) "AMF Testing Model Editor Support (Incubation)" [Starting]
org.eclipse.amp.amf.testing.ui (0.5.0.v200911160431) "AMF Testing Text Editor and UI (Incubation)" [Starting]
org.eclipse.amp.axf.core (0.5.0.v200911160431) "Agent eXecution Framework (Incubation)" [Active]
org.eclipse.amp.axf.ide (0.5.0.v200911160431) "Agent eXecution Framework IDE Integration (Incubation)" [Active]
org.eclipse.amp.axf.views (0.5.0.v200911160431) "Agent eXecution Framework Views Support (Incubation)" [Active]
org.eclipse.amp.escape.amf.ide (0.5.0.v200911160431) "AMF IDE Integration and Generation for Escape (Incubation)" [Active]
org.eclipse.amp.escape.ascape (0.5.0.v200911160431) "Escape Ascape Integration (Incubation)" [Active]
org.eclipse.amp.escape.ascape.agf3d (0.5.0.200911161107) "Escape GEF 3D Integration for Ascape (Incubation)" [Active]
org.eclipse.amp.escape.ascape.chart (0.5.0.v200911160431) "Escape Chart Integration for Ascape (Incubation)" [Starting]
org.eclipse.amp.escape.ide (0.5.0.200911161243) "Escape IDE Integration (Incubation)" [Active]
org.eclipse.amp.escape.testing.ide (0.5.0.v200911160431) "Escape Testing IDE Integration (Incubation)" [Starting]
org.eclipse.ant.core (3.2.100.v20090817_r351) "Ant Build Tool Core" [Starting]
org.eclipse.ant.ui (3.4.1.v20090901_r351) "Ant UI" [Starting]
org.eclipse.birt.chart.device.extension (2.5.1.v20090902) "BIRT Chart Device Extension(s)" [Starting]
org.eclipse.birt.chart.device.swt (2.5.1.v20090723) "BIRT Chart Device SWT Extension" [Starting]
org.eclipse.birt.chart.engine (2.5.1.v20090902) "BIRT Chart Engine" [Starting]
org.eclipse.birt.chart.engine.extension (2.5.1.v20090826) "BIRT Chart Engine Extension" [Starting]
org.eclipse.birt.chart.ui (2.5.1.v20090903) "BIRT Chart Library UI Plug-in" [Starting]
org.eclipse.birt.chart.ui.extension (2.5.1.v20090908) "BIRT Chart UI Extension" [Starting]
org.eclipse.birt.core (2.5.1.v20090903) "BIRT Core Package" [Starting]
org.eclipse.birt.core.ui (2.5.1.v20090826) "BIRT Core UI" [Starting]
org.eclipse.compare (3.5.0.I20090514-0808) "Compare Support" [Starting]
org.eclipse.compare.core (3.5.0.I20090430-0408) "Core Compare Support" [Active]
org.eclipse.core.boot (3.1.100.v20080218) "Core Boot" [Starting]
org.eclipse.core.commands (3.5.0.I20090525-2000) "Commands" [Resolved]
org.eclipse.core.contenttype (3.4.1.R35x_v20090826-0451) "Eclipse Content Mechanism" [Active]
org.eclipse.core.databinding (1.2.0.M20090819-0800) "JFace Data Binding" [Starting]
org.eclipse.core.databinding.beans (1.2.0.I20090525-2000) "JFace Data Binding for JavaBeans" [Resolved]
org.eclipse.core.databinding.observable (1.2.0.M20090902-0800) "JFace Data Binding Observables" [Active]
org.eclipse.core.databinding.property (1.2.0.M20090819-0800) "JFace Data Binding" [Starting]
org.eclipse.core.expressions (3.4.100.v20090429-1800) "Expression Language" [Active]
org.eclipse.core.filebuffers (3.5.0.v20090526-2000) "File Buffers" [Active]
org.eclipse.core.filesystem (1.2.0.v20090507) "Core File Systems" [Active]
org.eclipse.core.filesystem.macosx (1.1.0.v20090112) "Core File System for Macintosh" [Resolved]
org.eclipse.core.jobs (3.4.100.v20090429-1800) "Eclipse Jobs Mechanism" [Active]
org.eclipse.core.net (1.2.1.r35x_20090812-1200) "Internet Connection Management" [Active]
org.eclipse.core.resources (3.5.1.R35x_v20090826-0451) "Core Resource Management" [Active]
org.eclipse.core.resources.compatibility (3.4.0.v20090505) "Core Resource Management Compatibility Fragment" [Resolved]
org.eclipse.core.runtime (3.5.0.v20090525) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.2.0.v20090413) "Core Runtime Plug-in Compatibility" [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.100.v20090413) "Authorization Compatibility Plug-in" [Active]
org.eclipse.core.runtime.compatibility.registry (3.2.200.v20090429-1800) "Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.core.variables (3.2.200.v20090521) "Core Variables" [Active]
org.eclipse.cvs (1.0.300.v200909170800) "Eclipse CVS Client" [Starting]
org.eclipse.debug.core (3.5.0.v20090526-1600) "Debug Core" [Active]
org.eclipse.debug.ui (3.5.1.v20090811_r351) "Debug UI" [Starting]
org.eclipse.draw2d (3.5.1.v20090813-1341) "Graphical Editing Framework Draw2d" [Active]
org.eclipse.draw3d (0.8.1) "Graphical Editing Framework 3D, Draw3D" [Resolved]
org.eclipse.draw3d.geometry (0.8.0) "GEF3D Geometry Plug-in" [Resolved]
org.eclipse.draw3d.graphics3d (0.8.1) "Graphical Editing Framework 3D, Graphics3D" [Resolved]
org.eclipse.draw3d.lwjgl (0.8.1) "Graphics3D implementation using LWJGL Plug-in" [Starting]
org.eclipse.draw3d.ui (0.8.1) "Graphical Editing Framework 3D, Draw3D User Interface" [Starting]
org.eclipse.draw3d.x3d (0.8.1) "Graphics3D implementation for export to X3D" [Starting]
org.eclipse.ecf (3.0.0.v20090831-1906) "Eclipse Communication Framework (ECF)" [Active]
org.eclipse.ecf.filetransfer (3.0.0.v20090831-1906) "ECF Filetransfer API" [Active]
org.eclipse.ecf.identity (3.0.0.v20090831-1906) "ECF Identity API" [Active]
org.eclipse.ecf.provider.filetransfer (3.0.1.v20090831-1906) "ECF Filetransfer Provider" [Active]
org.eclipse.ecf.provider.filetransfer.httpclient (3.0.1.v20090831-1906) "ECF HttpClient Filetransfer Provider" [Active]
org.eclipse.ecf.provider.filetransfer.httpclient.ssl (1.0.0.v20090831-1906) "ECF HttpClient Filetransfer Provider" [Resolved]
org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20090831-1906) "ECF Filetransfer Provider" [Resolved]
org.eclipse.ecf.ssl (1.0.0.v20090831-1906) "Eclipse Communication Framework (ECF)" [Resolved]
org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation" [Starting]
org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code Generator" [Active]
org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common" [Active]
org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI" [Active]
org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore" [Active]
org.eclipse.emf.ecore.change (2.5.0.v200906151043) "EMF Change Model" [Active]
org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit" [Starting]
org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore Editor" [Starting]
org.eclipse.emf.ecore.xmi (2.5.0.v200906151043) "EMF XML/XMI Persistence" [Active]
org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit" [Active]
org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI" [Starting]
org.eclipse.emf.index (0.7.0.v200908120607) "EMF Index Plug-in (Incubation)" [Starting]
org.eclipse.emf.java (2.5.0.v200911160431) "EMF Java Model Example" [Active]
org.eclipse.emf.mwe.core (0.7.2.v200908120417) "MWE Core (Incubation)" [Active]
org.eclipse.emf.mwe.ui (0.7.2.v200908120417) "MWE UI (Incubation)" [Starting]
org.eclipse.emf.mwe.utils (0.7.2.v200908120417) "MWE Utilities (Incubation)" [Resolved]
org.eclipse.equinox.app (1.2.0.v20090520-1800) "Equinox Application Container" [Active]
org.eclipse.equinox.common (3.5.1.R35x_v20090807-1100) "Common Eclipse Runtime" [Active]
org.eclipse.equinox.concurrent (1.0.0.v20090520-1800) "Equinox Concurrent API" [Starting]
org.eclipse.equinox.ds (1.1.1.R35x_v20090806) "Declarative Services" [Active]
org.eclipse.equinox.frameworkadmin (1.0.100.v20090520-1905) "Equinox Framework Admin" [Active]
org.eclipse.equinox.frameworkadmin.equinox (1.0.100.v20090520-1905) "Equinox Framework Admin for Equinox" [Active]
org.eclipse.equinox.http.jetty (2.0.0.v20090520-1800) "Jetty Http Service" [Starting]
org.eclipse.equinox.http.registry (1.0.200.v20090520-1800) "Http Service Registry Extensions" [Resolved]
org.eclipse.equinox.http.servlet (1.0.200.v20090520-1800) "Http Services Servlet" [Starting]
org.eclipse.equinox.jsp.jasper (1.0.200.v20090520-1800) "Jasper Jsp Support Bundle" [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.100.v20090520-1800) "Jasper Jsp Registry Support Plug-in" [Starting]
org.eclipse.equinox.launcher (1.0.201.R35x_v20090715) "Equinox Launcher" [Resolved]
org.eclipse.equinox.launcher.cocoa.macosx.x86_64 (1.0.1.R35x_v20090707) "Equinox Launcher MacOSX Cocoa Fragment" [Resolved]
org.eclipse.equinox.p2.artifact.repository (1.0.101.R35x_v20090721) "Equinox Provisioning Artifact Repository Support" [Active]
org.eclipse.equinox.p2.console (1.0.100.v20090520-1905) "Equinox Provisioning Console" [Starting]
org.eclipse.equinox.p2.core (1.0.101.R35x_v20090819) "Equinox Provisioning Core" [Active]
org.eclipse.equinox.p2.director (1.0.100.v20090520-1905) "Equinox Provisioning Director" [Active]
org.eclipse.equinox.p2.director.app (1.0.100.v20090521-1912) "Equinox Provisioning Director Application" [Starting]
org.eclipse.equinox.p2.directorywatcher (1.0.100.v20090525) "Equinox Provisioning Directory Watcher" [Active]
org.eclipse.equinox.p2.engine (1.0.101.R35x_v20090825) "Equinox Provisioning Engine" [Active]
org.eclipse.equinox.p2.exemplarysetup (1.0.100.v20090520-1905) "Equinox Provisioning Exemplary Setup" [Active]
org.eclipse.equinox.p2.extensionlocation (1.0.100.v20090520-1905) "Extension Location Repository Support" [Active]
org.eclipse.equinox.p2.garbagecollector (1.0.100.v20090520-1905) "Provisioning Garbage Collector" [Active]
org.eclipse.equinox.p2.jarprocessor (1.0.100.v20090520-1905) "Equinox Provisioning JAR Processor" [Resolved]
org.eclipse.equinox.p2.metadata (1.0.100.v20090525) "Equinox Provisioning Metadata" [Active]
org.eclipse.equinox.p2.metadata.generator (1.0.100.v20090520-1905) "Equinox Provisioning Metadata Generator" [Starting]
org.eclipse.equinox.p2.metadata.repository (1.0.101.R35x_v20090812) "Equinox Provisioning Metadata Repository" [Active]
org.eclipse.equinox.p2.publisher (1.0.0.v20090527-1812) "Equinox Provisioning Publisher" [Active]
org.eclipse.equinox.p2.reconciler.dropins (1.0.100.v20090520-1905) "Dropin Reconciler Plug-in" [Active]
org.eclipse.equinox.p2.repository (1.0.1.v20090901-1041) "Equinox Provisioning Repository" [Active]
org.eclipse.equinox.p2.repository.tools (1.0.1.R35x_v20090806) "Equinox p2 repository tools." [Starting]
org.eclipse.equinox.p2.touchpoint.eclipse (1.0.101.R35x_20090820-1821) "Equinox Provisioning Eclipse Touchpoint" [Active]
org.eclipse.equinox.p2.touchpoint.natives (1.0.101.R35x_v20090806) "Equinox Provisioning Native Touchpoint" [Starting]
org.eclipse.equinox.p2.ui (1.0.101.R35x_v20090819) "Equinox Provisioning UI Support" [Active]
org.eclipse.equinox.p2.ui.sdk (1.0.100.v20090520-1905) "Equinox Provisioning Platform Update Support" [Active]
org.eclipse.equinox.p2.ui.sdk.scheduler (1.0.0.v20090520-1905) "Equinox Provisioning Platform Automatic Update Support" [Active]
org.eclipse.equinox.p2.updatechecker (1.1.0.v20090520-1905) "Equinox Provisioning Update Checker" [Active]
org.eclipse.equinox.p2.updatesite (1.0.100.v20090525) "Update site repository adapter bundle (Incubation)" [Starting]
org.eclipse.equinox.preferences (3.2.300.v20090520-1800) "Eclipse Preferences Mechanism" [Active]
org.eclipse.equinox.registry (3.4.100.v20090520-1800) "Extension Registry Support" [Active]
org.eclipse.equinox.security (1.0.100.v20090520-1800) "Equinox Java Authentication and Authorization Service (JAAS)" [Active]
org.eclipse.equinox.security.macosx (1.100.0.v20090520-1800) "OS X Keystore service integration" [Resolved]
org.eclipse.equinox.security.ui (1.0.100.v20090520-1800) "Equinox Security Default UI" [Starting]
org.eclipse.equinox.simpleconfigurator (1.0.101.R35x_v20090807-1100) "Simple Configurator" [Active]
org.eclipse.equinox.simpleconfigurator.manipulator (1.0.100.v20090520-1905) "Simple Configurator Manipulator" [Active]
org.eclipse.equinox.util (1.0.100.v20090520-1800) "Equinox Util Bundle" [Active]
org.eclipse.gef (3.5.0.v20090528-1511) "Graphical Editing Framework GEF" [Active]
org.eclipse.gef3d (0.8.1) "Graphical Editing Framework 3D" [Active]
org.eclipse.help (3.4.1.v20090805_35x) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.400.v20090429_1800) "Help Application Server" [Starting]
org.eclipse.help.base (3.4.0.v200909170800) "Help System Base" [Starting]
org.eclipse.help.ui (3.4.1.v20090819_35x) "Help System UI" [Starting]
org.eclipse.help.webapp (3.4.1.v20090819_35x) "Help System Webapp" [Starting]
org.eclipse.jdt (3.5.1.v200909170800) "Eclipse Java Development Tools" [Resolved]
org.eclipse.jdt.apt.core (3.3.201.R35x_v20090818-0235) "Java Annotation Processing Core" [Active]
org.eclipse.jdt.apt.pluggable.core (1.0.201.R35x_v20090818-0225) "Java Compiler Apt IDE" [Active]
org.eclipse.jdt.apt.ui (3.3.200.v20090528-1135) "Java Annotation Processing UI" [Starting]
org.eclipse.jdt.compiler.apt (1.0.201.R35x_v20090825-1530) "Java Compiler Apt" [Resolved]
org.eclipse.jdt.compiler.tool (1.0.100.v_972_R35x) "Java Compiler Tool Support" [Resolved]
org.eclipse.jdt.core (3.5.1.v_972_R35x) "Java Development Tools Core" [Active]
org.eclipse.jdt.core.manipulation (1.3.0.v20090603) "Java Code Manipulation Functionality" [Active]
org.eclipse.jdt.debug (3.5.0.v20090526) "JDI Debug Model" [Starting]
org.eclipse.jdt.debug.ui (3.4.1.v20090811_r351) "JDI Debug UI" [Starting]
org.eclipse.jdt.doc.isv (3.5.1.r351_v20090831) "Eclipse JDT Plug-in Developer Guide" [Resolved]
org.eclipse.jdt.doc.user (3.5.1.r351_v20090821-0800) "Eclipse Java development user guide" [Resolved]
org.eclipse.jdt.junit (3.5.1.r351_v20090708-0800) "Java Development Tools JUnit support" [Starting]
org.eclipse.jdt.junit.runtime (3.4.100.v20090513-2000) "Java Development Tools JUnit runtime support" [Resolved]
org.eclipse.jdt.junit4.runtime (1.1.0.v20090513-2000) "Java Development Tools JUnit4 runtime support" [Resolved]
org.eclipse.jdt.launching (3.5.0.v20090527) "Java Development Tools Launching Support" [Active]
org.eclipse.jdt.launching.macosx (3.2.0.v20090527) "Mac OS X Launcher" [Active]
org.eclipse.jdt.launching.ui.macosx (1.0.0.v20090527) "Mac OS X UI Launching Support" [Starting]
org.eclipse.jdt.ui (3.5.1.r351_v20090821-0800) "Java Development Tools UI" [Active]
org.eclipse.jface (3.5.1.M20090826-0800) "JFace" [Active]
org.eclipse.jface.databinding (1.3.1.M20090826-0800) "JFace Data Binding for SWT and JFace" [Resolved]
org.eclipse.jface.text (3.5.1.r351_v20090708-0800) "JFace Text" [Resolved]
org.eclipse.jsch.core (1.1.100.I20090430-0408) "JSch Core" [Starting]
org.eclipse.jsch.ui (1.1.200.I20090430-0408) "JSch UI" [Starting]
org.eclipse.ltk.core.refactoring (3.5.0.v20090513-2000) "Refactoring Core" [Active]
org.eclipse.ltk.ui.refactoring (3.4.100.v20090604) "Refactoring UI" [Active]
org.eclipse.osgi (3.5.1.R35x_v20090827) "OSGi System Bundle" [Active]
org.eclipse.osgi.services (3.2.0.v20090520-1800) "OSGi Release 4.2.0 Services" [Resolved]
org.eclipse.osgi.util (3.2.0.v20090520-1800) "OSGi Release 4.2.0 Utility Classes" [Resolved]
org.eclipse.pde (3.4.100.v200909170800) "PDE" [Active]
org.eclipse.pde.api.tools (1.0.101.v20090714) "API Tools" [Starting]
org.eclipse.pde.api.tools.ui (1.0.101.v20090820) "API Tools UI" [Starting]
org.eclipse.pde.build (3.5.1.R35x_20090820) "Plug-in Development Environment Build Support" [Active]
org.eclipse.pde.core (3.5.100.v20090821) "PDE Core" [Active]
org.eclipse.pde.doc.user (3.5.0.v20090818) "PDE User Guide" [Resolved]
org.eclipse.pde.ds.core (1.0.0.v20090429-1800) "PDE DS Core" [Starting]
org.eclipse.pde.ds.ui (1.0.0.v20090527) "PDE DS UI" [Starting]
org.eclipse.pde.junit.runtime (3.4.0.v20090527) "PDE JUnit Plug-in Test" [Resolved]
org.eclipse.pde.runtime (3.4.100.v20090731) "PDE Runtime" [Starting]
org.eclipse.pde.ua.core (1.0.0.v20090429-1800) "PDE UA Core" [Starting]
org.eclipse.pde.ua.ui (1.0.0.v20090511) "PDE UA UI" [Starting]
org.eclipse.pde.ui (3.5.0.v20090821) "PDE UI" [Active]
org.eclipse.pde.ui.templates (3.4.100.v20090527) "PDE Templates" [Starting]
org.eclipse.platform (3.3.201.v200909170800) "Eclipse Platform" [Resolved]
org.eclipse.platform.doc.isv (3.5.1.r351_v20090831) "Eclipse Platform Plug-in Developer Guide" [Resolved]
org.eclipse.platform.doc.user (3.5.1.r351_v20090821-0800) "Eclipse Workbench User Guide" [Resolved]
org.eclipse.rcp (3.5.0.v200909170800) "Eclipse RCP" [Starting]
org.eclipse.sdk (3.5.1.v200909170800) "Eclipse Project SDK" [Starting]
org.eclipse.search (3.5.1.r351_v20090708-0800) "Search Support" [Starting]
org.eclipse.swt (3.5.1.v3555a) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.cocoa.macosx.x86_64 (3.5.1.v3555a) "Standard Widget Toolkit for Mac OS X (Cocoa)" [Resolved]
org.eclipse.team.core (3.5.0.I20090527-0620) "Team Support Core" [Active]
org.eclipse.team.cvs.core (3.3.200.I20090430-0408) "CVS Team Provider Core" [Starting]
org.eclipse.team.cvs.ssh (3.2.100.I20090508-2000) "CVS SSH Core" [Starting]
org.eclipse.team.cvs.ssh2 (3.2.200.I20090508-2000) "CVS SSH2" [Starting]
org.eclipse.team.cvs.ui (3.3.201.R35x_v20090826-0905) "CVS Team Provider UI" [Starting]
org.eclipse.team.ui (3.5.0.I20090430-0408) "Team Support UI" [Active]
org.eclipse.text (3.5.0.v20090513-2000) "Text" [Resolved]
org.eclipse.ui (3.5.1.M20090902-1000) "Eclipse UI" [Active]
org.eclipse.ui.browser (3.2.300.v20090526) "Browser Support" [Starting]
org.eclipse.ui.cheatsheets (3.3.200.v20090526) "Cheat Sheets" [Starting]
org.eclipse.ui.cocoa (1.0.0.I20090525-2000) "Eclipse UI MacOS X Enhancements" [Resolved]
org.eclipse.ui.console (3.4.0.v20090513) "Console" [Active]
org.eclipse.ui.editors (3.5.0.v20090527-2000) "Default Text Editor" [Active]
org.eclipse.ui.externaltools (3.2.0.v20090504) "External Tools" [Starting]
org.eclipse.ui.forms (3.4.1.v20090714_35x) "Eclipse Forms" [Starting]
org.eclipse.ui.ide (3.5.1.M20090826-0800) "Eclipse IDE UI" [Active]
org.eclipse.ui.ide.application (1.0.101.M20090826-0800) "Eclipse IDE UI Application" [Resolved]
org.eclipse.ui.intro (3.3.1.v20090805_35x) "Welcome Framework" [Starting]
org.eclipse.ui.intro.universal (3.2.300.v20090526) "Universal Welcome" [Starting]
org.eclipse.ui.navigator (3.4.1.M20090911-1550) "Common Navigator View" [Starting]
org.eclipse.ui.navigator.resources (3.4.1.M20090826-0800) "Navigator Workbench Components" [Starting]
org.eclipse.ui.net (1.2.1.r35x_20090812-1200) "Internet Connection Management UI" [Active]
org.eclipse.ui.presentations.r21 (3.2.100.I20081007-0800) "R21 Presentation Plug-in" [Starting]
org.eclipse.ui.views (3.4.1.M20090826-0800) "Views" [Active]
org.eclipse.ui.views.log (1.0.100.v20090731) "Log View" [Active]
org.eclipse.ui.views.properties.tabbed (3.5.0.I20090429-1800) "Tabbed Properties View" [Starting]
org.eclipse.ui.workbench (3.5.1.M20090826-0800a) "Workbench" [Active]
org.eclipse.ui.workbench.compatibility (3.2.0.I20090429-1800) "Workbench Compatibility" [Resolved]
org.eclipse.ui.workbench.texteditor (3.5.0.v20090603) "Text Editor Framework" [Active]
org.eclipse.update.configurator (3.3.0.v20090312) "Install/Update Configurator" [Active]
org.eclipse.update.core (3.2.300.v20090525) "Install/Update Core" [Active]
org.eclipse.update.scheduler (3.2.200.v20081127) "Automatic Updates Scheduler" [Active]
org.eclipse.update.ui (3.2.201.R35x_v20090813) "Install/Update UI" [Starting]
org.eclipse.xpand (0.7.2.v200908120436) "Xpand core (Incubation)" [Resolved]
org.eclipse.xtend (0.7.2.v200908120436) "Xtend core (Incubation)" [Resolved]
org.eclipse.xtend.typesystem.emf (0.7.2.v200908120436) "Xtend emf typesystem (Incubation)" [Resolved]
org.eclipse.xtend.util.stdlib (0.7.2.v200908120436) "Xtend util standard library (Incubation)" [Resolved]
org.eclipse.xtext (0.7.2.v200908120607) "Xtext (Incubation)" [Resolved]
org.eclipse.xtext.generator (0.7.2.v200908120607) "Xtext Generator (Incubation)" [Starting]
org.eclipse.xtext.log4j (1.2.15.v200908120607) "Xtext Log4j" [Resolved]
org.eclipse.xtext.ui.common (0.7.2.v200908120607) "Xtext UI Common (Incubation)" [Starting]
org.eclipse.xtext.ui.core (0.7.2.v200908120607) "Xtext UI Core (Incubation)" [Starting]
org.eclipse.xtext.util (0.7.2.v200908120607) "Xtext Utility (Incubation)" [Resolved]
org.eclipse.xtext.xtend (0.7.2.v200908120607) "Xtext Xtend Extensions Plug-in (Incubation)" [Starting]
org.eclipse.zest.core (2.0.0.v200911160115) "Graphical Editing Framework Zest Core" [Resolved]
org.eclipse.zest.layout (1.0.0.v200911160115) "Layout" [Resolved]
org.eclipse.zest.layouts (1.1.0.v20090504-1850) "Graphical Editing Framework Zest Layouts" [Resolved]
org.hamcrest.core (1.1.0.v20090501071000) "Hamcrest Core Library of Matchers" [Starting]
org.junit (3.8.2.v20090203-1005) "JUnit Testing Framework" [Resolved]
org.junit4 (4.5.0.v20090824) "JUnit Testing Framework Version 4" [Resolved]
org.lwjgl (2.2.1) "LWJGL Lightweight Java Game Library" [Starting]
org.lwjgl.doc (2.2.1) "LWJGL Documentation" [Starting]
org.lwjgl.source (2.2.1) "LWJGL Sources" [Resolved]
org.lwjgl.test (2.2.1) "LWJGL TestView" [Resolved]
org.mortbay.jetty.server (6.1.15.v200905151201) "Jetty Server" [Resolved]
org.mortbay.jetty.util (6.1.15.v200905182336) "Jetty Utilities" [Resolved]
org.mozilla.rhino (1.7.1.v20090521) "Mozilla Rhino" [Resolved]
org.objectweb.asm (3.1.0.v200803061910) "ASM" [Resolved]
org.sat4j.core (2.1.0.v20090520) "SAT4J Core" [Resolved]
org.sat4j.pb (2.1.0.v20090520) "SAT4J Pseudo" [Resolved]

*** User Preferences:
#Mon Nov 16 13:09:26 PST 2009
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/uri=http\://download.eclipse.org/modeling/m2t/updates/interim
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/uri=http\://download.eclipse.org/amp/updates/nightly
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/enabled=false
@org.eclipse.ui.editors=3.5.0.v20090527-2000
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/uri=http\://download.eclipse.org/datatools/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/nickname=metascape.tools Update Site
@org.eclipse.debug.ui=3.5.1.v20090811_r351
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/name=Bundle pool
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/name=metadata listener dropins
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__metascapeabm.com_updates_ascape/uri=http\://metascapeabm.com/updates/ascape
@org.eclipse.core.net=1.2.1.r35x_20090812-1200
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/autoUpdateInit=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/uri=http\://download.eclipse.org/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/nickname=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/uri=http\://download.eclipse.org/dsdp/tml/updates/0.3/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/uri=http\://download.eclipse.org/modeling/gmf/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/uri=http\://download.eclipse.org/tools/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5-200906111540
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/description=
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
/instance/org.eclipse.ui.views.log/groupBy=0
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/type=org.eclipse.equinox.p2.updatesite.metadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/name="Eclipse Project Test Site"
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/nickname=The Eclipse Project Updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/uri=http\://download.eclipse.org/technology/mat/0.8/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/uri=http\://download.eclipse.org/datatools/updates
/configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_amp_updates_release/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.0/update/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/uri=http\://download.eclipse.org/rt/rap/1.2/runtime-update
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.lwjgl.org_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/uri=http\://download.eclipse.org/modeling/m2m/updates/
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monaco|11.0|0|COCOA|1|;
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/uri=http\://download.eclipse.org/modeling/m2t/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/uri=http\://download.eclipse.org/tools/mylyn/update/extras
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__metascapeabm.com_updates_ascape/uri=http\://metascapeabm.com/updates/ascape
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.lwjgl.org_update/uri=http\://www.lwjgl.org/update/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_index.php/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/uri=http\://download.eclipse.org/tools/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/uri=file\:/Developer/eclipse-ed/.eclipseextension
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/uri=http\://download.eclipse.org/technology/subversive/0.7/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__metascapeabm.com_updates_ascape/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/isSystem=false
/instance/org.eclipse.core.resources/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/enabled=false
@org.eclipse.ui=3.5.1.M20090902-1000
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5.1-200909170800
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/uri=http\://www.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_galileo_releases/uri=http\://download.eclipse.org/galileo/releases/
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_index.php/uri=http\://lwjgl.org/index.php
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/uri=http\://download.eclipse.org/modeling/m2t/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.metascapeabm.com_updates/uri=http\://eclipse.metascapeabm.com/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/uri=http\://download.eclipse.org/tools/pdt/updates/2.0/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/suffix=content.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/enabled=true
/instance/org.eclipse.pde.core/workspace_target_handle=local\:1258364226646.target
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/enabled=false
/instance/org.eclipse.debug.ui/preferredTargets=default\:default|
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_index.php/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/uri=http\://download.eclipse.org/modeling/tmf/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/uri=file\:/Developer/builds/Metascape/I200911160115/Metascape-Update-I200911160115/
/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/uri=http\://download.eclipse.org/modeling/amp/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/uri=http\://download.eclipse.org/modeling/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/name="Eclipse Project Test Site"
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/uri=http\://download.eclipse.org/tools/cdt/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/uri=http\://download.eclipse.org/releases/galileo/aggregate
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/uri=http\://eclipse.metascapeabm.com/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/version=1.0.0
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/Users/milesparker/Documents/workspace-223\n/Users/milesparker/Documents/workspace-22
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_webtools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/name="Eclipse Project Test Site"
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/uri=http\://download.eclipse.org/dsdp/tm/updates/3.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/suffix=content.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/uri=http\://download.eclipse.org/modeling/m2t/updates/interim
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_galileo_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/uri=http\://download.eclipse.org/technology/subversive/0.7/update-site/
/instance/org.eclipse.ui.views.log/orderValue=-1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/uri=http\://download.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/uri=http\://download.eclipse.org/rt/eclipselink/incremental-updates/milestone
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_tptp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/uri=http\://download.eclipse.org/stp/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/uri=http\://download.eclipse.org/eclipse/updates/3.5/categories
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/name=update site\: http\://lwjgl.org/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/name="Eclipse Project Test Site"
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_galileo_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/provider=
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/name=Galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/uri=http\://download.eclipse.org/technology/epp/updates/1.1/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/isSystem=false
/instance/org.eclipse.jdt.ui/content_assist_number_of_computers=13
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/name=metascape.tools Artifacts
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/nickname=Galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/isSystem=false
/instance/org.eclipse.ui.ide/platformState=1258361771214
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_webtools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_mat_0.8_update-site/uri=http\://download.eclipse.org/technology/mat/0.8/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/uri=http\://download.eclipse.org/stp/updates/
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk/showLatestVersion=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/uri=http\://download.eclipse.org/modeling/mdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_amp_updates_release/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/uri=http\://download.eclipse.org/tools/gef/updates/milestones/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/isSystem=false
/instance/org.eclipse.ui.views.log/activate=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/provider=
/instance/org.eclipse.jdt.ui/proposalOrderMigrated=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/enabled=true
@org.eclipse.jdt.core=3.5.1.v_972_R35x
@org.eclipse.pde.core=3.5.100.v20090821
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.lwjgl.org_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/uri=http\://download.eclipse.org/rt/eclipselink/incremental-updates/milestone
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/uri=http\://download.eclipse.org/technology/jwt/update-site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/isSystem=false
/instance/org.eclipse.ui.views.log/show_filter_text=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/name=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.1/update/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_incremental-updates_milestone/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/uri=http\://download.eclipse.org/tools/gef/updates/milestones/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/uri=http\://download.eclipse.org/modeling/tmf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_tptp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/name=modeling.amp Update Site
/instance/org.eclipse.ui/showIntro=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/uri=file\:/Developer/builds/Metascape/I200911160038/Metascape-Update-I200911160038/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_webtools_updates/uri=http\://download.eclipse.org/webtools/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/uri=http\://download.eclipse.org/rt/swordfish/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/Developer/eclipse-ed/p2/org.eclipse.equinox.p2.core/cache/
@org.eclipse.team.ui=3.5.0.I20090430-0408
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/uri=http\://download.eclipse.org/modeling/gmf/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/uri=http\://download.eclipse.org/technology/emft/updates/
/configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
@org.eclipse.core.resources=3.5.1.R35x_v20090826-0451
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/uri=http\://download.eclipse.org/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/uri=http\://download.eclipse.org/birt/update-site/2.5
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/uri=http\://download.eclipse.org/technology/actf/0.7/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/uri=http\://download.eclipse.org/modeling/tmf/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/uri=http\://download.eclipse.org/technology/epp/updates/1.1/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/description=
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings defaultVM\="52,org.eclipse.jdt.internal.launching.macosx.MacOSXType5,1.6.0" defaultVMConnector\="">\n<vmType id\="org.eclipse.jdt.internal.launching.macosx.MacOSXType">\n<vm id\="1.5" javadocURL\="http\://java.sun.com/javase/6/docs/api/" name\="JVM 1.5" path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home"/>\n<vm id\="1.5.0" javadocURL\="http\://java.sun.com/javase/6/docs/api/" name\="JVM 1.5.0" path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home"/>\n<vm id\="1.6" javadocURL\="http\://java.sun.com/javase/6/docs/api/" name\="JVM 1.6" path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home"/>\n<vm id\="1.6.0" javadocURL\="http\://java.sun.com/javase/6/docs/api/" name\="JVM 1.6.0 (MacOS X Default)" path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home"/>\n</vmType>\n</vmSettings>\n
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/uri=http\://mirror.anl.gov/pub/repastsimphony/site.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/nickname=update site\: http\://lwjgl.org/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/isSystem=true
/instance/org.eclipse.ui.views.log/orderType=2
/configuration/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.1/update/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/uri=http\://download.eclipse.org/technology/actf/0.7/update-site/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/isSystem=true
@org.eclipse.ui.ide=3.5.1.M20090826-0800
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/uri=http\://download.eclipse.org/eclipse/updates/3.5
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/uri=http\://download.eclipse.org/dsdp/tml/updates/0.3/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/uri=http\://download.eclipse.org/technology/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/nickname=modeling.amp Update Site
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_tptp_updates/uri=http\://eclipse.org/tptp/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/uri=file\:/Developer/eclipse-ed/.eclipseextension
/instance/org.eclipse.jdt.ui/spelling_locale_initialized=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/uri=http\://download.eclipse.org/modeling/m2t/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_tptp_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/uri=http\://download.eclipse.org/modeling/emft/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/uri=http\://download.eclipse.org/modeling/mdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/suffix=site.xml
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_galileo_releases/uri=http\://download.eclipse.org/galileo/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/uri=http\://www.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/uri=http\://download.eclipse.org/rt/rap/1.2/runtime-update
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_index.php/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_index.php/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/uri=http\://download.eclipse.org/dsdp/tm/updates/3.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/uri=http\://download.eclipse.org/modeling/m2t/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/type=org.eclipse.equinox.p2.updatesite.artifactRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/isSystem=false
/instance/org.eclipse.ui.ide/PROBLEMS_FILTERS_MIGRATE=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/enabled=false
@org.eclipse.ui.views.log=1.0.100.v20090731
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/uri=http\://download.eclipse.org/modeling/m2m/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/provider=
\!/=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5-200906111540
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/migrated34Prefs=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/uri=http\://download.eclipse.org/tools/mylyn/update/extras
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.lwjgl.org_update/uri=http\://www.lwjgl.org/update/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/enabled=false
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/uri=http\://download.eclipse.org/rt/eclipselink/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/version=1.0.0
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/src.jar
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_tptp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__metascapeabm.com_updates_ascape/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/uri=http\://download.eclipse.org/tools/mylyn/update/e3.4
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/uri=http\://download.eclipse.org/modeling/emf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates_2.0/uri=http\://download.eclipse.org/tools/pdt/updates/2.0/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/name=Galileo artifacts
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/instance/org.eclipse.pde.core/platform_path=/Developer/eclipse-ed
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/name="Eclipse Project Test Site"
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__metascapeabm.com_updates_ascape/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/nickname=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.metadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.metascapeabm.com_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/name=download cache
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/name=metascape.tools Update Site
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/uri=http\://download.eclipse.org/amp/updates/nightly
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/description=
/instance/org.eclipse.jdt.ui/content_assist_proposals_foreground=0,0,0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/uri=http\://download.eclipse.org/rt/eclipselink/updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/uri=file\:/Developer/eclipse-ed/
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/isSystem=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=11
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tml_updates_0.3/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.1/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_webtools_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/version=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/isSystem=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=src
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.artifactRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.org_amp_updates_release/uri=http\://eclipse.org/amp/updates/release
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/uri=http\://download.eclipse.org/tools/pdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/enabled=true
/instance/org.eclipse.ui.views.log/column4=150
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/isSystem=false
/instance/org.eclipse.ui.views.log/column3=150
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/enabled=false
/instance/org.eclipse.ui.views.log/column2=603
@org.eclipse.jdt.ui=3.5.1.r351_v20090821-0800
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__metascapeabm.com_updates_ascape/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/uri=http\://download.eclipse.org/tools/cdt/releases/galileo
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/uri=file\:/Developer/builds/Metascape/I200911160038/Metascape-Update-I200911160038/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/uri=http\://download.eclipse.org/modeling/emft/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_galileo_releases/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_galileo_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/name="Eclipse Project Test Site"
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/uri=http\://download.eclipse.org/technology/dltk/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/suffix=artifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/uri=http\://www.eclipse.org/modeling/emft/?project\=search\#search
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo_aggregate/name=Galileo artifacts
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/name=metascape.tools Artifacts
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=3
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/uri=file\:/Developer/builds/Metascape/I200911160115/Metascape-Update-I200911160115/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/name=update site\: http\://lwjgl.org/update
file_export_version=3.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/nickname=Galileo
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/uri=http\://download.eclipse.org/tools/pdt/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_p2_org.eclipse.equinox.p2.core_cache/description=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_tptp_updates/uri=http\://eclipse.org/tptp/updates/
@org.eclipse.jdt.launching=3.5.0.v20090527
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/uri=http\://download.eclipse.org/technology/jwt/update-site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/name=The Eclipse Project Updates
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_webtools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_amp_updates_release/uri=http\://eclipse.org/amp/updates/release
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/suffix=content.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/uri=http\://download.eclipse.org/modeling/emft/updates/interim/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_update/uri=http\://lwjgl.org/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/uri=http\://www.eclipse.org/modeling/emft/?project\=search\#search
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/uri=http\://lwjgl.org/update
/instance/org.eclipse.jdt.ui/fontPropagated=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.metascapeabm.com_updates/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.ui.sdk/allowNonOKPlan=prompt
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_categories/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_galileo/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_interim/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/uri=http\://download.eclipse.org/rt/rap/1.2/update
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/uri=http\://download.eclipse.org/modeling/amp/updates/releases/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/uri=file\:/Developer/eclipse-ed/configuration/org.eclipse.osgi/bundles/77/data/listener_1925729951/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/uri=http\://download.eclipse.org/technology/dltk/updates/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/uri=http\://download.eclipse.org/tools/mylyn/update/e3.4
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/name=artifact listener dropins
/instance/org.eclipse.jdt.ui/content_assist_proposals_background=255,255,255
/instance/org.eclipse.ui.ide/tipsAndTricks=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/suffix=compositeArtifacts.xml
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/uri=http\://download.eclipse.org/eclipse/updates/3.5
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<launchPerspectives/>\n
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_dltk_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/version=1.0.0
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_runtime-update/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160038_Metascape-Update-I200911160038/name=metascape.tools Update Site
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/provider=
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__lwjgl.org_index.php/uri=http\://lwjgl.org/index.php
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_amp_updates_release/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_interim/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/uri=http\://download.eclipse.org/eclipse/updates/3.5/R-3.5.1-200909170800
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5.1-200909170800/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/name=/Developer/eclipse-ed/.eclipseextension
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/uri=http\://download.eclipse.org/modeling/tmf/updates/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.2_update/uri=http\://download.eclipse.org/rt/rap/1.2/update
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_amp_updates_nightly/name=modeling.amp Artifacts
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/uri=file\:/Developer/eclipse-ed/configuration/org.eclipse.osgi/bundles/77/data/listener_1925729951/
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/isSystem=false
/instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_eclipselink_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/uri=http\://download.eclipse.org/rt/swordfish/updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/nickname=The Eclipse Project Updates
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_pdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_configuration_org.eclipse.osgi_bundles_77_data_listener_1925729951/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.5/uri=http\://download.eclipse.org/birt/update-site/2.5
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5_R-3.5-200906111540/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__lwjgl.org_update/provider=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.metascapeabm.com_updates/enabled=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_amp_updates_releases/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__mirror.anl.gov_pub_repastsimphony_site.xml/uri=http\://mirror.anl.gov/pub/repastsimphony/site.xml
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.org_amp_updates_release/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/isSystem=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_builds_Metascape_I200911160115_Metascape-Update-I200911160115/description=
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_galileo/count=1
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_galileo/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed_.eclipseextension/name=/Developer/eclipse-ed/.eclipseextension
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.5/enabled=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.7_update-site/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.0_update/uri=http\://download.eclipse.org/rt/riena/1.1.0.0/update/
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_riena_1.1.0.1_update/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_Developer_eclipse-ed/description=
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/enabled=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.0/isSystem=false
/profile/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_webtools_updates/uri=http\://download.eclipse.org/webtools/updates

*** Current Install Configuration:
Install configuration:
 Last changed on Nov 16, 2009
 Location: /Developer/eclipse-ed
 Profile timestamp: 1258366942201

Installable Units in the profile:

Id: a.jre.javase, Version: 1.6.0
Id: com.google.collect, Version: 0.8.0.v200908120607
Id: com.google.guice, Version: 1.0.1.v200908120607
Id: com.ibm.icu, Version: 4.0.1.v20090822
Id: com.ibm.icu.source, Version: 4.0.1.v20090822
Id: com.jcraft.jsch, Version: 0.1.41.v200903070017
Id: com.jcraft.jsch.source, Version: 0.1.41.v200903070017
Id: com.metascape.amp.all.feature.group, Version: 1.3.0.v200911160115-35-7A71KlH99iDDDX9DDT
Id: com.metascape.amp.all.feature.jar, Version: 1.3.0.v200911160115-35-7A71KlH99iDDDX9DDT
Id: com.metascape.amp.amf.gis, Version: 1.3.0.v200911160115
Id: com.metascape.amp.extras.feature.group, Version: 1.3.0.v200911160115-22-7w311A22271226
Id: com.metascape.amp.extras.feature.jar, Version: 1.3.0.v200911160115-22-7w311A22271226
Id: com.metascape.amp.prof.feature.group, Version: 1.3.0.v200911160115-52-9oB55W888N588K
Id: com.metascape.amp.prof.feature.jar, Version: 1.3.0.v200911160115-52-9oB55W888N588K
Id: com.metascape.ide.visual, Version: 1.3.0.v200911160115
Id: config.a.jre.javase, Version: 1.6.0
Id: javax.servlet, Version: 2.5.0.v200806031605
Id: javax.servlet.jsp, Version: 2.0.0.v200806031607
Id: javax.servlet.jsp.source, Version: 2.0.0.v200806031607
Id: javax.servlet.source, Version: 2.5.0.v200806031605
Id: org.antlr.runtime, Version: 3.0.0.v200908120607
Id: org.apache.ant, Version: 1.7.1.v20090120-1145
Id: org.apache.ant.source, Version: 1.7.1.v20090120-1145
Id: org.apache.commons.cli, Version: 1.0.0.v20080604-1500
Id: org.apache.commons.codec, Version: 1.3.0.v20080530-1600
Id: org.apache.commons.codec.source, Version: 1.3.0.v20080530-1600
Id: org.apache.commons.collections, Version: 3.2.0.v200803061811
Id: org.apache.commons.el, Version: 1.0.0.v200806031608
Id: org.apache.commons.el.source, Version: 1.0.0.v200806031608
Id: org.apache.commons.httpclient, Version: 3.1.0.v20080605-1935
Id: org.apache.commons.httpclient.source, Version: 3.1.0.v20080605-1935
Id: org.apache.commons.lang, Version: 2.4.0.v20081016-1030
Id: org.apache.commons.logging, Version: 1.0.4.v200904062259
Id: org.apache.commons.logging, Version: 1.1.1.v200904062255
Id: org.apache.commons.logging.source, Version: 1.0.4.v200904062259
Id: org.apache.jasper, Version: 5.5.17.v200903231320
Id: org.apache.jasper.source, Version: 5.5.17.v200903231320
Id: org.apache.lucene, Version: 1.9.1.v20080530-1600
Id: org.apache.lucene.analysis, Version: 1.9.1.v20080530-1600
Id: org.apache.lucene.analysis.source, Version: 1.9.1.v20080530-1600
Id: org.ascape.core, Version: 5.2.0.v200911160431
Id: org.ascape.core.feature.group, Version: 5.2.0.v200911160431-61-7w311A22271542
Id: org.ascape.core.feature.jar, Version: 5.2.0.v200911160431-61-7w311A22271542
Id: org.ascape.ui.amp, Version: 0.7.0.v200911160431
Id: org.eclipse.amp.agf.chart, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.chart.feature.group, Version: 0.5.0.v200911160431-14-7w311A22271542
Id: org.eclipse.amp.agf.chart.feature.jar, Version: 0.5.0.v200911160431-14-7w311A22271542
Id: org.eclipse.amp.agf.core, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.zest, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf.zest.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.zest.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.agf.zest.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf3d, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.agf3d.feature.group, Version: 0.5.0.v200911160431-18158s733L555F3B95
Id: org.eclipse.amp.agf3d.feature.jar, Version: 0.5.0.v200911160431-18158s733L555F3B95
Id: org.eclipse.amp.amf.abase, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.abase.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.abase.editor, Version: 0.5.0
Id: org.eclipse.amp.amf.abase.ui, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.acore, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.acore.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.acore.editor, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.core.feature.group, Version: 0.5.0.v200911160431-37E-9oB55W888N5HE8
Id: org.eclipse.amp.amf.core.feature.jar, Version: 0.5.0.v200911160431-37E-9oB55W888N5HE8
Id: org.eclipse.amp.amf.feature.group, Version: 0.5.0.v200911160431-17T-BlSPB12RLjgcYOO6IF9
Id: org.eclipse.amp.amf.feature.jar, Version: 0.5.0.v200911160431-17T-BlSPB12RLjgcYOO6IF9
Id: org.eclipse.amp.amf.gen, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.ascape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.escape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.extras, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.gen.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.ide.ascape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters.editor, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.parameters.ui, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.target.ascape.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.target.ascape.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.target.escape.feature.group, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.target.escape.feature.jar, Version: 0.5.0.v200911160431-179-8s733L555F3B95
Id: org.eclipse.amp.amf.testing, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.testing.edit, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.testing.editor, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amf.testing.ui, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.amfx.feature.group, Version: 0.5.0.v200911160431-17w-F9JgLMsWWXMM0rW
Id: org.eclipse.amp.amfx.feature.jar, Version: 0.5.0.v200911160431-17w-F9JgLMsWWXMM0rW
Id: org.eclipse.amp.axf.core, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.axf.feature.group, Version: 0.5.0.v200911160431-17E-9oB55W888N5HE8
Id: org.eclipse.amp.axf.feature.jar, Version: 0.5.0.v200911160431-17E-9oB55W888N5HE8
Id: org.eclipse.amp.axf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.axf.views, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.amf.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.ascape, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.ascape.agf3d, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.ascape.chart, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.feature.group, Version: 0.5.0.v200911160431-67b-BuaMUuGTQ3dhccMIOI6
Id: org.eclipse.amp.escape.feature.jar, Version: 0.5.0.v200911160431-67b-BuaMUuGTQ3dhccMIOI6
Id: org.eclipse.amp.escape.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.amp.escape.testing.ide, Version: 0.5.0.v200911160431
Id: org.eclipse.ant.core, Version: 3.2.100.v20090817_r351
Id: org.eclipse.ant.core.source, Version: 3.2.100.v20090817_r351
Id: org.eclipse.ant.ui, Version: 3.4.1.v20090901_r351
Id: org.eclipse.ant.ui.source, Version: 3.4.1.v20090901_r351
Id: org.eclipse.birt.chart.device.extension, Version: 2.5.1.v20090902
Id: org.eclipse.birt.chart.device.swt, Version: 2.5.1.v20090723
Id: org.eclipse.birt.chart.engine, Version: 2.5.1.v20090902
Id: org.eclipse.birt.chart.engine.extension, Version: 2.5.1.v20090826
Id: org.eclipse.birt.chart.ui, Version: 2.5.1.v20090903
Id: org.eclipse.birt.chart.ui.extension, Version: 2.5.1.v20090908
Id: org.eclipse.birt.core, Version: 2.5.1.v20090903
Id: org.eclipse.birt.core.ui, Version: 2.5.1.v20090826
Id: org.eclipse.compare, Version: 3.5.0.I20090514-0808
Id: org.eclipse.compare.core, Version: 3.5.0.I20090430-0408
Id: org.eclipse.compare.core.source, Version: 3.5.0.I20090430-0408
Id: org.eclipse.compare.source, Version: 3.5.0.I20090514-0808
Id: org.eclipse.core.boot, Version: 3.1.100.v20080218
Id: org.eclipse.core.commands, Version: 3.5.0.I20090525-2000
Id: org.eclipse.core.commands.source, Version: 3.5.0.I20090525-2000
Id: org.eclipse.core.contenttype, Version: 3.4.1.R35x_v20090826-0451
Id: org.eclipse.core.contenttype.source, Version: 3.4.1.R35x_v20090826-0451
Id: org.eclipse.core.databinding, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.databinding.beans, Version: 1.2.0.I20090525-2000
Id: org.eclipse.core.databinding.beans.source, Version: 1.2.0.I20090525-2000
Id: org.eclipse.core.databinding.observable, Version: 1.2.0.M20090902-0800
Id: org.eclipse.core.databinding.observable.source, Version: 1.2.0.M20090902-0800
Id: org.eclipse.core.databinding.property, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.databinding.property.source, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.databinding.source, Version: 1.2.0.M20090819-0800
Id: org.eclipse.core.expressions, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.expressions.source, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.filebuffers, Version: 3.5.0.v20090526-2000
Id: org.eclipse.core.filebuffers.source, Version: 3.5.0.v20090526-2000
Id: org.eclipse.core.filesystem, Version: 1.2.0.v20090507
Id: org.eclipse.core.filesystem.macosx, Version: 1.1.0.v20090112
Id: org.eclipse.core.filesystem.source, Version: 1.2.0.v20090507
Id: org.eclipse.core.jobs, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.jobs.source, Version: 3.4.100.v20090429-1800
Id: org.eclipse.core.net, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.core.net.source, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.core.resources, Version: 3.5.1.R35x_v20090826-0451
Id: org.eclipse.core.resources.compatibility, Version: 3.4.0.v20090505
Id: org.eclipse.core.resources.compatibility.source, Version: 3.4.0.v20090505
Id: org.eclipse.core.resources.source, Version: 3.5.1.R35x_v20090826-0451
Id: org.eclipse.core.runtime, Version: 3.5.0.v20090525
Id: org.eclipse.core.runtime.compatibility, Version: 3.2.0.v20090413
Id: org.eclipse.core.runtime.compatibility.auth, Version: 3.2.100.v20090413
Id: org.eclipse.core.runtime.compatibility.auth.source, Version: 3.2.100.v20090413
Id: org.eclipse.core.runtime.compatibility.registry, Version: 3.2.200.v20090429-1800
Id: org.eclipse.core.runtime.compatibility.registry.source, Version: 3.2.200.v20090429-1800
Id: org.eclipse.core.runtime.compatibility.source, Version: 3.2.0.v20090413
Id: org.eclipse.core.runtime.source, Version: 3.5.0.v20090525
Id: org.eclipse.core.variables, Version: 3.2.200.v20090521
Id: org.eclipse.core.variables.source, Version: 3.2.200.v20090521
Id: org.eclipse.cvs, Version: 1.0.300.v200909170800
Id: org.eclipse.cvs.feature.group, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs.feature.jar, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs.source, Version: 1.0.300.v200909170800
Id: org.eclipse.cvs.source.feature.group, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs.source.feature.jar, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.cvs_root, Version: 1.1.101.R35x_v20090811-7E79FEd9KKF5H2YDWFLLBL01A16
Id: org.eclipse.debug.core, Version: 3.5.0.v20090526-1600
Id: org.eclipse.debug.core.source, Version: 3.5.0.v20090526-1600
Id: org.eclipse.debug.ui, Version: 3.5.1.v20090811_r351
Id: org.eclipse.debug.ui.source, Version: 3.5.1.v20090811_r351
Id: org.eclipse.draw2d, Version: 3.5.1.v20090813-1341
Id: org.eclipse.draw3d, Version: 0.8.1
Id: org.eclipse.draw3d.geometry, Version: 0.8.0
Id: org.eclipse.draw3d.graphics3d, Version: 0.8.1
Id: org.eclipse.draw3d.lwjgl, Version: 0.8.1
Id: org.eclipse.draw3d.ui, Version: 0.8.1
Id: org.eclipse.draw3d.x3d, Version: 0.8.1
Id: org.eclipse.ecf, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.filetransfer, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.filetransfer.source, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.identity, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.identity.source, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer, Version: 3.0.1.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.httpclient, Version: 3.0.1.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.httpclient.ssl, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.httpclient.ssl.source, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.ssl, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.provider.filetransfer.ssl.source, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.source, Version: 3.0.0.v20090831-1906
Id: org.eclipse.ecf.ssl, Version: 1.0.0.v20090831-1906
Id: org.eclipse.ecf.ssl.source, Version: 1.0.0.v20090831-1906
Id: org.eclipse.emf.codegen, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.codegen.ecore, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.common, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.common.ui, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.change, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.edit, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.editor, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.ecore.xmi, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.edit, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.edit.ui, Version: 2.5.0.v200906151043
Id: org.eclipse.emf.index, Version: 0.7.0.v200908120607
Id: org.eclipse.emf.java, Version: 2.5.0.v200911160431
Id: org.eclipse.emf.mwe.core, Version: 0.7.2.v200908120417
Id: org.eclipse.emf.mwe.ui, Version: 0.7.2.v200908120417
Id: org.eclipse.emf.mwe.utils, Version: 0.7.2.v200908120417
Id: org.eclipse.equinox.app, Version: 1.2.0.v20090520-1800
Id: org.eclipse.equinox.app.source, Version: 1.2.0.v20090520-1800
Id: org.eclipse.equinox.common, Version: 3.5.1.R35x_v20090807-1100
Id: org.eclipse.equinox.common.source, Version: 3.5.1.R35x_v20090807-1100
Id: org.eclipse.equinox.concurrent, Version: 1.0.0.v20090520-1800
Id: org.eclipse.equinox.ds, Version: 1.1.1.R35x_v20090806
Id: org.eclipse.equinox.ds.source, Version: 1.1.1.R35x_v20090806
Id: org.eclipse.equinox.frameworkadmin, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.frameworkadmin.equinox, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.frameworkadmin.equinox.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.frameworkadmin.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.http.jetty, Version: 2.0.0.v20090520-1800
Id: org.eclipse.equinox.http.jetty.source, Version: 2.0.0.v20090520-1800
Id: org.eclipse.equinox.http.registry, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.http.registry.source, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.http.servlet, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.http.servlet.source, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper.registry, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper.registry.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.jsp.jasper.source, Version: 1.0.200.v20090520-1800
Id: org.eclipse.equinox.launcher, Version: 1.0.201.R35x_v20090715
Id: org.eclipse.equinox.launcher.cocoa.macosx.x86_64, Version: 1.0.1.R35x_v20090707
Id: org.eclipse.equinox.launcher.source, Version: 1.0.201.R35x_v20090715
Id: org.eclipse.equinox.p2.artifact.repository, Version: 1.0.101.R35x_v20090721
Id: org.eclipse.equinox.p2.artifact.repository.source, Version: 1.0.101.R35x_v20090721
Id: org.eclipse.equinox.p2.console, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.console.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.core, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.core.source, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.director, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.director.app, Version: 1.0.100.v20090521-1912
Id: org.eclipse.equinox.p2.director.app.source, Version: 1.0.100.v20090521-1912
Id: org.eclipse.equinox.p2.director.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.directorywatcher, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.directorywatcher.source, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.engine, Version: 1.0.101.R35x_v20090825
Id: org.eclipse.equinox.p2.engine.source, Version: 1.0.101.R35x_v20090825
Id: org.eclipse.equinox.p2.exemplarysetup, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.exemplarysetup.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.extensionlocation, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.extensionlocation.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.garbagecollector, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.garbagecollector.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.jarprocessor, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.jarprocessor.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.metadata, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.metadata.generator, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.metadata.generator.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.metadata.repository, Version: 1.0.101.R35x_v20090812
Id: org.eclipse.equinox.p2.metadata.repository.source, Version: 1.0.101.R35x_v20090812
Id: org.eclipse.equinox.p2.metadata.source, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.publisher, Version: 1.0.0.v20090527-1812
Id: org.eclipse.equinox.p2.publisher.source, Version: 1.0.0.v20090527-1812
Id: org.eclipse.equinox.p2.reconciler.dropins, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.reconciler.dropins.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.repository, Version: 1.0.1.v20090901-1041
Id: org.eclipse.equinox.p2.repository.source, Version: 1.0.1.v20090901-1041
Id: org.eclipse.equinox.p2.repository.tools, Version: 1.0.1.R35x_v20090806
Id: org.eclipse.equinox.p2.repository.tools.source, Version: 1.0.1.R35x_v20090806
Id: org.eclipse.equinox.p2.touchpoint.eclipse, Version: 1.0.101.R35x_20090820-1821
Id: org.eclipse.equinox.p2.touchpoint.eclipse.source, Version: 1.0.101.R35x_20090820-1821
Id: org.eclipse.equinox.p2.touchpoint.natives, Version: 1.0.101.R35x_v20090806
Id: org.eclipse.equinox.p2.touchpoint.natives.source, Version: 1.0.101.R35x_v20090806
Id: org.eclipse.equinox.p2.ui, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.ui.sdk, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.ui.sdk.scheduler, Version: 1.0.0.v20090520-1905
Id: org.eclipse.equinox.p2.ui.sdk.scheduler.source, Version: 1.0.0.v20090520-1905
Id: org.eclipse.equinox.p2.ui.sdk.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.p2.ui.source, Version: 1.0.101.R35x_v20090819
Id: org.eclipse.equinox.p2.updatechecker, Version: 1.1.0.v20090520-1905
Id: org.eclipse.equinox.p2.updatechecker.source, Version: 1.1.0.v20090520-1905
Id: org.eclipse.equinox.p2.updatesite, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.updatesite.source, Version: 1.0.100.v20090525
Id: org.eclipse.equinox.p2.user.ui.feature.group, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.p2.user.ui.feature.jar, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.p2.user.ui.source.feature.group, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.p2.user.ui.source.feature.jar, Version: 1.1.1.R35x_v20090811-7u6FbEFYXk1qWdbS0gnpRg2932
Id: org.eclipse.equinox.preferences, Version: 3.2.300.v20090520-1800
Id: org.eclipse.equinox.preferences.source, Version: 3.2.300.v20090520-1800
Id: org.eclipse.equinox.registry, Version: 3.4.100.v20090520-1800
Id: org.eclipse.equinox.registry.source, Version: 3.4.100.v20090520-1800
Id: org.eclipse.equinox.security, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.security.macosx, Version: 1.100.0.v20090520-1800
Id: org.eclipse.equinox.security.macosx.source, Version: 1.100.0.v20090520-1800
Id: org.eclipse.equinox.security.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.security.ui, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.security.ui.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.simpleconfigurator, Version: 1.0.101.R35x_v20090807-1100
Id: org.eclipse.equinox.simpleconfigurator.manipulator, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.simpleconfigurator.manipulator.source, Version: 1.0.100.v20090520-1905
Id: org.eclipse.equinox.simpleconfigurator.source, Version: 1.0.101.R35x_v20090807-1100
Id: org.eclipse.equinox.util, Version: 1.0.100.v20090520-1800
Id: org.eclipse.equinox.util.source, Version: 1.0.100.v20090520-1800
Id: org.eclipse.gef, Version: 3.5.0.v20090528-1511
Id: org.eclipse.gef3d, Version: 0.8.1
Id: org.eclipse.help, Version: 3.4.1.v20090805_35x
Id: org.eclipse.help.appserver, Version: 3.1.400.v20090429_1800
Id: org.eclipse.help.appserver.source, Version: 3.1.400.v20090429_1800
Id: org.eclipse.help.base, Version: 3.4.0.v200909170800
Id: org.eclipse.help.base.source, Version: 3.4.0.v200909170800
Id: org.eclipse.help.feature.group, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.feature.jar, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.source, Version: 3.4.1.v20090805_35x
Id: org.eclipse.help.source.feature.group, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.source.feature.jar, Version: 1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD
Id: org.eclipse.help.ui, Version: 3.4.1.v20090819_35x
Id: org.eclipse.help.ui.source, Version: 3.4.1.v20090819_35x
Id: org.eclipse.help.webapp, Version: 3.4.1.v20090819_35x
Id: org.eclipse.help.webapp.source, Version: 3.4.1.v20090819_35x
Id: org.eclipse.jdt, Version: 3.5.1.v200909170800
Id: org.eclipse.jdt.apt.core, Version: 3.3.201.R35x_v20090818-0235
Id: org.eclipse.jdt.apt.core.source, Version: 3.3.201.R35x_v20090818-0235
Id: org.eclipse.jdt.apt.pluggable.core, Version: 1.0.201.R35x_v20090818-0225
Id: org.eclipse.jdt.apt.pluggable.core.source, Version: 1.0.201.R35x_v20090818-0225
Id: org.eclipse.jdt.apt.ui, Version: 3.3.200.v20090528-1135
Id: org.eclipse.jdt.apt.ui.source, Version: 3.3.200.v20090528-1135
Id: org.eclipse.jdt.compiler.apt, Version: 1.0.201.R35x_v20090825-1530
Id: org.eclipse.jdt.compiler.apt.source, Version: 1.0.201.R35x_v20090825-1530
Id: org.eclipse.jdt.compiler.tool, Version: 1.0.100.v_972_R35x
Id: org.eclipse.jdt.compiler.tool.source, Version: 1.0.100.v_972_R35x
Id: org.eclipse.jdt.core, Version: 3.5.1.v_972_R35x
Id: org.eclipse.jdt.core.manipulation, Version: 1.3.0.v20090603
Id: org.eclipse.jdt.core.manipulation.source, Version: 1.3.0.v20090603
Id: org.eclipse.jdt.core.source, Version: 3.5.1.v_972_R35x
Id: org.eclipse.jdt.debug, Version: 3.5.0.v20090526
Id: org.eclipse.jdt.debug.source, Version: 3.5.0.v20090526
Id: org.eclipse.jdt.debug.ui, Version: 3.4.1.v20090811_r351
Id: org.eclipse.jdt.debug.ui.source, Version: 3.4.1.v20090811_r351
Id: org.eclipse.jdt.doc.isv, Version: 3.5.1.r351_v20090831
Id: org.eclipse.jdt.doc.user, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.jdt.feature.group, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.feature.jar, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.junit, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jdt.junit.runtime, Version: 3.4.100.v20090513-2000
Id: org.eclipse.jdt.junit.runtime.source, Version: 3.4.100.v20090513-2000
Id: org.eclipse.jdt.junit.source, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jdt.junit4.runtime, Version: 1.1.0.v20090513-2000
Id: org.eclipse.jdt.junit4.runtime.source, Version: 1.1.0.v20090513-2000
Id: org.eclipse.jdt.launching, Version: 3.5.0.v20090527
Id: org.eclipse.jdt.launching.macosx, Version: 3.2.0.v20090527
Id: org.eclipse.jdt.launching.macosx.source, Version: 3.2.0.v20090527
Id: org.eclipse.jdt.launching.source, Version: 3.5.0.v20090527
Id: org.eclipse.jdt.launching.ui.macosx, Version: 1.0.0.v20090527
Id: org.eclipse.jdt.launching.ui.macosx.source, Version: 1.0.0.v20090527
Id: org.eclipse.jdt.source, Version: 3.5.1.v200909170800
Id: org.eclipse.jdt.source.feature.group, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.source.feature.jar, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jdt.ui, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.jdt.ui.source, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.jdt_root, Version: 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ
Id: org.eclipse.jface, Version: 3.5.1.M20090826-0800
Id: org.eclipse.jface.databinding, Version: 1.3.1.M20090826-0800
Id: org.eclipse.jface.databinding.source, Version: 1.3.1.M20090826-0800
Id: org.eclipse.jface.source, Version: 3.5.1.M20090826-0800
Id: org.eclipse.jface.text, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jface.text.source, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.jsch.core, Version: 1.1.100.I20090430-0408
Id: org.eclipse.jsch.core.source, Version: 1.1.100.I20090430-0408
Id: org.eclipse.jsch.ui, Version: 1.1.200.I20090430-0408
Id: org.eclipse.jsch.ui.source, Version: 1.1.200.I20090430-0408
Id: org.eclipse.ltk.core.refactoring, Version: 3.5.0.v20090513-2000
Id: org.eclipse.ltk.core.refactoring.source, Version: 3.5.0.v20090513-2000
Id: org.eclipse.ltk.ui.refactoring, Version: 3.4.100.v20090604
Id: org.eclipse.ltk.ui.refactoring.source, Version: 3.4.100.v20090604
Id: org.eclipse.osgi, Version: 3.5.1.R35x_v20090827
Id: org.eclipse.osgi.services, Version: 3.2.0.v20090520-1800
Id: org.eclipse.osgi.services.source, Version: 3.2.0.v20090520-1800
Id: org.eclipse.osgi.source, Version: 3.5.1.R35x_v20090827
Id: org.eclipse.osgi.util, Version: 3.2.0.v20090520-1800
Id: org.eclipse.osgi.util.source, Version: 3.2.0.v20090520-1800
Id: org.eclipse.pde, Version: 3.4.100.v200909170800
Id: org.eclipse.pde.api.tools, Version: 1.0.101.v20090714
Id: org.eclipse.pde.api.tools.source, Version: 1.0.101.v20090714
Id: org.eclipse.pde.api.tools.ui, Version: 1.0.101.v20090820
Id: org.eclipse.pde.api.tools.ui.source, Version: 1.0.101.v20090820
Id: org.eclipse.pde.build, Version: 3.5.1.R35x_20090820
Id: org.eclipse.pde.build.source, Version: 3.5.1.R35x_20090820
Id: org.eclipse.pde.core, Version: 3.5.100.v20090821
Id: org.eclipse.pde.core.source, Version: 3.5.100.v20090821
Id: org.eclipse.pde.doc.user, Version: 3.5.0.v20090818
Id: org.eclipse.pde.ds.core, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ds.core.source, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ds.ui, Version: 1.0.0.v20090527
Id: org.eclipse.pde.ds.ui.source, Version: 1.0.0.v20090527
Id: org.eclipse.pde.feature.group, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.feature.jar, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.junit.runtime, Version: 3.4.0.v20090527
Id: org.eclipse.pde.junit.runtime.source, Version: 3.4.0.v20090527
Id: org.eclipse.pde.runtime, Version: 3.4.100.v20090731
Id: org.eclipse.pde.runtime.source, Version: 3.4.100.v20090731
Id: org.eclipse.pde.source, Version: 3.4.100.v200909170800
Id: org.eclipse.pde.source.feature.group, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.source.feature.jar, Version: 3.5.1.R35x_v20090811-7Z7_F9zFDX-aT6Ywvh8_S93
Id: org.eclipse.pde.ua.core, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ua.core.source, Version: 1.0.0.v20090429-1800
Id: org.eclipse.pde.ua.ui, Version: 1.0.0.v20090511
Id: org.eclipse.pde.ua.ui.source, Version: 1.0.0.v20090511
Id: org.eclipse.pde.ui, Version: 3.5.0.v20090821
Id: org.eclipse.pde.ui.source, Version: 3.5.0.v20090821
Id: org.eclipse.pde.ui.templates, Version: 3.4.100.v20090527
Id: org.eclipse.pde.ui.templates.source, Version: 3.4.100.v20090527
Id: org.eclipse.platform, Version: 3.3.201.v200909170800
Id: org.eclipse.platform.doc.isv, Version: 3.5.1.r351_v20090831
Id: org.eclipse.platform.doc.user, Version: 3.5.1.r351_v20090821-0800
Id: org.eclipse.platform.feature.group, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform.feature.jar, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform.source, Version: 3.3.201.v200909170800
Id: org.eclipse.platform.source.feature.group, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform.source.feature.jar, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.platform_root, Version: 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Id: org.eclipse.rcp, Version: 3.5.0.v200909170800
Id: org.eclipse.rcp.configuration.feature.group, Version: 1.0.0.M20090917-0800
Id: org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64, Version: 1.0.0.M20090917-0800
Id: org.eclipse.rcp.feature.group, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp.feature.jar, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp.source, Version: 3.5.0.v200909170800
Id: org.eclipse.rcp.source.feature.group, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp.source.feature.jar, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.rcp_root, Version: 3.5.1.R35x_v20090811-9SA0FxVFqE70OL1ARMrfcO6e7BA6
Id: org.eclipse.sdk, Version: 3.5.1.v200909170800
Id: org.eclipse.sdk.feature.group, Version: 3.5.1.R35x_v20090811-7Q7bAIBPVUBVbKSMTyyfpOteKTem7_g2paS1__z-Rrmf4
Id: org.eclipse.sdk.feature.jar, Version: 3.5.1.R35x_v20090811-7Q7bAIBPVUBVbKSMTyyfpOteKTem7_g2paS1__z-Rrmf4
Id: org.eclipse.sdk.ide, Version: 3.5.1.M20090917-0800
Id: org.eclipse.search, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.search.source, Version: 3.5.1.r351_v20090708-0800
Id: org.eclipse.swt, Version: 3.5.1.v3555a
Id: org.eclipse.swt.cocoa.macosx.x86_64, Version: 3.5.1.v3555a
Id: org.eclipse.swt.cocoa.macosx.x86_64.source, Version: 3.5.1.v3555a
Id: org.eclipse.team.core, Version: 3.5.0.I20090527-0620
Id: org.eclipse.team.core.source, Version: 3.5.0.I20090527-0620
Id: org.eclipse.team.cvs.core, Version: 3.3.200.I20090430-0408
Id: org.eclipse.team.cvs.core.source, Version: 3.3.200.I20090430-0408
Id: org.eclipse.team.cvs.ssh, Version: 3.2.100.I20090508-2000
Id: org.eclipse.team.cvs.ssh.source, Version: 3.2.100.I20090508-2000
Id: org.eclipse.team.cvs.ssh2, Version: 3.2.200.I20090508-2000
Id: org.eclipse.team.cvs.ssh2.source, Version: 3.2.200.I20090508-2000
Id: org.eclipse.team.cvs.ui, Version: 3.3.201.R35x_v20090826-0905
Id: org.eclipse.team.cvs.ui.source, Version: 3.3.201.R35x_v20090826-0905
Id: org.eclipse.team.ui, Version: 3.5.0.I20090430-0408
Id: org.eclipse.team.ui.source, Version: 3.5.0.I20090430-0408
Id: org.eclipse.text, Version: 3.5.0.v20090513-2000
Id: org.eclipse.text.source, Version: 3.5.0.v20090513-2000
Id: org.eclipse.ui, Version: 3.5.1.M20090902-1000
Id: org.eclipse.ui.browser, Version: 3.2.300.v20090526
Id: org.eclipse.ui.browser.source, Version: 3.2.300.v20090526
Id: org.eclipse.ui.cheatsheets, Version: 3.3.200.v20090526
Id: org.eclipse.ui.cheatsheets.source, Version: 3.3.200.v20090526
Id: org.eclipse.ui.cocoa, Version: 1.0.0.I20090525-2000
Id: org.eclipse.ui.cocoa.source, Version: 1.0.0.I20090525-2000
Id: org.eclipse.ui.console, Version: 3.4.0.v20090513
Id: org.eclipse.ui.console.source, Version: 3.4.0.v20090513
Id: org.eclipse.ui.editors, Version: 3.5.0.v20090527-2000
Id: org.eclipse.ui.editors.source, Version: 3.5.0.v20090527-2000
Id: org.eclipse.ui.externaltools, Version: 3.2.0.v20090504
Id: org.eclipse.ui.externaltools.source, Version: 3.2.0.v20090504
Id: org.eclipse.ui.forms, Version: 3.4.1.v20090714_35x
Id: org.eclipse.ui.forms.source, Version: 3.4.1.v20090714_35x
Id: org.eclipse.ui.ide, Version: 3.5.1.M20090826-0800
Id: org.eclipse.ui.ide.application, Version: 1.0.101.M20090826-0800
Id: org.eclipse.ui.ide.application.source, Version: 1.0.101.M20090826-0800
Id: org.eclipse.ui.ide.source, Version: 3.5.1.M20090826-0800
Id: org.eclipse.ui.intro, Version: 3.3.1.v20090805_35x
Id: org.eclipse.ui.intro.source, Version: 3.3.1.v20090805_35x
Id: org.eclipse.ui.intro.universal, Version: 3.2.300.v20090526
Id: org.eclipse.ui.intro.universal.source, Version: 3.2.300.v20090526
Id: org.eclipse.ui.navigator, Version: 3.4.1.M20090911-1550
Id: org.eclipse.ui.navigator.resources, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.navigator.resources.source, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.navigator.source, Version: 3.4.1.M20090911-1550
Id: org.eclipse.ui.net, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.ui.net.source, Version: 1.2.1.r35x_20090812-1200
Id: org.eclipse.ui.presentations.r21, Version: 3.2.100.I20081007-0800
Id: org.eclipse.ui.presentations.r21.source, Version: 3.2.100.I20081007-0800
Id: org.eclipse.ui.source, Version: 3.5.1.M20090902-1000
Id: org.eclipse.ui.views, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.views.log, Version: 1.0.100.v20090731
Id: org.eclipse.ui.views.log.source, Version: 1.0.100.v20090731
Id: org.eclipse.ui.views.properties.tabbed, Version: 3.5.0.I20090429-1800
Id: org.eclipse.ui.views.properties.tabbed.source, Version: 3.5.0.I20090429-1800
Id: org.eclipse.ui.views.source, Version: 3.4.1.M20090826-0800
Id: org.eclipse.ui.workbench, Version: 3.5.1.M20090826-0800a
Id: org.eclipse.ui.workbench.compatibility, Version: 3.2.0.I20090429-1800
Id: org.eclipse.ui.workbench.compatibility.source, Version: 3.2.0.I20090429-1800
Id: org.eclipse.ui.workbench.source, Version: 3.5.1.M20090826-0800a
Id: org.eclipse.ui.workbench.texteditor, Version: 3.5.0.v20090603
Id: org.eclipse.ui.workbench.texteditor.source, Version: 3.5.0.v20090603
Id: org.eclipse.update.configurator, Version: 3.3.0.v20090312
Id: org.eclipse.update.configurator.source, Version: 3.3.0.v20090312
Id: org.eclipse.update.core, Version: 3.2.300.v20090525
Id: org.eclipse.update.core.source, Version: 3.2.300.v20090525
Id: org.eclipse.update.scheduler, Version: 3.2.200.v20081127
Id: org.eclipse.update.scheduler.source, Version: 3.2.200.v20081127
Id: org.eclipse.update.ui, Version: 3.2.201.R35x_v20090813
Id: org.eclipse.update.ui.source, Version: 3.2.201.R35x_v20090813
Id: org.eclipse.xpand, Version: 0.7.2.v200908120436
Id: org.eclipse.xtend, Version: 0.7.2.v200908120436
Id: org.eclipse.xtend.typesystem.emf, Version: 0.7.2.v200908120436
Id: org.eclipse.xtend.util.stdlib, Version: 0.7.2.v200908120436
Id: org.eclipse.xtext, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.generator, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.log4j, Version: 1.2.15.v200908120607
Id: org.eclipse.xtext.ui.common, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.ui.core, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.util, Version: 0.7.2.v200908120607
Id: org.eclipse.xtext.xtend, Version: 0.7.2.v200908120607
Id: org.eclipse.zest.core, Version: 2.0.0.v200911160115
Id: org.eclipse.zest.layout, Version: 1.0.0.v200911160115
Id: org.eclipse.zest.layouts, Version: 1.1.0.v20090504-1850
Id: org.hamcrest.core, Version: 1.1.0.v20090501071000
Id: org.hamcrest.core.source, Version: 1.1.0.v20090501071000
Id: org.junit, Version: 3.8.2.v20090203-1005
Id: org.junit.source, Version: 3.8.2.v20090203-1005
Id: org.junit4, Version: 4.5.0.v20090824
Id: org.junit4.source, Version: 4.5.0.v20090824
Id: org.lwjgl, Version: 2.2.1
Id: org.lwjgl.doc, Version: 2.2.1
Id: org.lwjgl.feature.group, Version: 2.2.1
Id: org.lwjgl.feature.jar, Version: 2.2.1
Id: org.lwjgl.source, Version: 2.2.1
Id: org.lwjgl.test, Version: 2.2.1
Id: org.mortbay.jetty.server, Version: 6.1.15.v200905151201
Id: org.mortbay.jetty.server.source, Version: 6.1.15.v200905151201
Id: org.mortbay.jetty.util, Version: 6.1.15.v200905182336
Id: org.mortbay.jetty.util.source, Version: 6.1.15.v200905182336
Id: org.mozilla.rhino, Version: 1.7.1.v20090521
Id: org.objectweb.asm, Version: 3.1.0.v200803061910
Id: org.objectweb.asm.source, Version: 3.1.0.v200803061910
Id: org.sat4j.core, Version: 2.1.0.v20090520
Id: org.sat4j.pb, Version: 2.1.0.v20090520
Id: tooling.org.eclipse.update.feature.default, Version: 1.0.0
Id: tooling.osgi.bundle.default, Version: 1.0.0
Id: tooling.source.default, Version: 1.0.0
Id: toolingcocoa.macosx.x86_64org.eclipse.core.runtime, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.common, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.ds, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.p2.reconciler.dropins, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.equinox.simpleconfigurator, Version: 3.5.1.M20090917-0800
Id: toolingcocoa.macosx.x86_64org.eclipse.update.configurator, Version: 3.5.1.M20090917-0800
Id: toolingorg.eclipse.configuration.macosx, Version: 1.0.0
Id: toolingorg.eclipse.configuration.macosx.x86_64, Version: 1.0.0
Id: toolingorg.eclipse.equinox.launcher, Version: 1.0.201.R35x_v20090715
Id: toolingorg.eclipse.equinox.launcher.cocoa.macosx.x86_64, Version: 1.0.1.R35x_v20090707
Id: toolingorg.eclipse.sdk.ide.config.cocoa.macosx.x86_64, Version: 3.5.1.M20090917-0800
Id: toolingorg.eclipse.sdk.ide.configuration, Version: 3.5.1.M20090917-0800
Id: toolingorg.eclipse.sdk.ide.ini.cocoa.macosx.x86_64, Version: 3.5.1.M20090917-0800

Bundles in the system:

Id: com.google.collect, Version: 0.8.0.v200908120607, Location: reference:file:plugins/com.google.collect_0.8.0.v200908120607.jar
Id: com.google.guice, Version: 1.0.1.v200908120607, Location: reference:file:plugins/com.google.guice_1.0.1.v200908120607/
Id: com.ibm.icu, Version: 4.0.1.v20090822, Location: reference:file:plugins/com.ibm.icu_4.0.1.v20090822.jar
Id: com.jcraft.jsch, Version: 0.1.41.v200903070017, Location: reference:file:plugins/com.jcraft.jsch_0.1.41.v200903070017.jar
Id: com.metascape.amp.amf.gis, Version: 1.3.0.v200911160115, Location: reference:file:plugins/com.metascape.amp.amf.gis_1.3.0.v200911160115/
Id: com.metascape.ide.visual, Version: 1.3.0.v200911160115, Location: reference:file:plugins/com.metascape.ide.visual_1.3.0.v200911160115.jar
Id: javax.servlet, Version: 2.5.0.v200806031605, Location: reference:file:plugins/javax.servlet_2.5.0.v200806031605.jar
Id: javax.servlet.jsp, Version: 2.0.0.v200806031607, Location: reference:file:plugins/javax.servlet.jsp_2.0.0.v200806031607.jar
Id: org.antlr.runtime, Version: 3.0.0.v200908120607, Location: reference:file:plugins/org.antlr.runtime_3.0.0.v200908120607.jar
Id: org.apache.ant, Version: 1.7.1.v20090120-1145, Location: reference:file:plugins/org.apache.ant_1.7.1.v20090120-1145/
Id: org.apache.commons.cli, Version: 1.0.0.v20080604-1500, Location: reference:file:plugins/org.apache.commons.cli_1.0.0.v20080604-1500.jar
Id: org.apache.commons.codec, Version: 1.3.0.v20080530-1600, Location: reference:file:plugins/org.apache.commons.codec_1.3.0.v20080530-1600.jar
Id: org.apache.commons.collections, Version: 3.2.0.v200803061811, Location: reference:file:plugins/org.apache.commons.collections_3.2.0.v200803061811.jar
Id: org.apache.commons.el, Version: 1.0.0.v200806031608, Location: reference:file:plugins/org.apache.commons.el_1.0.0.v200806031608.jar
Id: org.apache.commons.httpclient, Version: 3.1.0.v20080605-1935, Location: reference:file:plugins/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar
Id: org.apache.commons.lang, Version: 2.4.0.v20081016-1030, Location: reference:file:plugins/org.apache.commons.lang_2.4.0.v20081016-1030.jar
Id: org.apache.commons.logging, Version: 1.0.4.v200904062259, Location: reference:file:plugins/org.apache.commons.logging_1.0.4.v200904062259.jar
Id: org.apache.commons.logging, Version: 1.1.1.v200904062255, Location: reference:file:plugins/org.apache.commons.logging_1.1.1.v200904062255.jar
Id: org.apache.jasper, Version: 5.5.17.v200903231320, Location: reference:file:plugins/org.apache.jasper_5.5.17.v200903231320.jar
Id: org.apache.lucene, Version: 1.9.1.v20080530-1600, Location: reference:file:plugins/org.apache.lucene_1.9.1.v20080530-1600.jar
Id: org.apache.lucene.analysis, Version: 1.9.1.v20080530-1600, Location: reference:file:plugins/org.apache.lucene.analysis_1.9.1.v20080530-1600.jar
Id: org.ascape.core, Version: 5.2.0.v200911160431, Location: reference:file:plugins/org.ascape.core_5.2.0.v200911160431.jar
Id: org.ascape.ui.amp, Version: 0.7.0.v200911160431, Location: reference:file:plugins/org.ascape.ui.amp_0.7.0.v200911160431.jar
Id: org.eclipse.amp.agf.chart, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.chart_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.core, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.core_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.zest, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.zest_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf.zest.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf.zest.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.agf3d, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.agf3d_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.abase, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.abase_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.abase.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.abase.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.abase.editor, Version: 0.5.0, Location: reference:file:plugins/org.eclipse.amp.amf.abase.editor_0.5.0.jar
Id: org.eclipse.amp.amf.abase.ui, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.abase.ui_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.acore, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.acore_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.acore.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.acore.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.acore.editor, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.acore.editor_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.ascape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.ascape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.escape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.escape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.extras, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.extras_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.gen.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.gen.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.ide.ascape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.ide.ascape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters.editor, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters.editor_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.parameters.ui, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.parameters.ui_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing.edit, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing.edit_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing.editor, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing.editor_0.5.0.v200911160431.jar
Id: org.eclipse.amp.amf.testing.ui, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.amf.testing.ui_0.5.0.v200911160431.jar
Id: org.eclipse.amp.axf.core, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.axf.core_0.5.0.v200911160431.jar
Id: org.eclipse.amp.axf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.axf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.axf.views, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.axf.views_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.amf.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.amf.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ascape, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ascape_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ascape.agf3d, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ascape.agf3d_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ascape.chart, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ascape.chart_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.ide_0.5.0.v200911160431.jar
Id: org.eclipse.amp.escape.testing.ide, Version: 0.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.amp.escape.testing.ide_0.5.0.v200911160431.jar
Id: org.eclipse.ant.core, Version: 3.2.100.v20090817_r351, Location: reference:file:plugins/org.eclipse.ant.core_3.2.100.v20090817_r351.jar
Id: org.eclipse.ant.ui, Version: 3.4.1.v20090901_r351, Location: reference:file:plugins/org.eclipse.ant.ui_3.4.1.v20090901_r351.jar
Id: org.eclipse.birt.chart.device.extension, Version: 2.5.1.v20090902, Location: reference:file:plugins/org.eclipse.birt.chart.device.extension_2.5.1.v20090902.jar
Id: org.eclipse.birt.chart.device.swt, Version: 2.5.1.v20090723, Location: reference:file:plugins/org.eclipse.birt.chart.device.swt_2.5.1.v20090723.jar
Id: org.eclipse.birt.chart.engine, Version: 2.5.1.v20090902, Location: reference:file:plugins/org.eclipse.birt.chart.engine_2.5.1.v20090902.jar
Id: org.eclipse.birt.chart.engine.extension, Version: 2.5.1.v20090826, Location: reference:file:plugins/org.eclipse.birt.chart.engine.extension_2.5.1.v20090826.jar
Id: org.eclipse.birt.chart.ui, Version: 2.5.1.v20090903, Location: reference:file:plugins/org.eclipse.birt.chart.ui_2.5.1.v20090903.jar
Id: org.eclipse.birt.chart.ui.extension, Version: 2.5.1.v20090908, Location: reference:file:plugins/org.eclipse.birt.chart.ui.extension_2.5.1.v20090908.jar
Id: org.eclipse.birt.core, Version: 2.5.1.v20090903, Location: reference:file:plugins/org.eclipse.birt.core_2.5.1.v20090903.jar
Id: org.eclipse.birt.core.ui, Version: 2.5.1.v20090826, Location: reference:file:plugins/org.eclipse.birt.core.ui_2.5.1.v20090826.jar
Id: org.eclipse.compare, Version: 3.5.0.I20090514-0808, Location: reference:file:plugins/org.eclipse.compare_3.5.0.I20090514-0808.jar
Id: org.eclipse.compare.core, Version: 3.5.0.I20090430-0408, Location: reference:file:plugins/org.eclipse.compare.core_3.5.0.I20090430-0408.jar
Id: org.eclipse.core.boot, Version: 3.1.100.v20080218, Location: reference:file:plugins/org.eclipse.core.boot_3.1.100.v20080218.jar
Id: org.eclipse.core.commands, Version: 3.5.0.I20090525-2000, Location: reference:file:plugins/org.eclipse.core.commands_3.5.0.I20090525-2000.jar
Id: org.eclipse.core.contenttype, Version: 3.4.1.R35x_v20090826-0451, Location: reference:file:plugins/org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451.jar
Id: org.eclipse.core.databinding, Version: 1.2.0.M20090819-0800, Location: reference:file:plugins/org.eclipse.core.databinding_1.2.0.M20090819-0800.jar
Id: org.eclipse.core.databinding.beans, Version: 1.2.0.I20090525-2000, Location: reference:file:plugins/org.eclipse.core.databinding.beans_1.2.0.I20090525-2000.jar
Id: org.eclipse.core.databinding.observable, Version: 1.2.0.M20090902-0800, Location: reference:file:plugins/org.eclipse.core.databinding.observable_1.2.0.M20090902-0800.jar
Id: org.eclipse.core.databinding.property, Version: 1.2.0.M20090819-0800, Location: reference:file:plugins/org.eclipse.core.databinding.property_1.2.0.M20090819-0800.jar
Id: org.eclipse.core.expressions, Version: 3.4.100.v20090429-1800, Location: reference:file:plugins/org.eclipse.core.expressions_3.4.100.v20090429-1800.jar
Id: org.eclipse.core.filebuffers, Version: 3.5.0.v20090526-2000, Location: reference:file:plugins/org.eclipse.core.filebuffers_3.5.0.v20090526-2000.jar
Id: org.eclipse.core.filesystem, Version: 1.2.0.v20090507, Location: reference:file:plugins/org.eclipse.core.filesystem_1.2.0.v20090507.jar
Id: org.eclipse.core.filesystem.macosx, Version: 1.1.0.v20090112, Location: reference:file:plugins/org.eclipse.core.filesystem.macosx_1.1.0.v20090112.jar
Id: org.eclipse.core.jobs, Version: 3.4.100.v20090429-1800, Location: reference:file:plugins/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar
Id: org.eclipse.core.net, Version: 1.2.1.r35x_20090812-1200, Location: reference:file:plugins/org.eclipse.core.net_1.2.1.r35x_20090812-1200.jar
Id: org.eclipse.core.resources, Version: 3.5.1.R35x_v20090826-0451, Location: reference:file:plugins/org.eclipse.core.resources_3.5.1.R35x_v20090826-0451.jar
Id: org.eclipse.core.resources.compatibility, Version: 3.4.0.v20090505, Location: reference:file:plugins/org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar
Id: org.eclipse.core.runtime, Version: 3.5.0.v20090525, Location: reference:file:plugins/org.eclipse.core.runtime_3.5.0.v20090525.jar
Id: org.eclipse.core.runtime.compatibility, Version: 3.2.0.v20090413, Location: reference:file:plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20090413.jar
Id: org.eclipse.core.runtime.compatibility.auth, Version: 3.2.100.v20090413, Location: reference:file:plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20090413.jar
Id: org.eclipse.core.runtime.compatibility.registry, Version: 3.2.200.v20090429-1800, Location: reference:file:plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20090429-1800/
Id: org.eclipse.core.variables, Version: 3.2.200.v20090521, Location: reference:file:plugins/org.eclipse.core.variables_3.2.200.v20090521.jar
Id: org.eclipse.cvs, Version: 1.0.300.v200909170800, Location: reference:file:plugins/org.eclipse.cvs_1.0.300.v200909170800.jar
Id: org.eclipse.debug.core, Version: 3.5.0.v20090526-1600, Location: reference:file:plugins/org.eclipse.debug.core_3.5.0.v20090526-1600.jar
Id: org.eclipse.debug.ui, Version: 3.5.1.v20090811_r351, Location: reference:file:plugins/org.eclipse.debug.ui_3.5.1.v20090811_r351.jar
Id: org.eclipse.draw2d, Version: 3.5.1.v20090813-1341, Location: reference:file:plugins/org.eclipse.draw2d_3.5.1.v20090813-1341.jar
Id: org.eclipse.draw3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d_0.8.1.jar
Id: org.eclipse.draw3d.geometry, Version: 0.8.0, Location: reference:file:plugins/org.eclipse.draw3d.geometry_0.8.0.jar
Id: org.eclipse.draw3d.graphics3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.graphics3d_0.8.1.jar
Id: org.eclipse.draw3d.lwjgl, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.lwjgl_0.8.1.jar
Id: org.eclipse.draw3d.ui, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.ui_0.8.1.jar
Id: org.eclipse.draw3d.x3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.draw3d.x3d_0.8.1.jar
Id: org.eclipse.ecf, Version: 3.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf_3.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.filetransfer, Version: 3.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.filetransfer_3.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.identity, Version: 3.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.identity_3.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer, Version: 3.0.1.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer_3.0.1.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer.httpclient, Version: 3.0.1.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer.httpclient_3.0.1.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer.httpclient.ssl, Version: 1.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.provider.filetransfer.ssl, Version: 1.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20090831-1906.jar
Id: org.eclipse.ecf.ssl, Version: 1.0.0.v20090831-1906, Location: reference:file:plugins/org.eclipse.ecf.ssl_1.0.0.v20090831-1906.jar
Id: org.eclipse.emf.codegen, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.codegen_2.5.0.v200906151043.jar
Id: org.eclipse.emf.codegen.ecore, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.codegen.ecore_2.5.0.v200906151043.jar
Id: org.eclipse.emf.common, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.common_2.5.0.v200906151043.jar
Id: org.eclipse.emf.common.ui, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.common.ui_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.change, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.change_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.edit, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.edit_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.editor, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.editor_2.5.0.v200906151043.jar
Id: org.eclipse.emf.ecore.xmi, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.ecore.xmi_2.5.0.v200906151043.jar
Id: org.eclipse.emf.edit, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.edit_2.5.0.v200906151043.jar
Id: org.eclipse.emf.edit.ui, Version: 2.5.0.v200906151043, Location: reference:file:plugins/org.eclipse.emf.edit.ui_2.5.0.v200906151043.jar
Id: org.eclipse.emf.index, Version: 0.7.0.v200908120607, Location: reference:file:plugins/org.eclipse.emf.index_0.7.0.v200908120607.jar
Id: org.eclipse.emf.java, Version: 2.5.0.v200911160431, Location: reference:file:plugins/org.eclipse.emf.java_2.5.0.v200911160431.jar
Id: org.eclipse.emf.mwe.core, Version: 0.7.2.v200908120417, Location: reference:file:plugins/org.eclipse.emf.mwe.core_0.7.2.v200908120417.jar
Id: org.eclipse.emf.mwe.ui, Version: 0.7.2.v200908120417, Location: reference:file:plugins/org.eclipse.emf.mwe.ui_0.7.2.v200908120417.jar
Id: org.eclipse.emf.mwe.utils, Version: 0.7.2.v200908120417, Location: reference:file:plugins/org.eclipse.emf.mwe.utils_0.7.2.v200908120417.jar
Id: org.eclipse.equinox.app, Version: 1.2.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.app_1.2.0.v20090520-1800.jar
Id: org.eclipse.equinox.common, Version: 3.5.1.R35x_v20090807-1100, Location: reference:file:plugins/org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar
Id: org.eclipse.equinox.concurrent, Version: 1.0.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-1800.jar
Id: org.eclipse.equinox.ds, Version: 1.1.1.R35x_v20090806, Location: reference:file:plugins/org.eclipse.equinox.ds_1.1.1.R35x_v20090806.jar
Id: org.eclipse.equinox.frameworkadmin, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.frameworkadmin.equinox, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.http.jetty, Version: 2.0.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.http.jetty_2.0.0.v20090520-1800.jar
Id: org.eclipse.equinox.http.registry, Version: 1.0.200.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar
Id: org.eclipse.equinox.http.servlet, Version: 1.0.200.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar
Id: org.eclipse.equinox.jsp.jasper, Version: 1.0.200.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.jsp.jasper_1.0.200.v20090520-1800.jar
Id: org.eclipse.equinox.jsp.jasper.registry, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.100.v20090520-1800.jar
Id: org.eclipse.equinox.launcher, Version: 1.0.201.R35x_v20090715, Location: reference:file:plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
Id: org.eclipse.equinox.launcher.cocoa.macosx.x86_64, Version: 1.0.1.R35x_v20090707, Location: reference:file:plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.1.R35x_v20090707/
Id: org.eclipse.equinox.p2.artifact.repository, Version: 1.0.101.R35x_v20090721, Location: reference:file:plugins/org.eclipse.equinox.p2.artifact.repository_1.0.101.R35x_v20090721.jar
Id: org.eclipse.equinox.p2.console, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.console_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.core, Version: 1.0.101.R35x_v20090819, Location: reference:file:plugins/org.eclipse.equinox.p2.core_1.0.101.R35x_v20090819.jar
Id: org.eclipse.equinox.p2.director, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.director_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.director.app, Version: 1.0.100.v20090521-1912, Location: reference:file:plugins/org.eclipse.equinox.p2.director.app_1.0.100.v20090521-1912.jar
Id: org.eclipse.equinox.p2.directorywatcher, Version: 1.0.100.v20090525, Location: reference:file:plugins/org.eclipse.equinox.p2.directorywatcher_1.0.100.v20090525.jar
Id: org.eclipse.equinox.p2.engine, Version: 1.0.101.R35x_v20090825, Location: reference:file:plugins/org.eclipse.equinox.p2.engine_1.0.101.R35x_v20090825.jar
Id: org.eclipse.equinox.p2.exemplarysetup, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.exemplarysetup_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.extensionlocation, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.extensionlocation_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.garbagecollector, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.garbagecollector_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.jarprocessor, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.jarprocessor_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.metadata, Version: 1.0.100.v20090525, Location: reference:file:plugins/org.eclipse.equinox.p2.metadata_1.0.100.v20090525.jar
Id: org.eclipse.equinox.p2.metadata.generator, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.metadata.generator_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.metadata.repository, Version: 1.0.101.R35x_v20090812, Location: reference:file:plugins/org.eclipse.equinox.p2.metadata.repository_1.0.101.R35x_v20090812.jar
Id: org.eclipse.equinox.p2.publisher, Version: 1.0.0.v20090527-1812, Location: reference:file:plugins/org.eclipse.equinox.p2.publisher_1.0.0.v20090527-1812.jar
Id: org.eclipse.equinox.p2.reconciler.dropins, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.reconciler.dropins_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.repository, Version: 1.0.1.v20090901-1041, Location: reference:file:plugins/org.eclipse.equinox.p2.repository_1.0.1.v20090901-1041.jar
Id: org.eclipse.equinox.p2.repository.tools, Version: 1.0.1.R35x_v20090806, Location: reference:file:plugins/org.eclipse.equinox.p2.repository.tools_1.0.1.R35x_v20090806.jar
Id: org.eclipse.equinox.p2.touchpoint.eclipse, Version: 1.0.101.R35x_20090820-1821, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpoint.eclipse_1.0.101.R35x_20090820-1821.jar
Id: org.eclipse.equinox.p2.touchpoint.natives, Version: 1.0.101.R35x_v20090806, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpoint.natives_1.0.101.R35x_v20090806.jar
Id: org.eclipse.equinox.p2.ui, Version: 1.0.101.R35x_v20090819, Location: reference:file:plugins/org.eclipse.equinox.p2.ui_1.0.101.R35x_v20090819.jar
Id: org.eclipse.equinox.p2.ui.sdk, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.p2.ui.sdk.scheduler, Version: 1.0.0.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20090520-1905.jar
Id: org.eclipse.equinox.p2.updatechecker, Version: 1.1.0.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.p2.updatechecker_1.1.0.v20090520-1905.jar
Id: org.eclipse.equinox.p2.updatesite, Version: 1.0.100.v20090525, Location: reference:file:plugins/org.eclipse.equinox.p2.updatesite_1.0.100.v20090525.jar
Id: org.eclipse.equinox.preferences, Version: 3.2.300.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.preferences_3.2.300.v20090520-1800.jar
Id: org.eclipse.equinox.registry, Version: 3.4.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar
Id: org.eclipse.equinox.security, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.security_1.0.100.v20090520-1800.jar
Id: org.eclipse.equinox.security.macosx, Version: 1.100.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.security.macosx_1.100.0.v20090520-1800.jar
Id: org.eclipse.equinox.security.ui, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.security.ui_1.0.100.v20090520-1800.jar
Id: org.eclipse.equinox.simpleconfigurator, Version: 1.0.101.R35x_v20090807-1100, Location: initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.101.R35x_v20090807-1100.jar/
Id: org.eclipse.equinox.simpleconfigurator.manipulator, Version: 1.0.100.v20090520-1905, Location: reference:file:plugins/org.eclipse.equinox.simpleconfigurator.manipulator_1.0.100.v20090520-1905.jar
Id: org.eclipse.equinox.util, Version: 1.0.100.v20090520-1800, Location: reference:file:plugins/org.eclipse.equinox.util_1.0.100.v20090520-1800.jar
Id: org.eclipse.gef, Version: 3.5.0.v20090528-1511, Location: reference:file:plugins/org.eclipse.gef_3.5.0.v20090528-1511.jar
Id: org.eclipse.gef3d, Version: 0.8.1, Location: reference:file:plugins/org.eclipse.gef3d_0.8.1.jar
Id: org.eclipse.help, Version: 3.4.1.v20090805_35x, Location: reference:file:plugins/org.eclipse.help_3.4.1.v20090805_35x.jar
Id: org.eclipse.help.appserver, Version: 3.1.400.v20090429_1800, Location: reference:file:plugins/org.eclipse.help.appserver_3.1.400.v20090429_1800.jar
Id: org.eclipse.help.base, Version: 3.4.0.v200909170800, Location: reference:file:plugins/org.eclipse.help.base_3.4.0.v200909170800.jar
Id: org.eclipse.help.ui, Version: 3.4.1.v20090819_35x, Location: reference:file:plugins/org.eclipse.help.ui_3.4.1.v20090819_35x.jar
Id: org.eclipse.help.webapp, Version: 3.4.1.v20090819_35x, Location: reference:file:plugins/org.eclipse.help.webapp_3.4.1.v20090819_35x.jar
Id: org.eclipse.jdt, Version: 3.5.1.v200909170800, Location: reference:file:plugins/org.eclipse.jdt_3.5.1.v200909170800.jar
Id: org.eclipse.jdt.apt.core, Version: 3.3.201.R35x_v20090818-0235, Location: reference:file:plugins/org.eclipse.jdt.apt.core_3.3.201.R35x_v20090818-0235.jar
Id: org.eclipse.jdt.apt.pluggable.core, Version: 1.0.201.R35x_v20090818-0225, Location: reference:file:plugins/org.eclipse.jdt.apt.pluggable.core_1.0.201.R35x_v20090818-0225.jar
Id: org.eclipse.jdt.apt.ui, Version: 3.3.200.v20090528-1135, Location: reference:file:plugins/org.eclipse.jdt.apt.ui_3.3.200.v20090528-1135.jar
Id: org.eclipse.jdt.compiler.apt, Version: 1.0.201.R35x_v20090825-1530, Location: reference:file:plugins/org.eclipse.jdt.compiler.apt_1.0.201.R35x_v20090825-1530.jar
Id: org.eclipse.jdt.compiler.tool, Version: 1.0.100.v_972_R35x, Location: reference:file:plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_972_R35x.jar
Id: org.eclipse.jdt.core, Version: 3.5.1.v_972_R35x, Location: reference:file:plugins/org.eclipse.jdt.core_3.5.1.v_972_R35x.jar
Id: org.eclipse.jdt.core.manipulation, Version: 1.3.0.v20090603, Location: reference:file:plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20090603.jar
Id: org.eclipse.jdt.debug, Version: 3.5.0.v20090526, Location: reference:file:plugins/org.eclipse.jdt.debug_3.5.0.v20090526/
Id: org.eclipse.jdt.debug.ui, Version: 3.4.1.v20090811_r351, Location: reference:file:plugins/org.eclipse.jdt.debug.ui_3.4.1.v20090811_r351.jar
Id: org.eclipse.jdt.doc.isv, Version: 3.5.1.r351_v20090831, Location: reference:file:plugins/org.eclipse.jdt.doc.isv_3.5.1.r351_v20090831.jar
Id: org.eclipse.jdt.doc.user, Version: 3.5.1.r351_v20090821-0800, Location: reference:file:plugins/org.eclipse.jdt.doc.user_3.5.1.r351_v20090821-0800.jar
Id: org.eclipse.jdt.junit, Version: 3.5.1.r351_v20090708-0800, Location: reference:file:plugins/org.eclipse.jdt.junit_3.5.1.r351_v20090708-0800.jar
Id: org.eclipse.jdt.junit.runtime, Version: 3.4.100.v20090513-2000, Location: reference:file:plugins/org.eclipse.jdt.junit.runtime_3.4.100.v20090513-2000.jar
Id: org.eclipse.jdt.junit4.runtime, Version: 1.1.0.v20090513-2000, Location: reference:file:plugins/org.eclipse.jdt.junit4.runtime_1.1.0.v20090513-2000.jar
Id: org.eclipse.jdt.launching, Version: 3.5.0.v20090527, Location: reference:file:plugins/org.eclipse.jdt.launching_3.5.0.v20090527.jar
Id: org.eclipse.jdt.launching.macosx, Version: 3.2.0.v20090527, Location: reference:file:plugins/org.eclipse.jdt.launching.macosx_3.2.0.v20090527.jar
Id: org.eclipse.jdt.launching.ui.macosx, Version: 1.0.0.v20090527, Location: reference:file:plugins/org.eclipse.jdt.launching.ui.macosx_1.0.0.v20090527.jar
Id: org.eclipse.jdt.ui, Version: 3.5.1.r351_v20090821-0800, Location: reference:file:plugins/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar
Id: org.eclipse.jface, Version: 3.5.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.jface_3.5.1.M20090826-0800.jar
Id: org.eclipse.jface.databinding, Version: 1.3.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.jface.databinding_1.3.1.M20090826-0800.jar
Id: org.eclipse.jface.text, Version: 3.5.1.r351_v20090708-0800, Location: reference:file:plugins/org.eclipse.jface.text_3.5.1.r351_v20090708-0800.jar
Id: org.eclipse.jsch.core, Version: 1.1.100.I20090430-0408, Location: reference:file:plugins/org.eclipse.jsch.core_1.1.100.I20090430-0408.jar
Id: org.eclipse.jsch.ui, Version: 1.1.200.I20090430-0408, Location: reference:file:plugins/org.eclipse.jsch.ui_1.1.200.I20090430-0408.jar
Id: org.eclipse.ltk.core.refactoring, Version: 3.5.0.v20090513-2000, Location: reference:file:plugins/org.eclipse.ltk.core.refactoring_3.5.0.v20090513-2000.jar
Id: org.eclipse.ltk.ui.refactoring, Version: 3.4.100.v20090604, Location: reference:file:plugins/org.eclipse.ltk.ui.refactoring_3.4.100.v20090604.jar
Id: org.eclipse.osgi, Version: 3.5.1.R35x_v20090827, Location: System Bundle
Id: org.eclipse.osgi.services, Version: 3.2.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.osgi.services_3.2.0.v20090520-1800.jar
Id: org.eclipse.osgi.util, Version: 3.2.0.v20090520-1800, Location: reference:file:plugins/org.eclipse.osgi.util_3.2.0.v20090520-1800.jar
Id: org.eclipse.pde, Version: 3.4.100.v200909170800, Location: reference:file:plugins/org.eclipse.pde_3.4.100.v200909170800.jar
Id: org.eclipse.pde.api.tools, Version: 1.0.101.v20090714, Location: reference:file:plugins/org.eclipse.pde.api.tools_1.0.101.v20090714.jar
Id: org.eclipse.pde.api.tools.ui, Version: 1.0.101.v20090820, Location: reference:file:plugins/org.eclipse.pde.api.tools.ui_1.0.101.v20090820.jar
Id: org.eclipse.pde.build, Version: 3.5.1.R35x_20090820, Location: reference:file:plugins/org.eclipse.pde.build_3.5.1.R35x_20090820/
Id: org.eclipse.pde.core, Version: 3.5.100.v20090821, Location: reference:file:plugins/org.eclipse.pde.core_3.5.100.v20090821.jar
Id: org.eclipse.pde.doc.user, Version: 3.5.0.v20090818, Location: reference:file:plugins/org.eclipse.pde.doc.user_3.5.0.v20090818.jar
Id: org.eclipse.pde.ds.core, Version: 1.0.0.v20090429-1800, Location: reference:file:plugins/org.eclipse.pde.ds.core_1.0.0.v20090429-1800.jar
Id: org.eclipse.pde.ds.ui, Version: 1.0.0.v20090527, Location: reference:file:plugins/org.eclipse.pde.ds.ui_1.0.0.v20090527.jar
Id: org.eclipse.pde.junit.runtime, Version: 3.4.0.v20090527, Location: reference:file:plugins/org.eclipse.pde.junit.runtime_3.4.0.v20090527.jar
Id: org.eclipse.pde.runtime, Version: 3.4.100.v20090731, Location: reference:file:plugins/org.eclipse.pde.runtime_3.4.100.v20090731.jar
Id: org.eclipse.pde.ua.core, Version: 1.0.0.v20090429-1800, Location: reference:file:plugins/org.eclipse.pde.ua.core_1.0.0.v20090429-1800.jar
Id: org.eclipse.pde.ua.ui, Version: 1.0.0.v20090511, Location: reference:file:plugins/org.eclipse.pde.ua.ui_1.0.0.v20090511.jar
Id: org.eclipse.pde.ui, Version: 3.5.0.v20090821, Location: reference:file:plugins/org.eclipse.pde.ui_3.5.0.v20090821.jar
Id: org.eclipse.pde.ui.templates, Version: 3.4.100.v20090527, Location: reference:file:plugins/org.eclipse.pde.ui.templates_3.4.100.v20090527.jar
Id: org.eclipse.platform, Version: 3.3.201.v200909170800, Location: reference:file:plugins/org.eclipse.platform_3.3.201.v200909170800/
Id: org.eclipse.platform.doc.isv, Version: 3.5.1.r351_v20090831, Location: reference:file:plugins/org.eclipse.platform.doc.isv_3.5.1.r351_v20090831.jar
Id: org.eclipse.platform.doc.user, Version: 3.5.1.r351_v20090821-0800, Location: reference:file:plugins/org.eclipse.platform.doc.user_3.5.1.r351_v20090821-0800.jar
Id: org.eclipse.rcp, Version: 3.5.0.v200909170800, Location: reference:file:plugins/org.eclipse.rcp_3.5.0.v200909170800.jar
Id: org.eclipse.sdk, Version: 3.5.1.v200909170800, Location: reference:file:plugins/org.eclipse.sdk_3.5.1.v200909170800/
Id: org.eclipse.search, Version: 3.5.1.r351_v20090708-0800, Location: reference:file:plugins/org.eclipse.search_3.5.1.r351_v20090708-0800.jar
Id: org.eclipse.swt, Version: 3.5.1.v3555a, Location: reference:file:plugins/org.eclipse.swt_3.5.1.v3555a.jar
Id: org.eclipse.swt.cocoa.macosx.x86_64, Version: 3.5.1.v3555a, Location: reference:file:plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.5.1.v3555a.jar
Id: org.eclipse.team.core, Version: 3.5.0.I20090527-0620, Location: reference:file:plugins/org.eclipse.team.core_3.5.0.I20090527-0620.jar
Id: org.eclipse.team.cvs.core, Version: 3.3.200.I20090430-0408, Location: reference:file:plugins/org.eclipse.team.cvs.core_3.3.200.I20090430-0408.jar
Id: org.eclipse.team.cvs.ssh, Version: 3.2.100.I20090508-2000, Location: reference:file:plugins/org.eclipse.team.cvs.ssh_3.2.100.I20090508-2000.jar
Id: org.eclipse.team.cvs.ssh2, Version: 3.2.200.I20090508-2000, Location: reference:file:plugins/org.eclipse.team.cvs.ssh2_3.2.200.I20090508-2000.jar
Id: org.eclipse.team.cvs.ui, Version: 3.3.201.R35x_v20090826-0905, Location: reference:file:plugins/org.eclipse.team.cvs.ui_3.3.201.R35x_v20090826-0905.jar
Id: org.eclipse.team.ui, Version: 3.5.0.I20090430-0408, Location: reference:file:plugins/org.eclipse.team.ui_3.5.0.I20090430-0408.jar
Id: org.eclipse.text, Version: 3.5.0.v20090513-2000, Location: reference:file:plugins/org.eclipse.text_3.5.0.v20090513-2000.jar
Id: org.eclipse.ui, Version: 3.5.1.M20090902-1000, Location: reference:file:plugins/org.eclipse.ui_3.5.1.M20090902-1000.jar
Id: org.eclipse.ui.browser, Version: 3.2.300.v20090526, Location: reference:file:plugins/org.eclipse.ui.browser_3.2.300.v20090526.jar
Id: org.eclipse.ui.cheatsheets, Version: 3.3.200.v20090526, Location: reference:file:plugins/org.eclipse.ui.cheatsheets_3.3.200.v20090526.jar
Id: org.eclipse.ui.cocoa, Version: 1.0.0.I20090525-2000, Location: reference:file:plugins/org.eclipse.ui.cocoa_1.0.0.I20090525-2000.jar
Id: org.eclipse.ui.console, Version: 3.4.0.v20090513, Location: reference:file:plugins/org.eclipse.ui.console_3.4.0.v20090513.jar
Id: org.eclipse.ui.editors, Version: 3.5.0.v20090527-2000, Location: reference:file:plugins/org.eclipse.ui.editors_3.5.0.v20090527-2000.jar
Id: org.eclipse.ui.externaltools, Version: 3.2.0.v20090504, Location: reference:file:plugins/org.eclipse.ui.externaltools_3.2.0.v20090504.jar
Id: org.eclipse.ui.forms, Version: 3.4.1.v20090714_35x, Location: reference:file:plugins/org.eclipse.ui.forms_3.4.1.v20090714_35x.jar
Id: org.eclipse.ui.ide, Version: 3.5.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.ide_3.5.1.M20090826-0800.jar
Id: org.eclipse.ui.ide.application, Version: 1.0.101.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.ide.application_1.0.101.M20090826-0800.jar
Id: org.eclipse.ui.intro, Version: 3.3.1.v20090805_35x, Location: reference:file:plugins/org.eclipse.ui.intro_3.3.1.v20090805_35x.jar
Id: org.eclipse.ui.intro.universal, Version: 3.2.300.v20090526, Location: reference:file:plugins/org.eclipse.ui.intro.universal_3.2.300.v20090526/
Id: org.eclipse.ui.navigator, Version: 3.4.1.M20090911-1550, Location: reference:file:plugins/org.eclipse.ui.navigator_3.4.1.M20090911-1550.jar
Id: org.eclipse.ui.navigator.resources, Version: 3.4.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.navigator.resources_3.4.1.M20090826-0800.jar
Id: org.eclipse.ui.net, Version: 1.2.1.r35x_20090812-1200, Location: reference:file:plugins/org.eclipse.ui.net_1.2.1.r35x_20090812-1200.jar
Id: org.eclipse.ui.presentations.r21, Version: 3.2.100.I20081007-0800, Location: reference:file:plugins/org.eclipse.ui.presentations.r21_3.2.100.I20081007-0800.jar
Id: org.eclipse.ui.views, Version: 3.4.1.M20090826-0800, Location: reference:file:plugins/org.eclipse.ui.views_3.4.1.M20090826-0800.jar
Id: org.eclipse.ui.views.log, Version: 1.0.100.v20090731, Location: reference:file:plugins/org.eclipse.ui.views.log_1.0.100.v20090731.jar
Id: org.eclipse.ui.views.properties.tabbed, Version: 3.5.0.I20090429-1800, Location: reference:file:plugins/org.eclipse.ui.views.properties.tabbed_3.5.0.I20090429-1800.jar
Id: org.eclipse.ui.workbench, Version: 3.5.1.M20090826-0800a, Location: reference:file:plugins/org.eclipse.ui.workbench_3.5.1.M20090826-0800a.jar
Id: org.eclipse.ui.workbench.compatibility, Version: 3.2.0.I20090429-1800, Location: reference:file:plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20090429-1800/
Id: org.eclipse.ui.workbench.texteditor, Version: 3.5.0.v20090603, Location: reference:file:plugins/org.eclipse.ui.workbench.texteditor_3.5.0.v20090603.jar
Id: org.eclipse.update.configurator, Version: 3.3.0.v20090312, Location: reference:file:plugins/org.eclipse.update.configurator_3.3.0.v20090312.jar
Id: org.eclipse.update.core, Version: 3.2.300.v20090525, Location: reference:file:plugins/org.eclipse.update.core_3.2.300.v20090525.jar
Id: org.eclipse.update.scheduler, Version: 3.2.200.v20081127, Location: reference:file:plugins/org.eclipse.update.scheduler_3.2.200.v20081127.jar
Id: org.eclipse.update.ui, Version: 3.2.201.R35x_v20090813, Location: reference:file:plugins/org.eclipse.update.ui_3.2.201.R35x_v20090813.jar
Id: org.eclipse.xpand, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xpand_0.7.2.v200908120436.jar
Id: org.eclipse.xtend, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xtend_0.7.2.v200908120436.jar
Id: org.eclipse.xtend.typesystem.emf, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xtend.typesystem.emf_0.7.2.v200908120436.jar
Id: org.eclipse.xtend.util.stdlib, Version: 0.7.2.v200908120436, Location: reference:file:plugins/org.eclipse.xtend.util.stdlib_0.7.2.v200908120436.jar
Id: org.eclipse.xtext, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.generator, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.generator_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.log4j, Version: 1.2.15.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.log4j_1.2.15.v200908120607.jar
Id: org.eclipse.xtext.ui.common, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.ui.common_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.ui.core, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.ui.core_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.util, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.util_0.7.2.v200908120607.jar
Id: org.eclipse.xtext.xtend, Version: 0.7.2.v200908120607, Location: reference:file:plugins/org.eclipse.xtext.xtend_0.7.2.v200908120607.jar
Id: org.eclipse.zest.core, Version: 2.0.0.v200911160115, Location: reference:file:plugins/org.eclipse.zest.core_2.0.0.v200911160115.jar
Id: org.eclipse.zest.layout, Version: 1.0.0.v200911160115, Location: reference:file:plugins/org.eclipse.zest.layout_1.0.0.v200911160115.jar
Id: org.eclipse.zest.layouts, Version: 1.1.0.v20090504-1850, Location: reference:file:plugins/org.eclipse.zest.layouts_1.1.0.v20090504-1850.jar
Id: org.hamcrest.core, Version: 1.1.0.v20090501071000, Location: reference:file:plugins/org.hamcrest.core_1.1.0.v20090501071000.jar
Id: org.junit, Version: 3.8.2.v20090203-1005, Location: reference:file:plugins/org.junit_3.8.2.v20090203-1005/
Id: org.junit4, Version: 4.5.0.v20090824, Location: reference:file:plugins/org.junit4_4.5.0.v20090824/
Id: org.lwjgl, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl_2.2.1/
Id: org.lwjgl.doc, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl.doc_2.2.1/
Id: org.lwjgl.source, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl.source_2.2.1/
Id: org.lwjgl.test, Version: 2.2.1, Location: reference:file:plugins/org.lwjgl.test_2.2.1/
Id: org.mortbay.jetty.server, Version: 6.1.15.v200905151201, Location: reference:file:plugins/org.mortbay.jetty.server_6.1.15.v200905151201.jar
Id: org.mortbay.jetty.util, Version: 6.1.15.v200905182336, Location: reference:file:plugins/org.mortbay.jetty.util_6.1.15.v200905182336.jar
Id: org.mozilla.rhino, Version: 1.7.1.v20090521, Location: reference:file:plugins/org.mozilla.rhino_1.7.1.v20090521/
Id: org.objectweb.asm, Version: 3.1.0.v200803061910, Location: reference:file:plugins/org.objectweb.asm_3.1.0.v200803061910.jar
Id: org.sat4j.core, Version: 2.1.0.v20090520, Location: reference:file:plugins/org.sat4j.core_2.1.0.v20090520.jar
Id: org.sat4j.pb, Version: 2.1.0.v20090520, Location: reference:file:plugins/org.sat4j.pb_2.1.0.v20090520.jar

*** Security Configuration:
Providers (9): 

 Provider: SUN, Version: 1.6, Class: sun.security.provider.Sun
  Description: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy Policy; JavaLoginConfig Configuration)
  Services (24):
   Service: MessageDigest, Algorithm: SHA-512, Class: sun.security.provider.SHA5$SHA512
   Service: Configuration, Algorithm: JavaLoginConfig, Class: sun.security.provider.ConfigSpiFile
   Service: Signature, Algorithm: NONEwithDSA, Class: sun.security.provider.DSA$RawDSA
    Aliases: RawDSA
    Attributes:
      SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.security.interfaces.DSAPrivateKey
   Service: CertPathBuilder, Algorithm: PKIX, Class: sun.security.provider.certpath.SunCertPathBuilder
    Attributes:
      ImplementedIn: Software
      ValidationAlgorithm: RFC3280
   Service: CertStore, Algorithm: LDAP, Class: sun.security.provider.certpath.LDAPCertStore
    Attributes:
      ImplementedIn: Software
      LDAPSchema: RFC2587
   Service: MessageDigest, Algorithm: SHA, Class: sun.security.provider.SHA
    Aliases: SHA1
    Attributes:
      ImplementedIn: Software
   Service: CertificateFactory, Algorithm: X.509, Class: sun.security.provider.X509Factory
    Aliases: X509
    Attributes:
      ImplementedIn: Software
   Service: MessageDigest, Algorithm: SHA-384, Class: sun.security.provider.SHA5$SHA384
   Service: SecureRandom, Algorithm: NativePRNG, Class: sun.security.provider.NativePRNG
   Service: KeyPairGenerator, Algorithm: DSA, Class: sun.security.provider.DSAKeyPairGenerator
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
      KeySize: 1024
   Service: KeyStore, Algorithm: JKS, Class: sun.security.provider.JavaKeyStore$JKS
    Attributes:
      ImplementedIn: Software
   Service: KeyStore, Algorithm: CaseExactJKS, Class: sun.security.provider.JavaKeyStore$CaseExactJKS
   Service: MessageDigest, Algorithm: SHA-256, Class: sun.security.provider.SHA2
   Service: CertStore, Algorithm: com.sun.security.IndexedCollection, Class: sun.security.provider.certpath.IndexedCollectionCertStore
    Attributes:
      ImplementedIn: Software
   Service: KeyFactory, Algorithm: DSA, Class: sun.security.provider.DSAKeyFactory
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
   Service: SecureRandom, Algorithm: SHA1PRNG, Class: sun.security.provider.SecureRandom
    Attributes:
      ImplementedIn: Software
   Service: CertPathValidator, Algorithm: PKIX, Class: sun.security.provider.certpath.PKIXCertPathValidator
    Attributes:
      ImplementedIn: Software
      ValidationAlgorithm: RFC3280
   Service: CertStore, Algorithm: Collection, Class: sun.security.provider.certpath.CollectionCertStore
    Attributes:
      ImplementedIn: Software
   Service: MessageDigest, Algorithm: MD5, Class: sun.security.provider.MD5
    Attributes:
      ImplementedIn: Software
   Service: AlgorithmParameters, Algorithm: DSA, Class: sun.security.provider.DSAParameters
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
   Service: Policy, Algorithm: JavaPolicy, Class: sun.security.provider.PolicySpiFile
   Service: MessageDigest, Algorithm: MD2, Class: sun.security.provider.MD2
   Service: Signature, Algorithm: SHA1withDSA, Class: sun.security.provider.DSA$SHA1withDSA
    Aliases: DSAWithSHA1
    Attributes:
      ImplementedIn: Software
      KeySize: 1024
      SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.security.interfaces.DSAPrivateKey
   Service: AlgorithmParameterGenerator, Algorithm: DSA, Class: sun.security.provider.DSAParameterGenerator
    Aliases: OID.1.2.840.10040.4.1
    Attributes:
      ImplementedIn: Software
      KeySize: 1024

 Provider: Apple, Version: 1.0, Class: com.apple.crypto.provider.Apple
  Description: Apple Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC/MD5, HMAC/SHA1)
  Services (6):
   Service: Mac, Algorithm: HmacSHA1, Class: com.apple.crypto.provider.HmacSHA1
   Service: MessageDigest, Algorithm: MD5, Class: com.apple.crypto.provider.MessageDigestMD5
   Service: MessageDigest, Algorithm: SHA, Class: com.apple.crypto.provider.MessageDigestSHA1
    Aliases: SHA1
   Service: SecureRandom, Algorithm: YarrowPRNG, Class: com.apple.crypto.provider.CSPRandom
   Service: Mac, Algorithm: HmacMD5, Class: com.apple.crypto.provider.HmacMD5
   Service: KeyStore, Algorithm: KeychainStore, Class: com.apple.crypto.provider.KeychainStore

 Provider: SunRsaSign, Version: 1.5, Class: sun.security.rsa.SunRsaSign
  Description: Sun RSA signature provider
  Services (8):
   Service: Signature, Algorithm: SHA512withRSA, Class: sun.security.rsa.RSASignature$SHA512withRSA
    Aliases: OID.1.2.840.113549.1.1.13
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: Signature, Algorithm: MD5withRSA, Class: sun.security.rsa.RSASignature$MD5withRSA
    Aliases: 1.2.840.113549.1.1.4
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: KeyFactory, Algorithm: RSA, Class: sun.security.rsa.RSAKeyFactory
    Aliases: 1.2.840.113549.1.1
   Service: Signature, Algorithm: SHA1withRSA, Class: sun.security.rsa.RSASignature$SHA1withRSA
    Aliases: OID.1.2.840.113549.1.1.5
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: Signature, Algorithm: SHA384withRSA, Class: sun.security.rsa.RSASignature$SHA384withRSA
    Aliases: OID.1.2.840.113549.1.1.12
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: Signature, Algorithm: MD2withRSA, Class: sun.security.rsa.RSASignature$MD2withRSA
    Aliases: 1.2.840.113549.1.1.2
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: KeyPairGenerator, Algorithm: RSA, Class: sun.security.rsa.RSAKeyPairGenerator
    Aliases: 1.2.840.113549.1.1
   Service: Signature, Algorithm: SHA256withRSA, Class: sun.security.rsa.RSASignature$SHA256withRSA
    Aliases: OID.1.2.840.113549.1.1.11
    Attributes:
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey

 Provider: SunJSSE, Version: 1.6, Class: com.sun.net.ssl.internal.ssl.Provider
  Description: Sun JSSE provider(PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)
  Services (16):
   Service: Signature, Algorithm: MD5andSHA1withRSA, Class: com.sun.net.ssl.internal.ssl.RSASignature
   Service: SSLContext, Algorithm: Default, Class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl
   Service: KeyManagerFactory, Algorithm: SunX509, Class: com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$SunX509
   Service: SSLContext, Algorithm: SSL, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: Signature, Algorithm: MD5withRSA, Class: sun.security.rsa.RSASignature$MD5withRSA
    Aliases: 1.2.840.113549.1.1.4
   Service: Signature, Algorithm: SHA1withRSA, Class: sun.security.rsa.RSASignature$SHA1withRSA
    Aliases: OID.1.2.840.113549.1.1.5
   Service: KeyFactory, Algorithm: RSA, Class: sun.security.rsa.RSAKeyFactory
    Aliases: 1.2.840.113549.1.1
   Service: TrustManagerFactory, Algorithm: SunX509, Class: com.sun.net.ssl.internal.ssl.TrustManagerFactoryImpl$SimpleFactory
   Service: SSLContext, Algorithm: SSLv3, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: KeyStore, Algorithm: PKCS12, Class: com.sun.net.ssl.internal.pkcs12.PKCS12KeyStore
   Service: SSLContext, Algorithm: TLS, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: KeyPairGenerator, Algorithm: RSA, Class: sun.security.rsa.RSAKeyPairGenerator
    Aliases: 1.2.840.113549.1.1
   Service: SSLContext, Algorithm: TLSv1, Class: com.sun.net.ssl.internal.ssl.SSLContextImpl
   Service: Signature, Algorithm: MD2withRSA, Class: sun.security.rsa.RSASignature$MD2withRSA
    Aliases: 1.2.840.113549.1.1.2
   Service: KeyManagerFactory, Algorithm: NewSunX509, Class: com.sun.net.ssl.internal.ssl.KeyManagerFactoryImpl$X509
   Service: TrustManagerFactory, Algorithm: PKIX, Class: com.sun.net.ssl.internal.ssl.TrustManagerFactoryImpl$PKIXFactory
    Aliases: X.509

 Provider: SunJCE, Version: 1.6, Class: com.sun.crypto.provider.SunJCE
  Description: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC)
  Services (60):
   Service: KeyGenerator, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeKeyGenerator
    Aliases: TripleDES
   Service: KeyGenerator, Algorithm: HmacSHA384, Class: com.sun.crypto.provider.KeyGeneratorCore$HmacSHA384KG
   Service: AlgorithmParameters, Algorithm: OAEP, Class: com.sun.crypto.provider.OAEPParameters
   Service: KeyGenerator, Algorithm: ARCFOUR, Class: com.sun.crypto.provider.KeyGeneratorCore$ARCFOURKeyGenerator
    Aliases: RC4
   Service: Cipher, Algorithm: AESWrap, Class: com.sun.crypto.provider.AESWrapCipher
    Attributes:
      SupportedPaddings: NOPADDING
      SupportedKeyFormats: RAW
      SupportedModes: ECB
   Service: KeyGenerator, Algorithm: HmacSHA256, Class: com.sun.crypto.provider.KeyGeneratorCore$HmacSHA256KG
   Service: KeyGenerator, Algorithm: HmacSHA512, Class: com.sun.crypto.provider.KeyGeneratorCore$HmacSHA512KG
   Service: AlgorithmParameters, Algorithm: AES, Class: com.sun.crypto.provider.AESParameters
    Aliases: Rijndael
   Service: AlgorithmParameters, Algorithm: PBEWithMD5AndTripleDES, Class: com.sun.crypto.provider.PBEParameters
   Service: AlgorithmParameters, Algorithm: RC2, Class: com.sun.crypto.provider.RC2Parameters
   Service: KeyStore, Algorithm: JCEKS, Class: com.sun.crypto.provider.JceKeyStore
   Service: KeyGenerator, Algorithm: SunTlsPrf, Class: com.sun.crypto.provider.TlsPrfGenerator
   Service: Cipher, Algorithm: DES, Class: com.sun.crypto.provider.DESCipher
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
   Service: Cipher, Algorithm: RSA, Class: com.sun.crypto.provider.RSACipher
    Attributes:
      SupportedPaddings: NOPADDING|PKCS1PADDING|OAEPWITHMD5ANDMGF1PADDING|OAEPWITHSHA1ANDMGF1PADDING|OAEPWITHSHA-1ANDMGF1PADDING|OAEPWITHSHA-256ANDMGF1PADDING|OAEPWITHSHA-384ANDMGF1PADDING|OAEPWITHSHA-512ANDMGF1PADDING
      SupportedModes: ECB
      SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivateKey
   Service: KeyFactory, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHKeyFactory
    Aliases: DH
   Service: Cipher, Algorithm: PBEWithSHA1AndDESede, Class: com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndDESede
    Aliases: OID.1.2.840.113549.1.12.1.3
   Service: AlgorithmParameters, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHParameters
    Aliases: DH
   Service: Cipher, Algorithm: DESedeWrap, Class: com.sun.crypto.provider.DESedeWrapCipher
    Attributes:
      SupportedPaddings: NOPADDING
      SupportedKeyFormats: RAW
      SupportedModes: CBC
   Service: KeyGenerator, Algorithm: SunTlsRsaPremasterSecret, Class: com.sun.crypto.provider.TlsRsaPremasterSecretGenerator
   Service: AlgorithmParameters, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeParameters
    Aliases: TripleDES
   Service: KeyGenerator, Algorithm: HmacSHA1, Class: com.sun.crypto.provider.HmacSHA1KeyGenerator
   Service: SecretKeyFactory, Algorithm: PBEWithMD5AndDES, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndDES
    Aliases: 1.2.840.113549.1.5.3
   Service: Cipher, Algorithm: PBEWithSHA1AndRC2_40, Class: com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_40
    Aliases: OID.1.2.840.113549.1.12.1.6
   Service: Mac, Algorithm: HmacMD5, Class: com.sun.crypto.provider.HmacMD5
    Attributes:
      SupportedKeyFormats: RAW
   Service: SecretKeyFactory, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeKeyFactory
    Aliases: TripleDES
   Service: Mac, Algorithm: SslMacSHA1, Class: com.sun.crypto.provider.SslMacCore$SslMacSHA1
    Attributes:
      SupportedKeyFormats: RAW
   Service: KeyGenerator, Algorithm: SunTlsMasterSecret, Class: com.sun.crypto.provider.TlsMasterSecretGenerator
   Service: KeyGenerator, Algorithm: DES, Class: com.sun.crypto.provider.DESKeyGenerator
   Service: Cipher, Algorithm: PBEWithMD5AndTripleDES, Class: com.sun.crypto.provider.PBEWithMD5AndTripleDESCipher
   Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndDESede, Class: com.sun.crypto.provider.PBEParameters
    Aliases: OID.1.2.840.113549.1.12.1.3
   Service: Cipher, Algorithm: ARCFOUR, Class: com.sun.crypto.provider.ARCFOURCipher
    Aliases: RC4
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING
      SupportedModes: ECB
   Service: AlgorithmParameters, Algorithm: PBE, Class: com.sun.crypto.provider.PBEParameters
   Service: SecretKeyFactory, Algorithm: PBEWithMD5AndTripleDES, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndTripleDES
   Service: Mac, Algorithm: HmacPBESHA1, Class: com.sun.crypto.provider.HmacPKCS12PBESHA1
    Attributes:
      SupportedKeyFormats: RAW
   Service: Cipher, Algorithm: AES, Class: com.sun.crypto.provider.AESCipher
    Aliases: Rijndael
    Attributes:
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedKeyFormats: RAW
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64|CFB72|CFB80|CFB88|CFB96|CFB104|CFB112|CFB120|CFB128|OFB72|OFB80|OFB88|OFB96|OFB104|OFB112|OFB120|OFB128
   Service: SecretKeyFactory, Algorithm: DES, Class: com.sun.crypto.provider.DESKeyFactory
   Service: Cipher, Algorithm: RC2, Class: com.sun.crypto.provider.RC2Cipher
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
   Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndRC2_40, Class: com.sun.crypto.provider.PBEParameters
    Aliases: OID.1.2.840.113549.1.12.1.6
   Service: KeyAgreement, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHKeyAgreement
    Aliases: DH
    Attributes:
      SupportedKeyClasses: javax.crypto.interfaces.DHPublicKey|javax.crypto.interfaces.DHPrivateKey
   Service: KeyGenerator, Algorithm: Blowfish, Class: com.sun.crypto.provider.BlowfishKeyGenerator
   Service: KeyPairGenerator, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHKeyPairGenerator
    Aliases: DH
   Service: Cipher, Algorithm: PBEWithMD5AndDES, Class: com.sun.crypto.provider.PBEWithMD5AndDESCipher
    Aliases: 1.2.840.113549.1.5.3
   Service: Cipher, Algorithm: Blowfish, Class: com.sun.crypto.provider.BlowfishCipher
    Attributes:
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedKeyFormats: RAW
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
   Service: AlgorithmParameters, Algorithm: DES, Class: com.sun.crypto.provider.DESParameters
   Service: KeyGenerator, Algorithm: AES, Class: com.sun.crypto.provider.AESKeyGenerator
    Aliases: Rijndael
   Service: KeyGenerator, Algorithm: HmacMD5, Class: com.sun.crypto.provider.HmacMD5KeyGenerator
   Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA1, Class: com.sun.crypto.provider.PBKDF2HmacSHA1Factory
    Aliases: OID.1.2.840.113549.1.5.12
   Service: KeyGenerator, Algorithm: RC2, Class: com.sun.crypto.provider.KeyGeneratorCore$RC2KeyGenerator
   Service: Mac, Algorithm: SslMacMD5, Class: com.sun.crypto.provider.SslMacCore$SslMacMD5
    Attributes:
      SupportedKeyFormats: RAW
   Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndDESede, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndDESede
    Aliases: OID.1.2.840.113549.1.12.1.3
   Service: AlgorithmParameterGenerator, Algorithm: DiffieHellman, Class: com.sun.crypto.provider.DHParameterGenerator
    Aliases: DH
   Service: Mac, Algorithm: HmacSHA1, Class: com.sun.crypto.provider.HmacSHA1
    Attributes:
      SupportedKeyFormats: RAW
   Service: Mac, Algorithm: HmacSHA384, Class: com.sun.crypto.provider.HmacCore$HmacSHA384
    Attributes:
      SupportedKeyFormats: RAW
   Service: KeyGenerator, Algorithm: SunTlsKeyMaterial, Class: com.sun.crypto.provider.TlsKeyMaterialGenerator
   Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndRC2_40, Class: com.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndRC2_40
    Aliases: OID.1.2.840.113549.1.12.1.6
   Service: Mac, Algorithm: HmacSHA256, Class: com.sun.crypto.provider.HmacCore$HmacSHA256
    Attributes:
      SupportedKeyFormats: RAW
   Service: AlgorithmParameters, Algorithm: Blowfish, Class: com.sun.crypto.provider.BlowfishParameters
   Service: Mac, Algorithm: HmacSHA512, Class: com.sun.crypto.provider.HmacCore$HmacSHA512
    Attributes:
      SupportedKeyFormats: RAW
   Service: AlgorithmParameters, Algorithm: PBEWithMD5AndDES, Class: com.sun.crypto.provider.PBEParameters
    Aliases: 1.2.840.113549.1.5.3
   Service: Cipher, Algorithm: DESede, Class: com.sun.crypto.provider.DESedeCipher
    Aliases: TripleDES
    Attributes:
      SupportedKeyFormats: RAW
      SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
      SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64

 Provider: SunJGSS, Version: 1.0, Class: sun.security.jgss.SunProvider
  Description: Sun (Kerberos v5, SPNEGO)
  Services (2):
   Service: GssApiMechanism, Algorithm: 1.3.6.1.5.5.2, Class: sun.security.jgss.spnego.SpNegoMechFactory
   Service: GssApiMechanism, Algorithm: 1.2.840.113554.1.2.2, Class: sun.security.jgss.krb5.Krb5MechFactory

 Provider: SunSASL, Version: 1.5, Class: com.sun.security.sasl.Provider
  Description: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)
  Services (8):
   Service: SaslServerFactory, Algorithm: CRAM-MD5, Class: com.sun.security.sasl.ServerFactoryImpl
   Service: SaslClientFactory, Algorithm: PLAIN, Class: com.sun.security.sasl.ClientFactoryImpl
   Service: SaslClientFactory, Algorithm: EXTERNAL, Class: com.sun.security.sasl.ClientFactoryImpl
   Service: SaslServerFactory, Algorithm: DIGEST-MD5, Class: com.sun.security.sasl.digest.FactoryImpl
   Service: SaslClientFactory, Algorithm: GSSAPI, Class: com.sun.security.sasl.gsskerb.FactoryImpl
   Service: SaslClientFactory, Algorithm: DIGEST-MD5, Class: com.sun.security.sasl.digest.FactoryImpl
   Service: SaslClientFactory, Algorithm: CRAM-MD5, Class: com.sun.security.sasl.ClientFactoryImpl
   Service: SaslServerFactory, Algorithm: GSSAPI, Class: com.sun.security.sasl.gsskerb.FactoryImpl

 Provider: XMLDSig, Version: 1.0, Class: org.jcp.xml.dsig.internal.dom.XMLDSigRI
  Description: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory)
  Services (11):
   Service: KeyInfoFactory, Algorithm: DOM, Class: org.jcp.xml.dsig.internal.dom.DOMKeyInfoFactory
   Service: TransformService, Algorithm: http://www.w3.org/TR/1999/REC-xpath-19991116, Class: org.jcp.xml.dsig.internal.dom.DOMXPathTransform
    Aliases: XPATH
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments, Class: org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14NMethod
    Aliases: INCLUSIVE_WITH_COMMENTS
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: http://www.w3.org/2000/09/xmldsig#base64, Class: org.jcp.xml.dsig.internal.dom.DOMBase64Transform
    Aliases: BASE64
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: http://www.w3.org/2000/09/xmldsig#enveloped-signature, Class: org.jcp.xml.dsig.internal.dom.DOMEnvelopedTransform
    Aliases: ENVELOPED
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: http://www.w3.org/TR/2001/REC-xml-c14n-20010315, Class: org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14NMethod
    Aliases: INCLUSIVE
    Attributes:
      MechanismType: DOM
   Service: XMLSignatureFactory, Algorithm: DOM, Class: org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory
   Service: TransformService, Algorithm: http://www.w3.org/2002/06/xmldsig-filter2, Class: org.jcp.xml.dsig.internal.dom.DOMXPathFilter2Transform
    Aliases: XPATH2
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: http://www.w3.org/2001/10/xml-exc-c14n#, Class: org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod
    Aliases: EXCLUSIVE
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: http://www.w3.org/TR/1999/REC-xslt-19991116, Class: org.jcp.xml.dsig.internal.dom.DOMXSLTTransform
    Aliases: XSLT
    Attributes:
      MechanismType: DOM
   Service: TransformService, Algorithm: http://www.w3.org/2001/10/xml-exc-c14n#WithComments, Class: org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod
    Aliases: EXCLUSIVE_WITH_COMMENTS
    Attributes:
      MechanismType: DOM

 Provider: SunPCSC, Version: 1.6, Class: sun.security.smartcardio.SunPCSC
  Description: Sun PC/SC provider
  Services (1):
   Service: TerminalFactory, Algorithm: PC/SC, Class: sun.security.smartcardio.SunPCSC$Factory


On Nov 16, 2009, at 1:04 PM, Kristian Duske wrote:

Hi Miles,

okay, this is a really stupid question, but: Is the LWJGL plugin installed in your standalone instance? Also, can you please post the log file for your standalone instance? Maybe it contains some hints. Oh, and a configuration printout would probably be helpful, too.

Regards
Kristian_______________________________________________
gef3d-dev mailing list
gef3d-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef3d-dev


Back to the top