[kepler-dev] Errors running Kepler from Eclipse on Mac

Sivaramakrishnan, Chandrika chandrika at pnl.gov
Tue May 11 14:35:37 PDT 2010


Christopher,

My eclipse is only slightly older than yours

Eclipse Java EE IDE for Web Developers.

Build id: 20090621-0832

I am able to launch vergil after adding to ptolemy src folder to classpath.
I did import kepler into a new workspace, so I am not sure how else to debug
this issue. I will update to the latest version of eclipse and do a clean
import to see if that makes any difference

Thanks
Chandrika

> -----Original Message-----
> From: Christopher Brooks [mailto:cxh at eecs.berkeley.edu]
> Sent: Tuesday, May 11, 2010 9:08 AM
> To: Sivaramakrishnan, Chandrika
> Cc: kepler-dev at ecoinformatics.org
> Subject: Re: [kepler-dev] Errors running Kepler from Eclipse on Mac
>
> Hi Chandrika,
> Running "ant run" should not cause this sort of problem.
> "ant run" will compile the source code and put the .class files in a
> different
> location.  I'm not sure why the locations are not shared, this seems
> like a bug
> (a waste of space), but it should not cause problem.
>
> Since you have KeplerApplicationExtension.class, then the problem must
> have something
> to do with how the classpath is set up in Kepler.
>
> What version of Eclipse are you running?  For me, Eclipse | About
> Eclipse returns:
>
>     Eclipse for RCP/Plug-in Developers
>
>     Build id: 20090920-1017
>
> You might try downloading a new version of Eclipse.  Does Eclipse work
> for other
> projects for you?  I've included my configuration
> (Eclipse | About Eclipse | installation details | configuration)
> below.
>
> I tried to run Vergil from within Eclipse, but the ptolemy config file
> can't be found.
> This would be a nice test since it uses only a subset of the entire
> Kepler build.
> To do this, I created a new run configuration:
>   project: ptolemy
>   main class: ptolemy.vergil.VergilApplication
> but I got:
> Java.lang.Exception: Failed to parse ""
> at
> ptolemy.actor.gui.ConfigurationApplication.throwArgsException(Configurat
> ionApplication.java:651)
> at
> ptolemy.actor.gui.ConfigurationApplication.<init>(ConfigurationApplicati
> on.java:292)
> at
> ptolemy.actor.gui.MoMLApplication.<init>(MoMLApplication.java:81)
> at
> ptolemy.vergil.VergilApplication.<init>(VergilApplication.java:110)
> at
> ptolemy.vergil.VergilApplication$1.run(VergilApplication.java:219)
> at
> java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
> at
> java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThrea
> d.java:269)
> at
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.
> java:190)
> at
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
> at
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
> at
> java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
> Caused by: java.io.IOException: File not found:
> 'ptolemy/configs/full/intro.htm'
>   caused by:
> java.net.MalformedURLException: no protocol:
> ptolemy/configs/full/intro.htm
>   AND:
> java.io.IOException: File
> '/Users/cxh/src/kepler/ptolemy/ptolemy/configs/full/intro.htm' does not
> exist.
>   AND:
> java.lang.Exception: getResource("ptolemy/configs/full/intro.htm")
> returned null.
> at
> ptolemy.actor.gui.ConfigurationApplication.specToURL(ConfigurationApplic
> ation.java:614)
> at
> ptolemy.vergil.VergilApplication._createEmptyConfiguration(VergilApplica
> tion.java:428)
> at
> ptolemy.actor.gui.ConfigurationApplication._parseArgs(ConfigurationAppli
> cation.java:1128)
> at
> ptolemy.vergil.VergilApplication._parseArgs(VergilApplication.java:477)
> at
> ptolemy.actor.gui.ConfigurationApplication.<init>(ConfigurationApplicati
> on.java:226)
> ... 10 more
> Caused by: java.lang.Exception:
> getResource("ptolemy/configs/full/intro.htm") returned null.
> at
> ptolemy.actor.gui.ConfigurationApplication.specToURL(ConfigurationApplic
> ation.java:593)
> ... 14 more
>
> My fix was to add ptolemy/src to the classpath.  To do this, do:
> Run | Run Configurations | Java Application
> In the Main tab:
>    Name: vergil
>    Project: ptolemy
>    Main class: ptolemy.vergil.VergilApplication
> In the Classpath tab:
>    Click on User Entries | Advanced | Add External Folder
>      Browse to the kepler/ptolemy/src folder, hit Open
>    Click Run
>
> If the vergil main window comes up, then the problem is elsewhere in
> Kepler.
> If the vergil main window does not come up, I would not spend too much
> time
> trying to get vergil to run, focus on Kepler instead.
>
>
>
> Since Kepler runs from you from the command line and you've tried both
> the trunk and the 2.0 branch, I suspect your Eclipse installation.
>
> Are you using a new clean workspace in Eclipse?  Try File | Switch
> Workspace | Other
> and enter a new workspace.
>
>
> Below is my configuration.
>
> _Christopher
>
>
>
>
> *** Date: Tuesday, May 11, 2010 9:05:45 AM 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
> -showsplash
> -launcher
> /Applications/eclipse/Eclipse.app/Contents/MacOS/eclipse
> -name
> Eclipse
> --launcher.library
> /Applications/eclipse/Eclipse.app/Contents/MacOS//../../../plugins/org.e
> clipse.equinox.launcher.cocoa.macosx_1.0.1.R35x_v20090707/eclipse_1207.s
> o
> -startup
> /Applications/eclipse/Eclipse.app/Contents/MacOS/../../../plugins/org.ec
> lipse.equinox.launcher_1.0.201.R35x_v20090715.jar
> -product
> org.eclipse.epp.package.rcp.product
> -data
> /Users/cxh/Documents/workspacek5
> -launcher
> /Applications/eclipse/Eclipse.app/Contents/MacOS/eclipse
> -product
> org.eclipse.epp.package.rcp.product
> -keyring
> /Users/cxh/.eclipse_keyring
> -showlocation
> -vm
> /System/Library/Frameworks/JavaVM.framework
> eclipse.home.location=file:/Applications/eclipse/
> eclipse.launcher=/Applications/eclipse/Eclipse.app/Contents/MacOS/eclips
> e
> eclipse.p2.data.area=@config.dir/../p2/
> eclipse.p2.profile=epp.package.rcp
> eclipse.product=org.eclipse.epp.package.rcp.product
> eclipse.startTime=1273592340385
> eclipse.vm=/System/Library/Frameworks/JavaVM.framework
> eclipse.vmargs=-Dosgi.requiredJavaVersion=1.5
> -XstartOnFirstThread
> -Dorg.eclipse.swt.internal.carbon.smallFonts
> -XX:MaxPermSize=256m
> -Xms40m
> -Xmx512m
> -Xdock:icon=../Resources/Eclipse.icns
> -XstartOnFirstThread
> -Dorg.eclipse.swt.internal.carbon.smallFonts
> -Djava.class.path=/Applications/eclipse/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=/Applications/eclipse/Eclipse.app/Contents/MacOS/../../.
> ./plugins/org.eclipse.equinx.launcher_1.0.201.R35x_v20090715.jar
> java.class.version=49.0
> java.endorsed.dirs=/System/Library/Frameworks/JavaVM.framework/Versions/
> 1.5.0/Home/lib/endorsed
> java.ext.dirs=/Library/Java/Extensions:/System/Library/Java/Extensions:/
> System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext
> java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Hom
> e
> java.io.tmpdir=/var/folders/7f/7f-o2nyjFgewH67h0keKu++++TI/-Tmp-/
> java.library.path=/Applications/jprofiler5_2_4/bin/macos:.:/Library/Java
> Extensions:/System/Library/Java/Extensions:/usr/lib/java
> java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
> java.runtime.version=1.5.0_22-b03-333-9M3125
> java.specification.name=Java Platform API Specification
> java.specification.vendor=Sun Microsystems Inc.
> java.specification.version=1.5
> java.vendor=Apple Inc.
> java.vendor.url=http://www.apple.com/
> java.vendor.url.bug=http://bugreport.apple.com/
> java.version=1.5.0_22
> java.vm.info=mixed mode
> java.vm.name=Java HotSpot(TM) Client VM
> java.vm.specification.name=Java Virtual Machine Specification
> java.vm.specification.vendor=Sun Microsystems Inc.
> java.vm.specification.version=1.0
> java.vm.vendor=Apple Inc.
> java.vm.version=1.5.0_22-147
> line.separator=
>
> mrj.build=9M3125
> mrj.version=1050.1.5.0_22-333
> org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
> org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed=false
> org.eclipse.equinox.launcher.splash.location=/Applications/eclipse/plugi
> ns/org.eclipse.platform_3.3.201.v200909170800/splash.bmp
> org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equino
> x.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
> org.osgi.framework.language=en
> org.osgi.framework.os.name=MacOSX
> org.osgi.framework.os.version=10.5.8
> org.osgi.framework.processor=x86
> org.osgi.framework.system.packages=javax.accessibility,javax.activity,ja
> vax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax
> .imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.im
> ageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.manageme
> nt,javax.management.loading,javax.management.modelmbean,javax.management
> .monitor,javax.management.openmbean,javax.management.relation,javax.mana
> gement.remote,javax.management.remote.rmi,javax.management.timer,javax.n
> aming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.
> naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,jav
> ax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,
> javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.sec
> urity.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,ja
> vax.security.auth.x50,javax.security.cert,javax.security.sasl,javax.sou
> nd.midi,javax.sound.midi.spi,javax.sound.sampled,javax
> .sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,ja
> vax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchoos
> er,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swin
> g.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.p
> laf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax
> .swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swin
> g.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.dataty
> pe,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.t
> ransform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xm
> l.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2
> _3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.
> ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.
> CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.Na
> mingContextPackage,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,or
> g.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.
> ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.Current
> Package,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.
> POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.Servan
> tLocatorPackage,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.ht
> ml,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom
> .traversal,org.w3c.dom.views
> ,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
> org.osgi.framework.vendor=Eclipse
> org.osgi.framework.version=1.5.0
> org.osgi.supports.framework.extension=true
> org.osgi.supports.framework.fragment=true
> org.osgi.supports.framework.requirebundle=true
> os.arch=i386
> os.name=Mac OS X
> os.version=10.5.8
> osgi.arch=x86
> osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.1
> 01.R35x_v20090807-1100.jar at 1:start
> osgi.bundles.defaultStartLevel=4
> osgi.bundlestore=/Applications/eclipse/configuration/org.eclipse.osgi/bu
> ndles
> osgi.configuration.area=file:/Applications/eclipse/configuration/
> osgi.framework=file:/Applications/eclipse/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:/Applications/eclipse/
> osgi.instance.area=file:/Users/cxh/Documents/workspacek5/
> osgi.instance.area.default=file:/Users/cxh/Documents/workspace/
> osgi.logfile=/Users/cxh/Documents/workspacek5/.metadata/.log
> osgi.manifest.cache=/Applications/eclipse/configuration/org.eclipse.osgi
> /manifests
> osgi.nl=en_US
> osgi.os=macosx
> osgi.requiredJavaVersion=1.5
> osgi.splashLocation=/Applications/eclipse/plugins/org.eclipse.platform_3
> .3.201.v200909170800/splash.bmp
> osgi.splashPath=platform:/base/plugins/org.eclipse.platform
> osgi.syspath=/Applications/eclipse/plugins
> osgi.tracefile=/Users/cxh/Documents/workspacek5/.metadata/trace.log
> osgi.ws=cocoa
> path.separator=:
> socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16
> sun.arch.data.model=32
> sun.boot.class.path=/System/Library/Frameworks/JavaVM.framework/Versions
> /1.5.0/Classes/jsfd.jar:/System/Library/Frameworks/JavaVM.framework/Vers
> ions/1.5.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framewo
> rk/Versions/1.5.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.frame
> work/Versions/1.5.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.fr
> amework/Versions/1.5.0/Classes/sunrsasign.jar:/System/Library/Frameworks
> /JavaVM.framework/Versions/1.5.0/Classes/jsse.jar:/System/Library/Framew
> orks/JavaVM.framework/Versions/1.5.0/Classes/jce.jar:/System/Library/Fra
> meworks/JavaVM.framework/Versions/1.5.0/Classes/charsets.jar
> sun.boot.library.path=/System/Library/Frameworks/JavaVM.framework/Versio
> ns/1.5.0/Libraries
> sun.cpu.endian=little
> sun.cpu.isalist=
> sun.io.unicode.encoding=UnicodeLittle
> sun.jnu.encoding=MacRoman
> sun.management.compiler=HotSpot Client Compiler
> sun.os.patch.level=unknown
> user.country=US
> user.dir=/Applications/eclipse/Eclipse.app/Contents/MacOS
> user.home=/Users/cxh
> user.language=en
> user.name=cxh
> user.timezone=America/Los_Angeles
>
> *** Features:
> org.eclipse.cvs (1.1.101.R35x_v20100125-7E79FGD9kKF67BPDZ7PKCE1911)
> "Eclipse CVS Client"
> org.eclipse.draw2d (3.5.1.v20090724-1146-4407w311A192402452) "Graphical
> Editing Framework Draw2d"
> org.eclipse.emf (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework
> Runtime and Tools"
> org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation"
> org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code
> Generator"
> org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code
> Generator UI"
> org.eclipse.emf.codegen.ui (2.4.0.v200906151043) "EMF Code Generation
> UI"
> org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common"
> org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI"
> org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter"
> org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding"
> org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data
> Binding"
> org.eclipse.emf.doc (2.5.0.v200906151043) "EMF Documentation"
> org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore"
> org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit"
> org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore
> Editor"
> org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit"
> org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI"
> org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping"
> org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping"
> org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore
> Mapping Editor"
> org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI"
> org.eclipse.emf.transaction (1.3.1.v20090819-1457-3508s733L3D4D26998)
> "EMF Model Transaction Core"
> org.eclipse.emf.validation (1.3.0.v200902052232-478-9oB55W58BQ8QBB) "EMF
> Validation Framework Core"
> org.eclipse.emf.workspace (1.3.0.v200901271819-35-8s733L366A4F6E) "EMF
> Model Transaction Workbench Integration Core"
> org.eclipse.epp.package.rcp.feature (1.2.1.20090918-0703) "EPP RCP
> Bundle"
> org.eclipse.gef (3.5.1.v20090724-1146-777908193B6696L3DA843563)
> "Graphical Editing Framework GEF"
> org.eclipse.gmf (1.2.1.v20090729-2029-7d8D7CFXwnKwGb_GGuSCBqELpPk0)
> "Graphical Modeling Framework"
> org.eclipse.gmf.doc (1.3.0.v20090729-2029-35-8s733L3H7L1737L) "Graphical
> Modeling Framework Documentation"
> org.eclipse.gmf.examples.pde (1.2.0.v20090114-0940-318Z8s733L3D4B14H53)
> "Graphical Modeling Framework Examples"
> org.eclipse.gmf.runtime.notation
> (1.2.0.v20090729-2029-33-8s733L3C5715J78) "GMF Notation Model Support"
> org.eclipse.gmf.sdk (2.2.1.v20090814-1000-7C7F1BLxlfAqjMDHunFV5S-_YY-Q)
> "Graphical Modeling Framework SDK"
> org.eclipse.gmf.tooling (2.2.0.v20090317-0630-7c7GFBXFLWUko2mHECQ9Cfd)
> "Graphical Modeling Framework Tooling"
> org.eclipse.help (1.1.1.R35x_v20090811-7e7eFAnFEx2XZoYz0uPgIfwD) "Help
> System Base"
> org.eclipse.jdt (3.5.2.r352_v20100108-7r88FEwFI0WTuoBl0iaG0tyhfZH6)
> "Eclipse Java Development Tools"
> org.eclipse.mylyn_feature (3.3.1.v20091215-0000-e3x) "Mylyn"
> org.eclipse.mylyn.bugzilla_feature (3.3.2.v20100222-0100-e3x) "Mylyn"
> org.eclipse.mylyn.context_feature (3.3.1.v20091215-0000-e3x) "Mylyn"
> org.eclipse.mylyn.ide_feature (3.3.1.v20091215-0000-e3x) "Mylyn"
> org.eclipse.mylyn.java_feature (3.3.1.v20091215-0000-e3x) "Mylyn"
> org.eclipse.mylyn.pde_feature (3.3.1.v20091215-0000-e3x) "Mylyn"
> org.eclipse.mylyn.sdk_feature (3.3.1.v20091215-0000-e3x) "Mylyn"
> org.eclipse.mylyn.team_feature (3.3.1.v20091215-0000-e3x) "Mylyn"
> org.eclipse.mylyn.wikitext_feature (1.2.0.v20091215-0000-e3x) "Mylyn"
> org.eclipse.ocl (1.3.0.v200901271800-46-9oB55V5I9P8M65) "Object
> Constraint Language (OCL) 2.0 Parser/Interpreter"
> org.eclipse.pde (3.5.2.R35x_v20100119-7Z7_FA2FDX-aXQYWqYDBz-z0qufo)
> "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.team.svn (0.7.8.I20090904-1300) "Subversive SVN Team
> Provider (Incubation)"
> org.eclipse.uml2 (3.0.1.v200908281330) "UML2"
> org.eclipse.uml2.doc (3.0.0.v200908281330) "UML2 Documentation"
> org.eclipse.uml2.examples (3.0.0.v200905041045) "UML2 Examples"
> org.eclipse.wst.xml_ui.feature
> (3.1.1.v200907161031-7H6FM_DxtkM-7aeTHKEBbQqcZOZ2) "Eclipse XML Editors
> and Tools"
> org.openarchitectureware.adapter.rsdp.feature (4.3.1.20090107-2000PRD)
> "openArchitectureWare RSDP Adapter plugin"
> org.openarchitectureware.adapter.rsdp.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare RSDP Adapter Source"
> org.openarchitectureware.core.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare core Source"
> org.openarchitectureware.graphviz.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare recipe Source"
> org.openarchitectureware.lib.feature (4.3.1.20090107-2000PRD) "ANTLR
> Runtime Plug-in"
> org.openarchitectureware.plugins.feature (4.3.1.20090107-2000PRD)
> "openArchitectureWare core plugin"
> org.openarchitectureware.plugins.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare oAW plugins source"
> org.openarchitectureware.recipe.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare recipe Source"
> org.openarchitectureware.uml2.adapter (4.3.1.20090107-2000PRD)
> "openArchitectureWare UML2 Adapter"
> org.openarchitectureware.uml2.adapter.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare UML2 Adapter Source"
> org.openarchitectureware.util.stdlib.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare stdlib Source"
> org.openarchitectureware.util.uml2ecore.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare uml2Ecore Adapter Source"
> org.openarchitectureware.xsd.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare XSD adapter source"
> org.openarchitectureware.xtext.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare Xtext Source"
> org.polarion.eclipse.team.svn.connector (2.2.0.I20090505-1500)
> "Subversive SVN Connectors"
> org.polarion.eclipse.team.svn.connector.svnkit16 (2.2.0.I20090505-1500)
> "Subversive SVN 1.6 SVN Kit Connector"
>
> *** Plug-in Registry:
> com.ibm.icu (4.0.1.v20090822) "International Components for Unicode for
> Java (ICU4J)" [Active]
> com.jcraft.jsch (0.1.41.v200903070017) "JSch" [Resolved]
> javax.servlet (2.5.0.v200806031605) "Servlet API Bundle" [Resolved]
> javax.servlet.jsp (2.0.0.v200806031607) "Java Server Pages API Bundle"
> [Resolved]
> javax.xml (1.3.4.v200902170245) "JAXP XML" [Resolved]
> net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200803061910) "SourceForge
> LPG" [Resolved]
> org.antlr (3.0.0) "Antlr 3 Plug-in" [Resolved]
> org.antlr.runtime (3.0.0) "ANTLR Runtime Plug-in" [Resolved]
> org.apache.ant (1.7.1.v20090120-1145) "Apache Ant" [Resolved]
> org.apache.batik.bridge (1.6.0.v200805290154) "Apache Batik
> Bridge/GVT/Scripting" [Resolved]
> org.apache.batik.css (1.6.0.v200805290154) "Apache Batik CSS" [Resolved]
> org.apache.batik.dom (1.6.0.v200805290154) "Apache Batik DOM" [Resolved]
> org.apache.batik.dom.svg (1.6.0.v200805290154) "Apache Batik SVG DOM"
> [Resolved]
> org.apache.batik.ext.awt (1.6.0.v200805290154) "Apache Batik AWT
> Utilities" [Resolved]
> org.apache.batik.parser (1.6.0.v200805290154) "Apache Batik Parser"
> [Resolved]
> org.apache.batik.pdf (1.6.0.v200806031500) "Apache Batik PDF" [Resolved]
> org.apache.batik.svggen (1.6.0.v200805290154) "Apache Batik SVG
> Generation" [Resolved]
> org.apache.batik.transcoder (1.6.0.v200805290154) "Apache Batik
> Transcoder" [Resolved]
> org.apache.batik.util (1.6.0.v200805290154) "Apache Batik Utilities"
> [Resolved]
> org.apache.batik.util.gui (1.6.0.v200805290154) "Apache Batik GUI
> Utilities" [Resolved]
> org.apache.batik.xml (1.6.0.v200805290154) "Apache Batik XML" [Resolved]
> org.apache.commons.beanutils (1.7.0) "Commons BeanUtils Plug-in"
> [Resolved]
> org.apache.commons.cli (1.0.0) "Commons CLI Plug-in" [Resolved]
> org.apache.commons.codec (1.3.0.v20080530-1600) "Apache Commons Codec
> Plug-in" [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.3.0.v200803061910) "Apache Jakarta Commons
> Lang" [Resolved]
> org.apache.commons.logging (1.0.4.v200904062259) "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.apache.xerces (2.9.0.v200909240008) "Apache Xerces-J" [Resolved]
> org.apache.xerces (2.8.0.20090107-2000PRD) "Apache Xerces-J" [Resolved]
> org.apache.xml.resolver (1.2.0.v200902170519) "Apache XmlResolver"
> [Resolved]
> org.apache.xml.resolver (1.1.0.20090107-2000PRD) "Apache XmlResolver"
> [Resolved]
> org.apache.xml.serializer (2.7.1.v200902170519) "Apache XML Commons
> Serializer" [Resolved]
> 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.compare (3.5.0.I20090514-0808) "Compare Support" [Active]
> org.eclipse.compare.core (3.5.0.I20090430-0408) "Core Compare Support"
> [Starting]
> 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" [Active]
> org.eclipse.draw2d (3.5.1.v20090813-1341) "Graphical Editing Framework
> Draw2d" [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 (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework
> Runtime and Tools" [Starting]
> org.eclipse.emf.ant (2.4.0.v200906151043) "EMF Ant Tasks" [Starting]
> org.eclipse.emf.cheatsheets (2.5.0.v200906151043) "EMF Cheat Sheets"
> [Starting]
> 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" [Starting]
> org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code
> Generator UI" [Starting]
> org.eclipse.emf.codegen.ui (2.5.0.v200906151043) "EMF Code Generation
> UI" [Starting]
> org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common" [Starting]
> org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI"
> [Starting]
> org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter"
> [Starting]
> org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding"
> [Starting]
> org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data
> Binding" [Starting]
> org.eclipse.emf.doc (2.5.0.v200906151043) "EMF Documentation" [Starting]
> org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore" [Starting]
> org.eclipse.emf.ecore.change (2.5.0.v200906151043) "EMF Change Model"
> [Starting]
> org.eclipse.emf.ecore.change.edit (2.5.0.v200906151043) "EMF Change
> Edit" [Starting]
> 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" [Starting]
> org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit" [Starting]
> org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI" [Starting]
> org.eclipse.emf.example.installer (1.1.0.v200906151043) "EMF Example
> Installer" [Starting]
> org.eclipse.emf.exporter (2.5.0.v200906151043) "EMF Model Exporter"
> [Starting]
> org.eclipse.emf.importer (2.5.0.v200906151043) "EMF Model Importer"
> [Starting]
> org.eclipse.emf.importer.ecore (2.4.0.v200906151043) "EMF Ecore
> Importer" [Starting]
> org.eclipse.emf.importer.java (2.5.0.v200906151043) "EMF Annotated Java
> Importer" [Starting]
> org.eclipse.emf.importer.rose (2.5.0.v200906151043) "EMF Rose Importer"
> [Starting]
> org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping" [Starting]
> org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping"
> [Starting]
> org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore
> Mapping Editor" [Starting]
> org.eclipse.emf.mapping.ecore2ecore (2.5.0.v200906151043) "EMF Ecore to
> Ecore Mapping" [Starting]
> org.eclipse.emf.mapping.ecore2ecore.editor (2.4.0.v200906151043) "EMF
> Ecore to Ecore Mapping Editor" [Starting]
> org.eclipse.emf.mapping.ecore2xml (2.5.0.v200906151043) "EMF Ecore to
> XML Mapping" [Starting]
> org.eclipse.emf.mapping.ecore2xml.ui (2.5.0.v200906151043) "EMF Ecore to
> XML Mapping Editor" [Starting]
> org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI"
> [Starting]
> org.eclipse.emf.transaction (1.3.0.v200902010221) "EMF Model Transaction
> Core" [Starting]
> org.eclipse.emf.transaction.ui (1.3.1.v20090819-1457) "EMF Model
> Transaction UI" [Starting]
> org.eclipse.emf.validation (1.3.0.v200901271722) "EMF Validation
> Framework Core" [Starting]
> org.eclipse.emf.validation.ui (1.3.0.v200901271722) "EMF Validation
> Framework UI" [Starting]
> org.eclipse.emf.validation.ui.ide (1.3.0.v200901271722) "EMF Validation
> Framework UI IDE" [Starting]
> org.eclipse.emf.workspace (1.3.0.v200902100422) "EMF Model Transaction
> Workbench Integration Core" [Starting]
> org.eclipse.emf.workspace.ui (1.3.0.v200901271819) "EMF Model
> Transaction Workbench Integration UI" [Starting]
> org.eclipse.epp.package.rcp (1.2.1.20090812-1036) "EPP RCP Bundle"
> [Resolved]
> og.eclipse.epp.usagedata.gathering (1.1.0.R200906100410) "Usage Data
> Gathering Plug-in" [Active]
> org.eclipse.epp.usagedata.recording (1.1.0.R200906100410) "Usage Data
> Recording Plug-in" [Active]
> org.eclipse.epp.usagedata.ui (1.1.0.R200906100410) "Usage Data UI
> Plug-in" [Starting]
> org.eclipse.equinox.app (1.2.0.v20090520-1800) "Equinox Application
> Container" [Active]
> org.eclipse.equinox.common (3.5.1.R35xv20090807-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 (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" [Starting]
> 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" [Starting]
> 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" [Starting]
> 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" [Starting]
> 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"
> [Starting]
> org.eclipse.gmf (1.2.0.v20090615-0700) "Graphical Modeling Framework"
> [Starting]
> org.eclipse.gmf.bridge (1.1.0.v20090528-1000) "GMF Models Bridging
> Plug-in" [Starting]
> org.eclipse.gmf.bridge.trace (1.0.200.v20090520-1343) "Trace Model"
> [Starting]
> org.eclipse.gmf.bridge.ui (1.2.1.v20090812-1620) "GMF Tooling UI"
> [Starting]
> org.eclipse.gmf.bridge.ui.dashboard (2.0.0.v20090114-0940) "GMF
> Dashboard" [Starting]
> org.eclipse.gmf.codegen (2.2.1.v20090812-1620) "GMF GenModel and Code
> Generation" [Starting]
> org.eclipse.gmf.codegen.edit (2.2.0.v20090416-1925) "GMF GenModel Edit
> Support" [Starting]
> org.eclipse.gmf.codegen.ui (1.1.100.v20090424-1042) "GMF Code Generation
> UI" [Starting]
> org.eclipse.gmf.common (1.1.100.v20090420-1925) "GMF Tooling Commons
> Plug-in" [Starting]
> org.eclipse.gmf.doc (1.3.0.v20090729-2029) "Graphical Modeling Framework
> Documentation" [Starting]
> org.eclipse.gmf.doc.ui (1.3.0.v20090729-2029) "GMF Documentation
> Cheatsheets" [Starting]
> org.eclipse.gmf.ecore.editor (2.1.0.v20090529-1925) "ECore Sample
> Diagram Plugin" [Starting]
> org.eclipse.gmf.examples (1.0.100.v20090615-0700) "Graphical Modeling
> Framework Examples" [Starting]
> org.eclipse.gmf.examples.ui.pde (1.2.0.v20090403-1720) "GMF Examples
> Plug-in" [Starting]
> org.eclipse.gmf.graphdef (2.0.100.v20090420-1925) "GMF Graphical
> Definition" [Resolved]
> org.eclipse.gmf.graphdef.codegen (2.0.100.v20090520-1343) "pluginName"
> [Starting]
> org.eclipse.gmf.graphdef.codegen.ui (1.0.100.v20090114-0940) "Graphical
> Definition Code Generator UI Support" [Resolved]
> org.eclipse.gmf.graphdef.edit (2.0.200.v20090216-1925) "GMFGraph Edit
> Support" [Starting]
> org.eclipse.gmf.map (2.2.0.v20090520-1343) "pluginName" [Starting]
> org.eclipse.gmf.map.edit (2.2.0.v20090114-1925) "GMF Mapping Edit
> Support" [Starting]
> org.eclipse.gmf.runtime.common.core (1.2.0.v20090403-1720) "GMF Common
> Core" [Starting]
> org.eclipse.gmf.runtime.common.ui (1.2.1.v20090729-2029) "GMF Common UI"
> [Starting]
> org.eclipse.gmf.runtime.common.ui.action (1.2.0.v20090403-1720) "GMF
> Common UI Action" [Starting]
> org.eclipse.gmf.runtime.common.ui.action.ide (1.2.0.v20090403-1720) "GMF
> Common UI Action IDE" [Starting]
> org.eclipse.gmf.runtime.common.ui.printing (1.2.0.v20090403-1720) "GMF
> Printing" [Starting]
> org.eclipse.gmf.runtime.common.ui.printing.win32 (1.2.1.v20090909-1544)
> "GMF Printing for Win32" [Resolved]
> org.eclipse.gmf.runtime.common.ui.services (1.2.0.v20090403-1720) "GMF
> Common UI Services" [Starting]
> org.eclipse.gmf.runtime.common.ui.services.action (1.2.1.v20090825-1800)
> "GMF Common UI Action Services" [Starting]
> org.eclipse.gmf.runtime.common.ui.services.dnd (1.2.0.v20090403-1720)
> "GMF Common UI DND Services" [Starting]
> org.eclipse.gmf.runtime.common.ui.services.dnd.ide
> (1.2.0.v20090403-1720) "GMF Common UI DND IDE Services" [Starting]
> org.eclipse.gmf.runtime.common.ui.services.properties
> (1.2.0.v20090403-1720) "GMF Common UI Properties Service Framework"
> [Starting]
> org.eclipse.gmf.runtime.diagram.core (1.2.1.v20090729-2029) "GMF Diagram
> Core" [Starting]
> org.eclipse.gmf.runtime.diagram.ui (1.2.1.v20090825-1647) "GMF Diagram
> UI" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.actions (1.2.0.v20090403-1720) "GMF
> Diagram Actions" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.dnd (1.2.0.v20090403-1720) "GMF
> Diagram Browse" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.geoshapes (1.2.0.v20090403-1720) "GMF
> Geometric Shapes" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.printing (1.2.1.v20090729-2029) "GMF
> Diagram Printing" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.printing.render
> (1.2.1.v20090729-2029) "GMF Diagram UI Printing Render Plug-In"
> [Starting]
> org.eclipse.gmf.runtime.diagram.ui.properties (1.2.1.v20090729-2029)
> "GMF Diagram UI Properties" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.providers (1.2.1.v20090729-2029) "GMF
> Diagram Providers" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.providers.ide (1.2.0.v20090403-1720)
> "GMF Diagram Providers IDE" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.render (1.2.1.v20090729-2029) "GMF
> Diagram UI Render Plug-In" [Starting]
> org.eclipse.gmf.runtime.diagram.ui.resources.editor
> (1.2.0.v20090526-1925) "GMF Diagram UI Resources Editor Plug-In"
> [Starting]
> org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide
> (1.2.0.v20090403-1720) "GMF IDE Editor" [Starting]
> org.eclipse.gmf.runtime.draw2d.ui (1.2.1.v20090825-1800) "GMF Draw2d
> Additions" [Starting]
> org.eclipse.gmf.runtime.draw2d.ui.render (1.2.1.v20090729-2029) "GMF
> Draw2d Image Rendering Additions" [Starting]
> org.eclipse.gmf.runtime.draw2d.ui.render.awt (1.2.1.v20090729-2029) "GMF
> Draw2d Image AWT based Rendering Additions" [Starting]
> org.eclipse.gmf.runtime.emf.clipboard.core (1.2.0.v20090403-1720) "GMF
> EMF Clipboard Support" [Starting]
> org.eclipse.gmf.runtime.emf.commands.core (1.2.0.v20090403-1720) "GMF
> Commands" [Starting]
> org.eclipse.gmf.runtime.emf.core (1.2.0.v20090422-1925) "GMF Modeling
> Service Layer" [Starting]
> org.eclipse.gmf.runtime.emf.type.core (1.2.0.v20090403-1720) "GMF EMF
> Type Core" [Starting]
> org.eclipse.gmf.runtime.emf.type.ui (1.2.0.v20090403-1720) "GMF EMF Type
> UI" [Starting]
> org.eclipse.gmf.runtime.emf.ui (1.2.0.v20090403-1720) "GMF MSL UI"
> [Starting]
> org.eclipse.gmf.runtime.emf.ui.properties (1.2.0.v20090501-1750) "GMF
> EMF UI Properties Providers" [Starting]
> org.eclipse.gmf.runtime.gef.ui (1.2.0.v20090520-1343) "GMF GEF
> Additions" [Starting]
> org.eclipse.gmf.runtime.notation (1.2.0.v20090521-1925) "GMF Notation
> Model Support" [Starting]
> org.eclipse.gmf.runtime.notation.edit (1.2.0.v20090403-1720) "GMF
> Notation Edit Support" [Starting]
> org.eclipse.gmf.runtime.notation.providers (1.2.0.v20090403-1720) "GMF
> Notation Metamodel" [Starting]
> org.eclipse.gmf.sdk (1.0.0.v20090615-0700) "Graphical Modeling Framework
> SDK" [Starting]
> org.eclipse.gmf.templates.legacy (1.0.0.v20090614-0839) "pluginName"
> [Resolved]
> org.eclipse.gmf.tooldef (2.0.0.v20090114-0940) "GMF Tooling Model"
> [Starting]
> org.eclipse.gmf.tooldef.edit (2.0.100.v20090114-0940) "GMF Tooling Edit
> Support" [Starting]
> org.eclipse.gmf.tooling (2.1.0.v20090615-0700) "Graphical Modeling
> Framework Tooling" [Starting]
> org.eclipse.gmf.validate (1.1.0.v20090316-1925) "GMF Validation"
> [Starting]
> org.eclipse.gmf.xpand (2.0.0.v20090521-1925) "GMF Xpand Template Engine"
> [Starting]
> org.eclipse.gmf.xpand.editor (2.0.0.v20090520-1343) "GMF Xpand Editor
> Plug-in" [Starting]
> org.eclipse.gmf.xpand.migration (1.0.0.v20090608-0720) "GMF Xtend query
> language migration to QVT" [Active]
> org.eclipse.gmf.xpand.qvtlibrary (1.0.0.v20090608-0720) "GMF
> Xtend-specific QVT library" [Starting]
> 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" [Installed]
> 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" [Installed]
> org.eclipse.jdt.compiler.tool (1.0.100.v_972_R35x) "Java Compiler Tool
> Support" [Installed]
> 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" [Active]
> org.eclipse.jdt.debug.ui (3.4.1.v20090811_r351) "JDI Debug UI" [Active]
> 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" [Active]
> 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.jem.util (2.0.200.v200905140200) "Java EMF Model Utilities"
> [Starting]
> 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" [Active]
> 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.m2m.qvt.oml (2.0.1.v20090901-1357) "QVT Operational Compiler
> and Interpreter" [Starting]
> org.eclipse.m2m.qvt.oml.common (2.0.0.v20090608-1830) "QVT Operational
> Common" [Starting]
> org.eclipse.m2m.qvt.oml.cst.parser (2.0.0.v20090526-1940) "QVT
> Operational Parser" [Starting]
> org.eclipse.m2m.qvt.oml.ecore.imperativeocl (1.0.0.v20090515-1840) "QVT
> Operational Ecore-based ImperativeOCL Model" [Starting]
> org.eclipse.m2m.qvt.oml.emf.util (2.0.1.v20090722-1630) "QVT Operational
> EMF Utilities" [Starting]
> org.eclipse.m2m.qvt.oml.project (2.0.0.v20090410-1820) "QVT Operational
> Project" [Starting]
> org.eclipse.m2m.qvt.oml.runtime (2.0.0.v20090608-1830) "QVT Operational
> Runtime" [Starting]
> org.eclipse.mylyn (3.3.1.v20091215-0000-e3x) "Mylyn" [Resolved]
> org.eclipse.mylyn.bugzilla.core (3.3.1.v20091215-0000-e3x) "Mylyn
> Bugzilla Connector Core" [Active]
> org.eclipse.mylyn.bugzilla.ide (3.3.1.v20091215-0000-e3x) "Mylyn
> Bugzilla IDE Extensions" [Resolved]
> org.eclipse.mylyn.bugzilla.ui (3.3.1.v20091215-0000-e3x) "Mylyn Bugzilla
> Connector UI" [Active]
> org.eclipse.mylyn.commons.core (3.3.1.v20091215-0000-e3x) "Mylyn Commons
> Core" [Resolved]
> org.eclipse.mylyn.commons.net (3.3.0.v20091013-0200-e3x) "Mylyn Commons
> Net" [Active]
> org.eclipse.mylyn.commons.ui (3.3.1.v20091215-0000-e3x) "Mylyn Commons
> UI" [Active]
> org.eclipse.mylyn.compatibility (3.3.1.v20091215-0000-e3x) "Java 5
> Compatibility Checker" [Resolved]
> org.eclipse.mylyn.context.core (3.3.1.v20091215-0000-e3x) "Mylyn Context
> Core" [Active]
> org.eclipse.mylyn.context.ui (3.3.1.v20091215-0000-e3x) "Mylyn Context
> UI" [Active]
> org.eclipse.mylyn.discovery.core (3.3.1.v20091215-0000-e3x) "Mylyn
> Connector Discovery Core" [Resolved]
> org.eclipse.mylyn.discovery.ui (3.3.1.v20091215-0000-e3x) "Mylyn
> Connector Discovery UI" [Resolved]
> org.eclipse.mylyn.help.ui (3.3.1.v20091215-0000-e3x) "Mylyn Help"
> [Starting]
> org.eclipse.mylyn.ide.ant (3.3.1.v20091215-0000-e3x) "Mylyn Ant Bridge"
> [Starting]
> org.eclipse.mylyn.ide.ui (3.3.1.v20091215-0000-e3x) "Mylyn IDE UI"
> [Starting]
> org.eclipse.mylyn.java.tasks (3.3.1.v20091215-0000-e3x) "Mylyn Java
> Tasks" [Starting]
> org.eclipse.mylyn.java.ui (3.3.1.v20091215-0000-e3x) "Mylyn Java Bridge"
> [Starting]
> org.eclipse.mylyn.monitor.core (3.3.1.v20091215-0000-e3x) "Mylyn Monitor
> Core" [Resolved]
> org.eclipse.mylyn.monitor.ui (3.3.1.v20091215-0000-e3x) "Mylyn Monitor
> UI" [Active]
> org.eclipse.mylyn.oslc.core (3.3.1.v20091215-0000-e3x) "Mylyn OSLC Core"
> [Resolved]
> org.eclipse.mylyn.oslc.ui (3.3.1.v20091215-0000-e3x) "Mylyn OSLC UI"
> [Resolved]
> org.eclipse.mylyn.pde.ui (3.3.1.v20091215-0000-e3x) "Mylyn PDE Bridge"
> [Starting]
> org.eclipse.mylyn.resources.ui (3.3.1.v20091215-0000-e3x) "Mylyn
> Resources UI" [Starting]
> org.eclipse.mylyn.tasks.bugs (3.3.1.v20091215-0000-e3x) "Mylyn Bug
> Reporting" [Starting]
> org.eclipse.mylyn.tasks.core (3.3.1.v20091215-0000-e3x) "Mylyn Tasks
> Core" [Resolved]
> org.eclipse.mylyn.tasks.ui (3.3.1.v20091215-0000-e3x) "Mylyn Tasks UI"
> [Active]
> org.eclipse.mylyn.team.cvs (3.3.1.v20091215-0000-e3x) "Mylyn CVS
> Extensions" [Resolved]
> org.eclipse.mylyn.team.ui (3.3.1.v20091215-0000-e3x) "Mylyn Team UI"
> [Active]
> org.eclipse.mylyn.wikitext.confluence.core (1.2.0.v20091215-0000-e3x)
> "Mylyn WikiText Confluence" [Resolved]
> org.eclipse.mylyn.wikitext.confluence.ui (1.2.0.v20091215-0000-e3x)
> "Mylyn WikiText Confluence UI" [Resolved]
> org.eclipse.mylyn.wikitext.core (1.2.0.v20091215-0000-e3x) "Mylyn
> WikiText" [Starting]
> org.eclipse.mylyn.wikitext.help.ui (1.2.0.v20091215-0000-e3x) "Mylyn
> WikiText Help UI" [Resolved]
> org.eclipse.mylyn.wikitext.mediawiki.core (1.2.0.v20091215-0000-e3x)
> "Mylyn WikiText MediaWiki" [Resolved]
> org.eclipse.mylyn.wikitext.mediawiki.ui (1.2.0.v20091215-0000-e3x)
> "Mylyn WikiText MediaWiki UI" [Resolved]
> org.eclipse.mylyn.wikitext.tasks.ui (1.2.0.v20091215-0000-e3x) "Mylyn
> WikiText Tasks UI" [Starting]
> org.eclipse.mylyn.wikitext.textile.core (1.2.0.v20091215-0000-e3x)
> "Mylyn WikiText Textile" [Resolved]
> org.eclipse.mylyn.wikitext.textile.ui (1.2.0.v20091215-0000-e3x) "Mylyn
> WikiText Textile UI" [Resolved]
> org.eclipse.mylyn.wikitext.tracwiki.core (1.2.0.v20091215-0000-e3x)
> "Mylyn WikiText TracWiki" [Resolved]
> org.eclipse.mylyn.wikitext.tracwiki.ui (1.2.0.v20091215-0000-e3x) "Mylyn
> WikiText TracWiki UI" [Resolved]
> org.eclipse.mylyn.wikitext.twiki.core (1.2.0.v20091215-0000-e3x) "Mylyn
> WikiText Twiki" [Resolved]
> org.eclipse.mylyn.wikitext.twiki.ui (1.2.0.v20091215-0000-e3x) "Mylyn
> WikiText Twiki UI" [Resolved]
> org.eclipse.mylyn.wikitext.ui (1.2.0.v20091215-0000-e3x) "Mylyn WikiText
> UI" [Starting]
> org.eclipse.ocl (1.3.0.v200905271400) "Object Constraint Language (OCL)
> 2.0 Parser/Interpreter" [Starting]
> org.eclipse.ocl.ecore (1.3.0.v200905271400) "OCL 2.0 Binding for Ecore"
> [Starting]
> 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" [Resolved]
> 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" [Starting]
> 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.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 (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" [Active]
> 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" [Active]
> org.eclipse.team.svn (0.7.8.I20090904-1300) "Subversive SVN Team
> Provider (Incubation)" [Resolved]
> org.eclipse.team.svn.core (0.7.8.I20090904-1300) "Subversive SVN Team
> Provider Core Plug-in (Incubation)" [Starting]
> org.eclipse.team.svn.help (0.7.8.I20090904-1300) "Subversive SVN Team
> Provider User Guide Plug-in (Incubation)" [Resolved]
> org.eclipse.team.svn.ui (0.7.8.I20090904-1300) "Subversive SVN Team
> Provider UI Plug-in (Incubation)" [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" [Active]
> 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" [Active]
> org.eclipse.ui.intro.universal (3.2.300.v20090526) "Universal Welcome"
> [Active]
> 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.uml2 (3.0.0.v200905041045) "UML2" [Resolved]
> org.eclipse.uml2.codegen.ecore (1.5.0.v200905151700) "UML2 Ecore Code
> Generation" [Starting]
> org.eclipse.uml2.codegen.ecore.ui (1.5.0.v200905041045) "UML2 Ecore Code
> Generation UI" [Starting]
> org.eclipse.uml2.common (1.5.0.v200905041045) "UML2 Common" [Starting]
> org.eclipse.uml2.common.edit (1.5.0.v200905041045) "UML2 Common Edit
> Support" [Starting]
> org.eclipse.uml2.doc (3.0.0.v200905041045) "UML2 Documentation"
> [Starting]
> org.eclipse.uml2.examples (3.0.0.v200905041045) "UML2 Examples"
> [Resolved]
> org.eclipse.uml2.examples.uml.ui (3.0.0.v200905041045) "UML2 UML
> Examples UI" [Starting]
> org.eclipse.uml2.uml (3.0.1.v200908281330) "UML2 UML Model" [Starting]
> org.eclipse.uml2.uml.ecore.exporter (2.3.0.v200905041045) "UML2 UML
> Exporter for EMF" [Starting]
> org.eclipse.uml2.uml.ecore.importer (2.3.0.v200905041045) "UML2 UML
> Importer for EMF" [Starting]
> org.eclipse.uml2.uml.edit (3.0.0.v200905041045) "UML2 UML Edit Support"
> [Starting]
> org.eclipse.uml2.uml.editor (3.0.0.v200905041045) "UML2 UML Editor"
> [Starting]
> org.eclipse.uml2.uml.resources (3.0.0.v200906011111) "UML2 UML
> Resources" [Resolved]
> 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.wst.common.core (1.1.201.v200806010600) "WST Common Core
> Plug-in" [Starting]
> org.eclipse.wst.common.emf (1.1.301.v200908181930) "EMF Utilities"
> [Starting]
> org.eclipse.wst.common.emfworkbench.integration (1.1.301.v200908101600)
> "EMF Workbench Edit Plug-in" [Starting]
> org.eclipse.wst.common.environment (1.0.301.v200908101600) "Enviornment
> Plug-in" [Starting]
> org.eclipse.wst.common.frameworks (1.1.300.v200904160730) "Common
> Frameworks" [Starting]
> org.eclipse.wst.common.frameworks.ui (1.1.301.v200908101600) "WTP UI
> Plug-in" [Starting]
> org.eclipse.wst.common.infopop (1.0.100.v200805301550) "Common WST
> infopops" [Starting]
> org.eclipse.wst.common.modulecore (1.1.301.v200908101600) "Modulecore
> Plug-in" [Starting]
> org.eclipse.wst.common.project.facet.core (1.4.1.v200908111817) "Eclipse
> Faceted Project Framework" [Starting]
> org.eclipse.wst.common.snippets (1.1.300.v200903120643) "Snippets View"
> [Starting]
> org.eclipse.wst.common.ui (1.1.402.v200901262305) "Eclipse Base UI
> extensions" [Starting]
> org.eclipse.wst.common.uriresolver (1.1.301.v200805140415) "Common URI
> Resolver Framework" [Starting]
> org.eclipse.wst.dtd.core (1.1.300.v200904181727) "Structured Source DTD
> Core" [Starting]
> org.eclipse.wst.dtd.ui (1.0.400.v200904300717) "SSE DTD Source Editor"
> [Starting]
> org.eclipse.wst.dtd.ui.infopop (1.0.300.v200805140200) "DTD Editor
> infopops" [Resolved]
> org.eclipse.wst.dtdeditor.doc.user (1.0.500.v200904292308) "DTD Editor
> documentation" [Resolved]
> org.eclipse.wst.internet.cache (1.0.301.v200805140020) "Cache URI
> Resolver Plug-in" [Starting]
> org.eclipse.wst.sse.core (1.1.401.v200909172215) "Structured Text Model"
> [Active]
> org.eclipse.wst.sse.doc.user (1.1.0.v200805211530) "Structured text
> editor and snippets documentation" [Resolved]
> org.eclipse.wst.sse.ui (1.1.101.v200908261807) "Structured Source
> Editor" [Starting]
> org.eclipse.wst.sse.ui.infopop (1.0.200.v200805301545) "SSE infopops"
> [Resolved]
> org.eclipse.wst.standard.schemas (1.0.200.v200902270215) "Standard
> Schemas and DTDs" [Resolved]
> org.eclipse.wst.validation (1.2.102.v200905201610) "Validation
> Framework" [Starting]
> org.eclipse.wst.validation.infopop (1.0.300.v200806041506) "WST
> validation infopop plug-in" [Resolved]
> org.eclipse.wst.validation.ui (1.2.104.v200904232035) "Validation
> Framework UI" [Starting]
> org.eclipse.wst.xml.core (1.1.401.v200908242115) "Structured Source XML
> Model" [Starting]
> org.eclipse.wst.xml.ui (1.1.1.v200908242115) "Eclipse XML Editors and
> Tools" [Starting]
> org.eclipse.wst.xml.ui.infopop (1.0.300.v200805140200) "XML infopops"
> [Resolved]
> org.eclipse.wst.xmleditor.doc.user (1.0.600.v200901231300) "XML editor"
> [Resolved]
> org.eclipse.wst.xsd.core (1.1.401.v200903020335) "XSD Core Plugin"
> [Starting]
> org.eclipse.wst.xsd.ui (1.2.204.v200909021537) "XML Schema Editor"
> [Starting]
> org.eclipse.wst.xsdeditor.doc.user (1.0.700.v200905182240) "XML schema
> editor" [Resolved]
> org.eclipse.xsd (2.5.0.v200906151043) "XSD Model" [Starting]
> org.eclipse.xsd.edit (2.5.0.v200906151043) "XSD Edit" [Starting]
> org.hamcrest.core (1.1.0.v20090501071000) "Hamcrest Core Library of
> Matchers" [Starting]
> org.jdom (1.0.0.v200806100616) "JDOM" [Resolved]
> org.junit (3.8.2.v20090203-1005) "JUnit Testing Framework" [Resolved]
> org.junit4 (4.5.0.v20090824) "JUnit Testing Framework Version 4"
> [Resolved]
> org.mortbay.jetty.server (6.1.15.v200905151201) "Jetty Server"
> [Resolved]
> org.mortbay.jetty.util (6.1.15.v200905182336) "Jetty Utilities"
> [Resolved]
> org.objectweb.asm (3.1.0.v200803061910) "ASM" [Resolved]
> org.openarchitectureware.adapter.emf.check (4.3.1.20090107-2000PRD)
> "openArchitectureWare EMF Check Adapter" [Active]
> org.openarchitectureware.adapter.rsdp (4.3.1.20090107-2000PRD)
> "openArchitectureWare RSDP Adapter" [Starting]
> org.openarchitectureware.adapter.rsdp.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare RSDP Adapter Source"
> [Resolved]
> org.openarchitectureware.adapter.rsdp.plugin (4.3.1.20090107-2000PRD)
> "openArchitectureWare RSDP Adapter plugin" [Starting]
> org.openarchitectureware.base (4.3.1.20090107-2000PRD)
> "openArchitectureWare core plugin" [Active]
> org.openarchitectureware.check.editor (4.3.1.20090107-2000PRD)
> "openArchitectureWare check editor" [Starting]
> org.openarchitectureware.classic.core (4.3.1.20090107-2000PRD)
> "openArchitectureWare Classic core" [Resolved]
> org.openarchitectureware.classic.core.tests (4.3.1.20090107-2000PRD)
> "openArchitectureWare Classic core tests" [Resolved]
> org.openarchitectureware.classic.libraries (4.3.1.20090107-2000PRD)
> "openArchitectureWare Classic third-party libraries" [Resolved]
> org.openarchitectureware.classic.metamodelGenerator
> (4.3.1.20090107-2000PRD) "openArchitectureWare Classic metamodel
> generator cartridge" [Resolved]
> org.openarchitectureware.classic.umlMetamodel (4.3.1.20090107-2000PRD)
> "openArchitectureWare Classic UML metamodel" [Resolved]
> org.openarchitectureware.classic.workflow (4.3.1.20090107-2000PRD)
> "openArchitectureWare Classic workflow components" [Resolved]
> org.openarchitectureware.classic.xmiInstantiator
> (4.3.1.20090107-2000PRD) "openArchitectureWare Classic XMI instantiator"
> [Resolved]
> org.openarchitectureware.classic.xmiInstantiator.tests
> (4.3.1.20090107-2000PRD) "openArchitectureWare Classic XMI instantiator
> tests" [Resolved]
> org.openarchitectureware.classic.xmlInstantiator
> (4.3.1.20090107-2000PRD) "openArchitectureWare Classic XML instantiator"
> [Resolved]
> org.openarchitectureware.classic.xmlInstantiator.tests
> (4.3.1.20090107-2000PRD) "openArchitectureWare Classic XML instantiator
> tests" [Resolved]
> org.openarchitectureware.core.emftools (4.3.1.20090107-2000PRD)
> "openArchitectureWare core emf-tools" [Resolved]
> org.openarchitectureware.core.expressions (4.3.1.20090107-2000PRD)
> "openArchitectureWare core expressions" [Resolved]
> org.openarchitectureware.core.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare core Source" [Resolved]
> org.openarchitectureware.core.workflow (4.3.1.20090107-2000PRD)
> "openArchitectureWare core workflow" [Resolved]
> org.openarchitectureware.core.xpand2 (4.3.1.20090107-2000PRD)
> "openArchitectureWare core xpand" [Resolved]
> org.openarchitectureware.dependencies (4.3.1.20090107-2000PRD)
> "openArchitectureWare dependency plugin" [Resolved]
> org.openarchitectureware.emf.generic.editor (4.3.1.20090107-2000PRD)
> "openArchitectureWare Generic Editor" [Starting]
> org.openarchitectureware.emftools (4.3.1.20090107-2000PRD)
> "openArchitectureWare emftools plugin" [Starting]
> org.openarchitectureware.graphviz (4.3.1.20090107-2000PRD)
> "openArchitectureWare Graphviz integration" [Starting]
> org.openarchitectureware.graphviz.editor (4.3.1.20090107-2000PRD)
> "openArchitectureWare Graphviz integration editor" [Starting]
> org.openarchitectureware.graphviz.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare recipe Source" [Resolved]
> org.openarchitectureware.help.userguide (4.3.1.20090107-2000PRD)
> "openArchitectureWare User Guide" [Starting]
> org.openarchitectureware.plugins.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare oAW plugins source" [Resolved]
> org.openarchitectureware.recipe (4.3.1.20090107-2000PRD)
> "openArchitectureWare recipe plugin" [Starting]
> org.openarchitectureware.recipe.core (4.3.1.20090107-2000PRD)
> "openArchitectureWare recipe core" [Resolved]
> org.openarchitectureware.recipe.eclipseChecks (4.3.1.20090107-2000PRD)
> "openArchitectureWare recipe eclipse dependant checks" [Starting]
> org.openarchitectureware.recipe.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare recipe Source" [Resolved]
> org.openarchitectureware.recipe.simpleChecks (4.3.1.20090107-2000PRD)
> "openArchitectureWare recipe simple checks" [Resolved]
> org.openarchitectureware.recipe.workflow (4.3.1.20090107-2000PRD)
> "openArchitectureWare recipe workflow component" [Resolved]
> org.openarchitectureware.uml2.adapter (4.3.1.20090107-2000PRD)
> "openArchitectureWare UML2 Adapter" [Resolved]
> org.openarchitectureware.uml2.adapter.plugin (4.3.1.20090107-2000PRD)
> "openArchitectureWare UML2 Adapter plugin" [Starting]
> org.openarchitectureware.uml2.adapter.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare UML2 Adapter Source" [Resolved]
> org.openarchitectureware.util.featureconfig (4.3.1.20090107-2000PRD)
> "openArchitectureWare Featureconfig Model" [Starting]
> org.openarchitectureware.util.stdlib (4.3.1.20090107-2000PRD)
> "openArchitectureWare standard libraries" [Starting]
> org.openarchitectureware.util.stdlib.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare stdlib Source" [Resolved]
> org.openarchitectureware.util.uml2ecore (4.3.1.20090107-2000PRD)
> "openArchitectureWare UML 2 Ecore" [Resolved]
> org.openarchitectureware.util.uml2ecore.feature.source
> (4.3.1.20090107-2000PRD) "openArchitectureWare uml2Ecore Adapter Source"
> [Resolved]
> org.openarchitectureware.util.xvar (4.3.1.20090107-2000PRD)
> "openArchitectureWare xvar" [Resolved]
> org.openarchitectureware.util.xweave (4.3.1.20090107-2000PRD)
> "openArchitectureWare xweave" [Resolved]
> org.openarchitectureware.workflow (4.3.1.20090107-2000PRD)
> "openArchitectureWare workflow plugin" [Starting]
> org.openarchitectureware.xpand2.editor (4.3.1.20090107-2000PRD)
> "openArchitectureWare xpand editor" [Starting]
> org.openarchitectureware.xsd (4.3.1.20090107-2000PRD)
> "openArchitectureWare XSD Adapter" [Resolved]
> org.openarchitectureware.xsd.demos (4.3.1.20090107-2000PRD)
> "openArchitectureWare XSD Meta Model Adapter Demos" [Starting]
> org.openarchitectureware.xsd.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare XSD adapter source" [Resolved]
> org.openarchitectureware.xsd.plugin (4.3.1.20090107-2000PRD)
> "openArchitectureWare XSD Adapter plugin" [Starting]
> org.openarchitectureware.xtend.editor (4.3.1.20090107-2000PRD)
> "openArchitectureWare xtend editor" [Starting]
> org.openarchitectureware.xtext.core (4.3.1.20090107-2000PRD)
> "openArchitectureWare xtext core" [Starting]
> org.openarchitectureware.xtext.core.base (4.3.1.20090107-2000PRD)
> "openArchitectureWare Xtext Core Base Plug-in" [Starting]
> org.openarchitectureware.xtext.editor (4.3.1.20090107-2000PRD)
> "openArchitectureWare xtext editor" [Starting]
> org.openarchitectureware.xtext.editor.base (4.3.1.20090107-2000PRD)
> "openArchitectureWare xtext editor base" [Starting]
> org.openarchitectureware.xtext.feature.source (4.3.1.20090107-2000PRD)
> "openArchitectureWare Xtext Source" [Resolved]
> org.openarchitectureware.xtext.generator (4.3.1.20090107-2000PRD)
> "openArchitectureWare Xtext Generator Plug-in" [Resolved]
> org.openarchitectureware.xtext.ui (4.3.1.20090107-2000PRD)
> "openArchitectureWare xtext ui" [Starting]
> org.polarion.eclipse.team.svn.connector (2.2.0.I20090505-1500)
> "Subversive SVN Connectors" [Resolved]
> org.polarion.eclipse.team.svn.connector.svnkit16 (2.2.0.I20090505-1500)
> "Subversive SVN 1.6 SVN Kit Connector" [Starting]
> org.sat4j.core (2.1.0.v20090520) "SAT4J Core" [Resolved]
> org.sat4j.pb (2.1.0.v20090520) "SAT4J Pseudo" [Resolved]
> org.w3c.css.sac (1.3.0.v200805290154) "W3C CSS SAC" [Resolved]
> org.w3c.dom.events (3.0.0.draft20060413_v200905140418) "W3C DOM Level 3
> Events" [Resolved]
> org.w3c.dom.smil (1.0.1.v200903091627) "W3C SMIL DOM" [Resolved]
> org.w3c.dom.svg (1.1.0.v200806040011) "W3C SVG DOM" [Resolved]
> se.bergner.protocol (2.0.2) "Protocols" [Starting]
>
> *** User Preferences:
> #Tue May 11 09:05:50 PDT 2010
> /instance/org.eclipse.mylyn.monitor.ui/org.eclipse.mylyn.monitor.activit
> y.tracking.enabled.checked=true
> /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
> @org.eclipse.mylyn.monitor.ui=3.3.1.v20091215-0000-e3x
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JR
> E_LIB=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Classes
> /classes.jar
> /instance/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_LAUNCH_PERSPECT
> IVES=<?xml version\="1.0" encoding\="UTF-8"?>\n<launchPerspectives/>\n
> /instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
> /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
> /instance/org.eclipse.ui.ide/platformState=1260568082779
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JR
> E_SRCROOT=src
> /instance/org.eclipse.wst.sse.core/task-tag-projects-already-scanned=_ke
> pler.build,actors,apple-extensions,authentication,authentication-gui,com
> mon,component-library,configuration-manager,core,data-handling,dataturbi
> ne,directors,ecogrid,event-state,gui,io,job,kepler,kepler-tasks,loader,m
> odule-manager,module-manager-gui,opendap,outreach,ptolemy,r,repository,s
> ms,ssh,util
> file_export_version=3.0
> @org.eclipse.wst.sse.core=1.1.401.v200909172215
> @org.eclipse.jdt.ui=3.5.1.r351_v20090821-0800
> /instance/org.eclipse.team.cvs.ui/pref_first_startup=false
> /instance/org.eclipse.core.resources/version=1
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JR
> E_SRC=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/sr
> c.jar
> /instance/org.eclipse.ui.ide/PROBLEMS_FILTERS_MIGRATE=true
> @org.eclipse.core.net=1.2.1.r35x_20090812-1200
> @org.eclipse.jdt.launching=3.5.0.v20090527
> /instance/org.eclipse.mylyn.context.core/mylyn.attention.migrated=true
> /instance/org.eclipse.jdt.ui/spelling_locale_initialized=true
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
> /instance/org.eclipse.ui.ide/tipsAndTricks=true
> /profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/autoUpdateInit=t
> rue
> @org.eclipse.epp.usagedata.recording=1.1.0.R200906100410
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=
> 1.5
> @org.eclipse.debug.ui=3.5.1.v20090811_r351
> /instance/org.eclipse.ui/showIntro=false
> /configuration/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=tru
> e
> /configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
> @org.eclipse.jdt.core=3.5.1.v_972_R35x
> /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/Users/cxh/Documents
> /workspacek5\n/Users/cxh/Documents/workspacek4\n/Users/cxh/Documents/wor
> kspacePt\n/Users/cxh/Documents/workspacePt81\n/Users/cxh/Documents/works
> paceRome
> /configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
> @org.eclipse.mylyn.context.core=3.3.1.v20091215-0000-e3x
> /instance/org.eclipse.jdt.ui/proposalOrderMigrated=true
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.ass
> ertIdentifier=error
> @org.eclipse.ui.ide=3.5.1.M20090826-0800
> /instance/org.eclipse.jdt.ui/content_assist_proposals_foreground=0,0,0
> /instance/org.eclipse.jdt.ui/fontPropagated=true
> /instance/org.eclipse.epp.usagedata.recording/org.eclipse.epp.usagedata.
> recording.last-upload=1273592354820
> @org.eclipse.ui=3.5.1.M20090902-1000
> @org.eclipse.core.resources=3.5.1.R35x_v20090826-0451
> /instance/org.eclipse.jdt.ui/content_assist_proposals_background=255,255
> ,255
> /instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XM
> L=<?xml version\="1.0" encoding\="UTF-8"?>\n<vmSettings
> defaultVM\="52,org.eclipse.jdt.internal.launching.macosx.MacOSXType5,1.5
> .0" defaultVMConnector\="">\n<vmType
> id\="org.eclipse.jdt.internal.launching.macosx.MacOSXType">\n<vm
> id\="1.4"
> javadocURL\="http\://java.sun.com/j2se/1.4.2/docs/api/" name\="JVM 1.4"
> path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home"/>\
> n<vm id\="1.4.1"
> javadocURL\="http\://java.sun.com/j2se/1.4.2/docs/api/" name\="JVM
> 1.4.1"
> path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.4.1/Home"/
>> \n<vm id\="1.4.2"
> javadocURL\="http\://java.sun.com/j2se/1.4.2/docs/api/" name\="JVM
> 1.4.2"
> path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home"/
>> \n<vm id\="1.5"
> javadocURL\="http\://java.sun.com/j2se/1.5.0/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/j2se/1.5.0/docs/api/" name\="JVM 1.5.0
> (MacOS X Default)"
> path\="/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home"/
>> \n</vmType>\n</vmSettings>\n
> /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=3
> /instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enu
> mIdentifier=error
> @org.eclipse.ui.workbench=3.5.1.M20090826-0800a
> /profile/_SELF_/org.eclipse.equinox.p2.ui.sdk/showLatestVersion=true
> /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrate
> d=true
> /profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=false
> /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.versio
> n=11
> \!/=
> /profile/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/migrated34Prefs=
> true
> /instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.tar
> getPlatform=1.5
> /profile/_SELF_/org.eclipse.equinox.p2.ui.sdk/allowNonOKPlan=prompt
> /instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.jdt.ui
> .override.decorator\:true,org.eclipse.jdt.ui.interface.decorator\:false,
> org.eclipse.jdt.ui.buildpath.decorator\:true,org.eclipse.mylyn.context.u
> i.decorator.interest\:true,org.eclipse.mylyn.tasks.ui.decorators.task\:t
> rue,org.eclipse.mylyn.team.ui.changeset.decorator\:true,org.eclipse.pde.
> ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:true
> ,org.eclipse.team.svn.ui.decorator.wrapper.ProjectDecoratorWrapper\:true
> ,org.eclipse.team.svn.ui.decorator.wrapper.ResourceDecoratorWrapper\:tru
> e,org.eclipse.team.svn.ui.decorator.wrapper.WorkingSetDecoratorWrapper\:
> true,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.Content
> TypeDecorator\:true,org.openarchitectureware.base.decorator\:true,
> /instance/org.eclipse.debug.ui/org.eclipse.debug.ui.user_view_bindings=<
> ?xml version\="1.0" encoding\="UTF-8"?>\n<viewBindings>\n<view
> id\="org.eclipse.ui.console.ConsoleView">\n<perspective
> id\="org.eclipse.pde.ui.PDEPerspective"
> userAction\="opened"/>\n</view>\n</viewBindings>\n
> /instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monaco|11.0|0|
> COCOA|1|;
> @org.eclipse.team.cvs.ui=3.3.201.R35x_v20090826-0905
> /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inl
> ineJsrBytecode=enabled
> @org.eclipse.team.ui=3.5.0.I20090430-0408
> /instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
>
> *** Current Install Configuration:
> Install configuration:
>   Last changed on Feb 5, 2010
>   Location: /Applications/eclipse
>   Profile timestamp: 1265419277393
>
> Installable Units in the profile:
>
> Id: a.jre.javase, Version: 1.6.0
> 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: config.a.jre.javase, Version: 1.6.0
> Id: epp.package.rcp, Version: 1.2.1.20090918-0703
> 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: javax.xml, Version: 1.3.4.v200902170245
> Id: net.sourceforge.lpg.lpgjavaruntime, Version: 1.1.0.v200803061910
> Id: org.antlr, Version: 3.0.0
> Id: org.antlr.runtime, Version: 3.0.0
> Id: org.apache.ant, Version: 1.7.1.v20090120-1145
> Id: org.apache.ant.source, Version: 1.7.1.v20090120-1145
> Id: org.apache.batik.bridge, Version: 1.6.0.v200805290154
> Id: org.apache.batik.bridge.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.css, Version: 1.6.0.v200805290154
> Id: org.apache.batik.css.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.dom, Version: 1.6.0.v200805290154
> Id: org.apache.batik.dom.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.dom.svg, Version: 1.6.0.v200805290154
> Id: org.apache.batik.dom.svg.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.ext.awt, Version: 1.6.0.v200805290154
> Id: org.apache.batik.ext.awt.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.parser, Version: 1.6.0.v200805290154
> Id: org.apache.batik.parser.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.pdf, Version: 1.6.0.v200806031500
> Id: org.apache.batik.svggen, Version: 1.6.0.v200805290154
> Id: org.apache.batik.svggen.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.transcoder, Version: 1.6.0.v200805290154
> Id: org.apache.batik.transcoder.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.util, Version: 1.6.0.v200805290154
> Id: org.apache.batik.util.gui, Version: 1.6.0.v200805290154
> Id: org.apache.batik.util.gui.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.util.source, Version: 1.7.0.v200903091627
> Id: org.apache.batik.xml, Version: 1.6.0.v200805290154
> Id: org.apache.batik.xml.source, Version: 1.7.0.v200903091627
> Id: org.apache.commons.beanutils, Version: 1.7.0
> Id: org.apache.commons.cli, Version: 1.0.0
> 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.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.3.0.v200803061910
> Id: org.apache.commons.logging, Version: 1.0.4.v200904062259
> 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.apache.xerces, Version: 2.8.0.20090107-2000PRD
> Id: org.apache.xerces, Version: 2.9.0.v200909240008
> Id: org.apache.xml.resolver, Version: 1.1.0.20090107-2000PRD
> Id: org.apache.xml.resolver, Version: 1.2.0.v200902170519
> Id: org.apache.xml.serializer, Version: 2.7.1.v200902170519
> 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.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.draw2d.feature.group, Version:
> 3.5.1.v20090724-1146-4407w311A192402452
> Id: org.eclipse.draw2d.feature.jar, Version:
> 3.5.1.v20090724-1146-4407w311A192402452
> 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, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ant, Version: 2.4.0.v200906151043
> Id: org.eclipse.emf.ant.source, Version: 2.4.0.v200906151043
> Id: org.eclipse.emf.cheatsheets, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.cheatsheets.source, Version: 2.5.0.v200906151043
> 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.codegen.ecore.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ecore.feature.jar, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ecore.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ecore.ui, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ecore.ui.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ecore.ui.feature.jar, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ecore.ui.source, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ui, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.codegen.ui.feature.group, Version:
> 2.4.0.v200906151043
> Id: org.eclipse.emf.codegen.ui.feature.jar, Version: 2.4.0.v200906151043
> Id: org.eclipse.emf.codegen.ui.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.common, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.common.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.common.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.common.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.common.ui, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.common.ui.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.common.ui.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.common.ui.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.converter, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.converter.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.converter.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.converter.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.databinding, Version: 1.1.0.v200906151043
> Id: org.eclipse.emf.databinding.edit, Version: 1.1.0.v200906151043
> Id: org.eclipse.emf.databinding.edit.feature.group, Version:
> 1.1.0.v200906151043
> Id: org.eclipse.emf.databinding.edit.feature.jar, Version:
> 1.1.0.v200906151043
> Id: org.eclipse.emf.databinding.edit.source, Version:
> 1.1.0.v200906151043
> Id: org.eclipse.emf.databinding.feature.group, Version:
> 1.1.0.v200906151043
> Id: org.eclipse.emf.databinding.feature.jar, Version:
> 1.1.0.v200906151043
> Id: org.eclipse.emf.databinding.source, Version: 1.1.0.v200906151043
> Id: org.eclipse.emf.doc, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.doc.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.doc.feature.jar, 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.change.edit, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.change.edit.source, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.change.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.edit, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.edit.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.edit.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.edit.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.editor, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.editor.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.editor.feature.jar, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.editor.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.xmi, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.ecore.xmi.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit.ui, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit.ui.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit.ui.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.edit.ui.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.example.installer, Version: 1.1.0.v200906151043
> Id: org.eclipse.emf.exporter, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.exporter.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.importer, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.importer.ecore, Version: 2.4.0.v200906151043
> Id: org.eclipse.emf.importer.ecore.source, Version: 2.4.0.v200906151043
> Id: org.eclipse.emf.importer.java, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.importer.java.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.importer.rose, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.importer.rose.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.importer.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore.editor, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore.editor.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore.editor.feature.jar, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore.feature.jar, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2ecore, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2ecore.editor, Version:
> 2.4.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2ecore.editor.source, Version:
> 2.4.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2ecore.source, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2xml, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2xml.source, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2xml.ui, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ecore2xml.ui.source, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ui, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ui.feature.group, Version:
> 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ui.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.mapping.ui.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.sdk.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.sdk.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.source, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.source.feature.group, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.source.feature.jar, Version: 2.5.0.v200906151043
> Id: org.eclipse.emf.transaction, Version: 1.3.0.v200902010221
> Id: org.eclipse.emf.transaction.feature.group, Version:
> 1.3.1.v20090819-1457-3508s733L3D4D26998
> Id: org.eclipse.emf.transaction.feature.jar, Version:
> 1.3.1.v20090819-1457-3508s733L3D4D26998
> Id: org.eclipse.emf.transaction.ui, Version: 1.3.1.v20090819-1457
> Id: org.eclipse.emf.validation, Version: 1.3.0.v200901271722
> Id: org.eclipse.emf.validation.feature.group, Version:
> 1.3.0.v200902052232-478-9oB55W58BQ8QBB
> Id: org.eclipse.emf.validation.feature.jar, Version:
> 1.3.0.v200902052232-478-9oB55W58BQ8QBB
> Id: org.eclipse.emf.validation.ui, Version: 1.3.0.v200901271722
> Id: org.eclipse.emf.validation.ui.ide, Version: 1.3.0.v200901271722
> Id: org.eclipse.emf.workspace, Version: 1.3.0.v200902100422
> Id: org.eclipse.emf.workspace.feature.group, Version:
> 1.3.0.v200901271819-35-8s733L366A4F6E
> Id: org.eclipse.emf.workspace.feature.jar, Version:
> 1.3.0.v200901271819-35-8s733L366A4F6E
> Id: org.eclipse.emf.workspace.ui, Version: 1.3.0.v200901271819
> Id: org.eclipse.epp.package.rcp, Version: 1.2.1.20090812-1036
> Id: org.eclipse.epp.package.rcp.feature.feature.group, Version:
> 1.2.1.20090918-0703
> Id: org.eclipse.epp.package.rcp.feature.feature.jar, Version:
> 1.2.1.20090918-0703
> Id: org.eclipse.epp.usagedata.feature.feature.group, Version:
> 1.1.0.R200906100410
> Id: org.eclipse.epp.usagedata.feature.feature.jar, Version:
> 1.1.0.R200906100410
> Id: org.eclipse.epp.usagedata.gathering, Version: 1.1.0.R200906100410
> Id: org.eclipse.epp.usagedata.recording, Version: 1.1.0.R200906100410
> Id: org.eclipse.epp.usagedata.ui, Version: 1.1.0.R200906100410
> 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, 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.gef.feature.group, Version:
> 3.5.1.v20090724-1146-777908193B6696L3DA843563
> Id: org.eclipse.gef.feature.jar, Version:
> 3.5.1.v20090724-1146-777908193B6696L3DA843563
> Id: org.eclipse.gmf, Version: 1.2.0.v20090615-0700
> Id: org.eclipse.gmf.bridge, Version: 1.1.0.v20090528-1000
> Id: org.eclipse.gmf.bridge.source, Version: 1.1.0.v20090528-1000
> Id: org.eclipse.gmf.bridge.trace, Version: 1.0.200.v20090520-1343
> Id: org.eclipse.gmf.bridge.ui, Version: 1.2.1.v20090812-1620
> Id: org.eclipse.gmf.bridge.ui.dashboard, Version: 2.0.0.v20090114-0940
> Id: org.eclipse.gmf.bridge.ui.dashboard.source, Version:
> 2.0.0.v20090114-0940
> Id: org.eclipse.gmf.bridge.ui.source, Version: 1.2.1.v20090812-1620
> Id: org.eclipse.gmf.codegen, Version: 2.2.1.v20090812-1620
> Id: org.eclipse.gmf.codegen.edit, Version: 2.2.0.v20090416-1925
> Id: org.eclipse.gmf.codegen.edit.source, Version: 2.2.0.v20090416-1925
> Id: org.eclipse.gmf.codegen.source, Version: 2.2.1.v20090812-1620
> Id: org.eclipse.gmf.codegen.ui, Version: 1.1.100.v20090424-1042
> Id: org.eclipse.gmf.codegen.ui.source, Version: 1.1.100.v20090424-1042
> Id: org.eclipse.gmf.common, Version: 1.1.100.v20090420-1925
> Id: org.eclipse.gmf.common.source, Version: 1.1.100.v20090420-1925
> Id: org.eclipse.gmf.doc, Version: 1.3.0.v20090729-2029
> Id: org.eclipse.gmf.doc.feature.group, Version:
> 1.3.0.v20090729-2029-35-8s733L3H7L1737L
> Id: org.eclipse.gmf.doc.feature.jar, Version:
> 1.3.0.v20090729-2029-35-8s733L3H7L1737L
> Id: org.eclipse.gmf.doc.ui, Version: 1.3.0.v20090729-2029
> Id: org.eclipse.gmf.ecore.editor, Version: 2.1.0.v20090529-1925
> Id: org.eclipse.gmf.ecore.editor.source, Version: 2.1.0.v20090529-1925
> Id: org.eclipse.gmf.examples, Version: 1.0.100.v20090615-0700
> Id: org.eclipse.gmf.examples.pde.feature.group, Version:
> 1.2.0.v20090114-0940-318Z8s733L3D4B14H53
> Id: org.eclipse.gmf.examples.pde.feature.jar, Version:
> 1.2.0.v20090114-0940-318Z8s733L3D4B14H53
> Id: org.eclipse.gmf.examples.ui.pde, Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.feature.group, Version:
> 1.2.1.v20090729-2029-7d8D7CFXwnKwGb_GGuSCBqELpPk0
> Id: org.eclipse.gmf.feature.jar, Version:
> 1.2.1.v20090729-2029-7d8D7CFXwnKwGb_GGuSCBqELpPk0
> Id: org.eclipse.gmf.graphdef, Version: 2.0.100.v20090420-1925
> Id: org.eclipse.gmf.graphdef.codegen, Version: 2.0.100.v20090520-1343
> Id: org.eclipse.gmf.graphdef.codegen.source, Version:
> 2.0.100.v20090520-1343
> Id: org.eclipse.gmf.graphdef.codegen.ui, Version: 1.0.100.v20090114-0940
> Id: org.eclipse.gmf.graphdef.codegen.ui.source, Version:
> 1.0.100.v20090114-0940
> Id: org.eclipse.gmf.graphdef.edit, Version: 2.0.200.v20090216-1925
> Id: org.eclipse.gmf.graphdef.edit.source, Version:
> 2.0.200.v20090216-1925
> Id: org.eclipse.gmf.graphdef.source, Version: 2.0.100.v20090420-1925
> Id: org.eclipse.gmf.map, Version: 2.2.0.v20090520-1343
> Id: org.eclipse.gmf.map.edit, Version: 2.2.0.v20090114-1925
> Id: org.eclipse.gmf.map.edit.source, Version: 2.2.0.v20090114-1925
> Id: org.eclipse.gmf.map.source, Version: 2.2.0.v20090520-1343
> Id: org.eclipse.gmf.runtime.common.core, Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.core.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui, Version: 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.common.ui.action, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.action.ide, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.action.ide.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.action.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.printing, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.printing.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.printing.win32, Version:
> 1.2.1.v20090909-1544
> Id: org.eclipse.gmf.runtime.common.ui.printing.win32.source, Version:
> 1.2.1.v20090909-1544
> Id: org.eclipse.gmf.runtime.common.ui.services, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.services.action, Version:
> 1.2.1.v20090825-1800
> Id: org.eclipse.gmf.runtime.common.ui.services.action.source, Version:
> 1.2.1.v20090825-1800
> Id: org.eclipse.gmf.runtime.common.ui.services.dnd, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.services.dnd.ide, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.services.dnd.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.services.properties, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.services.properties.source,
> Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.services.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.common.ui.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.core, Version: 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.core.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui, Version: 1.2.1.v20090825-1647
> Id: org.eclipse.gmf.runtime.diagram.ui.actions, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.actions.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.dnd, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.dnd.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.geoshapes, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.geoshapes.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.printing, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.printing.render, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.printing.render.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.printing.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.properties, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.properties.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.providers, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.providers.ide, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.providers.ide.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.providers.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.render, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.render.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.diagram.ui.resources.editor, Version:
> 1.2.0.v20090526-1925
> Id: org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source,
> Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.diagram.ui.resources.editor.source, Version:
> 1.2.0.v20090526-1925
> Id: org.eclipse.gmf.runtime.diagram.ui.source, Version:
> 1.2.1.v20090825-1647
> Id: org.eclipse.gmf.runtime.draw2d.ui, Version: 1.2.1.v20090825-1800
> Id: org.eclipse.gmf.runtime.draw2d.ui.render, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.draw2d.ui.render.awt, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.draw2d.ui.render.awt.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.draw2d.ui.render.source, Version:
> 1.2.1.v20090729-2029
> Id: org.eclipse.gmf.runtime.draw2d.ui.source, Version:
> 1.2.1.v20090825-1800
> Id: org.eclipse.gmf.runtime.emf.clipboard.core, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.clipboard.core.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.commands.core, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.commands.core.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.core, Version: 1.2.0.v20090422-1925
> Id: org.eclipse.gmf.runtime.emf.core.source, Version:
> 1.2.0.v20090422-1925
> Id: org.eclipse.gmf.runtime.emf.type.core, Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.type.core.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.type.ui, Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.type.ui.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.ui, Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.emf.ui.properties, Version:
> 1.2.0.v20090501-1750
> Id: org.eclipse.gmf.runtime.emf.ui.properties.source, Version:
> 1.2.0.v20090501-1750
> Id: org.eclipse.gmf.runtime.emf.ui.source, Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.gef.ui, Version: 1.2.0.v20090520-1343
> Id: org.eclipse.gmf.runtime.gef.ui.source, Version: 1.2.0.v20090520-1343
> Id: org.eclipse.gmf.runtime.notation, Version: 1.2.0.v20090521-1925
> Id: org.eclipse.gmf.runtime.notation.edit, Version: 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.notation.edit.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.notation.feature.group, Version:
> 1.2.0.v20090729-2029-33-8s733L3C5715J78
> Id: org.eclipse.gmf.runtime.notation.feature.jar, Version:
> 1.2.0.v20090729-2029-33-8s733L3C5715J78
> Id: org.eclipse.gmf.runtime.notation.providers, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.notation.providers.source, Version:
> 1.2.0.v20090403-1720
> Id: org.eclipse.gmf.runtime.notation.source, Version:
> 1.2.0.v20090521-1925
> Id: org.eclipse.gmf.runtime.notation.source.feature.group, Version:
> 1.2.0.v20090729-2029-33-8s733L3C5715J78
> Id: org.eclipse.gmf.runtime.notation.source.feature.jar, Version:
> 1.2.0.v20090729-2029-33-8s733L3C5715J78
> Id: org.eclipse.gmf.runtime.thirdparty.feature.group, Version:
> 1.2.0.v20090729-2029-7P8W5FHV2CJug06-fEj-aw311A16
> Id: org.eclipse.gmf.runtime.thirdparty.feature.jar, Version:
> 1.2.0.v20090729-2029-7P8W5FHV2CJug06-fEj-aw311A16
> Id: org.eclipse.gmf.runtime.thirdparty.source.feature.group, Version:
> 1.1.0.v20090114-0940-7F8G1FC7sRTMS7TIedsr
> Id: org.eclipse.gmf.runtime.thirdparty.source.feature.jar, Version:
> 1.1.0.v20090114-0940-7F8G1FC7sRTMS7TIedsr
> Id: org.eclipse.gmf.sdk, Version: 1.0.0.v20090615-0700
> Id: org.eclipse.gmf.sdk.feature.group, Version:
> 2.2.1.v20090814-1000-7C7F1BLxlfAqjMDHunFV5S-_YY-Q
> Id: org.eclipse.gmf.sdk.feature.jar, Version:
> 2.2.1.v20090814-1000-7C7F1BLxlfAqjMDHunFV5S-_YY-Q
> Id: org.eclipse.gmf.source, Version: 1.2.0.v20090615-0700
> Id: org.eclipse.gmf.source.feature.group, Version:
> 1.2.1.v20090729-2029-7d8D7CFXwnKwGb_GGuSCBqELpPk0
> Id: org.eclipse.gmf.source.feature.jar, Version:
> 1.2.1.v20090729-2029-7d8D7CFXwnKwGb_GGuSCBqELpPk0
> Id: org.eclipse.gmf.templates.legacy, Version: 1.0.0.v20090614-0839
> Id: org.eclipse.gmf.templates.legacy.source, Version:
> 1.0.0.v20090614-0839
> Id: org.eclipse.gmf.tooldef, Version: 2.0.0.v20090114-0940
> Id: org.eclipse.gmf.tooldef.edit, Version: 2.0.100.v20090114-0940
> Id: org.eclipse.gmf.tooldef.edit.source, Version: 2.0.100.v20090114-0940
> Id: org.eclipse.gmf.tooldef.source, Version: 2.0.0.v20090114-0940
> Id: org.eclipse.gmf.tooling, Version: 2.1.0.v20090615-0700
> Id: org.eclipse.gmf.tooling.feature.group, Version:
> 2.2.0.v20090317-0630-7c7GFBXFLWUko2mHECQ9Cfd
> Id: org.eclipse.gmf.tooling.feature.jar, Version:
> 2.2.0.v20090317-0630-7c7GFBXFLWUko2mHECQ9Cfd
> Id: org.eclipse.gmf.tooling.source, Version: 2.1.0.v20090615-0700
> Id: org.eclipse.gmf.tooling.source.feature.group, Version:
> 2.2.0.v20090317-0630-7c7GFBXFLWUko2mHECQ9Cfd
> Id: org.eclipse.gmf.tooling.source.feature.jar, Version:
> 2.2.0.v20090317-0630-7c7GFBXFLWUko2mHECQ9Cfd
> Id: org.eclipse.gmf.validate, Version: 1.1.0.v20090316-1925
> Id: org.eclipse.gmf.validate.source, Version: 1.1.0.v20090316-1925
> Id: org.eclipse.gmf.xpand, Version: 2.0.0.v20090521-1925
> Id: org.eclipse.gmf.xpand.editor, Version: 2.0.0.v20090520-1343
> Id: org.eclipse.gmf.xpand.editor.source, Version: 2.0.0.v20090520-1343
> Id: org.eclipse.gmf.xpand.migration, Version: 1.0.0.v20090608-0720
> Id: org.eclipse.gmf.xpand.migration.source, Version:
> 1.0.0.v20090608-0720
> Id: org.eclipse.gmf.xpand.qvtlibrary, Version: 1.0.0.v20090608-0720
> Id: org.eclipse.gmf.xpand.qvtlibrary.source, Version:
> 1.0.0.v20090608-0720
> Id: org.eclipse.gmf.xpand.source, Version: 2.0.0.v20090521-1925
> 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.jem.util, Version: 2.0.200.v200905140200
> 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.m2m.qvt.oml, Version: 2.0.1.v20090901-1357
> Id: org.eclipse.m2m.qvt.oml.common, Version: 2.0.0.v20090608-1830
> Id: org.eclipse.m2m.qvt.oml.cst.parser, Version: 2.0.0.v20090526-1940
> Id: org.eclipse.m2m.qvt.oml.ecore.imperativeocl, Version:
> 1.0.0.v20090515-1840
> Id: org.eclipse.m2m.qvt.oml.emf.util, Version: 2.0.1.v20090722-1630
> Id: org.eclipse.m2m.qvt.oml.project, Version: 2.0.0.v20090410-1820
> Id: org.eclipse.m2m.qvt.oml.runtime, Version: 2.0.0.v20090608-1830
> Id: org.eclipse.mylyn, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla.core, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla.core.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla.ide, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla.ide.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla.ui.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.bugzilla_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.commons.core, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.commons.core.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.commons.net, Version: 3.3.0.v20091013-0200-e3x
> Id: org.eclipse.mylyn.commons.net.source, Version:
> 3.3.0.v20091013-0200-e3x
> Id: org.eclipse.mylyn.commons.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.commons.ui.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.compatibility, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.compatibility.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.context.core, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.context.core.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.context.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.context.ui.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.context_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.context_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.discovery.core, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.discovery.core.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.discovery.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.discovery.ui.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.help.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.help.ui.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.ide.ant, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.ide.ant.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.ide.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.ide.ui.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.ide_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.ide_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.java.tasks, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.java.tasks.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.java.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.java.ui.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.java_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.java_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.monitor.core, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.monitor.core.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.monitor.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.monitor.ui.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.oslc.core, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.oslc.core.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.oslc.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.oslc.ui.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.pde.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.pde.ui.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.pde_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.pde_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.resources.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.resources.ui.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.sdk_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.sdk_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.tasks.bugs, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.tasks.bugs.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.tasks.core, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.tasks.core.source, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.tasks.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.tasks.ui.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.team.cvs, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.team.cvs.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.team.ui, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.team.ui.source, Version: 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.team_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.team_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.confluence.core, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.confluence.ui, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.core, Version: 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.help.ui, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.mediawiki.core, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.mediawiki.ui, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.tasks.ui, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.textile.core, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.textile.ui, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.tracwiki.core, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.tracwiki.ui, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.twiki.core, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.twiki.ui, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext.ui, Version: 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext_feature.feature.group, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn.wikitext_feature.feature.jar, Version:
> 1.2.0.v20091215-0000-e3x
> Id: org.eclipse.mylyn_feature.feature.group, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.mylyn_feature.feature.jar, Version:
> 3.3.1.v20091215-0000-e3x
> Id: org.eclipse.ocl, Version: 1.3.0.v200905271400
> Id: org.eclipse.ocl.ecore, Version: 1.3.0.v200905271400
> Id: org.eclipse.ocl.feature.group, Version:
> 1.3.0.v200901271800-46-9oB55V5I9P8M65
> Id: org.eclipse.ocl.feature.jar, Version:
> 1.3.0.v200901271800-46-9oB55V5I9P8M65
> 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.ide, Version: 3.5.1.M20090917-0800
> 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, 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.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, Version: 3.5.1.v3555a
> Id: org.eclipse.swt.cocoa.macosx.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.svn, Version: 0.7.8.I20090904-1300
> Id: org.eclipse.team.svn.core, Version: 0.7.8.I20090904-1300
> Id: org.eclipse.team.svn.feature.group, Version: 0.7.8.I20090904-1300
> Id: org.eclipse.team.svn.feature.jar, Version: 0.7.8.I20090904-1300
> Id: org.eclipse.team.svn.help, Version: 0.7.8.I20090904-1300
> Id: org.eclipse.team.svn.ui, Version: 0.7.8.I20090904-1300
> 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.uml2, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.codegen.ecore, Version: 1.5.0.v200905151700
> Id: org.eclipse.uml2.codegen.ecore.source, Version: 1.5.0.v200905151700
> Id: org.eclipse.uml2.codegen.ecore.ui, Version: 1.5.0.v200905041045
> Id: org.eclipse.uml2.codegen.ecore.ui.source, Version:
> 1.5.0.v200905041045
> Id: org.eclipse.uml2.common, Version: 1.5.0.v200905041045
> Id: org.eclipse.uml2.common.edit, Version: 1.5.0.v200905041045
> Id: org.eclipse.uml2.common.edit.source, Version: 1.5.0.v200905041045
> Id: org.eclipse.uml2.common.source, Version: 1.5.0.v200905041045
> Id: org.eclipse.uml2.doc, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.doc.feature.group, Version: 3.0.0.v200908281330
> Id: org.eclipse.uml2.doc.feature.jar, Version: 3.0.0.v200908281330
> Id: org.eclipse.uml2.examples, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.examples.feature.group, Version:
> 3.0.0.v200905041045
> Id: org.eclipse.uml2.examples.feature.jar, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.examples.source, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.examples.source.feature.group, Version:
> 3.0.0.v200905041045
> Id: org.eclipse.uml2.examples.source.feature.jar, Version:
> 3.0.0.v200905041045
> Id: org.eclipse.uml2.examples.uml.ui, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.examples.uml.ui.source, Version:
> 3.0.0.v200905041045
> Id: org.eclipse.uml2.feature.group, Version: 3.0.1.v200908281330
> Id: org.eclipse.uml2.feature.jar, Version: 3.0.1.v200908281330
> Id: org.eclipse.uml2.sdk.feature.group, Version: 3.0.1.v200908281330
> Id: org.eclipse.uml2.sdk.feature.jar, Version: 3.0.1.v200908281330
> Id: org.eclipse.uml2.source, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.source.feature.group, Version: 3.0.1.v200908281330
> Id: org.eclipse.uml2.source.feature.jar, Version: 3.0.1.v200908281330
> Id: org.eclipse.uml2.uml, Version: 3.0.1.v200908281330
> Id: org.eclipse.uml2.uml.ecore.exporter, Version: 2.3.0.v200905041045
> Id: org.eclipse.uml2.uml.ecore.exporter.source, Version:
> 2.3.0.v200905041045
> Id: org.eclipse.uml2.uml.ecore.importer, Version: 2.3.0.v200905041045
> Id: org.eclipse.uml2.uml.ecore.importer.source, Version:
> 2.3.0.v200905041045
> Id: org.eclipse.uml2.uml.edit, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.uml.edit.source, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.uml.editor, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.uml.editor.source, Version: 3.0.0.v200905041045
> Id: org.eclipse.uml2.uml.resources, Version: 3.0.0.v200906011111
> Id: org.eclipse.uml2.uml.resources.source, Version: 3.0.0.v200906011111
> Id: org.eclipse.uml2.uml.source, Version: 3.0.1.v200908281330
> 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.wst.common.core, Version: 1.1.201.v200806010600
> Id: org.eclipse.wst.common.emf, Version: 1.1.301.v200908181930
> Id: org.eclipse.wst.common.emfworkbench.integration, Version:
> 1.1.301.v200908101600
> Id: org.eclipse.wst.common.environment, Version: 1.0.301.v200908101600
> Id: org.eclipse.wst.common.frameworks, Version: 1.1.300.v200904160730
> Id: org.eclipse.wst.common.frameworks.ui, Version: 1.1.301.v200908101600
> Id: org.eclipse.wst.common.infopop, Version: 1.0.100.v200805301550
> Id: org.eclipse.wst.common.modulecore, Version: 1.1.301.v200908101600
> Id: org.eclipse.wst.common.project.facet.core, Version:
> 1.4.1.v200908111817
> Id: org.eclipse.wst.common.snippets, Version: 1.1.300.v200903120643
> Id: org.eclipse.wst.common.ui, Version: 1.1.402.v200901262305
> Id: org.eclipse.wst.common.uriresolver, Version: 1.1.301.v200805140415
> Id: org.eclipse.wst.common_core.feature.feature.group, Version:
> 3.1.1.v200908102300-7B77FZ3F7RZHIVI9QdN4PM
> Id: org.eclipse.wst.common_core.feature.feature.jar, Version:
> 3.1.1.v200908102300-7B77FZ3F7RZHIVI9QdN4PM
> Id: org.eclipse.wst.common_ui.feature.feature.group, Version:
> 3.1.1.v200908102300-7B5FRGDhdMNPnndenAjpWJAReO5Q
> Id: org.eclipse.wst.common_ui.feature.feature.jar, Version:
> 3.1.1.v200908102300-7B5FRGDhdMNPnndenAjpWJAReO5Q
> Id: org.eclipse.wst.dtd.core, Version: 1.1.300.v200904181727
> Id: org.eclipse.wst.dtd.ui, Version: 1.0.400.v200904300717
> Id: org.eclipse.wst.dtd.ui.infopop, Version: 1.0.300.v200805140200
> Id: org.eclipse.wst.dtdeditor.doc.user, Version: 1.0.500.v200904292308
> Id: org.eclipse.wst.internet.cache, Version: 1.0.301.v200805140020
> Id: org.eclipse.wst.sse.core, Version: 1.1.401.v200909172215
> Id: org.eclipse.wst.sse.doc.user, Version: 1.1.0.v200805211530
> Id: org.eclipse.wst.sse.ui, Version: 1.1.101.v200908261807
> Id: org.eclipse.wst.sse.ui.infopop, Version: 1.0.200.v200805301545
> Id: org.eclipse.wst.standard.schemas, Version: 1.0.200.v200902270215
> Id: org.eclipse.wst.validation, Version: 1.2.102.v200905201610
> Id: org.eclipse.wst.validation.infopop, Version: 1.0.300.v200806041506
> Id: org.eclipse.wst.validation.ui, Version: 1.2.104.v200904232035
> Id: org.eclipse.wst.xml.core, Version: 1.1.401.v200908242115
> Id: org.eclipse.wst.xml.ui, Version: 1.1.1.v200908242115
> Id: org.eclipse.wst.xml.ui.infopop, Version: 1.0.300.v200805140200
> Id: org.eclipse.wst.xml_core.feature.feature.group, Version:
> 3.1.1.v200907161031-7C7OFPgF7RZHIXHvT5MhWA
> Id: org.eclipse.wst.xml_core.feature.feature.jar, Version:
> 3.1.1.v200907161031-7C7OFPgF7RZHIXHvT5MhWA
> Id: org.eclipse.wst.xml_ui.feature.feature.group, Version:
> 3.1.1.v200907161031-7H6FM_DxtkM-7aeTHKEBbQqcZOZ2
> Id: org.eclipse.wst.xml_ui.feature.feature.jar, Version:
> 3.1.1.v200907161031-7H6FM_DxtkM-7aeTHKEBbQqcZOZ2
> Id: org.eclipse.wst.xml_userdoc.feature.feature.group, Version:
> 3.1.1.v200906020459-50FR7AkF77f7MESDKEF
> Id: org.eclipse.wst.xml_userdoc.feature.feature.jar, Version:
> 3.1.1.v200906020459-50FR7AkF77f7MESDKEF
> Id: org.eclipse.wst.xmleditor.doc.user, Version: 1.0.600.v200901231300
> Id: org.eclipse.wst.xsd.core, Version: 1.1.401.v200903020335
> Id: org.eclipse.wst.xsd.ui, Version: 1.2.204.v200909021537
> Id: org.eclipse.wst.xsdeditor.doc.user, Version: 1.0.700.v200905182240
> Id: org.eclipse.xsd, Version: 2.5.0.v200906151043
> Id: org.eclipse.xsd.edit, Version: 2.5.0.v200906151043
> Id: org.hamcrest.core, Version: 1.1.0.v20090501071000
> Id: org.hamcrest.core.source, Version: 1.1.0.v20090501071000
> Id: org.jdom, Version: 1.0.0.v200806100616
> 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.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.objectweb.asm, Version: 3.1.0.v200803061910
> Id: org.objectweb.asm.source, Version: 3.1.0.v200803061910
> Id: org.openarchitectureware.adapter.emf.check, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.adapter.rsdp, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.adapter.rsdp.feature.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.adapter.rsdp.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.adapter.rsdp.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.adapter.rsdp.feature.source.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.adapter.rsdp.feature.source.feature.jar,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.adapter.rsdp.plugin, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.base, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.check.editor, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.core, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.core.tests, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.libraries, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.metamodelGenerator, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.sdk.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.sdk.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.tests.feature.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.tests.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.umlMetamodel, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.workflow, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.xmiInstantiator, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.xmiInstantiator.tests, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.xmlInstantiator, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.classic.xmlInstantiator.tests, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.emftools, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.expressions, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.feature.source.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.feature.source.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.workflow, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.core.xpand2, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.dependencies, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.emf.generic.editor, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.emf.generic.editor.feature.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.emf.generic.editor.feature.feature.jar,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.emftools, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.graphviz, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.graphviz.editor, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.graphviz.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.graphviz.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.graphviz.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.graphviz.feature.source.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.graphviz.feature.source.feature.jar,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.help.userguide, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.lib.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.lib.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.plugins.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.plugins.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.plugins.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.plugins.feature.source.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.plugins.feature.source.feature.jar,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.core, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.eclipseChecks, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.feature.source.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.feature.source.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.simpleChecks, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.recipe.workflow, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.sdk.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.sdk.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.uml2.adapter, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.uml2.adapter.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.uml2.adapter.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.uml2.adapter.plugin, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.uml2.adapter.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.uml2.adapter.source.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.uml2.adapter.source.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.featureconfig, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.ple_feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.ple_feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.stdlib, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.stdlib.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.stdlib.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.stdlib.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.stdlib.feature.source.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.stdlib.feature.source.feature.jar,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.uml2ecore, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.uml2ecore.feature.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.uml2ecore.feature.feature.jar,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.uml2ecore.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id:
> org.openarchitectureware.util.uml2ecore.feature.source.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.uml2ecore.feature.source.feature.jar,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.xvar, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.util.xweave, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.workflow, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xpand2.editor, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd.demos, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd.feature.source.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd.feature.source.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xsd.plugin, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtend.editor, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.core, Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.core.base, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.editor, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.editor.base, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.feature.feature.group, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.feature.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.feature.source, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.feature.source.feature.group,
> Version: 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.feature.source.feature.jar, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.generator, Version:
> 4.3.1.20090107-2000PRD
> Id: org.openarchitectureware.xtext.ui, Version: 4.3.1.20090107-2000PRD
> Id: org.polarion.eclipse.team.svn.connector, Version:
> 2.2.0.I20090505-1500
> Id: org.polarion.eclipse.team.svn.connector.feature.group, Version:
> 2.2.0.I20090505-1500
> Id: org.polarion.eclipse.team.svn.connector.feature.jar, Version:
> 2.2.0.I20090505-1500
> Id: org.polarion.eclipse.team.svn.connector.svnkit16, Version:
> 2.2.0.I20090505-1500
> Id: org.polarion.eclipse.team.svn.connector.svnkit16.feature.group,
> Version: 2.2.0.I20090505-1500
> Id: org.polarion.eclipse.team.svn.connector.svnkit16.feature.jar,
> Version: 2.2.0.I20090505-1500
> Id: org.sat4j.core, Version: 2.1.0.v20090520
> Id: org.sat4j.pb, Version: 2.1.0.v20090520
> Id: org.w3c.css.sac, Version: 1.3.0.v200805290154
> Id: org.w3c.css.sac.source, Version: 1.3.1.v200903091627
> Id: org.w3c.dom.events, Version: 3.0.0.draft20060413_v200905140418
> Id: org.w3c.dom.smil, Version: 1.0.1.v200903091627
> Id: org.w3c.dom.smil.source, Version: 1.0.1.v200903091627
> Id: org.w3c.dom.svg, Version: 1.1.0.v200806040011
> Id: org.w3c.dom.svg.source, Version: 1.1.0.v200806040011
> Id: se.bergner.protocol, Version: 2.0.2
> 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.x86org.eclipse.core.runtime, Version:
> 3.5.1.M20090917-0800
> Id: toolingcocoa.macosx.x86org.eclipse.equinox.common, Version:
> 3.5.1.M20090917-0800
> Id: toolingcocoa.macosx.x86org.eclipse.equinox.ds, Version:
> 3.5.1.M20090917-0800
> Id: toolingcocoa.macosx.x86org.eclipse.equinox.p2.reconciler.dropins,
> Version: 3.5.1.M20090917-0800
> Id: toolingcocoa.macosx.x86org.eclipse.equinox.simpleconfigurator,
> Version: 3.5.1.M20090917-0800
> Id: toolingcocoa.macosx.x86org.eclipse.update.configurator, Version:
> 3.5.1.M20090917-0800
> Id: toolingepp.package.rcp.config.cocoa.macosx.x86, Version:
> 1.2.1.20090918-0703
> Id: toolingepp.package.rcp.configuration, Version: 1.2.1.20090918-0703
> Id: toolingepp.package.rcp.ini.cocoa.macosx.x86, Version:
> 1.2.1.20090918-0703
> Id: toolingorg.eclipse.configuration.macosx, Version: 1.0.0
> Id: toolingorg.eclipse.equinox.launcher, Version: 1.0.201.R35x_v20090715
> Id: toolingorg.eclipse.equinox.launcher.cocoa.macosx, Version:
> 1.0.1.R35x_v20090707
> Id: toolingorg.eclipse.platform.ide.config.cocoa.macosx.x86, Version:
> 3.5.1.M20090917-0800
> Id: toolingorg.eclipse.platform.ide.configuration, Version:
> 3.5.1.M20090917-0800
> Id: toolingorg.eclipse.platform.ide.ini.cocoa.macosx.x86, Version:
> 3.5.1.M20090917-0800
>
> Bundles in the system:
>
> 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: 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: javax.xml, Version: 1.3.4.v200902170245, Location:
> reference:file:plugins/javax.xml_1.3.4.v200902170245.jar
> Id: net.sourceforge.lpg.lpgjavaruntime, Version: 1.1.0.v200803061910,
> Location:
> reference:file:plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v2008030
> 61910.jar
> Id: org.antlr, Version: 3.0.0, Location:
> reference:file:plugins/org.antlr_3.0.0/
> Id: org.antlr.runtime, Version: 3.0.0, Location:
> reference:file:plugins/org.antlr.runtime_3.0.0/
> 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.batik.bridge, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.bridge_1.6.0.v200805290154.jar
> Id: org.apache.batik.css, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.css_1.6.0.v200805290154.jar
> Id: org.apache.batik.dom, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.dom_1.6.0.v200805290154.jar
> Id: org.apache.batik.dom.svg, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.dom.svg_1.6.0.v200805290154.jar
> Id: org.apache.batik.ext.awt, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.ext.awt_1.6.0.v200805290154.jar
> Id: org.apache.batik.parser, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.parser_1.6.0.v200805290154.jar
> Id: org.apache.batik.pdf, Version: 1.6.0.v200806031500, Location:
> reference:file:plugins/org.apache.batik.pdf_1.6.0.v200806031500.jar
> Id: org.apache.batik.svggen, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.svggen_1.6.0.v200805290154.jar
> Id: org.apache.batik.transcoder, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.transcoder_1.6.0.v200805290154.j
> ar
> Id: org.apache.batik.util, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.util_1.6.0.v200805290154.jar
> Id: org.apache.batik.util.gui, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.util.gui_1.6.0.v200805290154.jar
> Id: org.apache.batik.xml, Version: 1.6.0.v200805290154, Location:
> reference:file:plugins/org.apache.batik.xml_1.6.0.v200805290154.jar
> Id: org.apache.commons.beanutils, Version: 1.7.0, Location:
> reference:file:plugins/org.apache.commons.beanutils_1.7.0/
> Id: org.apache.commons.cli, Version: 1.0.0, Location:
> reference:file:plugins/org.apache.commons.cli_1.0.0.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.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-193
> 5.jar
> Id: org.apache.commons.lang, Version: 2.3.0.v200803061910, Location:
> reference:file:plugins/org.apache.commons.lang_2.3.0.v200803061910.jar
> Id: org.apache.commons.logging, Version: 1.0.4.v200904062259, Location:
> reference:file:plugins/org.apache.commons.logging_1.0.4.v200904062259.ja
> r
> 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.j
> ar
> Id: org.apache.xerces, Version: 2.8.0.20090107-2000PRD, Location:
> reference:file:plugins/org.apache.xerces_2.8.0.20090107-2000PRD.jar
> Id: org.apache.xerces, Version: 2.9.0.v200909240008, Location:
> reference:file:plugins/org.apache.xerces_2.9.0.v200909240008.jar
> Id: org.apache.xml.resolver, Version: 1.1.0.20090107-2000PRD, Location:
> reference:file:plugins/org.apache.xml.resolver_1.1.0.20090107-2000PRD.ja
> r
> Id: org.apache.xml.resolver, Version: 1.2.0.v200902170519, Location:
> reference:file:plugins/org.apache.xml.resolver_1.2.0.v200902170519.jar
> Id: org.apache.xml.serializer, Version: 2.7.1.v200902170519, Location:
> reference:file:plugins/org.apache.xml.serializer_2.7.1.v200902170519.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.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.ja
> r
> 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.I2009052
> 5-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.M20
> 090902-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.M2009
> 0819-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-18
> 00.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.v2009011
> 2.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-0
> 451.jar
> Id: org.eclipse.core.resources.compatibility, Version: 3.4.0.v20090505,
> Location:
> reference:file:plugins/org.eclipse.core.resources.compatibility_3.4.0.v2
> 0090505.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.v200
> 90413.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.1
> 00.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.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.v2009
> 0831-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.v
> 20090831-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, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf_2.5.0.v200906151043.jar
> Id: org.eclipse.emf.ant, Version: 2.4.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.ant_2.4.0.v200906151043.jar
> Id: org.eclipse.emf.cheatsheets, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.cheatsheets_2.5.0.v200906151043.j
> ar
> 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.codegen.ecore.ui, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.codegen.ecore.ui_2.5.0.v200906151
> 043.jar
> Id: org.eclipse.emf.codegen.ui, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.codegen.ui_2.5.0.v200906151043.ja
> r
> 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.converter, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.converter_2.5.0.v200906151043.jar
> Id: org.eclipse.emf.databinding, Version: 1.1.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.databinding_1.1.0.v200906151043.j
> ar
> Id: org.eclipse.emf.databinding.edit, Version: 1.1.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.databinding.edit_1.1.0.v200906151
> 043.jar
> Id: org.eclipse.emf.doc, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.doc_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.change.edit, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.ecore.change.edit_2.5.0.v20090615
> 1043.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.ja
> r
> 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.example.installer, Version: 1.1.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.example.installer_1.1.0.v20090615
> 1043.jar
> Id: org.eclipse.emf.exporter, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.exporter_2.5.0.v200906151043.jar
> Id: org.eclipse.emf.importer, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.importer_2.5.0.v200906151043.jar
> Id: org.eclipse.emf.importer.ecore, Version: 2.4.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.importer.ecore_2.4.0.v20090615104
> 3.jar
> Id: org.eclipse.emf.importer.java, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.importer.java_2.5.0.v200906151043
> .jar
> Id: org.eclipse.emf.importer.rose, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.importer.rose_2.5.0.v200906151043
> .jar
> Id: org.eclipse.emf.mapping, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.mapping_2.5.0.v200906151043.jar
> Id: org.eclipse.emf.mapping.ecore, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.mapping.ecore_2.5.0.v200906151043
> .jar
> Id: org.eclipse.emf.mapping.ecore.editor, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.mapping.ecore.editor_2.5.0.v20090
> 6151043.jar
> Id: org.eclipse.emf.mapping.ecore2ecore, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.mapping.ecore2ecore_2.5.0.v200906
> 151043.jar
> Id: org.eclipse.emf.mapping.ecore2ecore.editor, Version:
> 2.4.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.4.0.
> v200906151043.jar
> Id: org.eclipse.emf.mapping.ecore2xml, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.mapping.ecore2xml_2.5.0.v20090615
> 1043.jar
> Id: org.eclipse.emf.mapping.ecore2xml.ui, Version: 2.5.0.v200906151043,
> Location:
> reference:file:plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.5.0.v20090
> 6151043.jar
> Id: org.eclipse.emf.mapping.ui, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.emf.mapping.ui_2.5.0.v200906151043.ja
> r
> Id: org.eclipse.emf.transaction, Version: 1.3.0.v200902010221, Location:
> reference:file:plugins/org.eclipse.emf.transaction_1.3.0.v200902010221.j
> ar
> Id: org.eclipse.emf.transaction.ui, Version: 1.3.1.v20090819-1457,
> Location:
> reference:file:plugins/org.eclipse.emf.transaction.ui_1.3.1.v20090819-14
> 57.jar
> Id: org.eclipse.emf.validation, Version: 1.3.0.v200901271722, Location:
> reference:file:plugins/org.eclipse.emf.validation_1.3.0.v200901271722.ja
> r
> Id: org.eclipse.emf.validation.ui, Version: 1.3.0.v200901271722,
> Location:
> reference:file:plugins/org.eclipse.emf.validation.ui_1.3.0.v200901271722
> .jar
> Id: org.eclipse.emf.validation.ui.ide, Version: 1.3.0.v200901271722,
> Location:
> reference:file:plugins/org.eclipse.emf.validation.ui.ide_1.3.0.v20090127
> 1722.jar
> Id: org.eclipse.emf.workspace, Version: 1.3.0.v200902100422, Location:
> reference:file:plugins/org.eclipse.emf.workspace_1.3.0.v200902100422.jar
> Id: org.eclipse.emf.workspace.ui, Version: 1.3.0.v200901271819,
> Location:
> reference:file:plugins/org.eclipse.emf.workspace.ui_1.3.0.v200901271819.
> jar
> Id: org.eclipse.epp.package.rcp, Version: 1.2.1.20090812-1036, Location:
> reference:file:plugins/org.eclipse.epp.package.rcp_1.2.1.20090812-1036/
> Id: org.eclipse.epp.usagedata.gathering, Version: 1.1.0.R200906100410,
> Location:
> reference:file:plugins/org.eclipse.epp.usagedata.gathering_1.1.0.R200906
> 100410.jar
> Id: org.eclipse.epp.usagedata.recording, Version: 1.1.0.R200906100410,
> Location:
> reference:file:plugins/org.eclipse.epp.usagedata.recording_1.1.0.R200906
> 100410.jar
> Id: org.eclipse.epp.usagedata.ui, Version: 1.1.0.R200906100410,
> Location:
> reference:file:plugins/org.eclipse.epp.usagedata.ui_1.1.0.R200906100410.
> 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-1
> 100.jar
> Id: org.eclipse.equinox.concurrent, Version: 1.0.0.v20090520-1800,
> Location:
> reference:file:plugins/org.eclipse.equinox.concurrent_1.0.0.v20090520-18
> 00.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.v20090
> 520-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.10
> 0.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-18
> 00.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.v200905
> 20-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.v2009052
> 0-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.v
> 20090520-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_v200907
> 15.jar
> Id: org.eclipse.equinox.launcher.cocoa.macosx, Version:
> 1.0.1.R35x_v20090707, Location:
> reference:file:plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.1.R
> 35x_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.10
> 1.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_v2009081
> 9.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.v2009
> 0521-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.v
> 20090525.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_v20090
> 825.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.v20
> 090520-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.v
> 20090520-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.v2009
> 0520-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.10
> 1.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.R35
> x_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-1
> 905.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.v20
> 090520-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.v20090
> 520-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.v200905
> 25.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-18
> 00.jar
> Id: org.eclipse.equinox.security, Version: 1.0.100.v20090520-1800,
> Location:
> reference:file:plugins/org.eclipse.equinox.security_1.0.100.v20090520-18
> 00.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.v2009
> 0520-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 at 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.manipulato
> r_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.j
> ar
> 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.gmf, Version: 1.2.0.v20090615-0700, Location:
> reference:file:plugins/org.eclipse.gmf_1.2.0.v20090615-0700.jar
> Id: org.eclipse.gmf.bridge, Version: 1.1.0.v20090528-1000, Location:
> reference:file:plugins/org.eclipse.gmf.bridge_1.1.0.v20090528-1000.jar
> Id: org.eclipse.gmf.bridge.trace, Version: 1.0.200.v20090520-1343,
> Location:
> reference:file:plugins/org.eclipse.gmf.bridge.trace_1.0.200.v20090520-13
> 43.jar
> Id: org.eclipse.gmf.bridge.ui, Version: 1.2.1.v20090812-1620, Location:
> reference:file:plugins/org.eclipse.gmf.bridge.ui_1.2.1.v20090812-1620.ja
> r
> Id: org.eclipse.gmf.bridge.ui.dashboard, Version: 2.0.0.v20090114-0940,
> Location:
> reference:file:plugins/org.eclipse.gmf.bridge.ui.dashboard_2.0.0.v200901
> 14-0940.jar
> Id: org.eclipse.gmf.codegen, Version: 2.2.1.v20090812-1620, Location:
> reference:file:plugins/org.eclipse.gmf.codegen_2.2.1.v20090812-1620.jar
> Id: org.eclipse.gmf.codegen.edit, Version: 2.2.0.v20090416-1925,
> Location:
> reference:file:plugins/org.eclipse.gmf.codegen.edit_2.2.0.v20090416-1925
> .jar
> Id: org.eclipse.gmf.codegen.ui, Version: 1.1.100.v20090424-1042,
> Location:
> reference:file:plugins/org.eclipse.gmf.codegen.ui_1.1.100.v20090424-1042
> .jar
> Id: org.eclipse.gmf.common, Version: 1.1.100.v20090420-1925, Location:
> reference:file:plugins/org.eclipse.gmf.common_1.1.100.v20090420-1925.jar
> Id: org.eclipse.gmf.doc, Version: 1.3.0.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.doc_1.3.0.v20090729-2029.jar
> Id: org.eclipse.gmf.doc.ui, Version: 1.3.0.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.doc.ui_1.3.0.v20090729-2029.jar
> Id: org.eclipse.gmf.ecore.editor, Version: 2.1.0.v20090529-1925,
> Location:
> reference:file:plugins/org.eclipse.gmf.ecore.editor_2.1.0.v20090529-1925
> .jar
> Id: org.eclipse.gmf.examples, Version: 1.0.100.v20090615-0700, Location:
> reference:file:plugins/org.eclipse.gmf.examples_1.0.100.v20090615-0700.j
> ar
> Id: org.eclipse.gmf.examples.ui.pde, Version: 1.2.0.v20090403-1720,
> Location:
> reference:file:plugins/org.eclipse.gmf.examples.ui.pde_1.2.0.v20090403-1
> 720.jar
> Id: org.eclipse.gmf.graphdef, Version: 2.0.100.v20090420-1925, Location:
> reference:file:plugins/org.eclipse.gmf.graphdef_2.0.100.v20090420-1925.j
> ar
> Id: org.eclipse.gmf.graphdef.codegen, Version: 2.0.100.v20090520-1343,
> Location:
> reference:file:plugins/org.eclipse.gmf.graphdef.codegen_2.0.100.v2009052
> 0-1343.jar
> Id: org.eclipse.gmf.graphdef.codegen.ui, Version:
> 1.0.100.v20090114-0940, Location:
> reference:file:plugins/org.eclipse.gmf.graphdef.codegen.ui_1.0.100.v2009
> 0114-0940.jar
> Id: org.eclipse.gmf.graphdef.edit, Version: 2.0.200.v20090216-1925,
> Location:
> reference:file:plugins/org.eclipse.gmf.graphdef.edit_2.0.200.v20090216-1
> 925.jar
> Id: org.eclipse.gmf.map, Version: 2.2.0.v20090520-1343, Location:
> reference:file:plugins/org.eclipse.gmf.map_2.2.0.v20090520-1343.jar
> Id: org.eclipse.gmf.map.edit, Version: 2.2.0.v20090114-1925, Location:
> reference:file:plugins/org.eclipse.gmf.map.edit_2.2.0.v20090114-1925.jar
> Id: org.eclipse.gmf.runtime.common.core, Version: 1.2.0.v20090403-1720,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.core_1.2.0.v200904
> 03-1720.jar
> Id: org.eclipse.gmf.runtime.common.ui, Version: 1.2.1.v20090729-2029,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui_1.2.1.v20090729
> -2029.jar
> Id: org.eclipse.gmf.runtime.common.ui.action, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.action_1.2.0.v2
> 0090403-1720.jar
> Id: org.eclipse.gmf.runtime.common.ui.action.ide, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.action.ide_1.2.
> 0.v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.common.ui.printing, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.printing_1.2.0.
> v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.common.ui.printing.win32, Version:
> 1.2.1.v20090909-1544, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.printing.win32_
> 1.2.1.v20090909-1544.jar
> Id: org.eclipse.gmf.runtime.common.ui.services, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.services_1.2.0.
> v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.common.ui.services.action, Version:
> 1.2.1.v20090825-1800, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.services.action
> _1.2.1.v20090825-1800.jar
> Id: org.eclipse.gmf.runtime.common.ui.services.dnd, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.services.dnd_1.
> 2.0.v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.common.ui.services.dnd.ide, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.id
> e_1.2.0.v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.common.ui.services.properties, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.common.ui.services.proper
> ties_1.2.0.v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.diagram.core, Version: 1.2.1.v20090729-2029,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.core_1.2.1.v20090
> 729-2029.jar
> Id: org.eclipse.gmf.runtime.diagram.ui, Version: 1.2.1.v20090825-1647,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui_1.2.1.v2009082
> 5-1647.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.actions, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.actions_1.2.0.
> v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.dnd, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.dnd_1.2.0.v200
> 90403-1720.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.geoshapes, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.2.
> 0.v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.printing, Version:
> 1.2.1.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.printing_1.2.1
> .v20090729-2029.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.printing.render, Version:
> 1.2.1.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.printing.rende
> r_1.2.1.v20090729-2029.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.properties, Version:
> 1.2.1.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.properties_1.2
> .1.v20090729-2029.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.providers, Version:
> 1.2.1.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.providers_1.2.
> 1.v20090729-2029.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.providers.ide, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide_
> 1.2.0.v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.render, Version:
> 1.2.1.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.render_1.2.1.v
> 20090729-2029.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.resources.editor, Version:
> 1.2.0.v20090526-1925, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.resources.edit
> or_1.2.0.v20090526-1925.jar
> Id: org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.diagram.ui.resources.edit
> or.ide_1.2.0.v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.draw2d.ui, Version: 1.2.1.v20090825-1800,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.draw2d.ui_1.2.1.v20090825
> -1800.jar
> Id: org.eclipse.gmf.runtime.draw2d.ui.render, Version:
> 1.2.1.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.draw2d.ui.render_1.2.1.v2
> 0090729-2029.jar
> Id: org.eclipse.gmf.runtime.draw2d.ui.render.awt, Version:
> 1.2.1.v20090729-2029, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.2.
> 1.v20090729-2029.jar
> Id: org.eclipse.gmf.runtime.emf.clipboard.core, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.emf.clipboard.core_1.2.0.
> v20090403-1720.jar
> Id: org.eclipse.gmf.runtime.emf.commands.core, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.emf.commands.core_1.2.0.v
> 20090403-1720.jar
> Id: org.eclipse.gmf.runtime.emf.core, Version: 1.2.0.v20090422-1925,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.emf.core_1.2.0.v20090422-
> 1925.jar
> Id: org.eclipse.gmf.runtime.emf.type.core, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.emf.type.core_1.2.0.v2009
> 0403-1720.jar
> Id: org.eclipse.gmf.runtime.emf.type.ui, Version: 1.2.0.v20090403-1720,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.emf.type.ui_1.2.0.v200904
> 03-1720.jar
> Id: org.eclipse.gmf.runtime.emf.ui, Version: 1.2.0.v20090403-1720,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.emf.ui_1.2.0.v20090403-17
> 20.jar
> Id: org.eclipse.gmf.runtime.emf.ui.properties, Version:
> 1.2.0.v20090501-1750, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.emf.ui.properties_1.2.0.v
> 20090501-1750.jar
> Id: org.eclipse.gmf.runtime.gef.ui, Version: 1.2.0.v20090520-1343,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.gef.ui_1.2.0.v20090520-13
> 43.jar
> Id: org.eclipse.gmf.runtime.notation, Version: 1.2.0.v20090521-1925,
> Location:
> reference:file:plugins/org.eclipse.gmf.runtime.notation_1.2.0.v20090521-
> 1925.jar
> Id: org.eclipse.gmf.runtime.notation.edit, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.notation.edit_1.2.0.v2009
> 0403-1720.jar
> Id: org.eclipse.gmf.runtime.notation.providers, Version:
> 1.2.0.v20090403-1720, Location:
> reference:file:plugins/org.eclipse.gmf.runtime.notation.providers_1.2.0.
> v20090403-1720.jar
> Id: org.eclipse.gmf.sdk, Version: 1.0.0.v20090615-0700, Location:
> reference:file:plugins/org.eclipse.gmf.sdk_1.0.0.v20090615-0700.jar
> Id: org.eclipse.gmf.templates.legacy, Version: 1.0.0.v20090614-0839,
> Location:
> reference:file:plugins/org.eclipse.gmf.templates.legacy_1.0.0.v20090614-
> 0839/
> Id: org.eclipse.gmf.tooldef, Version: 2.0.0.v20090114-0940, Location:
> reference:file:plugins/org.eclipse.gmf.tooldef_2.0.0.v20090114-0940.jar
> Id: org.eclipse.gmf.tooldef.edit, Version: 2.0.100.v20090114-0940,
> Location:
> reference:file:plugins/org.eclipse.gmf.tooldef.edit_2.0.100.v20090114-09
> 40.jar
> Id: org.eclipse.gmf.tooling, Version: 2.1.0.v20090615-0700, Location:
> reference:file:plugins/org.eclipse.gmf.tooling_2.1.0.v20090615-0700.jar
> Id: org.eclipse.gmf.validate, Version: 1.1.0.v20090316-1925, Location:
> reference:file:plugins/org.eclipse.gmf.validate_1.1.0.v20090316-1925.jar
> Id: org.eclipse.gmf.xpand, Version: 2.0.0.v20090521-1925, Location:
> reference:file:plugins/org.eclipse.gmf.xpand_2.0.0.v20090521-1925.jar
> Id: org.eclipse.gmf.xpand.editor, Version: 2.0.0.v20090520-1343,
> Location:
> reference:file:plugins/org.eclipse.gmf.xpand.editor_2.0.0.v20090520-1343
> .jar
> Id: org.eclipse.gmf.xpand.migration, Version: 1.0.0.v20090608-0720,
> Location:
> reference:file:plugins/org.eclipse.gmf.xpand.migration_1.0.0.v20090608-0
> 720.jar
> Id: org.eclipse.gmf.xpand.qvtlibrary, Version: 1.0.0.v20090608-0720,
> Location:
> reference:file:plugins/org.eclipse.gmf.xpand.qvtlibrary_1.0.0.v20090608-
> 0720.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-0
> 235.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_v
> 20090818-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_v200908
> 25-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-080
> 0.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.j
> ar
> 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-2
> 000.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-20
> 00.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.v200905
> 27.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.jem.util, Version: 2.0.200.v200905140200, Location:
> reference:file:plugins/org.eclipse.jem.util_2.0.200.v200905140200.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-080
> 0.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.m2m.qvt.oml, Version: 2.0.1.v20090901-1357, Location:
> reference:file:plugins/org.eclipse.m2m.qvt.oml_2.0.1.v20090901-1357.jar
> Id: org.eclipse.m2m.qvt.oml.common, Version: 2.0.0.v20090608-1830,
> Location:
> reference:file:plugins/org.eclipse.m2m.qvt.oml.common_2.0.0.v20090608-18
> 30.jar
> Id: org.eclipse.m2m.qvt.oml.cst.parser, Version: 2.0.0.v20090526-1940,
> Location:
> reference:file:plugins/org.eclipse.m2m.qvt.oml.cst.parser_2.0.0.v2009052
> 6-1940.jar
> Id: org.eclipse.m2m.qvt.oml.ecore.imperativeocl, Version:
> 1.0.0.v20090515-1840, Location:
> reference:file:plugins/org.eclipse.m2m.qvt.oml.ecore.imperativeocl_1.0.0
> .v20090515-1840.jar
> Id: org.eclipse.m2m.qvt.oml.emf.util, Version: 2.0.1.v20090722-1630,
> Location:
> reference:file:plugins/org.eclipse.m2m.qvt.oml.emf.util_2.0.1.v20090722-
> 1630.jar
> Id: org.eclipse.m2m.qvt.oml.project, Version: 2.0.0.v20090410-1820,
> Location:
> reference:file:plugins/org.eclipse.m2m.qvt.oml.project_2.0.0.v20090410-1
> 820.jar
> Id: org.eclipse.m2m.qvt.oml.runtime, Version: 2.0.0.v20090608-1830,
> Location:
> reference:file:plugins/org.eclipse.m2m.qvt.oml.runtime_2.0.0.v20090608-1
> 830.jar
> Id: org.eclipse.mylyn, Version: 3.3.1.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn_3.3.1.v20091215-0000-e3x.jar
> Id: org.eclipse.mylyn.bugzilla.core, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.bugzilla.core_3.3.1.v20091215-0
> 000-e3x.jar
> Id: org.eclipse.mylyn.bugzilla.ide, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.bugzilla.ide_3.3.1.v20091215-00
> 00-e3x.jar
> Id: org.eclipse.mylyn.bugzilla.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.bugzilla.ui_3.3.1.v20091215-000
> 0-e3x.jar
> Id: org.eclipse.mylyn.commons.core, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.commons.core_3.3.1.v20091215-00
> 00-e3x.jar
> Id: org.eclipse.mylyn.commons.net, Version: 3.3.0.v20091013-0200-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.commons.net_3.3.0.v20091013-020
> 0-e3x.jar
> Id: org.eclipse.mylyn.commons.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.commons.ui_3.3.1.v20091215-0000
> -e3x.jar
> Id: org.eclipse.mylyn.compatibility, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.compatibility_3.3.1.v20091215-0
> 000-e3x.jar
> Id: org.eclipse.mylyn.context.core, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.context.core_3.3.1.v20091215-00
> 00-e3x.jar
> Id: org.eclipse.mylyn.context.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.context.ui_3.3.1.v20091215-0000
> -e3x.jar
> Id: org.eclipse.mylyn.discovery.core, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.discovery.core_3.3.1.v20091215-
> 0000-e3x.jar
> Id: org.eclipse.mylyn.discovery.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.discovery.ui_3.3.1.v20091215-00
> 00-e3x.jar
> Id: org.eclipse.mylyn.help.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.help.ui_3.3.1.v20091215-0000-e3
> x.jar
> Id: org.eclipse.mylyn.ide.ant, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.ide.ant_3.3.1.v20091215-0000-e3
> x.jar
> Id: org.eclipse.mylyn.ide.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.ide.ui_3.3.1.v20091215-0000-e3x
> .jar
> Id: org.eclipse.mylyn.java.tasks, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.java.tasks_3.3.1.v20091215-0000
> -e3x.jar
> Id: org.eclipse.mylyn.java.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.java.ui_3.3.1.v20091215-0000-e3
> x.jar
> Id: org.eclipse.mylyn.monitor.core, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.monitor.core_3.3.1.v20091215-00
> 00-e3x.jar
> Id: org.eclipse.mylyn.monitor.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.monitor.ui_3.3.1.v20091215-0000
> -e3x.jar
> Id: org.eclipse.mylyn.oslc.core, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.oslc.core_3.3.1.v20091215-0000-
> e3x.jar
> Id: org.eclipse.mylyn.oslc.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.oslc.ui_3.3.1.v20091215-0000-e3
> x.jar
> Id: org.eclipse.mylyn.pde.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.pde.ui_3.3.1.v20091215-0000-e3x
> .jar
> Id: org.eclipse.mylyn.resources.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.resources.ui_3.3.1.v20091215-00
> 00-e3x.jar
> Id: org.eclipse.mylyn.tasks.bugs, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.tasks.bugs_3.3.1.v20091215-0000
> -e3x.jar
> Id: org.eclipse.mylyn.tasks.core, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.tasks.core_3.3.1.v20091215-0000
> -e3x.jar
> Id: org.eclipse.mylyn.tasks.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.tasks.ui_3.3.1.v20091215-0000-e
> 3x.jar
> Id: org.eclipse.mylyn.team.cvs, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.team.cvs_3.3.1.v20091215-0000-e
> 3x.jar
> Id: org.eclipse.mylyn.team.ui, Version: 3.3.1.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.team.ui_3.3.1.v20091215-0000-e3
> x.jar
> Id: org.eclipse.mylyn.wikitext.confluence.core, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.confluence.core_1.2.0.
> v20091215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.confluence.ui, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.confluence.ui_1.2.0.v2
> 0091215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.core, Version: 1.2.0.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.core_1.2.0.v20091215-0
> 000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.help.ui, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.help.ui_1.2.0.v2009121
> 5-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.mediawiki.core, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.mediawiki.core_1.2.0.v
> 20091215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.mediawiki.ui, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_1.2.0.v20
> 091215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.tasks.ui, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.tasks.ui_1.2.0.v200912
> 15-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.textile.core, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.textile.core_1.2.0.v20
> 091215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.textile.ui, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.textile.ui_1.2.0.v2009
> 1215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.tracwiki.core, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.tracwiki.core_1.2.0.v2
> 0091215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.tracwiki.ui, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_1.2.0.v200
> 91215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.twiki.core, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.twiki.core_1.2.0.v2009
> 1215-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.twiki.ui, Version:
> 1.2.0.v20091215-0000-e3x, Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.twiki.ui_1.2.0.v200912
> 15-0000-e3x.jar
> Id: org.eclipse.mylyn.wikitext.ui, Version: 1.2.0.v20091215-0000-e3x,
> Location:
> reference:file:plugins/org.eclipse.mylyn.wikitext.ui_1.2.0.v20091215-000
> 0-e3x.jar
> Id: org.eclipse.ocl, Version: 1.3.0.v200905271400, Location:
> reference:file:plugins/org.eclipse.ocl_1.3.0.v200905271400.jar
> Id: org.eclipse.ocl.ecore, Version: 1.3.0.v200905271400, Location:
> reference:file:plugins/org.eclipse.ocl.ecore_1.3.0.v200905271400.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.ja
> r
> 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.ja
> r
> 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.ja
> r
> 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_v2009082
> 1-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.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, Version: 3.5.1.v3555a, Location:
> reference:file:plugins/org.eclipse.swt.cocoa.macosx_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.j
> ar
> 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-09
> 05.jar
> Id: org.eclipse.team.svn, Version: 0.7.8.I20090904-1300, Location:
> reference:file:plugins/org.eclipse.team.svn_0.7.8.I20090904-1300.jar
> Id: org.eclipse.team.svn.core, Version: 0.7.8.I20090904-1300, Location:
> reference:file:plugins/org.eclipse.team.svn.core_0.7.8.I20090904-1300.ja
> r
> Id: org.eclipse.team.svn.help, Version: 0.7.8.I20090904-1300, Location:
> reference:file:plugins/org.eclipse.team.svn.help_0.7.8.I20090904-1300.ja
> r
> Id: org.eclipse.team.svn.ui, Version: 0.7.8.I20090904-1300, Location:
> reference:file:plugins/org.eclipse.team.svn.ui_0.7.8.I20090904-1300.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.M2009082
> 6-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.I2008100
> 7-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.I200
> 90429-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.ja
> r
> Id: org.eclipse.ui.workbench.compatibility, Version:
> 3.2.0.I20090429-1800, Location:
> reference:file:plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I200
> 90429-1800/
> Id: org.eclipse.ui.workbench.texteditor, Version: 3.5.0.v20090603,
> Location:
> reference:file:plugins/org.eclipse.ui.workbench.texteditor_3.5.0.v200906
> 03.jar
> Id: org.eclipse.uml2, Version: 3.0.0.v200905041045, Location:
> reference:file:plugins/org.eclipse.uml2_3.0.0.v200905041045.jar
> Id: org.eclipse.uml2.codegen.ecore, Version: 1.5.0.v200905151700,
> Location:
> reference:file:plugins/org.eclipse.uml2.codegen.ecore_1.5.0.v20090515170
> 0.jar
> Id: org.eclipse.uml2.codegen.ecore.ui, Version: 1.5.0.v200905041045,
> Location:
> reference:file:plugins/org.eclipse.uml2.codegen.ecore.ui_1.5.0.v20090504
> 1045.jar
> Id: org.eclipse.uml2.common, Version: 1.5.0.v200905041045, Location:
> reference:file:plugins/org.eclipse.uml2.common_1.5.0.v200905041045.jar
> Id: org.eclipse.uml2.common.edit, Version: 1.5.0.v200905041045,
> Location:
> reference:file:plugins/org.eclipse.uml2.common.edit_1.5.0.v200905041045.
> jar
> Id: org.eclipse.uml2.doc, Version: 3.0.0.v200905041045, Location:
> reference:file:plugins/org.eclipse.uml2.doc_3.0.0.v200905041045.jar
> Id: org.eclipse.uml2.examples, Version: 3.0.0.v200905041045, Location:
> reference:file:plugins/org.eclipse.uml2.examples_3.0.0.v200905041045.jar
> Id: org.eclipse.uml2.examples.uml.ui, Version: 3.0.0.v200905041045,
> Location:
> reference:file:plugins/org.eclipse.uml2.examples.uml.ui_3.0.0.v200905041
> 045.jar
> Id: org.eclipse.uml2.uml, Version: 3.0.1.v200908281330, Location:
> reference:file:plugins/org.eclipse.uml2.uml_3.0.1.v200908281330.jar
> Id: org.eclipse.uml2.uml.ecore.exporter, Version: 2.3.0.v200905041045,
> Location:
> reference:file:plugins/org.eclipse.uml2.uml.ecore.exporter_2.3.0.v200905
> 041045.jar
> Id: org.eclipse.uml2.uml.ecore.importer, Version: 2.3.0.v200905041045,
> Location:
> reference:file:plugins/org.eclipse.uml2.uml.ecore.importer_2.3.0.v200905
> 041045.jar
> Id: org.eclipse.uml2.uml.edit, Version: 3.0.0.v200905041045, Location:
> reference:file:plugins/org.eclipse.uml2.uml.edit_3.0.0.v200905041045.jar
> Id: org.eclipse.uml2.uml.editor, Version: 3.0.0.v200905041045, Location:
> reference:file:plugins/org.eclipse.uml2.uml.editor_3.0.0.v200905041045.j
> ar
> Id: org.eclipse.uml2.uml.resources, Version: 3.0.0.v200906011111,
> Location:
> reference:file:plugins/org.eclipse.uml2.uml.resources_3.0.0.v20090601111
> 1.jar
> Id: org.eclipse.update.configurator, Version: 3.3.0.v20090312, Location:
> reference:file:plugins/org.eclipse.update.configurator_3.3.0.v20090312.j
> ar
> 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.ja
> r
> 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.wst.common.core, Version: 1.1.201.v200806010600,
> Location:
> reference:file:plugins/org.eclipse.wst.common.core_1.1.201.v200806010600
> .jar
> Id: org.eclipse.wst.common.emf, Version: 1.1.301.v200908181930,
> Location:
> reference:file:plugins/org.eclipse.wst.common.emf_1.1.301.v200908181930.
> jar
> Id: org.eclipse.wst.common.emfworkbench.integration, Version:
> 1.1.301.v200908101600, Location:
> reference:file:plugins/org.eclipse.wst.common.emfworkbench.integration_1
> .1.301.v200908101600.jar
> Id: org.eclipse.wst.common.environment, Version: 1.0.301.v200908101600,
> Location:
> reference:file:plugins/org.eclipse.wst.common.environment_1.0.301.v20090
> 8101600.jar
> Id: org.eclipse.wst.common.frameworks, Version: 1.1.300.v200904160730,
> Location:
> reference:file:plugins/org.eclipse.wst.common.frameworks_1.1.300.v200904
> 160730.jar
> Id: org.eclipse.wst.common.frameworks.ui, Version:
> 1.1.301.v200908101600, Location:
> reference:file:plugins/org.eclipse.wst.common.frameworks.ui_1.1.301.v200
> 908101600.jar
> Id: org.eclipse.wst.common.infopop, Version: 1.0.100.v200805301550,
> Location:
> reference:file:plugins/org.eclipse.wst.common.infopop_1.0.100.v200805301
> 550.jar
> Id: org.eclipse.wst.common.modulecore, Version: 1.1.301.v200908101600,
> Location:
> reference:file:plugins/org.eclipse.wst.common.modulecore_1.1.301.v200908
> 101600.jar
> Id: org.eclipse.wst.common.project.facet.core, Version:
> 1.4.1.v200908111817, Location:
> reference:file:plugins/org.eclipse.wst.common.project.facet.core_1.4.1.v
> 200908111817.jar
> Id: org.eclipse.wst.common.snippets, Version: 1.1.300.v200903120643,
> Location:
> reference:file:plugins/org.eclipse.wst.common.snippets_1.1.300.v20090312
> 0643.jar
> Id: org.eclipse.wst.common.ui, Version: 1.1.402.v200901262305, Location:
> reference:file:plugins/org.eclipse.wst.common.ui_1.1.402.v200901262305.j
> ar
> Id: org.eclipse.wst.common.uriresolver, Version: 1.1.301.v200805140415,
> Location:
> reference:file:plugins/org.eclipse.wst.common.uriresolver_1.1.301.v20080
> 5140415.jar
> Id: org.eclipse.wst.dtd.core, Version: 1.1.300.v200904181727, Location:
> reference:file:plugins/org.eclipse.wst.dtd.core_1.1.300.v200904181727.ja
> r
> Id: org.eclipse.wst.dtd.ui, Version: 1.0.400.v200904300717, Location:
> reference:file:plugins/org.eclipse.wst.dtd.ui_1.0.400.v200904300717.jar
> Id: org.eclipse.wst.dtd.ui.infopop, Version: 1.0.300.v200805140200,
> Location:
> reference:file:plugins/org.eclipse.wst.dtd.ui.infopop_1.0.300.v200805140
> 200.jar
> Id: org.eclipse.wst.dtdeditor.doc.user, Version: 1.0.500.v200904292308,
> Location:
> reference:file:plugins/org.eclipse.wst.dtdeditor.doc.user_1.0.500.v20090
> 4292308.jar
> Id: org.eclipse.wst.internet.cache, Version: 1.0.301.v200805140020,
> Location:
> reference:file:plugins/org.eclipse.wst.internet.cache_1.0.301.v200805140
> 020.jar
> Id: org.eclipse.wst.sse.core, Version: 1.1.401.v200909172215, Location:
> reference:file:plugins/org.eclipse.wst.sse.core_1.1.401.v200909172215.ja
> r
> Id: org.eclipse.wst.sse.doc.user, Version: 1.1.0.v200805211530,
> Location:
> reference:file:plugins/org.eclipse.wst.sse.doc.user_1.1.0.v200805211530.
> jar
> Id: org.eclipse.wst.sse.ui, Version: 1.1.101.v200908261807, Location:
> reference:file:plugins/org.eclipse.wst.sse.ui_1.1.101.v200908261807.jar
> Id: org.eclipse.wst.sse.ui.infopop, Version: 1.0.200.v200805301545,
> Location:
> reference:file:plugins/org.eclipse.wst.sse.ui.infopop_1.0.200.v200805301
> 545.jar
> Id: org.eclipse.wst.standard.schemas, Version: 1.0.200.v200902270215,
> Location:
> reference:file:plugins/org.eclipse.wst.standard.schemas_1.0.200.v2009022
> 70215.jar
> Id: org.eclipse.wst.validation, Version: 1.2.102.v200905201610,
> Location:
> reference:file:plugins/org.eclipse.wst.validation_1.2.102.v200905201610.
> jar
> Id: org.eclipse.wst.validation.infopop, Version: 1.0.300.v200806041506,
> Location:
> reference:file:plugins/org.eclipse.wst.validation.infopop_1.0.300.v20080
> 6041506.jar
> Id: org.eclipse.wst.validation.ui, Version: 1.2.104.v200904232035,
> Location:
> reference:file:plugins/org.eclipse.wst.validation.ui_1.2.104.v2009042320
> 35.jar
> Id: org.eclipse.wst.xml.core, Version: 1.1.401.v200908242115, Location:
> reference:file:plugins/org.eclipse.wst.xml.core_1.1.401.v200908242115.ja
> r
> Id: org.eclipse.wst.xml.ui, Version: 1.1.1.v200908242115, Location:
> reference:file:plugins/org.eclipse.wst.xml.ui_1.1.1.v200908242115.jar
> Id: org.eclipse.wst.xml.ui.infopop, Version: 1.0.300.v200805140200,
> Location:
> reference:file:plugins/org.eclipse.wst.xml.ui.infopop_1.0.300.v200805140
> 200.jar
> Id: org.eclipse.wst.xmleditor.doc.user, Version: 1.0.600.v200901231300,
> Location:
> reference:file:plugins/org.eclipse.wst.xmleditor.doc.user_1.0.600.v20090
> 1231300.jar
> Id: org.eclipse.wst.xsd.core, Version: 1.1.401.v200903020335, Location:
> reference:file:plugins/org.eclipse.wst.xsd.core_1.1.401.v200903020335.ja
> r
> Id: org.eclipse.wst.xsd.ui, Version: 1.2.204.v200909021537, Location:
> reference:file:plugins/org.eclipse.wst.xsd.ui_1.2.204.v200909021537.jar
> Id: org.eclipse.wst.xsdeditor.doc.user, Version: 1.0.700.v200905182240,
> Location:
> reference:file:plugins/org.eclipse.wst.xsdeditor.doc.user_1.0.700.v20090
> 5182240.jar
> Id: org.eclipse.xsd, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.xsd_2.5.0.v200906151043.jar
> Id: org.eclipse.xsd.edit, Version: 2.5.0.v200906151043, Location:
> reference:file:plugins/org.eclipse.xsd.edit_2.5.0.v200906151043.jar
> Id: org.hamcrest.core, Version: 1.1.0.v20090501071000, Location:
> reference:file:plugins/org.hamcrest.core_1.1.0.v20090501071000.jar
> Id: org.jdom, Version: 1.0.0.v200806100616, Location:
> reference:file:plugins/org.jdom_1.0.0.v200806100616.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.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.objectweb.asm, Version: 3.1.0.v200803061910, Location:
> reference:file:plugins/org.objectweb.asm_3.1.0.v200803061910.jar
> Id: org.openarchitectureware.adapter.emf.check, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.adapter.emf.check_4.3.1.
> 20090107-2000PRD.jar
> Id: org.openarchitectureware.adapter.rsdp, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.adapter.rsdp_4.3.1.20090
> 107-2000PRD.jar
> Id: org.openarchitectureware.adapter.rsdp.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.adapter.rsdp.feature.sou
> rce_4.3.1.20090107-2000PRD/
> Id: org.openarchitectureware.adapter.rsdp.plugin, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.adapter.rsdp.plugin_4.3.
> 1.20090107-2000PRD.jar
> Id: org.openarchitectureware.base, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.base_4.3.1.20090107-2000
> PRD.jar
> Id: org.openarchitectureware.check.editor, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.check.editor_4.3.1.20090
> 107-2000PRD.jar
> Id: org.openarchitectureware.classic.core, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.core_4.3.1.20090
> 107-2000PRD.jar
> Id: org.openarchitectureware.classic.core.tests, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.core.tests_4.3.1
> .20090107-2000PRD.jar
> Id: org.openarchitectureware.classic.libraries, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.libraries_4.3.1.
> 20090107-2000PRD/
> Id: org.openarchitectureware.classic.metamodelGenerator, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.metamodelGenerat
> or_4.3.1.20090107-2000PRD.jar
> Id: org.openarchitectureware.classic.umlMetamodel, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.umlMetamodel_4.3
> .1.20090107-2000PRD.jar
> Id: org.openarchitectureware.classic.workflow, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.workflow_4.3.1.2
> 0090107-2000PRD.jar
> Id: org.openarchitectureware.classic.xmiInstantiator, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.xmiInstantiator_
> 4.3.1.20090107-2000PRD.jar
> Id: org.openarchitectureware.classic.xmiInstantiator.tests, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.xmiInstantiator.
> tests_4.3.1.20090107-2000PRD.jar
> Id: org.openarchitectureware.classic.xmlInstantiator, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.xmlInstantiator_
> 4.3.1.20090107-2000PRD.jar
> Id: org.openarchitectureware.classic.xmlInstantiator.tests, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.classic.xmlInstantiator.
> tests_4.3.1.20090107-2000PRD.jar
> Id: org.openarchitectureware.core.emftools, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.core.emftools_4.3.1.2009
> 0107-2000PRD.jar
> Id: org.openarchitectureware.core.expressions, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.core.expressions_4.3.1.2
> 0090107-2000PRD.jar
> Id: org.openarchitectureware.core.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.core.feature.source_4.3.
> 1.20090107-2000PRD/
> Id: org.openarchitectureware.core.workflow, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.core.workflow_4.3.1.2009
> 0107-2000PRD.jar
> Id: org.openarchitectureware.core.xpand2, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.core.xpand2_4.3.1.200901
> 07-2000PRD.jar
> Id: org.openarchitectureware.dependencies, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.dependencies_4.3.1.20090
> 107-2000PRD.jar
> Id: org.openarchitectureware.emf.generic.editor, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.emf.generic.editor_4.3.1
> .20090107-2000PRD.jar
> Id: org.openarchitectureware.emftools, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.emftools_4.3.1.20090107-
> 2000PRD.jar
> Id: org.openarchitectureware.graphviz, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.graphviz_4.3.1.20090107-
> 2000PRD.jar
> Id: org.openarchitectureware.graphviz.editor, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.graphviz.editor_4.3.1.20
> 090107-2000PRD.jar
> Id: org.openarchitectureware.graphviz.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.graphviz.feature.source_
> 4.3.1.20090107-2000PRD/
> Id: org.openarchitectureware.help.userguide, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.help.userguide_4.3.1.200
> 90107-2000PRD/
> Id: org.openarchitectureware.plugins.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.plugins.feature.source_4
> .3.1.20090107-2000PRD/
> Id: org.openarchitectureware.recipe, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.recipe_4.3.1.20090107-20
> 00PRD.jar
> Id: org.openarchitectureware.recipe.core, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.recipe.core_4.3.1.200901
> 07-2000PRD.jar
> Id: org.openarchitectureware.recipe.eclipseChecks, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.recipe.eclipseChecks_4.3
> .1.20090107-2000PRD.jar
> Id: org.openarchitectureware.recipe.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.recipe.feature.source_4.
> 3.1.20090107-2000PRD/
> Id: org.openarchitectureware.recipe.simpleChecks, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.recipe.simpleChecks_4.3.
> 1.20090107-2000PRD.jar
> Id: org.openarchitectureware.recipe.workflow, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.recipe.workflow_4.3.1.20
> 090107-2000PRD.jar
> Id: org.openarchitectureware.uml2.adapter, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.uml2.adapter_4.3.1.20090
> 107-2000PRD.jar
> Id: org.openarchitectureware.uml2.adapter.plugin, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.uml2.adapter.plugin_4.3.
> 1.20090107-2000PRD.jar
> Id: org.openarchitectureware.uml2.adapter.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.uml2.adapter.source_4.3.
> 1.20090107-2000PRD/
> Id: org.openarchitectureware.util.featureconfig, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.util.featureconfig_4.3.1
> .20090107-2000PRD.jar
> Id: org.openarchitectureware.util.stdlib, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.util.stdlib_4.3.1.200901
> 07-2000PRD.jar
> Id: org.openarchitectureware.util.stdlib.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.util.stdlib.feature.sour
> ce_4.3.1.20090107-2000PRD/
> Id: org.openarchitectureware.util.uml2ecore, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.util.uml2ecore_4.3.1.200
> 90107-2000PRD.jar
> Id: org.openarchitectureware.util.uml2ecore.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.util.uml2ecore.feature.s
> ource_4.3.1.20090107-2000PRD/
> Id: org.openarchitectureware.util.xvar, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.util.xvar_4.3.1.20090107
> -2000PRD.jar
> Id: org.openarchitectureware.util.xweave, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.util.xweave_4.3.1.200901
> 07-2000PRD.jar
> Id: org.openarchitectureware.workflow, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.workflow_4.3.1.20090107-
> 2000PRD.jar
> Id: org.openarchitectureware.xpand2.editor, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xpand2.editor_4.3.1.2009
> 0107-2000PRD.jar
> Id: org.openarchitectureware.xsd, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.xsd_4.3.1.20090107-2000P
> RD.jar
> Id: org.openarchitectureware.xsd.demos, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.xsd.demos_4.3.1.20090107
> -2000PRD.jar
> Id: org.openarchitectureware.xsd.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xsd.feature.source_4.3.1
> .20090107-2000PRD/
> Id: org.openarchitectureware.xsd.plugin, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xsd.plugin_4.3.1.2009010
> 7-2000PRD.jar
> Id: org.openarchitectureware.xtend.editor, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xtend.editor_4.3.1.20090
> 107-2000PRD.jar
> Id: org.openarchitectureware.xtext.core, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xtext.core_4.3.1.2009010
> 7-2000PRD.jar
> Id: org.openarchitectureware.xtext.core.base, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xtext.core.base_4.3.1.20
> 090107-2000PRD.jar
> Id: org.openarchitectureware.xtext.editor, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xtext.editor_4.3.1.20090
> 107-2000PRD.jar
> Id: org.openarchitectureware.xtext.editor.base, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xtext.editor.base_4.3.1.
> 20090107-2000PRD.jar
> Id: org.openarchitectureware.xtext.feature.source, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xtext.feature.source_4.3
> .1.20090107-2000PRD/
> Id: org.openarchitectureware.xtext.generator, Version:
> 4.3.1.20090107-2000PRD, Location:
> reference:file:plugins/org.openarchitectureware.xtext.generator_4.3.1.20
> 090107-2000PRD.jar
> Id: org.openarchitectureware.xtext.ui, Version: 4.3.1.20090107-2000PRD,
> Location:
> reference:file:plugins/org.openarchitectureware.xtext.ui_4.3.1.20090107-
> 2000PRD.jar
> Id: org.polarion.eclipse.team.svn.connector, Version:
> 2.2.0.I20090505-1500, Location:
> reference:file:plugins/org.polarion.eclipse.team.svn.connector_2.2.0.I20
> 090505-1500.jar
> Id: org.polarion.eclipse.team.svn.connector.svnkit16, Version:
> 2.2.0.I20090505-1500, Location:
> reference:file:plugins/org.polarion.eclipse.team.svn.connector.svnkit16_
> 2.2.0.I20090505-1500.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
> Id: org.w3c.css.sac, Version: 1.3.0.v200805290154, Location:
> reference:file:plugins/org.w3c.css.sac_1.3.0.v200805290154.jar
> Id: org.w3c.dom.events, Version: 3.0.0.draft20060413_v200905140418,
> Location:
> reference:file:plugins/org.w3c.dom.events_3.0.0.draft20060413_v200905140
> 418.jar
> Id: org.w3c.dom.smil, Version: 1.0.1.v200903091627, Location:
> reference:file:plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar
> Id: org.w3c.dom.svg, Version: 1.1.0.v200806040011, Location:
> reference:file:plugins/org.w3c.dom.svg_1.1.0.v200806040011.jar
> Id: se.bergner.protocol, Version: 2.0.2, Location:
> reference:file:plugins/se.bergner.protocol_2.0.2/
>
> *** Security Configuration:
> Providers (7):
>
>   Provider: SUN, Version: 1.5, 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)
>    Services (22):
>     Service: MessageDigest, Algorithm: SHA-512, Class:
> sun.security.provider.SHA5$SHA512
>     Service: Signature, Algorithm: NONEwithDSA, Class:
> sun.security.provider.DSA$RawDSA
>      Aliases: RawDSA
>      Attributes:
>        SupportedKeyClasses:
> java.security.interfaces.DSAPublicKey|java.security.interfaces.DSAPrivat
> eKey
>     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: 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: KeyFactory, Algorithm: DSA, Class:
> sun.security.provider.DSAKeyFactory
>      Aliases: 1.2.840.10040.4.1
>      Attributes:
>        ImplementedIn: Software
>     Service: CertStore, Algorithm: com.sun.security.IndexedCollection,
> Class: sun.security.provider.certpath.IndexedCollectionCertStore
>      Attributes:
>        ImplementedIn: Software
>     Service: MessageDigest, Algorithm: SHA-256, Class:
> sun.security.provider.SHA2
>     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: 1.2.840.10040.4.1
>      Attributes:
>        ImplementedIn: Software
>     Service: MessageDigest, Algorithm: MD2, Class:
> sun.security.provider.MD2
>     Service: Signature, Algorithm: SHA1withDSA, Class:
> sun.security.provider.DSA$SHA1withDSA
>      Aliases: SHA-1/DSA
>      Attributes:
>        ImplementedIn: Software
>        KeySize: 1024
>        SupportedKeyClasses:
> java.security.interfaces.DSAPublicKey|java.security.interfaces.DSAPrivat
> eKey
>     Service: AlgorithmParameterGenerator, Algorithm: DSA, Class:
> sun.security.provider.DSAParameterGenerator
>      Aliases: 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.RSAPrivat
> eKey
>     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.RSAPrivat
> eKey
>     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.RSAPrivat
> eKey
>     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.RSAPrivat
> eKey
>     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.RSAPrivat
> eKey
>     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.RSAPrivat
> eKey
>
>   Provider: SunJSSE, Version: 1.5, Class:
> com.sun.net.ssl.internal.ssl.Provider
>    Description: Sun JSSE provider(PKCS12, SunX509 key/trust factories,
> SSLv3, TLSv1)
>    Services (15):
>     Service: Signature, Algorithm: MD5andSHA1withRSA, Class:
> com.sun.net.ssl.internal.ssl.RSASignature
>     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.ssl.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.5, Class: com.sun.crypto.provider.SunJCE
>    Description: SunJCE Provider (implements RSA, DES, Triple DES, AES,
> Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC)
>    Services (55):
>     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: KeyGenerator, Algorithm: HmacSHA512, Class:
> com.sun.crypto.provider.KeyGeneratorCore$HmacSHA512KG
>     Service: KeyGenerator, Algorithm: HmacSHA256, Class:
> com.sun.crypto.provider.KeyGeneratorCore$HmacSHA256KG
>     Service: Cipher, Algorithm: AESWrap, Class:
> com.sun.crypto.provider.AESWrapCipher
>      Attributes:
>        SupportedPaddings: NOPADDING
>        SupportedKeyFormats: RAW
>        SupportedModes: ECB
>     Service: AlgorithmParameters, Algorithm: AES, Class:
> com.sun.crypto.provider.AESParameters
>      Aliases: Rijndael
>     Service: AlgorithmParameters, Algorithm: PBEWithMD5AndTripleDES,
> Class: com.sun.crypto.provider.PBEParameters
>     Service: KeyStore, Algorithm: JCEKS, Class:
> com.sun.crypto.provider.JceKeyStore
>     Service: AlgorithmParameters, Algorithm: RC2, Class:
> com.sun.crypto.provider.RC2Parameters
>     Service: Cipher, Algorithm: RSA, Class:
> com.sun.crypto.provider.RSACipher
>      Attributes:
>        SupportedPaddings:
> NOPADDING|PKCS1PADDING|OAEPWITHMD5ANDMGF1PADDING|OAEPWITHSHA1ANDMGF1PADD
> ING|OAEPWITHSHA-1ANDMGF1PADDING|OAEPWITHSHA-256ANDMGF1PADDING|OAEPWITHSH
> A-384ANDMGF1PADDING|OAEPWITHSHA-512ANDMGF1PADDING
>        SupportedModes: ECB
>        SupportedKeyClasses:
> java.security.interfaces.RSAPublicKey|java.security.interfaces.RSAPrivat
> eKey
>     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|CF
> B64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
>     Service: Cipher, Algorithm: PBEWithSHA1AndDESede, Class:
> com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndDESede
>      Aliases: OID.1.2.840.113549.1.12.1.3
>     Service: KeyFactory, Algorithm: DiffieHellman, Class:
> com.sun.crypto.provider.DHKeyFactory
>      Aliases: DH
>     Service: SecretKeyFactory, Algorithm: PBE, Class:
> com.sun.crypto.provider.PBEKeyFactory
>     Service: Cipher, Algorithm: DESedeWrap, Class:
> com.sun.crypto.provider.DESedeWrapCipher
>      Attributes:
>        SupportedPaddings: NOPADDING
>        SupportedKeyFormats: RAW
>        SupportedModes: CBC
>     Service: AlgorithmParameters, Algorithm: DiffieHellman, Class:
> com.sun.crypto.provider.DHParameters
>      Aliases: DH
>     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
>      Aliases: OID.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: 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
>     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:
>        SupportedKeyFormats: RAW
>        SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
>        SupportedModes:
> ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CF
> B64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64|CFB72|CFB80|CFB88|CFB
> 96|CFB104|CFB112|CFB120|CFB128|OFB72|OFB80|OFB88|OFB96|OFB104|OFB112|OFB
> 120|OFB128
>     Service: SecretKeyFactory, Algorithm: DES, Class:
> com.sun.crypto.provider.DESKeyFactory
>     Service: Cipher, Algorithm: RC2, Class:
> com.sun.crypto.provider.RC2Cipher
>      Attributes:
>        SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
>        SupportedKeyFormats: RAW
>        SupportedModes:
> ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CF
> B64|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: OID.1.2.840.113549.1.5.3
>     Service: Cipher, Algorithm: Blowfish, Class:
> com.sun.crypto.provider.BlowfishCipher
>      Attributes:
>        SupportedKeyFormats: RAW
>        SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
>        SupportedModes:
> ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CF
> B64|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: KeyGenerator, Algorithm: RC2, Class:
> com.sun.crypto.provider.KeyGeneratorCore$RC2KeyGenerator
>     Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA1, Class:
> com.sun.crypto.provider.PBKDF2HmacSHA1Factory
>      Aliases: OID.1.2.840.113549.1.5.12
>     Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndDESede, Class:
> com.sun.crypto.provider.PBEKeyFactory
>      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: AlgorithmParameters, Algorithm: Blowfish, Class:
> com.sun.crypto.provider.BlowfishParameters
>     Service: Mac, Algorithm: HmacSHA256, Class:
> com.sun.crypto.provider.HmacCore$HmacSHA256
>      Attributes:
>        SupportedKeyFormats: RAW
>     Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndRC2_40, Class:
> com.sun.crypto.provider.PBEKeyFactory
>      Aliases: OID.1.2.840.113549.1.12.1.6
>     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: OID.1.2.840.113549.1.5.3
>     Service: Cipher, Algorithm: DESede, Class:
> com.sun.crypto.provider.DESedeCipher
>      Aliases: TripleDES
>      Attributes:
>        SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING
>        SupportedKeyFormats: RAW
>        SupportedModes:
> ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32|CFB40|CFB48|CFB56|CF
> B64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64
>
>   Provider: SunJGSS, Version: 1.0, Class: sun.security.jgss.SunProvider
>    Description: Sun (Kerberos v5)
>    Services (1):
>     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
>
>
>
>
> On 5/10/10 7:30 PM, Sivaramakrishnan, Chandrika wrote:
>> Christopher,
>>
>> I am also using Mac OS X 10.5. I used the same commands as you have
> given below. However, I ran the command 'ant run' after 'ant change-to'
> to see I am able to launch Kepler. After it launched fine, I closed
> Kepler, ran 'ant clean-cache' and then 'ant eclipse'.  I hope running
> 'ant run' didn't cause this issue.
>> I don't see any errors under the problems tab of Eclipse.
>> I do see the class file KeplerApplicationListener.class both under
> apple-extensions/target/classes/org/kepler/osx and
> apple-extensions/target/eclipse/classes/org/kepler/osx
>> I tried this with both kepler trunk and kepler 2.0 branch. Both give
> me the same issue :(
>>
>> Thanks,
>> Chandrika
>>
>> -----Original Message-----
>> From: Christopher Brooks [mailto:cxh at eecs.berkeley.edu]
>> Sent: Monday, May 10, 2010 7:10 PM
>> To: Sivaramakrishnan, Chandrika
>> Cc: kepler-dev at ecoinformatics.org
>> Subject: Re: [kepler-dev] Errors running Kepler from Eclipse on Mac
>>
>> Hi Chandrika,
>> Hmm, this works for me under Mac OS X 10.5.
>> I followed the instructions in
>> https://kepler-project.org/developers/reference/kepler-and-eclipse
>>    mkdir kepler
>>    cd kepler
>>    svn co
> https://code.kepler-project.org/code/kepler/trunk/modules/build-area
>>    cd build-area
>>    ant change-to -Dsuite=kepler
>>    ant clean-cache
>>    ant eclipse
>>
>> And then imported into Eclipse and ran.
>> The left side pane of Kepler is populated.
>>
>> What commands did you run?
>>
>> It looks like KeplerApplicationListener was not compiled.
>> In my kepler directory, I have the .class file at
> ./apple-extensions/target/eclipse/classes/org/kepler/osx/KeplerApplicati
> onListener.class
>>
>> Do you have that .class file?
>>
>> Do you have an problems listed in your problem tab at the bottom of
> Eclipse?
>>
>> Also, are you building from the Kepler development head or from the
> Kepler-2.0 release branch.
>>
>> Thanks,
>>
>> _Christopher
>>
>>
>>
>> On 5/10/10 6:02 PM, Sivaramakrishnan, Chandrika wrote:
>>> Hi,
>>>
>>> I am not able to run the latest Kepler code from Eclipse on my Mac OS
>>> X 10.5. I am able to compile and run fine from command line. I ran
>>> 'ant eclipse' and imported the projects into my Eclipse. All the code
>>> compiles in eclipse but when I launch Kepler, I see the following two
>>> errors
>>>
>>> Found OS Extension file:
>>>
> /Users/d3x140/Work/SDM/kepler_trunk_10May10/apple-extensions/module-in
>>> fo/osextension.txt
>>> java.lang.ClassNotFoundException:
>>> org.kepler.osx.KeplerApplicationListener
>>>
>>> java.lang.NullPointerException
>>>      at
> org.kepler.sms.util.OntologyConfiguration.initializePaths(OntologyConfig
> uration.java:110)
>>>      at
>>>
> org.kepler.sms.util.OntologyConfiguration.initialize(OntologyConfigura
>>> tion.java:88)
>>>
>>> Because of this the left side pane of Kepler ends up being empty. Any
> pointers to resolving this?
>>>
>>> Thanks
>>> Chandrika
>>> _______________________________________________
>>> Kepler-dev mailing list
>>> Kepler-dev at kepler-project.org
>>> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>>



More information about the Kepler-dev mailing list