Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2476E200C60 for ; Mon, 24 Apr 2017 20:43:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22DF1160BA5; Mon, 24 Apr 2017 18:43:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 38422160B99 for ; Mon, 24 Apr 2017 20:43:38 +0200 (CEST) Received: (qmail 12638 invoked by uid 500); 24 Apr 2017 18:43:37 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 12454 invoked by uid 99); 24 Apr 2017 18:43:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2017 18:43:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BB760188A12 for ; Mon, 24 Apr 2017 18:43:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id wiQLde_zjywg for ; Mon, 24 Apr 2017 18:43:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 6FD355FC84 for ; Mon, 24 Apr 2017 18:43:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6298BE0D76 for ; Mon, 24 Apr 2017 18:43:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7EA472400B for ; Mon, 24 Apr 2017 18:43:04 +0000 (UTC) Date: Mon, 24 Apr 2017 18:43:04 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (DIRSTUDIO-1143) Stack trace when saving configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Apr 2017 18:43:42 -0000 [ https://issues.apache.org/jira/browse/DIRSTUDIO-1143?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 15981649#comment-15981649 ]=20 Emmanuel Lecharny edited comment on DIRSTUDIO-1143 at 4/24/17 6:42 PM: ----------------------------------------------------------------------- If I'm pointing to the correct code source, {{ConfigWriter}} line 540 is : {code:java} ... if ( topObjectClass !=3D null ) { // TODO throw new exception (there should be a top object c= lass=20 } // This is line 540 <------------------------------------ if ( topObjectClass.equals( objectClass ) ) { objectClassAttributeValues.add( objectClass.getName() ); } ... {code} So it seems we *know* that not having a {{top}} ObjectClass will be a probl= em at some point. was (Author: elecharny): If I'm pointing to the correct code source, {{ConfigWriter}} line 540 is : {format:java} ... if ( topObjectClass !=3D null ) { // TODO throw new exception (there should be a top object c= lass=20 } // This is line 540 <------------------------------------ if ( topObjectClass.equals( objectClass ) ) { objectClassAttributeValues.add( objectClass.getName() ); } ... {format} So it seems we *know* that not having a {{top}} ObjectClass will be a probl= em at some point. > Stack trace when saving configuration > ------------------------------------- > > Key: DIRSTUDIO-1143 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1143 > Project: Directory Studio > Issue Type: Bug > Components: studio-apacheds > Affects Versions: 2.0.0-M12 > Environment: macOS 10.12.4; Apache DS Server 2.0.0-M20 > Reporter: Sean Kelly > Fix For: 2.0.0-M13 > > > When attempting to add a new partition to an existing Apache DS Server, s= aving the configuration produces an stack trace: > {noformat} > Unable to save configuration. > - Unable to convert the configuration bean to LDIF entries > org.apache.directory.server.config.ConfigurationException: Unable to conv= ert the configuration bean to LDIF entries > =09at org.apache.directory.server.config.ConfigWriter.convertConfiguratio= nBeanToLdifEntries(ConfigWriter.java:115) > =09at org.apache.directory.server.config.ConfigWriter.getConvertedLdifEnt= ries(ConfigWriter.java:192) > =09at org.apache.directory.studio.apacheds.configuration.editor.ServerCon= figurationEditorUtils.saveConfiguration(ServerConfigurationEditorUtils.java= :328) > =09at org.apache.directory.studio.apacheds.configuration.jobs.SaveConfigu= rationRunnable.run(SaveConfigurationRunnable.java:109) > =09at org.apache.directory.studio.common.core.jobs.StudioJob.run(StudioJo= b.java:85) > =09at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > Caused by: java.lang.NullPointerException > =09at org.apache.directory.server.config.ConfigWriter.getDn(ConfigWriter.= java:540) > =09at org.apache.directory.server.config.ConfigWriter.addBean(ConfigWrite= r.java:324) > =09at org.apache.directory.server.config.ConfigWriter.addBean(ConfigWrite= r.java:408) > =09at org.apache.directory.server.config.ConfigWriter.addBean(ConfigWrite= r.java:291) > =09at org.apache.directory.server.config.ConfigWriter.convertConfiguratio= nBeanToLdifEntries(ConfigWriter.java:108) > =09... 5 more > Unable to convert the configuration bean to LDIF entries > {noformat} > If helpful, here's the Apache Directory Studio configuration: > {noformat} > *** Date: Monday, April 24, 2017 at 1:08:00 PM Central Daylight Time > *** Platform Details: > *** System properties: > applicationXMI=3Dorg.eclipse.ui.workbench/LegacyIDE.e4xmi > awt.toolkit=3Dsun.lwawt.macosx.LWCToolkit > eclipse.application=3Dorg.apache.directory.studio.rcp.application > eclipse.commands=3D-os > macosx > -ws > cocoa > -arch > x86_64 > -showsplash > -launcher > /Applications/ApacheDirectoryStudio.app/Contents/MacOS/ApacheDirectoryStu= dio > -name > ApacheDirectoryStudio > --launcher.library > /Applications/ApacheDirectoryStudio.app/Contents/MacOS//../Eclipse/plugin= s/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.300.v20150602-1417/e= clipse_1611.so > -startup > /Applications/ApacheDirectoryStudio.app/Contents/MacOS//../Eclipse/plugin= s/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar > --launcher.overrideVmargs > /studio-rcp/resources/icons/linux/studio.xpm > -keyring > /Users/kelly/.eclipse_keyring > -showlocation > -vm > /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/../jr= e/lib/server/libjvm.dylib > eclipse.home.location=3Dfile:/Applications/ApacheDirectoryStudio.app/Cont= ents/Eclipse/ > eclipse.launcher=3D/Applications/ApacheDirectoryStudio.app/Contents/MacOS= /ApacheDirectoryStudio > eclipse.launcher.name=3DApacheDirectoryStudio > eclipse.p2.data.area=3D@config.dir/../p2 > eclipse.p2.profile=3DDefaultProfile > eclipse.product=3Dorg.apache.directory.studio.rcp.product > eclipse.startTime=3D1493054437961 > eclipse.stateSaveDelayInterval=3D30000 > eclipse.vm=3D/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/H= ome/bin/../jre/lib/server/libjvm.dylib > eclipse.vmargs=3D-Dosgi.requiredJavaVersion=3D1.7 > -XstartOnFirstThread > -Dorg.eclipse.swt.internal.carbon.smallFonts > -Djava.class.path=3D/Applications/ApacheDirectoryStudio.app/Contents/MacO= S//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.j= ar > equinox.use.ds=3Dtrue > file.encoding=3DUTF-8 > file.encoding.pkg=3Dsun.io > file.separator=3D/ > gopherProxySet=3Dfalse > gosh.args=3D--nointeractive > java.awt.graphicsenv=3Dsun.awt.CGraphicsEnvironment > java.awt.printerjob=3Dsun.lwawt.macosx.CPrinterJob > java.class.path=3D/Applications/ApacheDirectoryStudio.app/Contents/MacOS/= /../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar > java.class.version=3D52.0 > java.endorsed.dirs=3D/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Co= ntents/Home/jre/lib/endorsed > java.ext.dirs=3D/Users/kelly/Library/Java/Extensions:/Library/Java/JavaVi= rtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/lib/ext:/Library/Java/Exten= sions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr= /lib/java > java.home=3D/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Ho= me/jre > java.io.tmpdir=3D/var/folders/gh/sn_rdb4s4tjfnpyztrq7tsxm0000gn/T/ > java.library.path=3D/Users/kelly/Library/Java/Extensions:/Library/Java/Ex= tensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/= usr/lib/java:. > java.runtime.name=3DJava(TM) SE Runtime Environment > java.runtime.version=3D1.8.0_05-b13 > java.specification.name=3DJava Platform API Specification > java.specification.vendor=3DOracle Corporation > java.specification.version=3D1.8 > java.vendor=3DOracle Corporation > java.vendor.url=3Dhttp://java.oracle.com/ > java.vendor.url.bug=3Dhttp://bugreport.sun.com/bugreport/ > java.version=3D1.8.0_05 > java.vm.info=3Dmixed mode > java.vm.name=3DJava HotSpot(TM) 64-Bit Server VM > java.vm.specification.name=3DJava Virtual Machine Specification > java.vm.specification.vendor=3DOracle Corporation > java.vm.specification.version=3D1.8 > java.vm.vendor=3DOracle Corporation > java.vm.version=3D25.5-b02 > line.separator=3D > org.eclipse.equinox.launcher.splash.location=3D/Applications/ApacheDirect= oryStudio.app/Contents/Eclipse/configuration/org.eclipse.equinox.launcher/o= rg.apache.directory.studio.rcp_2.0.0.v20161101-M12/splash.bmp > org.eclipse.equinox.simpleconfigurator.configUrl=3Dfile:org.eclipse.equin= ox.simpleconfigurator/bundles.info > org.eclipse.swt.internal.carbon.smallFonts=3D > org.eclipse.update.reconcile=3Dfalse > org.osgi.framework.executionenvironment=3DOSGi/Minimum-1.0,OSGi/Minimum-1= .1,OSGi/Minimum-1.2,JavaSE/compact1-1.8,JavaSE/compact2-1.8,JavaSE/compact3= -1.8,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6,JavaSE-1.7,Java= SE-1.8 > org.osgi.framework.language=3Den > org.osgi.framework.os.name=3DMacOSX > org.osgi.framework.os.version=3D10.12.4 > org.osgi.framework.processor=3Dx86-64 > org.osgi.framework.system.capabilities=3Dosgi.ee; osgi.ee=3D"OSGi/Minimum= "; version:List=3D"1.0, 1.1, 1.2",osgi.ee; osgi.ee=3D"JRE"; versio= n:List=3D"1.0, 1.1",osgi.ee; osgi.ee=3D"JavaSE"; version:List=3D"1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8",osgi.ee; osgi.ee=3D"Ja= vaSE/compact1"; version:List=3D"1.8",osgi.ee; osgi.ee=3D"JavaSE/co= mpact2"; version:List=3D"1.8",osgi.ee; osgi.ee=3D"JavaSE/compact3"= ; version:List=3D"1.8" > org.osgi.framework.system.packages=3Djavax.accessibility,javax.activation= ,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,j= avax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,= javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg= ,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang= .model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util= ,javax.management,javax.management.loading,javax.management.modelmbean,java= x.management.monitor,javax.management.openmbean,javax.management.relation,j= avax.management.remote,javax.management.remote.rmi,javax.management.timer,j= avax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,jav= ax.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,jav= ax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,ja= vax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.sp= i,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.so= und.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,j= avax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,java= x.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax= .swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf= .metal,javax.swing.plaf.multi,javax.swing.plaf.nimbus,javax.swing.plaf.synt= h,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text= .html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.t= ools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.= xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attac= hment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml= .crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypt= o.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.name= space,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.ev= ents,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,java= x.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,jav= ax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.so= ap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.spi.ht= tp,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,or= g.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,o= rg.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNamin= g.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAn= y.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg= .IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg= .PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg= .PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServe= r.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServe= r.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingCont= ext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css= ,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.= w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpa= th,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers > org.osgi.framework.uuid=3D40b3e255-1229-0017-11f0-da8d443966f8 > org.osgi.framework.vendor=3DEclipse > org.osgi.framework.version=3D1.8.0 > org.osgi.supports.framework.extension=3Dtrue > org.osgi.supports.framework.fragment=3Dtrue > org.osgi.supports.framework.requirebundle=3Dtrue > os.arch=3Dx86_64 > os.name=3DMac OS X > os.version=3D10.12.4 > osgi.arch=3Dx86_64 > osgi.bundles=3Dreference:file:org.eclipse.osgi.compatibility.state_1.0.10= 0.v20150402-1551.jar,reference:file:org.eclipse.osgi.nl_de_4.5.0.v201511280= 60001.jar,reference:file:org.eclipse.osgi.nl_fr_4.5.0.v20151128060001.jar,r= eference:file:org.eclipse.equinox.simpleconfigurator_1.1.100.v20150423-1455= .jar@1:start > osgi.bundles.defaultStartLevel=3D4 > osgi.compatibility.bootdelegation=3Dtrue > osgi.configuration.area=3Dfile:/Applications/ApacheDirectoryStudio.app/Co= ntents/Eclipse/configuration/ > osgi.framework=3Dfile:/Applications/ApacheDirectoryStudio.app/Contents/Ec= lipse/plugins/org.eclipse.osgi_3.10.102.v20160118-1700.jar > osgi.framework.extensions=3Dreference:file:org.eclipse.osgi.compatibility= .state_1.0.100.v20150402-1551.jar,reference:file:org.eclipse.osgi.nl_de_4.5= .0.v20151128060001.jar,reference:file:org.eclipse.osgi.nl_fr_4.5.0.v2015112= 8060001.jar > osgi.framework.shape=3Djar > osgi.framework.useSystemProperties=3Dtrue > osgi.frameworkClassPath=3D., file:/Applications/ApacheDirectoryStudio.app= /Contents/Eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.100.v201= 50402-1551.jar, file:/Applications/ApacheDirectoryStudio.app/Contents/Eclip= se/plugins/org.eclipse.osgi.nl_de_4.5.0.v20151128060001.jar, file:/Applicat= ions/ApacheDirectoryStudio.app/Contents/Eclipse/plugins/org.eclipse.osgi.nl= _fr_4.5.0.v20151128060001.jar > osgi.install.area=3Dfile:/Applications/ApacheDirectoryStudio.app/Contents= /Eclipse/ > osgi.instance.area=3Dfile:/Users/kelly/.ApacheDirectoryStudio/ > osgi.instance.area.default=3Dfile:/Users/kelly/.ApacheDirectoryStudio/ > osgi.logfile=3D/Users/kelly/.ApacheDirectoryStudio/.metadata/.log > osgi.nl=3Den_US > osgi.os=3Dmacosx > osgi.requiredJavaVersion=3D1.7 > osgi.splashLocation=3D/Applications/ApacheDirectoryStudio.app/Contents/Ec= lipse/configuration/org.eclipse.equinox.launcher/org.apache.directory.studi= o.rcp_2.0.0.v20161101-M12/splash.bmp > osgi.splashPath=3Dplatform:/base/plugins/org.apache.directory.studio.rcp > osgi.syspath=3D/Applications/ApacheDirectoryStudio.app/Contents/Eclipse/p= lugins > osgi.tracefile=3D/Users/kelly/.ApacheDirectoryStudio/.metadata/trace.log > osgi.ws=3Dcocoa > path.separator=3D: > sun.arch.data.model=3D64 > sun.boot.class.path=3D/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/C= ontents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8= .0_05.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jd= k1.8.0_05.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtua= lMachines/jdk1.8.0_05.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/Java= VirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java= /JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/lib/charsets.jar:/Li= brary/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/lib/jfr.ja= r:/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/jre/class= es > sun.boot.library.path=3D/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk= /Contents/Home/jre/lib > sun.cpu.endian=3Dlittle > sun.cpu.isalist=3D > sun.io.unicode.encoding=3DUnicodeBig > sun.jnu.encoding=3DUTF-8 > sun.management.compiler=3DHotSpot 64-Bit Tiered Compilers > sun.os.patch.level=3Dunknown > user.country=3DUS > user.dir=3D/Applications/ApacheDirectoryStudio.app/Contents/MacOS > user.home=3D/Users/kelly > user.language=3Den > user.name=3Dkelly > user.timezone=3DAmerica/Chicago > *** Features: > org.apache.directory.studio.apacheds.feature (2.0.0.v20161101-M12) "Apach= e Directory Studio ApacheDS Configuration" > org.apache.directory.studio.ldapbrowser.feature (2.0.0.v20161101-M12) "Ap= ache Directory Studio LDAP Browser UI" > org.apache.directory.studio.ldifeditor.feature (2.0.0.v20161101-M12) "Apa= che Directory Studio LDIF Editor" > org.apache.directory.studio.rcp.feature (2.0.0.v20161101-M12) "Apache Dir= ectory Studio RCP" > org.apache.directory.studio.schemaeditor.feature (2.0.0.v20161101-M12) "A= pache Directory Studio Schema Editor" > org.eclipse.emf.common (2.11.1.v20160208-0816) "EMF Common" > org.eclipse.emf.ecore (2.11.2.v20160208-0816) "EMF Ecore" > org.eclipse.help (2.1.2.v20160212-1500) "Help System Base" > org.eclipse.platform (4.5.2.v20160212-1500) "Eclipse Platform" > org.eclipse.rcp (4.5.2.v20160212-1500) "Eclipse RCP" > *** Plug-in Registry: > bcprov (1.53) "bcprov" [Resolved] > com.ibm.icu (54.1.1.v201501272100) "International Components for Unicode = for Java (ICU4J)" [Active] > com.jcraft.jsch (0.1.53.v201508180515) "JSch" [Resolved] > com.sun.el (2.2.0.v201303151357) "Javax Expression Language Reference Imp= lementation Bundle" [Resolved] > javax.annotation (1.2.0.v201401042248) "javax.annotation Bundle" [Resolve= d] > javax.el (2.2.0.v201303151357) "Javax Expression Language Bundle" [Resolv= ed] > javax.inject (1.0.0.v20091030) "Atinject Dependency Injection Annotations= " [Resolved] > javax.servlet (3.1.0.v201410161800) "Servlet API Bundle" [Resolved] > javax.servlet.jsp (2.2.0.v201112011158) "JSP API Bundle" [Resolved] > javax.xml (1.3.4.v201005080400) "JAXP XML" [Resolved] > javax.xml.stream (1.0.1.v201004272200) "Java XML Streaming API" [Resolved= ] > net.sf.ehcache (2.8.5) "ehcache" [Resolved] > org.apache.ant (1.9.6.v201510161327) "Apache Ant" [Resolved] > org.apache.batik.css (1.7.0.v201011041433) "Apache Batik CSS" [Resolved] > org.apache.batik.util (1.7.0.v201011041433) "Apache Batik Utilities" [Res= olved] > org.apache.batik.util.gui (1.7.0.v200903091627) "Apache Batik GUI Utiliti= es" [Resolved] > org.apache.commons.codec (1.10.0) "Apache Commons Codec" [Resolved] > org.apache.commons.codec (1.6.0.v201305230611) "Apache Commons Codec Plug= -in" [Resolved] > org.apache.commons.collections (3.2.2) "Apache Commons Collections" [Reso= lved] > org.apache.commons.jxpath (1.3.0.v200911051830) "Apache Commons JXPath" [= Resolved] > org.apache.commons.lang (2.6) "Commons Lang" [Resolved] > org.apache.commons.logging (1.1.1.v201101211721) "Apache Commons Logging = Plug-in" [Resolved] > org.apache.commons.pool (1.6.0) "Commons Pool" [Resolved] > org.apache.directory.api.asn1.api (1.0.0.RC2) "Apache Directory API ASN.1= API" [Resolved] > org.apache.directory.api.asn1.ber (1.0.0.RC2) "Apache Directory API ASN.1= BER" [Resolved] > org.apache.directory.api.dsmlv2.engine (1.0.0.RC2) "Apache Directory LDAP= API DSML Engine" [Resolved] > org.apache.directory.api.dsmlv2.parser (1.0.0.RC2) "Apache Directory LDAP= API DSML Parser" [Resolved] > org.apache.directory.api.i18n (1.0.0.RC2) "Apache Directory LDAP API I18n= " [Resolved] > org.apache.directory.api.ldap.client.api (1.0.0.RC2) "Apache Directory LD= AP API Client API" [Resolved] > org.apache.directory.api.ldap.codec.core (1.0.0.RC2) "Apache Directory LD= AP API Codec Core" [Active] > org.apache.directory.api.ldap.extras.aci (1.0.0.RC2) "Apache Directory LD= AP API Extras ACI" [Resolved] > org.apache.directory.api.ldap.extras.codec (1.0.0.RC2) "Apache Directory = LDAP API Extras Codec" [Resolved] > org.apache.directory.api.ldap.extras.codec.api (1.0.0.RC2) "Apache Direct= ory LDAP API Extras Codec API" [Resolved] > org.apache.directory.api.ldap.extras.util (1.0.0.RC2) "Apache Directory L= DAP API Extras Util" [Resolved] > org.apache.directory.api.ldap.model (1.0.0.RC2) "Apache Directory LDAP AP= I Model" [Resolved] > org.apache.directory.api.ldap.net.mina (1.0.0.RC2) "Apache Directory LDAP= API Network MINA" [Active] > org.apache.directory.api.ldap.schema (1.0.0.RC2) "Apache Directory LDAP A= PI Schema Data" [Resolved] > org.apache.directory.api.ldap.schema.converter (1.0.0.RC2) "Apache Direct= ory LDAP API Schema Converter" [Resolved] > org.apache.directory.api.util (1.0.0.RC2) "Apache Directory LDAP API Util= ities" [Resolved] > org.apache.directory.server.config (2.0.0.M23) "ApacheDS Server Config" [= Resolved] > org.apache.directory.server.core.api (2.0.0.M23) "ApacheDS Core API" [Res= olved] > org.apache.directory.server.core.avl (2.0.0.M23) "ApacheDS Core AVL" [Res= olved] > org.apache.directory.server.core.constants (2.0.0.M23) "ApacheDS Core Con= stants" [Resolved] > org.apache.directory.server.i18n (2.0.0.M23) "ApacheDS I18n" [Resolved] > org.apache.directory.server.kerberos.codec (2.0.0.M23) "ApacheDS Protocol= Kerberos Codec" [Resolved] > org.apache.directory.server.ldif.partition (2.0.0.M23) "ApacheDS LDIF Par= tition" [Resolved] > org.apache.directory.server.xdbm.partition (2.0.0.M23) "ApacheDS Generali= zed (X) DBM Partition" [Resolved] > org.apache.directory.studio.aciitemeditor (2.0.0.v20161101-M12) "Apache D= irectory Studio ACI Item Editor" [Active] > org.apache.directory.studio.apacheds.configuration (2.0.0.v20161101-M12) = "Apache Directory Studio ApacheDS Configuration" [Active] > org.apache.directory.studio.apacheds.help (2.0.0.v20161101-M12) "Apache D= irectory Studio Apache DS Help" [Starting] > org.apache.directory.studio.common.core (2.0.0.v20161101-M12) "Apache Dir= ectory Studio Common Core" [Active] > org.apache.directory.studio.common.ui (2.0.0.v20161101-M12) "Apache Direc= tory Studio Common UI" [Active] > org.apache.directory.studio.connection.core (2.0.0.v20161101-M12) "Apache= Directory Studio Connection Core" [Active] > org.apache.directory.studio.connection.ui (2.0.0.v20161101-M12) "Apache D= irectory Studio Connection UI" [Active] > org.apache.directory.studio.ldapbrowser.common (2.0.0.v20161101-M12) "Apa= che Directory Studio LDAP Browser Common" [Active] > org.apache.directory.studio.ldapbrowser.core (2.0.0.v20161101-M12) "Apach= e Directory Studio LDAP Browser Core" [Active] > org.apache.directory.studio.ldapbrowser.help (2.0.0.v20161101-M12) "Apach= e Directory Studio LDAP Browser Help" [Starting] > org.apache.directory.studio.ldapbrowser.ui (2.0.0.v20161101-M12) "Apache = Directory Studio LDAP Browser UI" [Active] > org.apache.directory.studio.ldapservers (2.0.0.v20161101-M12) "Apache Dir= ectory Studio LDAP Servers" [Starting] > org.apache.directory.studio.ldapservers.apacheds (2.0.0.v20161101-M12) "A= pache Directory Studio ApacheDS LDAP Server Adapter" [Starting] > org.apache.directory.studio.ldifeditor (2.0.0.v20161101-M12) "Apache Dire= ctory Studio LDIF Editor" [Active] > org.apache.directory.studio.ldifeditor.help (2.0.0.v20161101-M12) "Apache= Directory Studio LDIF Editor Help" [Starting] > org.apache.directory.studio.ldifparser (2.0.0.v20161101-M12) "Apache Dire= ctory Studio LDIF Parser" [Active] > org.apache.directory.studio.rcp (2.0.0.v20161101-M12) "Apache Directory S= tudio RCP" [Active] > org.apache.directory.studio.rcp.help (2.0.0.v20161101-M12) "Apache Direct= ory Studio RCP Help" [Starting] > org.apache.directory.studio.schemaeditor (2.0.0.v20161101-M12) "Apache Di= rectory Studio Schema Editor" [Starting] > org.apache.directory.studio.schemaeditor.help (2.0.0.v20161101-M12) "Apac= he Directory Studio Schema Editor Help" [Starting] > org.apache.directory.studio.slf4j-eclipselog (2.0.0.v20161101-M12) "Apach= e Directory Studio SLF4J to Eclipse Log Binding" [Resolved] > org.apache.directory.studio.valueeditors (2.0.0.v20161101-M12) "Apache Di= rectory Studio Value Editors" [Active] > org.apache.felix.gogo.command (0.10.0.v201209301215) "Apache Felix Gogo C= ommand" [Active] > org.apache.felix.gogo.runtime (0.10.0.v201209301036) "Apache Felix Gogo R= untime" [Active] > org.apache.felix.gogo.shell (0.10.0.v201212101605) "Apache Felix Gogo She= ll" [Active] > org.apache.httpcomponents.httpclient (4.3.6.v201411290715) "Apache HttpCo= mponents HttpClient" [Resolved] > org.apache.httpcomponents.httpcore (4.3.3.v201411290715) "Apache HttpComp= onents Httpcore" [Resolved] > org.apache.jasper.glassfish (2.2.2.v201501141630) "JSP 2.2 implementation= from Glassfish" [Resolved] > org.apache.lucene.analysis (3.5.0.v20120725-1805) "Apache Lucene Analysis= " [Resolved] > org.apache.lucene.core (3.5.0.v20120725-1805) "Apache Lucene Core" [Resol= ved] > org.apache.mina.core (2.0.16) "Apache MINA Core" [Resolved] > org.apache.servicemix.bundles.antlr (2.7.7.5) "Apache ServiceMix :: Bundl= es :: antlr" [Resolved] > org.apache.servicemix.bundles.dom4j (1.6.1.5) "Apache ServiceMix :: Bundl= es :: dom4j" [Resolved] > org.apache.servicemix.bundles.xpp3 (1.1.4.c) "Apache ServiceMix :: Bundle= s :: xpp3" [Resolved] > org.eclipse.ant.core (3.4.0.v20150428-1928) "Ant Build Tool Core" [Starti= ng] > org.eclipse.ant.core.nl_de (4.5.0.v20151128060001) "org.eclipse.ant.core = German NLS Support" [Resolved] > org.eclipse.ant.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.ant.core = French NLS Support" [Resolved] > org.eclipse.compare (3.5.600.v20150420-1449) "Compare Support" [Active] > org.eclipse.compare.core (3.5.500.v20150505-1058) "Core Compare Support" = [Active] > org.eclipse.compare.core.nl_de (4.5.0.v20151128060001) "org.eclipse.compa= re.core German NLS Support" [Resolved] > org.eclipse.compare.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.compa= re.core French NLS Support" [Resolved] > org.eclipse.compare.nl_de (4.5.0.v20151128060001) "org.eclipse.compare Ge= rman NLS Support" [Resolved] > org.eclipse.compare.nl_fr (4.5.0.v20151128060001) "org.eclipse.compare Fr= ench NLS Support" [Resolved] > org.eclipse.core.commands (3.7.0.v20150422-0725) "Commands" [Resolved] > org.eclipse.core.commands.nl_de (4.5.0.v20151128060001) "org.eclipse.core= .commands German NLS Support" [Resolved] > org.eclipse.core.commands.nl_fr (4.5.0.v20151128060001) "org.eclipse.core= .commands French NLS Support" [Resolved] > org.eclipse.core.contenttype (3.5.0.v20150421-2214) "Eclipse Content Mech= anism" [Active] > org.eclipse.core.databinding (1.5.0.v20150422-0725) "JFace Data Binding" = [Starting] > org.eclipse.core.databinding.beans (1.3.0.v20150422-0725) "JFace Data Bin= ding for JavaBeans" [Resolved] > org.eclipse.core.databinding.beans.nl_de (4.5.0.v20151128060001) "org.ecl= ipse.core.databinding.beans German NLS Support" [Resolved] > org.eclipse.core.databinding.beans.nl_fr (4.5.0.v20151128060001) "org.ecl= ipse.core.databinding.beans French NLS Support" [Resolved] > org.eclipse.core.databinding.nl_de (4.5.0.v20151128060001) "org.eclipse.c= ore.databinding German NLS Support" [Resolved] > org.eclipse.core.databinding.nl_fr (4.5.0.v20151128060001) "org.eclipse.c= ore.databinding French NLS Support" [Resolved] > org.eclipse.core.databinding.observable (1.5.0.v20150422-0725) "JFace Dat= a Binding Observables" [Active] > org.eclipse.core.databinding.observable.nl_de (4.5.0.v20151128060001) "or= g.eclipse.core.databinding.observable German NLS Support" [Resolved] > org.eclipse.core.databinding.observable.nl_fr (4.5.0.v20151128060001) "or= g.eclipse.core.databinding.observable French NLS Support" [Resolved] > org.eclipse.core.databinding.property (1.5.0.v20150422-0725) "JFace Data = Binding Properties" [Starting] > org.eclipse.core.databinding.property.nl_de (4.5.0.v20151128060001) "org.= eclipse.core.databinding.property German NLS Support" [Resolved] > org.eclipse.core.databinding.property.nl_fr (4.5.0.v20151128060001) "org.= eclipse.core.databinding.property French NLS Support" [Resolved] > org.eclipse.core.expressions (3.5.0.v20150421-2214) "Expression Language"= [Active] > org.eclipse.core.externaltools (1.0.300.v20140219-0051) "External Tools H= eadless Support" [Starting] > org.eclipse.core.externaltools.nl_de (4.5.0.v20151128060001) "org.eclipse= .core.externaltools German NLS Support" [Resolved] > org.eclipse.core.externaltools.nl_fr (4.5.0.v20151128060001) "org.eclipse= .core.externaltools French NLS Support" [Resolved] > org.eclipse.core.filebuffers (3.5.500.v20140723-1040) "File Buffers" [Act= ive] > org.eclipse.core.filebuffers.nl_de (4.5.0.v20151128060001) "org.eclipse.c= ore.filebuffers German NLS Support" [Resolved] > org.eclipse.core.filebuffers.nl_fr (4.5.0.v20151128060001) "org.eclipse.c= ore.filebuffers French NLS Support" [Resolved] > org.eclipse.core.filesystem (1.5.0.v20150725-1910) "Core File Systems" [A= ctive] > org.eclipse.core.filesystem.java7 (1.0.100.v20150423-0754) "Core File Sys= tem for Java 7 and newer" [Resolved] > org.eclipse.core.filesystem.macosx (1.3.0.v20140124-1940) "Core File Syst= em for Macintosh" [Resolved] > org.eclipse.core.filesystem.nl_de (4.5.0.v20151128060001) "org.eclipse.co= re.filesystem German NLS Support" [Resolved] > org.eclipse.core.filesystem.nl_fr (4.5.0.v20151128060001) "org.eclipse.co= re.filesystem French NLS Support" [Resolved] > org.eclipse.core.jobs (3.7.0.v20150330-2103) "Eclipse Jobs Mechanism" [Ac= tive] > org.eclipse.core.net (1.2.300.v20141118-1725) "Internet Connection Manage= ment" [Active] > org.eclipse.core.net.nl_de (4.5.0.v20151128060001) "org.eclipse.core.net = German NLS Support" [Resolved] > org.eclipse.core.net.nl_fr (4.5.0.v20151128060001) "org.eclipse.core.net = French NLS Support" [Resolved] > org.eclipse.core.resources (3.10.1.v20150725-1910) "Core Resource Managem= ent" [Active] > org.eclipse.core.resources.nl_de (4.5.0.v20151128060001) "org.eclipse.cor= e.resources German NLS Support" [Resolved] > org.eclipse.core.resources.nl_fr (4.5.0.v20151128060001) "org.eclipse.cor= e.resources French NLS Support" [Resolved] > org.eclipse.core.runtime (3.11.1.v20150903-1804) "Core Runtime" [Active] > org.eclipse.core.runtime.compatibility (3.2.300.v20150423-0821) "Core Run= time Plug-in Compatibility" [Active] > org.eclipse.core.runtime.compatibility.registry (3.6.0.v20150318-1505) "E= clipse Registry Compatibility Fragment" [Resolved] > org.eclipse.core.variables (3.2.800.v20130819-1716) "Core Variables" [Sta= rting] > org.eclipse.core.variables.nl_de (4.5.0.v20151128060001) "org.eclipse.cor= e.variables German NLS Support" [Resolved] > org.eclipse.core.variables.nl_fr (4.5.0.v20151128060001) "org.eclipse.cor= e.variables French NLS Support" [Resolved] > org.eclipse.debug.core (3.10.0.v20150303-1130) "Debug Core" [Starting] > org.eclipse.debug.core.nl_de (4.5.0.v20151128060001) "org.eclipse.debug.c= ore German NLS Support" [Resolved] > org.eclipse.debug.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.debug.c= ore French NLS Support" [Resolved] > org.eclipse.debug.ui (3.11.101.v20160203-1230) "Debug UI" [Starting] > org.eclipse.debug.ui.nl_de (4.5.0.v20151128060001) "org.eclipse.debug.ui = German NLS Support" [Resolved] > org.eclipse.debug.ui.nl_fr (4.5.0.v20151128060001) "org.eclipse.debug.ui = French NLS Support" [Resolved] > org.eclipse.e4.core.commands (0.11.0.v20150422-0725) "Eclipse e4 core com= mands" [Active] > org.eclipse.e4.core.commands.nl_de (4.5.0.v20151128060001) "org.eclipse.e= 4.core.commands German NLS Support" [Resolved] > org.eclipse.e4.core.commands.nl_fr (4.5.0.v20151128060001) "org.eclipse.e= 4.core.commands French NLS Support" [Resolved] > org.eclipse.e4.core.contexts (1.4.0.v20150828-0818) "Eclipse Contexts" [A= ctive] > org.eclipse.e4.core.di (1.5.0.v20150421-2214) "Eclipse Dependency Injecti= on" [Active] > org.eclipse.e4.core.di.annotations (1.4.0.v20150528-1451) "Eclipse Depend= ency Injection Annotations" [Resolved] > org.eclipse.e4.core.di.extensions (0.13.0.v20150421-2214) "Eclipse Depend= ency Injection Extensions" [Active] > org.eclipse.e4.core.services (2.0.0.v20150403-1912) "Eclipse Application = Services" [Active] > org.eclipse.e4.emf.xpath (0.1.100.v20150513-0856) "Eclipse Model Xpath" [= Resolved] > org.eclipse.e4.ui.bindings (0.11.0.v20150422-0725) "Eclipse Bindings Supp= ort" [Active] > org.eclipse.e4.ui.bindings.nl_de (4.5.0.v20151128060001) "org.eclipse.e4.= ui.bindings German NLS Support" [Resolved] > org.eclipse.e4.ui.bindings.nl_fr (4.5.0.v20151128060001) "org.eclipse.e4.= ui.bindings French NLS Support" [Resolved] > org.eclipse.e4.ui.css.core (0.11.0.v20150511-1937) "Eclipse CSS Core Supp= ort" [Resolved] > org.eclipse.e4.ui.css.core.nl_de (4.5.0.v20151128060001) "org.eclipse.e4.= ui.css.core German NLS Support" [Resolved] > org.eclipse.e4.ui.css.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.e4.= ui.css.core French NLS Support" [Resolved] > org.eclipse.e4.ui.css.swt (0.12.0.v20150511-1003) "Eclipse CSS SWT Suppor= t" [Active] > org.eclipse.e4.ui.css.swt.nl_de (4.5.0.v20151128060001) "org.eclipse.e4.u= i.css.swt German NLS Support" [Resolved] > org.eclipse.e4.ui.css.swt.nl_fr (4.5.0.v20151128060001) "org.eclipse.e4.u= i.css.swt French NLS Support" [Resolved] > org.eclipse.e4.ui.css.swt.theme (0.10.0.v20150422-0725) "Eclipse CSS SWT = Theme Support" [Active] > org.eclipse.e4.ui.css.swt.theme.nl_de (4.5.0.v20151128060001) "org.eclips= e.e4.ui.css.swt.theme German NLS Support" [Resolved] > org.eclipse.e4.ui.css.swt.theme.nl_fr (4.5.0.v20151128060001) "org.eclips= e.e4.ui.css.swt.theme French NLS Support" [Resolved] > org.eclipse.e4.ui.di (1.1.0.v20150422-0725) "Eclipse UI Dependency Inject= ion" [Active] > org.eclipse.e4.ui.di.nl_de (4.5.0.v20151128060001) "org.eclipse.e4.ui.di = German NLS Support" [Resolved] > org.eclipse.e4.ui.di.nl_fr (4.5.0.v20151128060001) "org.eclipse.e4.ui.di = French NLS Support" [Resolved] > org.eclipse.e4.ui.dialogs (1.0.0.v20150513-0856) "Eclipse e4 dialogs" [Re= solved] > org.eclipse.e4.ui.model.workbench (1.1.100.v20150407-1430) "Eclipse Workb= ench Model" [Active] > org.eclipse.e4.ui.model.workbench.nl_de (4.5.0.v20151128060001) "org.ecli= pse.e4.ui.model.workbench German NLS Support" [Resolved] > org.eclipse.e4.ui.model.workbench.nl_fr (4.5.0.v20151128060001) "org.ecli= pse.e4.ui.model.workbench French NLS Support" [Resolved] > org.eclipse.e4.ui.services (1.2.0.v20150422-0725) "Eclipse UI Application= Services" [Active] > org.eclipse.e4.ui.services.nl_de (4.5.0.v20151128060001) "org.eclipse.e4.= ui.services German NLS Support" [Resolved] > org.eclipse.e4.ui.services.nl_fr (4.5.0.v20151128060001) "org.eclipse.e4.= ui.services French NLS Support" [Resolved] > org.eclipse.e4.ui.widgets (1.1.0.v20150427-1751) "Eclipse UI Custom widge= ts" [Resolved] > org.eclipse.e4.ui.widgets.nl_de (4.5.0.v20151128060001) "org.eclipse.e4.u= i.widgets German NLS Support" [Resolved] > org.eclipse.e4.ui.widgets.nl_fr (4.5.0.v20151128060001) "org.eclipse.e4.u= i.widgets French NLS Support" [Resolved] > org.eclipse.e4.ui.workbench (1.3.1.v20160203-0951) "Eclipse e4 Workbench"= [Active] > org.eclipse.e4.ui.workbench.addons.swt (1.2.0.v20150512-1414) "Eclipse e4= Workbench Add-ons" [Active] > org.eclipse.e4.ui.workbench.addons.swt.nl_de (4.5.0.v20151128060001) "org= .eclipse.e4.ui.workbench.addons.swt German NLS Support" [Resolved] > org.eclipse.e4.ui.workbench.addons.swt.nl_fr (4.5.0.v20151128060001) "org= .eclipse.e4.ui.workbench.addons.swt French NLS Support" [Resolved] > org.eclipse.e4.ui.workbench.nl_de (4.5.0.v20151128060001) "org.eclipse.e4= .ui.workbench German NLS Support" [Resolved] > org.eclipse.e4.ui.workbench.nl_fr (4.5.0.v20151128060001) "org.eclipse.e4= .ui.workbench French NLS Support" [Resolved] > org.eclipse.e4.ui.workbench.renderers.swt (0.13.0.v20150901-1347) "Eclips= e e4 Workbench SWT Renderer" [Active] > org.eclipse.e4.ui.workbench.renderers.swt.cocoa (0.11.300.v20150507-1945)= "Eclipse UI MacOS X Enhancements" [Resolved] > org.eclipse.e4.ui.workbench.renderers.swt.nl_de (4.5.0.v20151128060001) "= org.eclipse.e4.ui.workbench.renderers.swt German NLS Support" [Resolved] > org.eclipse.e4.ui.workbench.renderers.swt.nl_fr (4.5.0.v20151128060001) "= org.eclipse.e4.ui.workbench.renderers.swt French NLS Support" [Resolved] > org.eclipse.e4.ui.workbench.swt (0.13.0.v20150504-0621) "Eclipse e4 Workb= ench SWT" [Active] > org.eclipse.e4.ui.workbench.swt.nl_de (4.5.0.v20151128060001) "org.eclips= e.e4.ui.workbench.swt German NLS Support" [Resolved] > org.eclipse.e4.ui.workbench.swt.nl_fr (4.5.0.v20151128060001) "org.eclips= e.e4.ui.workbench.swt French NLS Support" [Resolved] > org.eclipse.e4.ui.workbench3 (0.13.0.v20150422-0725) "Bundle for Workbenc= h APIs available in e4" [Resolved] > org.eclipse.e4.ui.workbench3.nl_de (4.5.0.v20151128060001) "org.eclipse.e= 4.ui.workbench3 German NLS Support" [Resolved] > org.eclipse.e4.ui.workbench3.nl_fr (4.5.0.v20151128060001) "org.eclipse.e= 4.ui.workbench3 French NLS Support" [Resolved] > org.eclipse.ecf (3.7.0.v20151130-0157) "ECF Core API" [Starting] > org.eclipse.ecf.filetransfer (5.0.0.v20151130-0157) "ECF Filetransfer API= " [Starting] > org.eclipse.ecf.identity (3.6.0.v20151130-0157) "ECF Identity Core API" [= Starting] > org.eclipse.ecf.provider.filetransfer (3.2.200.v20151130-0157) "ECF Filet= ransfer Provider" [Starting] > org.eclipse.ecf.provider.filetransfer.httpclient4 (1.1.0.v20151130-0157) = "ECF HttpComponents Filetransfer Provider" [Starting] > org.eclipse.ecf.provider.filetransfer.httpclient4.ssl (1.1.0.v20151130-01= 57) "ECF HttpComponents Filetransfer Provider" [Resolved] > org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20151130-0157) "ECF Fil= etransfer Provider" [Resolved] > org.eclipse.ecf.ssl (1.2.0.v20151130-0157) "ECF Core API" [Resolved] > org.eclipse.emf.common (2.11.1.v20160208-0816) "EMF Common" [Active] > org.eclipse.emf.ecore (2.11.2.v20160208-0816) "EMF Ecore" [Active] > org.eclipse.emf.ecore.change (2.11.0.v20160208-0816) "EMF Change Model" [= Starting] > org.eclipse.emf.ecore.xmi (2.11.1.v20160208-0816) "EMF XML/XMI Persistenc= e" [Active] > org.eclipse.equinox.app (1.3.300.v20150423-1356) "Equinox Application Con= tainer" [Active] > org.eclipse.equinox.bidi (0.10.0.v20130327-1442) "Bidirectional Text Supp= ort" [Starting] > org.eclipse.equinox.common (3.7.0.v20150402-1709) "Common Eclipse Runtime= " [Active] > org.eclipse.equinox.concurrent (1.1.0.v20130327-1442) "Equinox Concurrent= API" [Starting] > org.eclipse.equinox.console (1.1.100.v20141023-1406) "Console plug-in" [A= ctive] > org.eclipse.equinox.ds (1.4.300.v20150423-1356) "Declarative Services" [A= ctive] > org.eclipse.equinox.event (1.3.100.v20140115-1647) "Event Admin" [Active] > org.eclipse.equinox.frameworkadmin (2.0.200.v20150423-1455) "Equinox Fram= ework Admin" [Starting] > org.eclipse.equinox.frameworkadmin.equinox (1.0.600.v20150522-2234) "Equi= nox Framework Admin for Equinox" [Starting] > org.eclipse.equinox.frameworkadmin.equinox.nl_de (4.5.0.v20151128060001) = "org.eclipse.equinox.frameworkadmin.equinox German NLS Support" [Resolved] > org.eclipse.equinox.frameworkadmin.equinox.nl_fr (4.5.0.v20151128060001) = "org.eclipse.equinox.frameworkadmin.equinox French NLS Support" [Resolved] > org.eclipse.equinox.frameworkadmin.nl_de (4.5.0.v20151128060001) "org.ecl= ipse.equinox.frameworkadmin German NLS Support" [Resolved] > org.eclipse.equinox.frameworkadmin.nl_fr (4.5.0.v20151128060001) "org.ecl= ipse.equinox.frameworkadmin French NLS Support" [Resolved] > org.eclipse.equinox.http.jetty (3.1.2.v20160115-1350) "Jetty Http Service= " [Starting] > org.eclipse.equinox.http.registry (1.1.300.v20130402-1529) "Http Service = Registry Extensions" [Resolved] > org.eclipse.equinox.http.servlet (1.2.2.v20160202-2102) "Http Services Se= rvlet" [Starting] > org.eclipse.equinox.jsp.jasper (1.0.500.v20150119-1358) "Jasper Jsp Suppo= rt Bundle" [Starting] > org.eclipse.equinox.jsp.jasper.registry (1.0.300.v20130327-1442) "Jasper = Jsp Registry Support Plug-in" [Starting] > org.eclipse.equinox.launcher (1.3.100.v20150511-1540) "Equinox Launcher" = [Resolved] > org.eclipse.equinox.launcher.cocoa.macosx.x86_64 (1.1.300.v20150602-1417)= "Equinox Launcher MacOSX Cocoa Fragment" [Resolved] > org.eclipse.equinox.launcher.nl_de (4.5.0.v20151128060001) "org.eclipse.e= quinox.launcher German NLS Support" [Resolved] > org.eclipse.equinox.launcher.nl_fr (4.5.0.v20151128060001) "org.eclipse.e= quinox.launcher French NLS Support" [Resolved] > org.eclipse.equinox.p2.artifact.repository (1.1.400.v20150513-2116) "Equi= nox Provisioning Artifact Repository Support" [Starting] > org.eclipse.equinox.p2.artifact.repository.nl_de (4.5.0.v20151128060001) = "org.eclipse.equinox.p2.artifact.repository German NLS Support" [Resolved] > org.eclipse.equinox.p2.artifact.repository.nl_fr (4.5.0.v20151128060001) = "org.eclipse.equinox.p2.artifact.repository French NLS Support" [Resolved] > org.eclipse.equinox.p2.console (1.0.400.v20150423-1455) "Equinox Provisio= ning Console" [Starting] > org.eclipse.equinox.p2.console.nl_de (4.5.0.v20151128060001) "org.eclipse= .equinox.p2.console German NLS Support" [Resolved] > org.eclipse.equinox.p2.console.nl_fr (4.5.0.v20151128060001) "org.eclipse= .equinox.p2.console French NLS Support" [Resolved] > org.eclipse.equinox.p2.core (2.4.0.v20150527-1706) "Equinox Provisioning = Core" [Active] > org.eclipse.equinox.p2.core.nl_de (4.5.0.v20151128060001) "org.eclipse.eq= uinox.p2.core German NLS Support" [Resolved] > org.eclipse.equinox.p2.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.eq= uinox.p2.core French NLS Support" [Resolved] > org.eclipse.equinox.p2.director (2.3.200.v20150423-1455) "Equinox Provisi= oning Director" [Starting] > org.eclipse.equinox.p2.director.app (1.0.400.v20150423-1455) "Equinox Pro= visioning Director Application" [Starting] > org.eclipse.equinox.p2.director.app.nl_de (4.5.0.v20151128060001) "org.ec= lipse.equinox.p2.director.app German NLS Support" [Resolved] > org.eclipse.equinox.p2.director.app.nl_fr (4.5.0.v20151128060001) "org.ec= lipse.equinox.p2.director.app French NLS Support" [Resolved] > org.eclipse.equinox.p2.director.nl_de (4.5.0.v20151128060001) "org.eclips= e.equinox.p2.director German NLS Support" [Resolved] > org.eclipse.equinox.p2.director.nl_fr (4.5.0.v20151128060001) "org.eclips= e.equinox.p2.director French NLS Support" [Resolved] > org.eclipse.equinox.p2.directorywatcher (1.1.100.v20150423-1455) "Equinox= Provisioning Directory Watcher" [Active] > org.eclipse.equinox.p2.directorywatcher.nl_de (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.directorywatcher German NLS Support" [Resolved] > org.eclipse.equinox.p2.directorywatcher.nl_fr (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.directorywatcher French NLS Support" [Resolved] > org.eclipse.equinox.p2.engine (2.4.0.v20150511-1532) "Equinox Provisionin= g Engine" [Active] > org.eclipse.equinox.p2.engine.nl_de (4.5.0.v20151128060001) "org.eclipse.= equinox.p2.engine German NLS Support" [Resolved] > org.eclipse.equinox.p2.engine.nl_fr (4.5.0.v20151128060001) "org.eclipse.= equinox.p2.engine French NLS Support" [Resolved] > org.eclipse.equinox.p2.extensionlocation (1.2.201.v20160129-0947) "Equino= x Provisioning Extension Location Repository Support" [Starting] > org.eclipse.equinox.p2.extensionlocation.nl_de (4.5.0.v20151128060001) "o= rg.eclipse.equinox.p2.extensionlocation German NLS Support" [Resolved] > org.eclipse.equinox.p2.extensionlocation.nl_fr (4.5.0.v20151128060001) "o= rg.eclipse.equinox.p2.extensionlocation French NLS Support" [Resolved] > org.eclipse.equinox.p2.garbagecollector (1.0.200.v20131115-1210) "Equinox= Provisioning Garbage Collector" [Starting] > org.eclipse.equinox.p2.garbagecollector.nl_de (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.garbagecollector German NLS Support" [Resolved] > org.eclipse.equinox.p2.garbagecollector.nl_fr (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.garbagecollector French NLS Support" [Resolved] > org.eclipse.equinox.p2.jarprocessor (1.0.400.v20150430-1836) "Equinox Pro= visioning JAR Processor" [Resolved] > org.eclipse.equinox.p2.jarprocessor.nl_de (4.5.0.v20151128060001) "org.ec= lipse.equinox.p2.jarprocessor German NLS Support" [Resolved] > org.eclipse.equinox.p2.jarprocessor.nl_fr (4.5.0.v20151128060001) "org.ec= lipse.equinox.p2.jarprocessor French NLS Support" [Resolved] > org.eclipse.equinox.p2.metadata (2.3.0.v20150511-1532) "Equinox Provision= ing Metadata" [Active] > org.eclipse.equinox.p2.metadata.nl_de (4.5.0.v20151128060001) "org.eclips= e.equinox.p2.metadata German NLS Support" [Resolved] > org.eclipse.equinox.p2.metadata.nl_fr (4.5.0.v20151128060001) "org.eclips= e.equinox.p2.metadata French NLS Support" [Resolved] > org.eclipse.equinox.p2.metadata.repository (1.2.200.v20150428-1613) "Equi= nox Provisioning Metadata Repository" [Active] > org.eclipse.equinox.p2.metadata.repository.nl_de (4.5.0.v20151128060001) = "org.eclipse.equinox.p2.metadata.repository German NLS Support" [Resolved] > org.eclipse.equinox.p2.metadata.repository.nl_fr (4.5.0.v20151128060001) = "org.eclipse.equinox.p2.metadata.repository French NLS Support" [Resolved] > org.eclipse.equinox.p2.operations (2.4.100.v20150423-1455) "Equinox Provi= sioning Operations API" [Active] > org.eclipse.equinox.p2.operations.nl_de (4.5.0.v20151128060001) "org.ecli= pse.equinox.p2.operations German NLS Support" [Resolved] > org.eclipse.equinox.p2.operations.nl_fr (4.5.0.v20151128060001) "org.ecli= pse.equinox.p2.operations French NLS Support" [Resolved] > org.eclipse.equinox.p2.publisher (1.4.0.v20141117-0929) "Equinox Provisio= ning Publisher Infrastructure" [Starting] > org.eclipse.equinox.p2.publisher.eclipse (1.2.0.v20150601-1708) "Equinox = Provisioning Publisher for Eclipse" [Starting] > org.eclipse.equinox.p2.publisher.eclipse.nl_de (4.5.0.v20151128060001) "o= rg.eclipse.equinox.p2.publisher.eclipse German NLS Support" [Resolved] > org.eclipse.equinox.p2.publisher.eclipse.nl_fr (4.5.0.v20151128060001) "o= rg.eclipse.equinox.p2.publisher.eclipse French NLS Support" [Resolved] > org.eclipse.equinox.p2.publisher.nl_de (4.5.0.v20151128060001) "org.eclip= se.equinox.p2.publisher German NLS Support" [Resolved] > org.eclipse.equinox.p2.publisher.nl_fr (4.5.0.v20151128060001) "org.eclip= se.equinox.p2.publisher French NLS Support" [Resolved] > org.eclipse.equinox.p2.reconciler.dropins (1.1.300.v20150423-1455) "Equin= ox Provisioning Drop-in" [Active] > org.eclipse.equinox.p2.reconciler.dropins.nl_de (4.5.0.v20151128060001) "= org.eclipse.equinox.p2.reconciler.dropins German NLS Support" [Resolved] > org.eclipse.equinox.p2.reconciler.dropins.nl_fr (4.5.0.v20151128060001) "= org.eclipse.equinox.p2.reconciler.dropins French NLS Support" [Resolved] > org.eclipse.equinox.p2.repository (2.3.100.v20150428-1613) "Equinox Provi= sioning Repository" [Active] > org.eclipse.equinox.p2.repository.nl_de (4.5.0.v20151128060001) "org.ecli= pse.equinox.p2.repository German NLS Support" [Resolved] > org.eclipse.equinox.p2.repository.nl_fr (4.5.0.v20151128060001) "org.ecli= pse.equinox.p2.repository French NLS Support" [Resolved] > org.eclipse.equinox.p2.repository.tools (2.1.100.v20150423-1455) "Equinox= Provisioning Repository Tools" [Starting] > org.eclipse.equinox.p2.repository.tools.nl_de (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.repository.tools German NLS Support" [Resolved] > org.eclipse.equinox.p2.repository.tools.nl_fr (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.repository.tools French NLS Support" [Resolved] > org.eclipse.equinox.p2.touchpoint.eclipse (2.1.300.v20150423-1455) "Equin= ox Provisioning Eclipse Touchpoint" [Starting] > org.eclipse.equinox.p2.touchpoint.eclipse.nl_de (4.5.0.v20151128060001) "= org.eclipse.equinox.p2.touchpoint.eclipse German NLS Support" [Resolved] > org.eclipse.equinox.p2.touchpoint.eclipse.nl_fr (4.5.0.v20151128060001) "= org.eclipse.equinox.p2.touchpoint.eclipse French NLS Support" [Resolved] > org.eclipse.equinox.p2.touchpoint.natives (1.2.0.v20150519-1136) "Equinox= Provisioning Native Touchpoint" [Starting] > org.eclipse.equinox.p2.touchpoint.natives.nl_de (4.5.0.v20151128060001) "= org.eclipse.equinox.p2.touchpoint.natives German NLS Support" [Resolved] > org.eclipse.equinox.p2.touchpoint.natives.nl_fr (4.5.0.v20151128060001) "= org.eclipse.equinox.p2.touchpoint.natives French NLS Support" [Resolved] > org.eclipse.equinox.p2.transport.ecf (1.1.100.v20150521-1342) "Equinox Pr= ovisioning ECF based Transport" [Starting] > org.eclipse.equinox.p2.transport.ecf.nl_de (4.5.0.v20151128060001) "org.e= clipse.equinox.p2.transport.ecf German NLS Support" [Resolved] > org.eclipse.equinox.p2.transport.ecf.nl_fr (4.5.0.v20151128060001) "org.e= clipse.equinox.p2.transport.ecf French NLS Support" [Resolved] > org.eclipse.equinox.p2.ui (2.4.0.v20150425-0422) "Equinox Provisioning UI= Support" [Active] > org.eclipse.equinox.p2.ui.importexport (1.1.100.v20150423-1455) "Equinox = Provisioning Import and Export" [Starting] > org.eclipse.equinox.p2.ui.importexport.nl_de (4.5.0.v20151128060001) "org= .eclipse.equinox.p2.ui.importexport German NLS Support" [Resolved] > org.eclipse.equinox.p2.ui.importexport.nl_fr (4.5.0.v20151128060001) "org= .eclipse.equinox.p2.ui.importexport French NLS Support" [Resolved] > org.eclipse.equinox.p2.ui.nl_de (4.5.0.v20151128060001) "org.eclipse.equi= nox.p2.ui German NLS Support" [Resolved] > org.eclipse.equinox.p2.ui.nl_fr (4.5.0.v20151128060001) "org.eclipse.equi= nox.p2.ui French NLS Support" [Resolved] > org.eclipse.equinox.p2.ui.sdk (1.0.400.v20150423-1455) "Equinox Provision= ing Platform Update Support" [Active] > org.eclipse.equinox.p2.ui.sdk.nl_de (4.5.0.v20151128060001) "org.eclipse.= equinox.p2.ui.sdk German NLS Support" [Resolved] > org.eclipse.equinox.p2.ui.sdk.nl_fr (4.5.0.v20151128060001) "org.eclipse.= equinox.p2.ui.sdk French NLS Support" [Resolved] > org.eclipse.equinox.p2.ui.sdk.scheduler (1.2.100.v20150423-1455) "Equinox= Provisioning Platform Automatic Update Support" [Active] > org.eclipse.equinox.p2.ui.sdk.scheduler.nl_de (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.ui.sdk.scheduler German NLS Support" [Resolved] > org.eclipse.equinox.p2.ui.sdk.scheduler.nl_fr (4.5.0.v20151128060001) "or= g.eclipse.equinox.p2.ui.sdk.scheduler French NLS Support" [Resolved] > org.eclipse.equinox.p2.updatechecker (1.1.200.v20131119-0908) "Equinox Pr= ovisioning Update Checker" [Active] > org.eclipse.equinox.p2.updatechecker.nl_de (4.5.0.v20151128060001) "org.e= clipse.equinox.p2.updatechecker German NLS Support" [Resolved] > org.eclipse.equinox.p2.updatechecker.nl_fr (4.5.0.v20151128060001) "org.e= clipse.equinox.p2.updatechecker French NLS Support" [Resolved] > org.eclipse.equinox.p2.updatesite (1.0.500.v20150423-1455) "Equinox Provi= sioning Legacy Update Site Support" [Starting] > org.eclipse.equinox.p2.updatesite.nl_de (4.5.0.v20151128060001) "org.ecli= pse.equinox.p2.updatesite German NLS Support" [Resolved] > org.eclipse.equinox.p2.updatesite.nl_fr (4.5.0.v20151128060001) "org.ecli= pse.equinox.p2.updatesite French NLS Support" [Resolved] > org.eclipse.equinox.preferences (3.5.300.v20150408-1437) "Eclipse Prefere= nces Mechanism" [Active] > org.eclipse.equinox.registry (3.6.0.v20150318-1503) "Extension Registry S= upport" [Active] > org.eclipse.equinox.security (1.2.100.v20150423-1356) "Equinox Java Authe= ntication and Authorization Service (JAAS)" [Active] > org.eclipse.equinox.security.macosx (1.100.200.v20130327-1442) "OS X Keys= tore service integration" [Resolved] > org.eclipse.equinox.security.ui (1.1.201.v20150803-1228) "Equinox Securit= y Default UI" [Starting] > org.eclipse.equinox.simpleconfigurator (1.1.100.v20150423-1455) "Simple C= onfigurator" [Active] > org.eclipse.equinox.simpleconfigurator.manipulator (2.0.100.v20150423-145= 5) "Simple Configurator Manipulator" [Starting] > org.eclipse.equinox.simpleconfigurator.manipulator.nl_de (4.5.0.v20151128= 060001) "org.eclipse.equinox.simpleconfigurator.manipulator German NLS Supp= ort" [Resolved] > org.eclipse.equinox.simpleconfigurator.manipulator.nl_fr (4.5.0.v20151128= 060001) "org.eclipse.equinox.simpleconfigurator.manipulator French NLS Supp= ort" [Resolved] > org.eclipse.equinox.simpleconfigurator.nl_de (4.5.0.v20151128060001) "org= .eclipse.equinox.simpleconfigurator German NLS Support" [Resolved] > org.eclipse.equinox.simpleconfigurator.nl_fr (4.5.0.v20151128060001) "org= .eclipse.equinox.simpleconfigurator French NLS Support" [Resolved] > org.eclipse.equinox.util (1.0.500.v20130404-1337) "Equinox Util Bundle" [= Active] > org.eclipse.help (3.6.0.v20130326-1254) "Help System Core" [Active] > org.eclipse.help.base (4.0.301.v20160212-1500) "Help System Base" [Starti= ng] > org.eclipse.help.base.nl_de (4.5.0.v20151128060001) "org.eclipse.help.bas= e German NLS Support" [Resolved] > org.eclipse.help.base.nl_fr (4.5.0.v20151128060001) "org.eclipse.help.bas= e French NLS Support" [Resolved] > org.eclipse.help.nl_de (4.5.0.v20151128060001) "org.eclipse.help German N= LS Support" [Resolved] > org.eclipse.help.nl_fr (4.5.0.v20151128060001) "org.eclipse.help French N= LS Support" [Resolved] > org.eclipse.help.ui (4.0.100.v20140401-0608) "Help System UI" [Starting] > org.eclipse.help.ui.nl_de (4.5.0.v20151128060001) "org.eclipse.help.ui Ge= rman NLS Support" [Resolved] > org.eclipse.help.ui.nl_fr (4.5.0.v20151128060001) "org.eclipse.help.ui Fr= ench NLS Support" [Resolved] > org.eclipse.help.webapp (3.7.0.v20150425-0643) "Help System Webapp" [Star= ting] > org.eclipse.help.webapp.nl_de (4.5.0.v20151128060001) "org.eclipse.help.w= ebapp German NLS Support" [Resolved] > org.eclipse.help.webapp.nl_fr (4.5.0.v20151128060001) "org.eclipse.help.w= ebapp French NLS Support" [Resolved] > org.eclipse.jdt.core (3.11.2.v20160128-0629) "Java Development Tools Core= " [Starting] > org.eclipse.jdt.core.nl_de (4.5.0.v20151128060001) "org.eclipse.jdt.core = German NLS Support" [Resolved] > org.eclipse.jdt.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.jdt.core = French NLS Support" [Resolved] > org.eclipse.jdt.debug (3.9.1.v20160128-1343) "JDI Debug Model" [Starting] > org.eclipse.jdt.debug.nl_de (4.5.0.v20151128060001) "org.eclipse.jdt.debu= g German NLS Support" [Resolved] > org.eclipse.jdt.debug.nl_fr (4.5.0.v20151128060001) "org.eclipse.jdt.debu= g French NLS Support" [Resolved] > org.eclipse.jdt.launching (3.8.0.v20150527-0946) "Java Development Tools = Launching Support" [Starting] > org.eclipse.jdt.launching.macosx (3.3.0.v20150313-0517) "Mac OS X Launche= r" [Starting] > org.eclipse.jdt.launching.nl_de (4.5.0.v20151128060001) "org.eclipse.jdt.= launching German NLS Support" [Resolved] > org.eclipse.jdt.launching.nl_fr (4.5.0.v20151128060001) "org.eclipse.jdt.= launching French NLS Support" [Resolved] > org.eclipse.jetty.continuation (9.2.13.v20150730) "Jetty :: Continuation"= [Resolved] > org.eclipse.jetty.http (9.2.13.v20150730) "Jetty :: Http Utility" [Resolv= ed] > org.eclipse.jetty.io (9.2.13.v20150730) "Jetty :: IO Utility" [Resolved] > org.eclipse.jetty.security (9.2.13.v20150730) "Jetty :: Security" [Resolv= ed] > org.eclipse.jetty.server (9.2.13.v20150730) "Jetty :: Server Core" [Resol= ved] > org.eclipse.jetty.servlet (9.2.13.v20150730) "Jetty :: Servlet Handling" = [Resolved] > org.eclipse.jetty.util (9.2.13.v20150730) "Jetty :: Utilities" [Resolved] > org.eclipse.jface (3.11.1.v20160128-1644) "JFace" [Active] > org.eclipse.jface.databinding (1.7.0.v20150406-2148) "JFace Data Binding = for SWT and JFace" [Resolved] > org.eclipse.jface.databinding.nl_de (4.5.0.v20151128060001) "org.eclipse.= jface.databinding German NLS Support" [Resolved] > org.eclipse.jface.databinding.nl_fr (4.5.0.v20151128060001) "org.eclipse.= jface.databinding French NLS Support" [Resolved] > org.eclipse.jface.nl_de (4.5.0.v20151128060001) "org.eclipse.jface German= NLS Support" [Resolved] > org.eclipse.jface.nl_fr (4.5.0.v20151128060001) "org.eclipse.jface French= NLS Support" [Resolved] > org.eclipse.jface.text (3.10.0.v20150603-1752) "JFace Text" [Resolved] > org.eclipse.jface.text.nl_de (4.5.0.v20151128060001) "org.eclipse.jface.t= ext German NLS Support" [Resolved] > org.eclipse.jface.text.nl_fr (4.5.0.v20151128060001) "org.eclipse.jface.t= ext French NLS Support" [Resolved] > org.eclipse.jsch.core (1.2.0.v20141202-1415) "JSch Core" [Starting] > org.eclipse.jsch.core.nl_de (4.5.0.v20151128060001) "org.eclipse.jsch.cor= e German NLS Support" [Resolved] > org.eclipse.jsch.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.jsch.cor= e French NLS Support" [Resolved] > org.eclipse.jsch.ui (1.2.0.v20141202-1415) "JSch UI" [Starting] > org.eclipse.jsch.ui.nl_de (4.5.0.v20151128060001) "org.eclipse.jsch.ui Ge= rman NLS Support" [Resolved] > org.eclipse.jsch.ui.nl_fr (4.5.0.v20151128060001) "org.eclipse.jsch.ui Fr= ench NLS Support" [Resolved] > org.eclipse.ltk.core.refactoring (3.6.201.v20150819-1034) "Refactoring Co= re" [Starting] > org.eclipse.ltk.core.refactoring.nl_de (4.5.0.v20151128060001) "org.eclip= se.ltk.core.refactoring German NLS Support" [Resolved] > org.eclipse.ltk.core.refactoring.nl_fr (4.5.0.v20151128060001) "org.eclip= se.ltk.core.refactoring French NLS Support" [Resolved] > org.eclipse.ltk.ui.refactoring (3.7.200.v20140625-1835) "Refactoring UI" = [Starting] > org.eclipse.ltk.ui.refactoring.nl_de (4.5.0.v20151128060001) "org.eclipse= .ltk.ui.refactoring German NLS Support" [Resolved] > org.eclipse.ltk.ui.refactoring.nl_fr (4.5.0.v20151128060001) "org.eclipse= .ltk.ui.refactoring French NLS Support" [Resolved] > org.eclipse.osgi (3.10.102.v20160118-1700) "OSGi System Bundle" [Active] > org.eclipse.osgi.compatibility.state (1.0.100.v20150402-1551) "Equinox St= ate and Resolver Compatibility Fragment" [Resolved] > org.eclipse.osgi.nl_de (4.5.0.v20151128060001) "org.eclipse.osgi German N= LS Support" [Resolved] > org.eclipse.osgi.nl_fr (4.5.0.v20151128060001) "org.eclipse.osgi French N= LS Support" [Resolved] > org.eclipse.osgi.services (3.5.0.v20150519-2006) "OSGi Release 4.2.0 Serv= ices" [Resolved] > org.eclipse.osgi.services.nl_de (4.5.0.v20151128060001) "org.eclipse.osgi= .services German NLS Support" [Resolved] > org.eclipse.osgi.services.nl_fr (4.5.0.v20151128060001) "org.eclipse.osgi= .services French NLS Support" [Resolved] > org.eclipse.osgi.util (3.3.100.v20150423-1351) "OSGi Release 4.2.0 Utilit= y Classes" [Resolved] > org.eclipse.osgi.util.nl_de (4.5.0.v20151128060001) "org.eclipse.osgi.uti= l German NLS Support" [Resolved] > org.eclipse.osgi.util.nl_fr (4.5.0.v20151128060001) "org.eclipse.osgi.uti= l French NLS Support" [Resolved] > org.eclipse.platform (4.5.2.v20160212-1500) "Eclipse Platform" [Resolved] > org.eclipse.platform.doc.user (4.5.1.v20150819-1130) "Eclipse Workbench U= ser Guide" [Resolved] > org.eclipse.platform.nl_de (4.5.0.v20151128060001) "org.eclipse.platform = German NLS Support" [Resolved] > org.eclipse.platform.nl_fr (4.5.0.v20151128060001) "org.eclipse.platform = French NLS Support" [Resolved] > org.eclipse.rcp (4.5.2.v20160212-1500) "Eclipse RCP" [Starting] > org.eclipse.search (3.10.0.v20150318-0856) "Search Support" [Active] > org.eclipse.search.nl_de (4.5.0.v20151128060001) "org.eclipse.search Germ= an NLS Support" [Resolved] > org.eclipse.search.nl_fr (4.5.0.v20151128060001) "org.eclipse.search Fren= ch NLS Support" [Resolved] > org.eclipse.swt (3.104.2.v20160212-1350) "Standard Widget Toolkit" [Resol= ved] > org.eclipse.swt.cocoa.macosx.x86_64 (3.104.2.v20160212-1350) "Standard Wi= dget Toolkit for Mac OS X (Cocoa)" [Resolved] > org.eclipse.swt.nl_de (4.5.0.v20151128060001) "org.eclipse.swt German NLS= Support" [Resolved] > org.eclipse.swt.nl_fr (4.5.0.v20151128060001) "org.eclipse.swt French NLS= Support" [Resolved] > org.eclipse.team.core (3.7.100.v20150203-1452) "Team Support Core" [Start= ing] > org.eclipse.team.core.nl_de (4.5.0.v20151128060001) "org.eclipse.team.cor= e German NLS Support" [Resolved] > org.eclipse.team.core.nl_fr (4.5.0.v20151128060001) "org.eclipse.team.cor= e French NLS Support" [Resolved] > org.eclipse.team.ui (3.7.200.v20150203-1452) "Team Support UI" [Starting] > org.eclipse.team.ui.nl_de (4.5.0.v20151128060001) "org.eclipse.team.ui Ge= rman NLS Support" [Resolved] > org.eclipse.team.ui.nl_fr (4.5.0.v20151128060001) "org.eclipse.team.ui Fr= ench NLS Support" [Resolved] > org.eclipse.text (3.5.400.v20150505-1044) "Text" [Resolved] > org.eclipse.text.nl_de (4.5.0.v20151128060001) "org.eclipse.text German N= LS Support" [Resolved] > org.eclipse.text.nl_fr (4.5.0.v20151128060001) "org.eclipse.text French N= LS Support" [Resolved] > org.eclipse.ui (3.107.0.v20150507-1945) "Eclipse UI" [Active] > org.eclipse.ui.browser (3.4.300.v20150429-0602) "Browser Support" [Starti= ng] > org.eclipse.ui.browser.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.brow= ser German NLS Support" [Resolved] > org.eclipse.ui.browser.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.brow= ser French NLS Support" [Resolved] > org.eclipse.ui.cheatsheets (3.4.200.v20131227-1524) "Cheat Sheets" [Start= ing] > org.eclipse.ui.cheatsheets.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.= cheatsheets German NLS Support" [Resolved] > org.eclipse.ui.cheatsheets.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.= cheatsheets French NLS Support" [Resolved] > org.eclipse.ui.cocoa (1.1.100.v20150315-1253) "Eclipse UI MacOS X Enhance= ments" [Resolved] > org.eclipse.ui.console (3.6.100.v20150822-1912) "Console" [Starting] > org.eclipse.ui.console.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.cons= ole German NLS Support" [Resolved] > org.eclipse.ui.console.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.cons= ole French NLS Support" [Resolved] > org.eclipse.ui.editors (3.9.0.v20150213-1939) "Default Text Editor" [Acti= ve] > org.eclipse.ui.editors.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.edit= ors German NLS Support" [Resolved] > org.eclipse.ui.editors.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.edit= ors French NLS Support" [Resolved] > org.eclipse.ui.externaltools (3.3.0.v20150302-1002) "External Tools" [Sta= rting] > org.eclipse.ui.externaltools.nl_de (4.5.0.v20151128060001) "org.eclipse.u= i.externaltools German NLS Support" [Resolved] > org.eclipse.ui.externaltools.nl_fr (4.5.0.v20151128060001) "org.eclipse.u= i.externaltools French NLS Support" [Resolved] > org.eclipse.ui.forms (3.6.200.v20150506-2029) "Eclipse Forms" [Active] > org.eclipse.ui.forms.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.forms = German NLS Support" [Resolved] > org.eclipse.ui.forms.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.forms = French NLS Support" [Resolved] > org.eclipse.ui.ide (3.11.0.v20150825-2158) "Eclipse IDE UI" [Active] > org.eclipse.ui.ide.application (1.1.0.v20150422-0725) "Eclipse IDE UI App= lication" [Active] > org.eclipse.ui.ide.application.nl_de (4.5.0.v20151128060001) "org.eclipse= .ui.ide.application German NLS Support" [Resolved] > org.eclipse.ui.ide.application.nl_fr (4.5.0.v20151128060001) "org.eclipse= .ui.ide.application French NLS Support" [Resolved] > org.eclipse.ui.ide.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.ide Germ= an NLS Support" [Resolved] > org.eclipse.ui.ide.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.ide Fren= ch NLS Support" [Resolved] > org.eclipse.ui.intro (3.4.300.v20141007-1449) "Welcome Framework" [Starti= ng] > org.eclipse.ui.intro.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.intro = German NLS Support" [Resolved] > org.eclipse.ui.intro.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.intro = French NLS Support" [Resolved] > org.eclipse.ui.intro.universal (3.2.800.v20150325-0952) "Universal Welcom= e" [Starting] > org.eclipse.ui.intro.universal.nl_de (4.5.0.v20151128060001) "org.eclipse= .ui.intro.universal German NLS Support" [Resolved] > org.eclipse.ui.intro.universal.nl_fr (4.5.0.v20151128060001) "org.eclipse= .ui.intro.universal French NLS Support" [Resolved] > org.eclipse.ui.monitoring (1.0.0.v20150512-1436) "UI Responsiveness Monit= oring" [Active] > org.eclipse.ui.navigator (3.6.0.v20150422-0725) "Common Navigator View" [= Starting] > org.eclipse.ui.navigator.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.na= vigator German NLS Support" [Resolved] > org.eclipse.ui.navigator.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.na= vigator French NLS Support" [Resolved] > org.eclipse.ui.navigator.resources (3.5.1.v20160128-1644) "Navigator Work= bench Components" [Starting] > org.eclipse.ui.navigator.resources.nl_de (4.5.0.v20151128060001) "org.ecl= ipse.ui.navigator.resources German NLS Support" [Resolved] > org.eclipse.ui.navigator.resources.nl_fr (4.5.0.v20151128060001) "org.ecl= ipse.ui.navigator.resources French NLS Support" [Resolved] > org.eclipse.ui.net (1.2.200.v20120807-0927) "Internet Connection Manageme= nt UI" [Active] > org.eclipse.ui.net.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.net Germ= an NLS Support" [Resolved] > org.eclipse.ui.net.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.net Fren= ch NLS Support" [Resolved] > org.eclipse.ui.nl_de (4.5.0.v20151128060001) "org.eclipse.ui German NLS S= upport" [Resolved] > org.eclipse.ui.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui French NLS S= upport" [Resolved] > org.eclipse.ui.themes (1.1.1.v20151026-1355) "Eclipse SDK Themes" [Active= ] > org.eclipse.ui.themes.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.theme= s German NLS Support" [Resolved] > org.eclipse.ui.themes.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.theme= s French NLS Support" [Resolved] > org.eclipse.ui.views (3.8.0.v20150422-0725) "Views" [Active] > org.eclipse.ui.views.log (1.0.600.v20150513-1840) "Log View" [Starting] > org.eclipse.ui.views.log.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.vi= ews.log German NLS Support" [Resolved] > org.eclipse.ui.views.log.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.vi= ews.log French NLS Support" [Resolved] > org.eclipse.ui.views.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.views = German NLS Support" [Resolved] > org.eclipse.ui.views.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.views = French NLS Support" [Resolved] > org.eclipse.ui.views.properties.tabbed (3.6.100.v20150423-0822) "Tabbed P= roperties View" [Starting] > org.eclipse.ui.views.properties.tabbed.nl_de (4.5.0.v20151128060001) "org= .eclipse.ui.views.properties.tabbed German NLS Support" [Resolved] > org.eclipse.ui.views.properties.tabbed.nl_fr (4.5.0.v20151128060001) "org= .eclipse.ui.views.properties.tabbed French NLS Support" [Resolved] > org.eclipse.ui.workbench (3.107.1.v20160120-2131) "Eclipse Workbench" [Ac= tive] > org.eclipse.ui.workbench.nl_de (4.5.0.v20151128060001) "org.eclipse.ui.wo= rkbench German NLS Support" [Resolved] > org.eclipse.ui.workbench.nl_fr (4.5.0.v20151128060001) "org.eclipse.ui.wo= rkbench French NLS Support" [Resolved] > org.eclipse.ui.workbench.texteditor (3.9.100.v20141023-1946) "Text Editor= Framework" [Active] > org.eclipse.ui.workbench.texteditor.nl_de (4.5.0.v20151128060001) "org.ec= lipse.ui.workbench.texteditor German NLS Support" [Resolved] > org.eclipse.ui.workbench.texteditor.nl_fr (4.5.0.v20151128060001) "org.ec= lipse.ui.workbench.texteditor French NLS Support" [Resolved] > org.eclipse.update.configurator (3.3.300.v20140518-1928) "Install/Update = Configurator" [Active] > org.eclipse.update.configurator.nl_de (4.5.0.v20151128060001) "org.eclips= e.update.configurator German NLS Support" [Resolved] > org.eclipse.update.configurator.nl_fr (4.5.0.v20151128060001) "org.eclips= e.update.configurator French NLS Support" [Resolved] > org.sat4j.core (2.3.5.v201308161310) "SAT4J Core" [Resolved] > org.sat4j.pb (2.3.5.v201404071733) "SAT4J Pseudo" [Resolved] > org.slf4j.api (1.7.2.v20121108-1250) "SLF4J API" [Resolved] > org.tukaani.xz (1.3.0.v201308270617) "XZ data compression" [Resolved] > org.w3c.css.sac (1.3.1.v200903091627) "W3C CSS SAC" [Resolved] > org.w3c.dom.events (3.0.0.draft20060413_v201105210656) "W3C DOM Level 3 E= vents" [Resolved] > org.w3c.dom.smil (1.0.1.v200903091627) "W3C SMIL DOM" [Resolved] > org.w3c.dom.svg (1.1.0.v201011041433) "W3C SVG DOM" [Resolved] > *** User Preferences: > #Mon Apr 24 13:08:00 CDT 2017 > /bundle_defaults/org.eclipse.ui/ENABLE_DETACHED_VIEWS=3Dtrue > /bundle_defaults/org.eclipse.ui.workbench/MULTI_KEY_ASSIST_TIME=3D1000 > /bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_SORT_CRITERIA=3D0 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orObjectClassAndMustAttributesFirst=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/syntaxVal= ueProviderRelations=3D\n\n \n \n \n \n 1.3.6.1.4.1.1466.11= 5.121.1.1\n \n \n org.apache.directory.studio.aciitemeditor.ACIItemValueEdi= tor\n \n \n \n \n= \n \n <= string>1.3.6.1.4.1.1466.115.121.1.45\n \n \n org.apache.directory.studio.ac= iitemeditor.valueeditors.SubtreeValueEditor\n \n \n \n \n \n = \n 1.3.6.1.4.1.1466.115.121.1.2= 8\n \n \n = org.apache.directory.studio.valueeditors.image.ImageValueEditor\n \n \n \n \n \n \n 1.3.6.1.4.1.1466.115.121.1.24\n \n \n org.apache.directory.studio.valuee= ditors.time.GeneralizedTimeValueEditor\n \n \= n \n \n \n \n 1.3.6.1.4.1.1466.115.121.1.12\n \n \n org.apache.directory.studio.valueeditors.dn.DnValueEditor\n = \n \n \n \n \n \n 1.3.6.1.4= .1.1466.115.121.1.41\n \n \n org.apache.directory.studio.valueeditors.addre= ss.AddressValueEditor\n \n \n \n \n \n \n 1.3.6.1.4.1.1466.115.121.1.27\n \n \n org.apache.d= irectory.studio.valueeditors.integer.IntegerValueEditor\n \n \n \n \n \n \n 1.3.6.1.4.1.1466= .115.121.1.38\n \n \n org.apache.directory.studio.valueeditors.oid.InPlaceO= idValueEditor\n \n \n \n \n \n \n 1.3.6.1.4.1.18060.0.4.0.0.2\n \n \n org.apache.directory.s= tudio.valueeditors.oid.InPlaceOidValueEditor\n \n \n \n \n \n = \n 1.3.6.1.1.16.1\n = \n \n org.= apache.directory.studio.valueeditors.uuid.InPlaceUuidValueEditor\n= \n \n \n \n \n \n 1.3.6.= 1.4.1.1466.115.121.1.8\n \n \n org.apache.directory.studio.valueeditors.cer= tificate.CertificateValueEditor\n \n \n \n \n \n \n 1.3.6.1.4.1.1466.115.121.1.7\n= \n \n or= g.apache.directory.studio.valueeditors.bool.InPlaceBooleanValueEditor\n \n \n \n \n\n > /bundle_defaults/org.eclipse.ui.workbench/shouldPromptForEnablement=3Dtru= e > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorDoubleC= lickUserLdifDoubleClick=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeModify_STYLE=3D1 > /profile/file\:\\2fApplications\\2fApacheDirectoryStudio.app\\2fContents\= \2fEclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.u= i.sdk.scheduler/autoUpdateInit=3Dtrue > @org.apache.directory.studio.ldapbrowser.common=3D2.0.0.v20161101-M12 > /bundle_defaults/org.eclipse.core.resources/description.buildorder=3D > /bundle_defaults/org.apache.directory.studio.connection.core/modification= LogsFileSize=3D100 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxA= ttribute_RGB=3D127,0,127 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/ldifSpaceAf= terColon=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orAutoSaveSingleTab=3Dtrue > /bundle_defaults/org.eclipse.ui/PROMPT_WHEN_SAVEABLE_STILL_OPEN=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/timeLimit= =3D0 > /bundle_defaults/org.eclipse.ui/RECENTLY_USED_WORKINGSETS_SIZE=3D5 > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.RemovedLinesRege= x=3D > /instance/org.apache.directory.studio.rcp/exitPromptOnCloseLastWindow=3Df= alse > /bundle_defaults/org.eclipse.ui.workbench/LAYOUT_DIRECTION=3D0 > /bundle_defaults/org.eclipse.ui.monitoring/ui_thread_filter=3D > /bundle_defaults/org.eclipse.ui.workbench/HeapStatus.showMax=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/TEXT_DIRECTION=3D > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSh= owQuickSearch=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSh= owDIT=3Dtrue > /bundle_defaults/org.apache.directory.studio.connection.core/modification= LogsEnable=3Dtrue > /bundle_defaults/org.eclipse.ui/ENABLE_MIN_MAX=3Dtrue > /bundle_defaults/org.eclipse.core.resources/description.autobuilding=3Dtr= ue > /bundle_defaults/org.eclipse.ui/KEY_CONFIGURATION_ID=3Dorg.eclipse.ui.def= aultAcceleratorConfiguration > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orOperationalAttributesLast=3Dtrue > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.IgnoreWhitespace= =3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/attribute= ValueProviderRelations=3D\n\n \n \n \n \n = userPassword\n \n \n org.apache.directory.studio.valueeditors.pass= word.PasswordValueEditor\n \n \n \n = \n \n \n pwdLastSet\n \n \n org.apach= e.directory.studio.valueeditors.adtime.ActiveDirectoryTimeValueEditor\n \n \n \n \n \n \n accountExpires\n \n \n org.apache.directory.studio.valuee= ditors.adtime.ActiveDirectoryTimeValueEditor\n \n \n \n \n = \n \n lastLogo= ff\n \n \n = org.apache.directory.studio.valueeditors.adtime.ActiveDirectoryT= imeValueEditor\n \n \n \n \n \n \n lastLogon\n \n <= void property\=3D"valueEditorClassName">\n org.apache.directory= .studio.valueeditors.adtime.ActiveDirectoryTimeValueEditor\n \n \n \n \n \n \n lastLogonTimeStamp\n \n \n org.apache.directory.studio.valueeditors.a= dtime.ActiveDirectoryTimeValueEditor\n \n \n = \n \n \n \n badPasswordTime<= /string>\n \n \n = org.apache.directory.studio.valueeditors.adtime.ActiveDirectoryTime= ValueEditor\n \n \n \n \n \n \n lockoutTime\n \n <= void property\=3D"valueEditorClassName">\n org.apache.directory= .studio.valueeditors.adtime.ActiveDirectoryTimeValueEditor\n \n \n \n \n \n \n objectClass\n \n \n org.apache.directory.studio.valueeditors.objectcl= ass.ObjectClassValueEditor\n \n \n \n= \n \n \n administrativeRole\n \n \n org.apache.directory.studio.valueeditors.administrativerole.Administrative= RoleValueEditor\n \n \n \n \n \n \n supportedControl\n \n \n org.apache.= directory.studio.valueeditors.oid.InPlaceOidValueEditor\n \n \n \n \n \n \n supportedExtension\n \n \n org.apache.directory.studio.valueeditors.oid= .InPlaceOidValueEditor\n \n \n \n \n \n \n supportedFeatures\n = \n \n org= .apache.directory.studio.valueeditors.oid.InPlaceOidValueEditor\n = \n \n \n \n \n \n = supportedCapabilities\n \n \n org.apache.directory.studio.value= editors.oid.InPlaceOidValueEditor\n \n \n \n \n \n \n entryUUID= \n \n \n = org.apache.directory.studio.valueeditors.uuid.InPlaceUuidValueEditor\n \n \n \n \n \n \n GUID\n \n \n org.apache.directory.studio.valueeditors.uuid= .InPlaceUuidValueEditor\n \n \n \n <= void index\=3D"16">\n \n \n objectGUID\n \n \n org.apach= e.directory.studio.valueeditors.msad.InPlaceMsAdObjectGuidValueEditor\n \n \n \n \n \n \n objectSid\n \n \n org.apache.directory.studio.valueeditor= s.msad.InPlaceMsAdObjectSidValueEditor\n \n \= n \n \n \n = \n userCertifica= te\n \n \n = org.apache.directory.studio.valueeditors.certificate.Certificate= ValueEditor\n \n \n \n \n \n \n nDSPKIPublicKeyCertificate\n = \n \n org.= apache.directory.studio.valueeditors.certificate.CertificateValueEditor\n \n \n \n \n \n \n cACertificate\n \n \n org.apache.directory.studio.value= editors.certificate.CertificateValueEditor\n \n \n \n \n \= n \n ndsCrossC= ertificatePair\n \n \n org.apache.directory.studio.valueeditors.certificate= .CertificateValueEditor\n \n \n \n \n\n > /bundle_defaults/org.apache.directory.studio.connection.core/searchResult= EntryLogsEnable=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatCsvVa= lueDelimiter=3D| > /bundle_defaults/org.eclipse.ui/VIEW_TAB_POSITION=3D128 > @org.apache.directory.studio.rcp=3D2.0.0.v20161101-M12 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.ui/searchResultE= ditorShowLinks=3Dtrue > /bundle_defaults/org.eclipse.core.resources/description.filestatelongevit= y=3D604800000 > /bundle_defaults/org.eclipse.core.net/proxyData/SOCKS/port=3D-1 > /bundle_defaults/org.eclipse.ui.workbench/USE_IPERSISTABLE_EDITORS=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorFolding= InitiallyFoldComments=3Dtrue > /bundle_defaults/org.eclipse.ui/USE_WINDOW_WORKING_SET_BY_DEFAULT=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorCodeAss= istEnableAutoActivation=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditoroldingI= nitiallyFoldRecords=3Dfalse > /bundle_defaults/org.eclipse.ui/ENABLE_32_STICKY_CLOSE_BEHAVIOR=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.ui/searchResultE= ditorShowDn=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatOdfBi= naryEncoding=3D0 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/mustAttri= buteFont=3D1|.SF NS Text|11.0|1|COCOA|1|; > @org.apache.directory.studio.ldifeditor=3D2.0.0.v20161101-M12 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorCodeAss= istAutoActivationDelay=3D200 > /bundle_defaults/org.eclipse.ui.workbench/EDITOR_TAB_WIDTH=3D3 > /bundle_defaults/org.eclipse.ui/USE_COLORED_LABELS=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/operation= alAttributeFont=3D1|.SF NS Text|11.0|2|COCOA|1|; > /profile/file\:\\2fApplications\\2fApacheDirectoryStudio.app\\2fContents\= \2fEclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.u= i.sdk.scheduler/migrated34Prefs=3Dtrue > /bundle_defaults/org.eclipse.ui/disableNewFastView=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeDelete_RGB=3D255,63,95 > \!/=3D > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSe= archResultAbbreviateMaxLength=3D50 > /bundle_defaults/org.eclipse.ui.monitoring/noninteresting_thread_filter= =3Djava.*,sun.*,org.eclipse.core.internal.jobs.WorkerPool.sleep,org.eclipse= .core.internal.jobs.WorkerPool.startJob,org.eclipse.core.internal.jobs.Work= er.run,org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.getNext= Event,org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run,org.= eclipse.equinox.internal.util.impl.tpt.timer.TimerImpl.run,org.eclipse.equi= nox.internal.util.impl.tpt.threadpool.Executor.run > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserCo= ntainerEntriesFirst=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeModdn_RGB=3D127,159,191 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxK= eyword_RGB=3D127,127,127 > /bundle_defaults/org.eclipse.ui/SHOW_OTHER_IN_PERSPECTIVE_MENU=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserEn= tryLabel=3D1 > /bundle_defaults/org.eclipse.core.net/proxyData/HTTPS/hasAuth=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/operation= alAttributeColor=3D0,0,0 > /bundle_defaults/org.eclipse.ui.workbench/REUSE_OPEN_EDITORS_BOOLEAN=3Dfa= lse > /bundle_defaults/org.eclipse.ui.workbench/coolBarVisible=3Dtrue > @org.eclipse.ui.workbench=3D3.107.1.v20160120-2131 > /bundle_defaults/org.eclipse.ui/ENABLE_ANIMATIONS=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/OPEN_AFTER_DELAY=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= omment_STYLE=3D0 > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=3Dfalse > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.HighlightTokenCh= anges=3Dtrue > /bundle_defaults/org.eclipse.core.resources/description.maxbuilditeration= s=3D10 > /bundle_defaults/org.apache.directory.studio.connection.core/validateCert= ificates=3Dtrue > /bundle_defaults/org.eclipse.core.resources/description.applyfilestatepol= icy=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.ui/searchResultE= ditorSortFilterLimit=3D10000 > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.UseSingleLine=3D= true > /bundle_defaults/org.eclipse.ui.workbench/perspectiveBarVisible=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorCodeAss= istInsertSingleProposalAuto=3Dtrue > /instance/org.eclipse.ui/showIntro=3Dfalse > /bundle_defaults/org.eclipse.ui/LINK_NAVIGATOR_TO_EDITOR=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatXlsBi= naryEncoding=3D0 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= omment_RGB=3D63,127,95 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/formatTab= leBinaryEncoding=3D0 > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/remindOnSchedule= =3Dfalse > /bundle_defaults/org.eclipse.core.net/proxyData/HTTP/port=3D-1 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/ldifLineSep= arator=3D\n > /bundle_defaults/org.eclipse.ui.workbench/SELECT_ON_HOVER=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSo= rtLimit=3D10000 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeModdn_STYLE=3D1 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSo= rtOrder=3D1 > /configuration/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=3Dtr= ue > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.AddedLinesRegex= =3D > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserEx= pandBaseEntries=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orEnableFolding=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxD= n_STYLE=3D1 > /bundle_defaults/org.eclipse.ui/showIntro=3Dtrue > /bundle_defaults/org.apache.directory.studio.connection.core/searchReques= tLogsEnable=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatCsvQu= oteCharacter=3D" > /bundle_defaults/org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR=3Dtrue > /bundle_defaults/org.eclipse.core.resources/snapshots.operations=3D100 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/formatTab= leAttributeDelimiter=3D\t > /bundle_defaults/org.eclipse.core.resources/description.disableLinking=3D= false > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxK= eyword_STYLE=3D1 > /bundle_defaults/org.eclipse.ui.workbench/ENABLED_DECORATORS=3D > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorFolding= InitiallyFoldWrappedLines=3Dtrue > /bundle_defaults/org.eclipse.core.resources/description.maxfilestates=3D5= 0 > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.SaveAllEditors= =3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatOdfVa= lueDelimiter=3D| > /bundle_defaults/org.eclipse.core.resources/description.snapshotinterval= =3D300000 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/countLimi= t=3D1000 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorCodeAss= istInsertAttributeInModSpec=3Dtrue > /bundle_defaults/org.eclipse.ui.workbench/DISABLE_OPEN_EDITOR_IN_PLACE=3D= false > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.SynchronizeScrol= ling=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orFoldingThreshold=3D10 > /bundle_defaults/org.apache.directory.studio.connection.core/connectionsP= asswordsKeystore=3D0 > /bundle_defaults/org.apache.directory.studio.connection.core/searchLogsFi= leCount=3D10 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatCsvAt= tributeDelimiter=3D, > /bundle_defaults/org.eclipse.ui/SHOW_OPEN_ON_PERSPECTIVE_BAR=3Dtrue > /bundle_defaults/org.apache.directory.studio.connection.core/krb5LoginMod= ule=3Dcom.sun.security.auth.module.Krb5LoginModule > /bundle_defaults/org.eclipse.ui/SHOW_FILTERED_TEXTS=3Dtrue > /bundle_defaults/org.eclipse.ui/SHOW_SYSTEM_JOBS=3Dfalse > file_export_version=3D3.0 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/binarySynta= xes=3D\n\n \n <= void index\=3D"0">\n \n \n 1.3.6.1.4.1.1466.115.121.1.5\n \n = \n \n \n \n \n 1.3.6.1.4.1.1466.115.121.1.8= \n \n \n \n \n = \n \n 1.= 3.6.1.4.1.1466.115.121.1.9\n \n \n \n= \n \n \n 1.3.6.1.4.1.1466.115.121.1.10\n = \n \n \n \n \n <= void property\=3D"syntaxNumericOid">\n 1.3.6.1.4.1.1466.115.121= .1.23\n \n \n \n = \n \n \n 1.3.6.1.4.1.1466.115.121.1.28\n \n \n \n \n \n \n 1.3.6.1.4.1.1466.115.121.1.40\n <= /void>\n \n \n \n \n \n 1.3.6.1.4.1.1466= .115.121.1.49\n \n \n \n \n \n \n = 1.3.6.1.1.16.1\n \n \n \n = \n \n \n 2.5.5.10\n \n \n \n \n\n > /bundle_defaults/org.apache.directory.studio.ldapbrowser.ui/userPrioritie= s=3D > /bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_SELECTION_SCOPE=3D1 > /bundle_defaults/org.eclipse.ui.workbench/KEYS_PREFERENCE_SELECTED_TAB=3D= 0 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorOptions= UpdateIfEntryExists=3Dfalse > /bundle_defaults/org.eclipse.core.resources/refresh.enabled=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxA= ttribute_STYLE=3D1 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxV= alueType_STYLE=3D1 > /bundle_defaults/org.eclipse.ui.workbench/COLOR_ICONS=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/objectCla= ssColor=3D0,0,0 > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=3Don-st= artup > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxD= n_RGB=3D0,0,0 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserEn= tryAbbreviate=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSo= rtSearchesOrder=3D1 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeModify_RGB=3D223,159,95 > /bundle_defaults/org.eclipse.ui.monitoring/log_to_error_log=3Dtrue > /bundle_defaults/org.eclipse.ui/SHOW_MULTIPLE_EDITOR_TABS=3Dtrue > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.UseOutlineView= =3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserMe= taEntriesLast=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatXlsVa= lueDelimiter=3D| > /bundle_defaults/org.eclipse.ui/SHIFT_OPEN_NEW_PERSPECTIVE=3DOPEN_PERSPEC= TIVE_REPLACE > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorFolding= Enable=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/formatTab= leValueDelimiter=3D| > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/objectCla= ssFont=3D1|.SF NS Text|11.0|3|COCOA|1|; > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxV= alue_STYLE=3D0 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxV= alue_RGB=3D0,0,191 > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/showUpdateWizard= =3Dfalse > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.CappingDisable= =3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.ui/browserLinkWi= thEditor=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserFo= ldingSize=3D100 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSh= owDirectoryMetaEntries=3Dfalse > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.NavigationEndAct= ion=3Dprompt > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSo= rtBy=3D2 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/ldifLineWid= th=3D76 > /instance/org.apache.directory.studio.ldifeditor/templates=3D > /bundle_defaults/org.eclipse.ui.workbench/HeapStatus.updateInterval=3D500 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orAutoSaveMultiTab=3Dfalse > /bundle_defaults/org.eclipse.core.resources/refresh.lightweight.enabled= =3Dfalse > /bundle_defaults/org.apache.directory.studio.ldapbrowser.ui/openMode=3D0 > /bundle_defaults/org.eclipse.ui.workbench/SINGLE_CLICK_METHOD=3D0 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatCsvLi= neSeparator=3D\n > /bundle_defaults/org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=3D0 > /bundle_defaults/org.eclipse.ui.workbench/REUSE_OPEN_EDITORS=3D8 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserLe= afEntriesFirst=3Dtrue > /profile/file\:\\2fApplications\\2fApacheDirectoryStudio.app\\2fContents\= \2fEclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.u= i.sdk/allowNonOKPlan=3Dprompt > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/mayAttrib= uteColor=3D0,0,0 > /bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_DISPLAY_FULL_NAME=3D= false > @org.eclipse.core.net=3D1.2.300.v20141118-1725 > /instance/org.eclipse.core.resources/version=3D1 > /bundle_defaults/org.eclipse.ui.workbench/SHOW_MEMORY_MONITOR=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_PULLDOWN_ACTIVE=3Dfa= lse > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk/showLatestVersion=3Dtrue > /bundle_defaults/org.eclipse.core.resources/description.defaultbuildorder= =3Dtrue > /bundle_defaults/org.eclipse.core.net/nonProxiedHosts=3Dlocalhost|127.0.0= .1 > /bundle_defaults/org.apache.directory.studio.connection.core/defaultNetwo= rkProvider=3D1 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSe= archResultLabel=3D0 > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.PathFilter=3D > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orDefaultSortBy=3D3 > @org.eclipse.core.resources=3D3.10.1.v20150725-1910 > /bundle_defaults/org.eclipse.core.net/proxyData/HTTPS/port=3D-1 > /bundle_defaults/org.eclipse.core.net/proxiesEnabled=3Dtrue > /instance/org.eclipse.ui.workbench//org.eclipse.ui.commands/state/org.ecl= ipse.ui.navigator.resources.nested.changeProjectPresentation/org.eclipse.ui= .commands.radioState=3Dfalse > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.OpenStructureCom= pare=3Dtrue > /bundle_defaults/org.eclipse.ui/EDITOR_MINIMUM_CHARACTERS=3D-1 > /bundle_defaults/org.eclipse.core.net/proxyData/SOCKS/hasAuth=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/REUSE_DIRTY_EDITORS=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orDefaultSortOrder=3D1 > /bundle_defaults/org.eclipse.ui/EDITOR_TAB_POSITION=3D128 > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.NavigationEndAct= ionLocal=3Dloop > /bundle_defaults/org.eclipse.ui.workbench/STICKY_CYCLE=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/OPEN_ON_SINGLE_CLICK=3Dfalse > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk/allowNonOKPlan=3Dprompt > /bundle_defaults/org.eclipse.ui.workbench/overridepresentation=3Dfalse > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/download=3Dfalse > /bundle_defaults/org.eclipse.ui/CLOSE_EDITORS_ON_EXIT=3Dfalse > /bundle_defaults/org.eclipse.core.resources/description.maxfilestatesize= =3D1048576 > /bundle_defaults/org.eclipse.ui.workbench/DISABLE_DIALOG_FONT=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/ENABLE_COOL_BARS=3Dtrue > /bundle_defaults/org.eclipse.ui.workbench/ENABLE_CONFIGURABLE_PROJECT_WIZ= ARD=3Dfalse > /bundle_defaults/org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=3Dtrue > /bundle_defaults/org.eclipse.ui/DOCK_PERSPECTIVE_BAR=3DtopLeft > /bundle_defaults/org.eclipse.ui.monitoring/deadlock_reporting_threshold= =3D300000 > /instance/org.apache.directory.studio.ldapbrowser.common/templates=3D > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/formatTab= leLineSeparator=3D\n > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/mayAttrib= uteFont=3D1|.SF NS Text|11.0|0|COCOA|1|; > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/mustAttri= buteColor=3D0,0,0 > /bundle_defaults/org.eclipse.ui.workbench/NL_EXTENSIONS=3D > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorOptions= ContinueOnError=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatCsvBi= naryEncoding=3D0 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeAdd_RGB=3D127,159,95 > /bundle_defaults/org.eclipse.ui/PROJECT_OPEN_NEW_PERSPECTIVE=3DOPEN_PERSP= ECTIVE_REPLACE > /bundle_defaults/org.apache.directory.studio.connection.core/modification= LogsFileCount=3D10 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/showRawVa= lues=3Dfalse > /bundle_defaults/org.eclipse.ui/VIEW_MINIMUM_CHARACTERS=3D1 > /bundle_defaults/org.eclipse.ui/initialFastViewBarLocation=3Dbottom > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/entryedit= orAutoExpandFoldedAttributes=3Dfalse > /bundle_defaults/org.eclipse.core.resources/encoding=3D > /bundle_defaults/org.eclipse.ui.monitoring/long_event_warning_threshold= =3D500 > /bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/remindElapsedTim= e=3D30 minutes > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/binaryAttri= butes=3D\n\n = \n \n \n \n 0.9.2342.19200300.100.1.7\n = \n \n \n \n \n \n 0.= 9.2342.19200300.100.1.53\n \n \n \n = \n \n \n 0.9.2342.19200300.100.1.55\n = \n \n \n \n \n \n 0.9.= 2342.19200300.100.1.60\n \n \n \n \n \n \n 1.3.6.1.4.1.42.2.27.4.1.8\n \n \n \n \n = \n \n 1.3.6.1.= 4.1.1466.101.120.35\n \n \n \n \n \n \n 1.3.6.1.4.1.1466.101.120.36\n \n \n \n \n \= n \n 2.5.4.35<= /string>\n \n \n \n \n <= object class\=3D"org.apache.directory.studio.ldapbrowser.core.model.schema.= BinaryAttribute">\n \n = 2.5.4.36\n \n \n \n \n \n \n 2.5.4.37\n \n \n = \n \n \n \n 2.5.4.38\n \n \n \n \n \n= \n 2.5.4.39\n \n \n \n \n <= object class\=3D"org.apache.directory.studio.ldapbrowser.core.model.schema.= BinaryAttribute">\n \n = 2.5.4.40\n \n \n \n \n \n \n 2.5.4.45\n \n \n = \n \n \n \n 1.2.840.113556.1.4.2\n \n \n \n \n \n \n 1.2.840.113556.1.4.146\n \n \n \n = \n\n > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/ldifInclude= VersionLine=3Dtrue > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.ShowPseudoConfli= cts=3Dfalse > /bundle_defaults/org.eclipse.ui.monitoring/long_event_error_threshold=3D2= 000 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/checkForChi= ldren=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserWe= archResultAbbreviate=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeDelete_STYLE=3D1 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSo= rtBookmarksOrder=3D1 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/formatTab= leQuoteCharacter=3D" > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserEn= ableFolding=3Dtrue > /bundle_defaults/org.eclipse.ui/ALTERNATE_OPEN_NEW_PERSPECTIVE=3DOPEN_PER= SPECTIVE_REPLACE > /bundle_defaults/org.eclipse.ui/OPEN_NEW_PERSPECTIVE=3DOPEN_PERSPECTIVE_R= EPLACE > /bundle_defaults/org.eclipse.ui.workbench/RECENT_FILES=3D4 > /bundle_defaults/org.eclipse.compare/org.eclipse.compare.InitiallyShowAnc= estorPane=3Dfalse > /instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorFormatt= erAutoWrap=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.core/formatCsvEn= coding=3DUTF8 > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxV= alueType_RGB=3D255,0,0 > /bundle_defaults/org.apache.directory.studio.connection.core/useKrb5Syste= mProperties=3Dfalse > /bundle_defaults/org.apache.directory.studio.connection.core/searchLogsFi= leSize=3D100 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSh= owSearches=3Dtrue > /bundle_defaults/org.eclipse.ui.workbench/WORKBENCH_SAVE_INTERVAL=3D5 > /bundle_defaults/org.eclipse.ui.monitoring/max_stack_samples=3D3 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browseren= tryAbbreviateMaxLength=3D50 > /bundle_defaults/org.eclipse.core.net/proxyData/HTTP/hasAuth=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/ENABLE_NEW_MENUS=3Dtrue > /bundle_defaults/org.eclipse.ui.monitoring/monitoring_enabled=3Dfalse > /bundle_defaults/org.apache.directory.studio.ldifeditor/ldifEditorSyntaxC= hangetypeAdd_STYLE=3D1 > /bundle_defaults/org.apache.directory.studio.ldapbrowser.common/browserSh= owBookmarks=3Dtrue > /bundle_defaults/org.eclipse.ui.workbench/MULTI_KEY_ASSIST=3Dtrue > /bundle_defaults/org.eclipse.core.resources/delta.expiration=3D2592000000 > @org.eclipse.ui=3D3.107.0.v20150507-1945 > /bundle_defaults/org.eclipse.core.net/systemProxiesEnabled=3Dtrue > /bundle_defaults/org.apache.directory.studio.ldapbrowser.ui/useUserPriori= ties=3Dfalse > /bundle_defaults/org.eclipse.ui.workbench/BIDI_SUPPORT=3Dfalse > /bundle_defaults/org.apache.directory.studio.connection.core/ldapContextF= actory=3Dcom.sun.jndi.ldap.LdapCtxFactory > *** Current Install Configuration: > Bundles in the system: > Id: bcprov, Version: 1.53.0, Location: reference:file:plugins/bcprov_1.53= .0.jar > Id: com.ibm.icu, Version: 54.1.1.v201501272100, Location: reference:file:= plugins/com.ibm.icu_54.1.1.v201501272100.jar > Id: com.jcraft.jsch, Version: 0.1.53.v201508180515, Location: reference:f= ile:plugins/com.jcraft.jsch_0.1.53.v201508180515.jar > Id: com.sun.el, Version: 2.2.0.v201303151357, Location: reference:file:pl= ugins/com.sun.el_2.2.0.v201303151357.jar > Id: javax.annotation, Version: 1.2.0.v201401042248, Location: reference:f= ile:plugins/javax.annotation_1.2.0.v201401042248.jar > Id: javax.el, Version: 2.2.0.v201303151357, Location: reference:file:plug= ins/javax.el_2.2.0.v201303151357.jar > Id: javax.inject, Version: 1.0.0.v20091030, Location: reference:file:plug= ins/javax.inject_1.0.0.v20091030.jar > Id: javax.servlet, Version: 3.1.0.v201410161800, Location: reference:file= :plugins/javax.servlet_3.1.0.v201410161800.jar > Id: javax.servlet.jsp, Version: 2.2.0.v201112011158, Location: reference:= file:plugins/javax.servlet.jsp_2.2.0.v201112011158.jar > Id: javax.xml, Version: 1.3.4.v201005080400, Location: reference:file:plu= gins/javax.xml_1.3.4.v201005080400.jar > Id: javax.xml.stream, Version: 1.0.1.v201004272200, Location: reference:f= ile:plugins/javax.xml.stream_1.0.1.v201004272200.jar > Id: net.sf.ehcache, Version: 2.8.5, Location: reference:file:plugins/net.= sf.ehcache_2.8.5.jar > Id: org.apache.ant, Version: 1.9.6.v201510161327, Location: reference:fil= e:plugins/org.apache.ant_1.9.6.v201510161327/ > Id: org.apache.batik.css, Version: 1.7.0.v201011041433, Location: referen= ce:file:plugins/org.apache.batik.css_1.7.0.v201011041433.jar > Id: org.apache.batik.util, Version: 1.7.0.v201011041433, Location: refere= nce:file:plugins/org.apache.batik.util_1.7.0.v201011041433.jar > Id: org.apache.batik.util.gui, Version: 1.7.0.v200903091627, Location: re= ference:file:plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar > Id: org.apache.commons.codec, Version: 1.10.0, Location: reference:file:p= lugins/org.apache.commons.codec_1.10.0.jar > Id: org.apache.commons.codec, Version: 1.6.0.v201305230611, Location: ref= erence:file:plugins/org.apache.commons.codec_1.6.0.v201305230611.jar > Id: org.apache.commons.collections, Version: 3.2.2, Location: reference:f= ile:plugins/org.apache.commons.collections_3.2.2.jar > Id: org.apache.commons.jxpath, Version: 1.3.0.v200911051830, Location: re= ference:file:plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar > Id: org.apache.commons.lang, Version: 2.6.0, Location: reference:file:plu= gins/org.apache.commons.lang_2.6.0.jar > Id: org.apache.commons.logging, Version: 1.1.1.v201101211721, Location: r= eference:file:plugins/org.apache.commons.logging_1.1.1.v201101211721.jar > Id: org.apache.commons.pool, Version: 1.6.0, Location: reference:file:plu= gins/org.apache.commons.pool_1.6.0.jar > Id: org.apache.directory.api.asn1.api, Version: 1.0.0.RC2, Location: refe= rence:file:plugins/org.apache.directory.api.asn1.api_1.0.0.RC2.jar > Id: org.apache.directory.api.asn1.ber, Version: 1.0.0.RC2, Location: refe= rence:file:plugins/org.apache.directory.api.asn1.ber_1.0.0.RC2.jar > Id: org.apache.directory.api.dsmlv2.engine, Version: 1.0.0.RC2, Location:= reference:file:plugins/org.apache.directory.api.dsmlv2.engine_1.0.0.RC2.ja= r > Id: org.apache.directory.api.dsmlv2.parser, Version: 1.0.0.RC2, Location:= reference:file:plugins/org.apache.directory.api.dsmlv2.parser_1.0.0.RC2.ja= r > Id: org.apache.directory.api.i18n, Version: 1.0.0.RC2, Location: referenc= e:file:plugins/org.apache.directory.api.i18n_1.0.0.RC2.jar > Id: org.apache.directory.api.ldap.client.api, Version: 1.0.0.RC2, Locatio= n: reference:file:plugins/org.apache.directory.api.ldap.client.api_1.0.0.RC= 2.jar > Id: org.apache.directory.api.ldap.codec.core, Version: 1.0.0.RC2, Locatio= n: reference:file:plugins/org.apache.directory.api.ldap.codec.core_1.0.0.RC= 2.jar > Id: org.apache.directory.api.ldap.extras.aci, Version: 1.0.0.RC2, Locatio= n: reference:file:plugins/org.apache.directory.api.ldap.extras.aci_1.0.0.RC= 2.jar > Id: org.apache.directory.api.ldap.extras.codec, Version: 1.0.0.RC2, Locat= ion: reference:file:plugins/org.apache.directory.api.ldap.extras.codec_1.0.= 0.RC2.jar > Id: org.apache.directory.api.ldap.extras.codec.api, Version: 1.0.0.RC2, L= ocation: reference:file:plugins/org.apache.directory.api.ldap.extras.codec.= api_1.0.0.RC2.jar > Id: org.apache.directory.api.ldap.extras.util, Version: 1.0.0.RC2, Locati= on: reference:file:plugins/org.apache.directory.api.ldap.extras.util_1.0.0.= RC2.jar > Id: org.apache.directory.api.ldap.model, Version: 1.0.0.RC2, Location: re= ference:file:plugins/org.apache.directory.api.ldap.model_1.0.0.RC2.jar > Id: org.apache.directory.api.ldap.net.mina, Version: 1.0.0.RC2, Location:= reference:file:plugins/org.apache.directory.api.ldap.net.mina_1.0.0.RC2.ja= r > Id: org.apache.directory.api.ldap.schema, Version: 1.0.0.RC2, Location: r= eference:file:plugins/org.apache.directory.api.ldap.schema_1.0.0.RC2.jar > Id: org.apache.directory.api.ldap.schema.converter, Version: 1.0.0.RC2, L= ocation: reference:file:plugins/org.apache.directory.api.ldap.schema.conver= ter_1.0.0.RC2.jar > Id: org.apache.directory.api.util, Version: 1.0.0.RC2, Location: referenc= e:file:plugins/org.apache.directory.api.util_1.0.0.RC2.jar > Id: org.apache.directory.server.config, Version: 2.0.0.M23, Location: ref= erence:file:plugins/org.apache.directory.server.config_2.0.0.M23.jar > Id: org.apache.directory.server.core.api, Version: 2.0.0.M23, Location: r= eference:file:plugins/org.apache.directory.server.core.api_2.0.0.M23.jar > Id: org.apache.directory.server.core.avl, Version: 2.0.0.M23, Location: r= eference:file:plugins/org.apache.directory.server.core.avl_2.0.0.M23.jar > Id: org.apache.directory.server.core.constants, Version: 2.0.0.M23, Locat= ion: reference:file:plugins/org.apache.directory.server.core.constants_2.0.= 0.M23.jar > Id: org.apache.directory.server.i18n, Version: 2.0.0.M23, Location: refer= ence:file:plugins/org.apache.directory.server.i18n_2.0.0.M23.jar > Id: org.apache.directory.server.kerberos.codec, Version: 2.0.0.M23, Locat= ion: reference:file:plugins/org.apache.directory.server.kerberos.codec_2.0.= 0.M23.jar > Id: org.apache.directory.server.ldif.partition, Version: 2.0.0.M23, Locat= ion: reference:file:plugins/org.apache.directory.server.ldif.partition_2.0.= 0.M23.jar > Id: org.apache.directory.server.xdbm.partition, Version: 2.0.0.M23, Locat= ion: reference:file:plugins/org.apache.directory.server.xdbm.partition_2.0.= 0.M23.jar > Id: org.apache.directory.studio.aciitemeditor, Version: 2.0.0.v20161101-M= 12, Location: reference:file:plugins/org.apache.directory.studio.aciitemedi= tor_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.apacheds.configuration, Version: 2.0.0.v2= 0161101-M12, Location: reference:file:plugins/org.apache.directory.studio.a= pacheds.configuration_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.apacheds.help, Version: 2.0.0.v20161101-M= 12, Location: reference:file:plugins/org.apache.directory.studio.apacheds.h= elp_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.common.core, Version: 2.0.0.v20161101-M12= , Location: reference:file:plugins/org.apache.directory.studio.common.core_= 2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.common.ui, Version: 2.0.0.v20161101-M12, = Location: reference:file:plugins/org.apache.directory.studio.common.ui_2.0.= 0.v20161101-M12.jar > Id: org.apache.directory.studio.connection.core, Version: 2.0.0.v20161101= -M12, Location: reference:file:plugins/org.apache.directory.studio.connecti= on.core_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.connection.ui, Version: 2.0.0.v20161101-M= 12, Location: reference:file:plugins/org.apache.directory.studio.connection= .ui_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldapbrowser.common, Version: 2.0.0.v20161= 101-M12, Location: reference:file:plugins/org.apache.directory.studio.ldapb= rowser.common_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldapbrowser.core, Version: 2.0.0.v2016110= 1-M12, Location: reference:file:plugins/org.apache.directory.studio.ldapbro= wser.core_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldapbrowser.help, Version: 2.0.0.v2016110= 1-M12, Location: reference:file:plugins/org.apache.directory.studio.ldapbro= wser.help_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldapbrowser.ui, Version: 2.0.0.v20161101-= M12, Location: reference:file:plugins/org.apache.directory.studio.ldapbrows= er.ui_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldapservers, Version: 2.0.0.v20161101-M12= , Location: reference:file:plugins/org.apache.directory.studio.ldapservers_= 2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldapservers.apacheds, Version: 2.0.0.v201= 61101-M12, Location: reference:file:plugins/org.apache.directory.studio.lda= pservers.apacheds_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldifeditor, Version: 2.0.0.v20161101-M12,= Location: reference:file:plugins/org.apache.directory.studio.ldifeditor_2.= 0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldifeditor.help, Version: 2.0.0.v20161101= -M12, Location: reference:file:plugins/org.apache.directory.studio.ldifedit= or.help_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.ldifparser, Version: 2.0.0.v20161101-M12,= Location: reference:file:plugins/org.apache.directory.studio.ldifparser_2.= 0.0.v20161101-M12.jar > Id: org.apache.directory.studio.rcp, Version: 2.0.0.v20161101-M12, Locati= on: reference:file:plugins/org.apache.directory.studio.rcp_2.0.0.v20161101-= M12.jar > Id: org.apache.directory.studio.rcp.help, Version: 2.0.0.v20161101-M12, L= ocation: reference:file:plugins/org.apache.directory.studio.rcp.help_2.0.0.= v20161101-M12.jar > Id: org.apache.directory.studio.schemaeditor, Version: 2.0.0.v20161101-M1= 2, Location: reference:file:plugins/org.apache.directory.studio.schemaedito= r_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.schemaeditor.help, Version: 2.0.0.v201611= 01-M12, Location: reference:file:plugins/org.apache.directory.studio.schema= editor.help_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.slf4j-eclipselog, Version: 2.0.0.v2016110= 1-M12, Location: reference:file:plugins/org.apache.directory.studio.slf4j-e= clipselog_2.0.0.v20161101-M12.jar > Id: org.apache.directory.studio.valueeditors, Version: 2.0.0.v20161101-M1= 2, Location: reference:file:plugins/org.apache.directory.studio.valueeditor= s_2.0.0.v20161101-M12.jar > Id: org.apache.felix.gogo.command, Version: 0.10.0.v201209301215, Locatio= n: reference:file:plugins/org.apache.felix.gogo.command_0.10.0.v20120930121= 5.jar > Id: org.apache.felix.gogo.runtime, Version: 0.10.0.v201209301036, Locatio= n: reference:file:plugins/org.apache.felix.gogo.runtime_0.10.0.v20120930103= 6.jar > Id: org.apache.felix.gogo.shell, Version: 0.10.0.v201212101605, Location:= reference:file:plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.ja= r > Id: org.apache.httpcomponents.httpclient, Version: 4.3.6.v201411290715, L= ocation: reference:file:plugins/org.apache.httpcomponents.httpclient_4.3.6.= v201411290715.jar > Id: org.apache.httpcomponents.httpcore, Version: 4.3.3.v201411290715, Loc= ation: reference:file:plugins/org.apache.httpcomponents.httpcore_4.3.3.v201= 411290715.jar > Id: org.apache.jasper.glassfish, Version: 2.2.2.v201501141630, Location: = reference:file:plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar > Id: org.apache.lucene.analysis, Version: 3.5.0.v20120725-1805, Location: = reference:file:plugins/org.apache.lucene.analysis_3.5.0.v20120725-1805.jar > Id: org.apache.lucene.core, Version: 3.5.0.v20120725-1805, Location: refe= rence:file:plugins/org.apache.lucene.core_3.5.0.v20120725-1805.jar > Id: org.apache.mina.core, Version: 2.0.16, Location: reference:file:plugi= ns/org.apache.mina.core_2.0.16.jar > Id: org.apache.servicemix.bundles.antlr, Version: 2.7.7.5, Location: refe= rence:file:plugins/org.apache.servicemix.bundles.antlr_2.7.7.5.jar > Id: org.apache.servicemix.bundles.dom4j, Version: 1.6.1.5, Location: refe= rence:file:plugins/org.apache.servicemix.bundles.dom4j_1.6.1.5.jar > Id: org.apache.servicemix.bundles.xpp3, Version: 1.1.4.c, Location: refer= ence:file:plugins/org.apache.servicemix.bundles.xpp3_1.1.4.c.jar > Id: org.eclipse.ant.core, Version: 3.4.0.v20150428-1928, Location: refere= nce:file:plugins/org.eclipse.ant.core_3.4.0.v20150428-1928.jar > Id: org.eclipse.ant.core.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ant.core.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.ant.core.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ant.core.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.compare, Version: 3.5.600.v20150420-1449, Location: refer= ence:file:plugins/org.eclipse.compare_3.5.600.v20150420-1449.jar > Id: org.eclipse.compare.core, Version: 3.5.500.v20150505-1058, Location: = reference:file:plugins/org.eclipse.compare.core_3.5.500.v20150505-1058.jar > Id: org.eclipse.compare.core.nl_de, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.compare.core.nl_de_4.5.0.v201511280= 60001.jar > Id: org.eclipse.compare.core.nl_fr, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.compare.core.nl_fr_4.5.0.v201511280= 60001.jar > Id: org.eclipse.compare.nl_de, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.compare.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.compare.nl_fr, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.compare.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.core.commands, Version: 3.7.0.v20150422-0725, Location: r= eference:file:plugins/org.eclipse.core.commands_3.7.0.v20150422-0725.jar > Id: org.eclipse.core.commands.nl_de, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.core.commands.nl_de_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.core.commands.nl_fr, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.core.commands.nl_fr_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.core.contenttype, Version: 3.5.0.v20150421-2214, Location= : reference:file:plugins/org.eclipse.core.contenttype_3.5.0.v20150421-2214.= jar > Id: org.eclipse.core.databinding, Version: 1.5.0.v20150422-0725, Location= : reference:file:plugins/org.eclipse.core.databinding_1.5.0.v20150422-0725.= jar > Id: org.eclipse.core.databinding.beans, Version: 1.3.0.v20150422-0725, Lo= cation: reference:file:plugins/org.eclipse.core.databinding.beans_1.3.0.v20= 150422-0725.jar > Id: org.eclipse.core.databinding.beans.nl_de, Version: 4.5.0.v20151128060= 001, Location: reference:file:plugins/org.eclipse.core.databinding.beans.nl= _de_4.5.0.v20151128060001.jar > Id: org.eclipse.core.databinding.beans.nl_fr, Version: 4.5.0.v20151128060= 001, Location: reference:file:plugins/org.eclipse.core.databinding.beans.nl= _fr_4.5.0.v20151128060001.jar > Id: org.eclipse.core.databinding.nl_de, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.core.databinding.nl_de_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.core.databinding.nl_fr, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.core.databinding.nl_fr_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.core.databinding.observable, Version: 1.5.0.v20150422-072= 5, Location: reference:file:plugins/org.eclipse.core.databinding.observable= _1.5.0.v20150422-0725.jar > Id: org.eclipse.core.databinding.observable.nl_de, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.core.databinding.obs= ervable.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.core.databinding.observable.nl_fr, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.core.databinding.obs= ervable.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.core.databinding.property, Version: 1.5.0.v20150422-0725,= Location: reference:file:plugins/org.eclipse.core.databinding.property_1.5= .0.v20150422-0725.jar > Id: org.eclipse.core.databinding.property.nl_de, Version: 4.5.0.v20151128= 060001, Location: reference:file:plugins/org.eclipse.core.databinding.prope= rty.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.core.databinding.property.nl_fr, Version: 4.5.0.v20151128= 060001, Location: reference:file:plugins/org.eclipse.core.databinding.prope= rty.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.core.expressions, Version: 3.5.0.v20150421-2214, Location= : reference:file:plugins/org.eclipse.core.expressions_3.5.0.v20150421-2214.= jar > Id: org.eclipse.core.externaltools, Version: 1.0.300.v20140219-0051, Loca= tion: reference:file:plugins/org.eclipse.core.externaltools_1.0.300.v201402= 19-0051.jar > Id: org.eclipse.core.externaltools.nl_de, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.core.externaltools.nl_de_4.5.= 0.v20151128060001.jar > Id: org.eclipse.core.externaltools.nl_fr, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.core.externaltools.nl_fr_4.5.= 0.v20151128060001.jar > Id: org.eclipse.core.filebuffers, Version: 3.5.500.v20140723-1040, Locati= on: reference:file:plugins/org.eclipse.core.filebuffers_3.5.500.v20140723-1= 040.jar > Id: org.eclipse.core.filebuffers.nl_de, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.core.filebuffers.nl_de_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.core.filebuffers.nl_fr, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.core.filebuffers.nl_fr_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.core.filesystem, Version: 1.5.0.v20150725-1910, Location:= reference:file:plugins/org.eclipse.core.filesystem_1.5.0.v20150725-1910.ja= r > Id: org.eclipse.core.filesystem.java7, Version: 1.0.100.v20150423-0754, L= ocation: reference:file:plugins/org.eclipse.core.filesystem.java7_1.0.100.v= 20150423-0754.jar > Id: org.eclipse.core.filesystem.macosx, Version: 1.3.0.v20140124-1940, Lo= cation: reference:file:plugins/org.eclipse.core.filesystem.macosx_1.3.0.v20= 140124-1940.jar > Id: org.eclipse.core.filesystem.nl_de, Version: 4.5.0.v20151128060001, Lo= cation: reference:file:plugins/org.eclipse.core.filesystem.nl_de_4.5.0.v201= 51128060001.jar > Id: org.eclipse.core.filesystem.nl_fr, Version: 4.5.0.v20151128060001, Lo= cation: reference:file:plugins/org.eclipse.core.filesystem.nl_fr_4.5.0.v201= 51128060001.jar > Id: org.eclipse.core.jobs, Version: 3.7.0.v20150330-2103, Location: refer= ence:file:plugins/org.eclipse.core.jobs_3.7.0.v20150330-2103.jar > Id: org.eclipse.core.net, Version: 1.2.300.v20141118-1725, Location: refe= rence:file:plugins/org.eclipse.core.net_1.2.300.v20141118-1725.jar > Id: org.eclipse.core.net.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.core.net.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.core.net.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.core.net.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.core.resources, Version: 3.10.1.v20150725-1910, Location:= reference:file:plugins/org.eclipse.core.resources_3.10.1.v20150725-1910.ja= r > Id: org.eclipse.core.resources.nl_de, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.core.resources.nl_de_4.5.0.v20151= 128060001.jar > Id: org.eclipse.core.resources.nl_fr, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.core.resources.nl_fr_4.5.0.v20151= 128060001.jar > Id: org.eclipse.core.runtime, Version: 3.11.1.v20150903-1804, Location: r= eference:file:plugins/org.eclipse.core.runtime_3.11.1.v20150903-1804.jar > Id: org.eclipse.core.runtime.compatibility, Version: 3.2.300.v20150423-08= 21, Location: reference:file:plugins/org.eclipse.core.runtime.compatibility= _3.2.300.v20150423-0821.jar > Id: org.eclipse.core.runtime.compatibility.registry, Version: 3.6.0.v2015= 0318-1505, Location: reference:file:plugins/org.eclipse.core.runtime.compat= ibility.registry_3.6.0.v20150318-1505/ > Id: org.eclipse.core.variables, Version: 3.2.800.v20130819-1716, Location= : reference:file:plugins/org.eclipse.core.variables_3.2.800.v20130819-1716.= jar > Id: org.eclipse.core.variables.nl_de, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.core.variables.nl_de_4.5.0.v20151= 128060001.jar > Id: org.eclipse.core.variables.nl_fr, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.core.variables.nl_fr_4.5.0.v20151= 128060001.jar > Id: org.eclipse.debug.core, Version: 3.10.0.v20150303-1130, Location: ref= erence:file:plugins/org.eclipse.debug.core_3.10.0.v20150303-1130.jar > Id: org.eclipse.debug.core.nl_de, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.debug.core.nl_de_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.debug.core.nl_fr, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.debug.core.nl_fr_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.debug.ui, Version: 3.11.101.v20160203-1230, Location: ref= erence:file:plugins/org.eclipse.debug.ui_3.11.101.v20160203-1230.jar > Id: org.eclipse.debug.ui.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.debug.ui.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.debug.ui.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.debug.ui.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.e4.core.commands, Version: 0.11.0.v20150422-0725, Locatio= n: reference:file:plugins/org.eclipse.e4.core.commands_0.11.0.v20150422-072= 5.jar > Id: org.eclipse.e4.core.commands.nl_de, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.e4.core.commands.nl_de_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.e4.core.commands.nl_fr, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.e4.core.commands.nl_fr_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.e4.core.contexts, Version: 1.4.0.v20150828-0818, Location= : reference:file:plugins/org.eclipse.e4.core.contexts_1.4.0.v20150828-0818.= jar > Id: org.eclipse.e4.core.di, Version: 1.5.0.v20150421-2214, Location: refe= rence:file:plugins/org.eclipse.e4.core.di_1.5.0.v20150421-2214.jar > Id: org.eclipse.e4.core.di.annotations, Version: 1.4.0.v20150528-1451, Lo= cation: reference:file:plugins/org.eclipse.e4.core.di.annotations_1.4.0.v20= 150528-1451.jar > Id: org.eclipse.e4.core.di.extensions, Version: 0.13.0.v20150421-2214, Lo= cation: reference:file:plugins/org.eclipse.e4.core.di.extensions_0.13.0.v20= 150421-2214.jar > Id: org.eclipse.e4.core.services, Version: 2.0.0.v20150403-1912, Location= : reference:file:plugins/org.eclipse.e4.core.services_2.0.0.v20150403-1912.= jar > Id: org.eclipse.e4.emf.xpath, Version: 0.1.100.v20150513-0856, Location: = reference:file:plugins/org.eclipse.e4.emf.xpath_0.1.100.v20150513-0856.jar > Id: org.eclipse.e4.ui.bindings, Version: 0.11.0.v20150422-0725, Location:= reference:file:plugins/org.eclipse.e4.ui.bindings_0.11.0.v20150422-0725.ja= r > Id: org.eclipse.e4.ui.bindings.nl_de, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.e4.ui.bindings.nl_de_4.5.0.v20151= 128060001.jar > Id: org.eclipse.e4.ui.bindings.nl_fr, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.e4.ui.bindings.nl_fr_4.5.0.v20151= 128060001.jar > Id: org.eclipse.e4.ui.css.core, Version: 0.11.0.v20150511-1937, Location:= reference:file:plugins/org.eclipse.e4.ui.css.core_0.11.0.v20150511-1937.ja= r > Id: org.eclipse.e4.ui.css.core.nl_de, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.e4.ui.css.core.nl_de_4.5.0.v20151= 128060001.jar > Id: org.eclipse.e4.ui.css.core.nl_fr, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.e4.ui.css.core.nl_fr_4.5.0.v20151= 128060001.jar > Id: org.eclipse.e4.ui.css.swt, Version: 0.12.0.v20150511-1003, Location: = reference:file:plugins/org.eclipse.e4.ui.css.swt_0.12.0.v20150511-1003.jar > Id: org.eclipse.e4.ui.css.swt.nl_de, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.e4.ui.css.swt.nl_de_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.e4.ui.css.swt.nl_fr, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.e4.ui.css.swt.nl_fr_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.e4.ui.css.swt.theme, Version: 0.10.0.v20150422-0725, Loca= tion: reference:file:plugins/org.eclipse.e4.ui.css.swt.theme_0.10.0.v201504= 22-0725.jar > Id: org.eclipse.e4.ui.css.swt.theme.nl_de, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.e4.ui.css.swt.theme.nl_de_4.= 5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.css.swt.theme.nl_fr, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.e4.ui.css.swt.theme.nl_fr_4.= 5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.di, Version: 1.1.0.v20150422-0725, Location: refere= nce:file:plugins/org.eclipse.e4.ui.di_1.1.0.v20150422-0725.jar > Id: org.eclipse.e4.ui.di.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.e4.ui.di.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.e4.ui.di.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.e4.ui.di.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.e4.ui.dialogs, Version: 1.0.0.v20150513-0856, Location: r= eference:file:plugins/org.eclipse.e4.ui.dialogs_1.0.0.v20150513-0856.jar > Id: org.eclipse.e4.ui.model.workbench, Version: 1.1.100.v20150407-1430, L= ocation: reference:file:plugins/org.eclipse.e4.ui.model.workbench_1.1.100.v= 20150407-1430.jar > Id: org.eclipse.e4.ui.model.workbench.nl_de, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.e4.ui.model.workbench.nl_d= e_4.5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.model.workbench.nl_fr, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.e4.ui.model.workbench.nl_f= r_4.5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.services, Version: 1.2.0.v20150422-0725, Location: = reference:file:plugins/org.eclipse.e4.ui.services_1.2.0.v20150422-0725.jar > Id: org.eclipse.e4.ui.services.nl_de, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.e4.ui.services.nl_de_4.5.0.v20151= 128060001.jar > Id: org.eclipse.e4.ui.services.nl_fr, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.e4.ui.services.nl_fr_4.5.0.v20151= 128060001.jar > Id: org.eclipse.e4.ui.widgets, Version: 1.1.0.v20150427-1751, Location: r= eference:file:plugins/org.eclipse.e4.ui.widgets_1.1.0.v20150427-1751.jar > Id: org.eclipse.e4.ui.widgets.nl_de, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.e4.ui.widgets.nl_de_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.e4.ui.widgets.nl_fr, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.e4.ui.widgets.nl_fr_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.e4.ui.workbench, Version: 1.3.1.v20160203-0951, Location:= reference:file:plugins/org.eclipse.e4.ui.workbench_1.3.1.v20160203-0951.ja= r > Id: org.eclipse.e4.ui.workbench.addons.swt, Version: 1.2.0.v20150512-1414= , Location: reference:file:plugins/org.eclipse.e4.ui.workbench.addons.swt_1= .2.0.v20150512-1414.jar > Id: org.eclipse.e4.ui.workbench.addons.swt.nl_de, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.e4.ui.workbench.addon= s.swt.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.workbench.addons.swt.nl_fr, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.e4.ui.workbench.addon= s.swt.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.workbench.nl_de, Version: 4.5.0.v20151128060001, Lo= cation: reference:file:plugins/org.eclipse.e4.ui.workbench.nl_de_4.5.0.v201= 51128060001.jar > Id: org.eclipse.e4.ui.workbench.nl_fr, Version: 4.5.0.v20151128060001, Lo= cation: reference:file:plugins/org.eclipse.e4.ui.workbench.nl_fr_4.5.0.v201= 51128060001.jar > Id: org.eclipse.e4.ui.workbench.renderers.swt, Version: 0.13.0.v20150901-= 1347, Location: reference:file:plugins/org.eclipse.e4.ui.workbench.renderer= s.swt_0.13.0.v20150901-1347.jar > Id: org.eclipse.e4.ui.workbench.renderers.swt.cocoa, Version: 0.11.300.v2= 0150507-1945, Location: reference:file:plugins/org.eclipse.e4.ui.workbench.= renderers.swt.cocoa_0.11.300.v20150507-1945.jar > Id: org.eclipse.e4.ui.workbench.renderers.swt.nl_de, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.e4.ui.workbench.re= nderers.swt.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.workbench.renderers.swt.nl_fr, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.e4.ui.workbench.re= nderers.swt.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.workbench.swt, Version: 0.13.0.v20150504-0621, Loca= tion: reference:file:plugins/org.eclipse.e4.ui.workbench.swt_0.13.0.v201505= 04-0621.jar > Id: org.eclipse.e4.ui.workbench.swt.nl_de, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.e4.ui.workbench.swt.nl_de_4.= 5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.workbench.swt.nl_fr, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.e4.ui.workbench.swt.nl_fr_4.= 5.0.v20151128060001.jar > Id: org.eclipse.e4.ui.workbench3, Version: 0.13.0.v20150422-0725, Locatio= n: reference:file:plugins/org.eclipse.e4.ui.workbench3_0.13.0.v20150422-072= 5.jar > Id: org.eclipse.e4.ui.workbench3.nl_de, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.e4.ui.workbench3.nl_de_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.e4.ui.workbench3.nl_fr, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.e4.ui.workbench3.nl_fr_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.ecf, Version: 3.7.0.v20151130-0157, Location: reference:f= ile:plugins/org.eclipse.ecf_3.7.0.v20151130-0157.jar > Id: org.eclipse.ecf.filetransfer, Version: 5.0.0.v20151130-0157, Location= : reference:file:plugins/org.eclipse.ecf.filetransfer_5.0.0.v20151130-0157.= jar > Id: org.eclipse.ecf.identity, Version: 3.6.0.v20151130-0157, Location: re= ference:file:plugins/org.eclipse.ecf.identity_3.6.0.v20151130-0157.jar > Id: org.eclipse.ecf.provider.filetransfer, Version: 3.2.200.v20151130-015= 7, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer_3= .2.200.v20151130-0157.jar > Id: org.eclipse.ecf.provider.filetransfer.httpclient4, Version: 1.1.0.v20= 151130-0157, Location: reference:file:plugins/org.eclipse.ecf.provider.file= transfer.httpclient4_1.1.0.v20151130-0157.jar > Id: org.eclipse.ecf.provider.filetransfer.httpclient4.ssl, Version: 1.1.0= .v20151130-0157, Location: reference:file:plugins/org.eclipse.ecf.provider.= filetransfer.httpclient4.ssl_1.1.0.v20151130-0157.jar > Id: org.eclipse.ecf.provider.filetransfer.ssl, Version: 1.0.0.v20151130-0= 157, Location: reference:file:plugins/org.eclipse.ecf.provider.filetransfer= .ssl_1.0.0.v20151130-0157.jar > Id: org.eclipse.ecf.ssl, Version: 1.2.0.v20151130-0157, Location: referen= ce:file:plugins/org.eclipse.ecf.ssl_1.2.0.v20151130-0157.jar > Id: org.eclipse.emf.common, Version: 2.11.1.v20160208-0816, Location: ref= erence:file:plugins/org.eclipse.emf.common_2.11.1.v20160208-0816.jar > Id: org.eclipse.emf.ecore, Version: 2.11.2.v20160208-0816, Location: refe= rence:file:plugins/org.eclipse.emf.ecore_2.11.2.v20160208-0816.jar > Id: org.eclipse.emf.ecore.change, Version: 2.11.0.v20160208-0816, Locatio= n: reference:file:plugins/org.eclipse.emf.ecore.change_2.11.0.v20160208-081= 6.jar > Id: org.eclipse.emf.ecore.xmi, Version: 2.11.1.v20160208-0816, Location: = reference:file:plugins/org.eclipse.emf.ecore.xmi_2.11.1.v20160208-0816.jar > Id: org.eclipse.equinox.app, Version: 1.3.300.v20150423-1356, Location: r= eference:file:plugins/org.eclipse.equinox.app_1.3.300.v20150423-1356.jar > Id: org.eclipse.equinox.bidi, Version: 0.10.0.v20130327-1442, Location: r= eference:file:plugins/org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar > Id: org.eclipse.equinox.common, Version: 3.7.0.v20150402-1709, Location: = reference:file:plugins/org.eclipse.equinox.common_3.7.0.v20150402-1709.jar > Id: org.eclipse.equinox.concurrent, Version: 1.1.0.v20130327-1442, Locati= on: reference:file:plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1= 442.jar > Id: org.eclipse.equinox.console, Version: 1.1.100.v20141023-1406, Locatio= n: reference:file:plugins/org.eclipse.equinox.console_1.1.100.v20141023-140= 6.jar > Id: org.eclipse.equinox.ds, Version: 1.4.300.v20150423-1356, Location: re= ference:file:plugins/org.eclipse.equinox.ds_1.4.300.v20150423-1356.jar > Id: org.eclipse.equinox.event, Version: 1.3.100.v20140115-1647, Location:= reference:file:plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.ja= r > Id: org.eclipse.equinox.frameworkadmin, Version: 2.0.200.v20150423-1455, = Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin_2.0.200= .v20150423-1455.jar > Id: org.eclipse.equinox.frameworkadmin.equinox, Version: 1.0.600.v2015052= 2-2234, Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin= .equinox_1.0.600.v20150522-2234.jar > Id: org.eclipse.equinox.frameworkadmin.equinox.nl_de, Version: 4.5.0.v201= 51128060001, Location: reference:file:plugins/org.eclipse.equinox.framework= admin.equinox.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.frameworkadmin.equinox.nl_fr, Version: 4.5.0.v201= 51128060001, Location: reference:file:plugins/org.eclipse.equinox.framework= admin.equinox.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.frameworkadmin.nl_de, Version: 4.5.0.v20151128060= 001, Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin.nl= _de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.frameworkadmin.nl_fr, Version: 4.5.0.v20151128060= 001, Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin.nl= _fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.http.jetty, Version: 3.1.2.v20160115-1350, Locati= on: reference:file:plugins/org.eclipse.equinox.http.jetty_3.1.2.v20160115-1= 350.jar > Id: org.eclipse.equinox.http.registry, Version: 1.1.300.v20130402-1529, L= ocation: reference:file:plugins/org.eclipse.equinox.http.registry_1.1.300.v= 20130402-1529.jar > Id: org.eclipse.equinox.http.servlet, Version: 1.2.2.v20160202-2102, Loca= tion: reference:file:plugins/org.eclipse.equinox.http.servlet_1.2.2.v201602= 02-2102.jar > Id: org.eclipse.equinox.jsp.jasper, Version: 1.0.500.v20150119-1358, Loca= tion: reference:file:plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v201501= 19-1358.jar > Id: org.eclipse.equinox.jsp.jasper.registry, Version: 1.0.300.v20130327-1= 442, Location: reference:file:plugins/org.eclipse.equinox.jsp.jasper.regist= ry_1.0.300.v20130327-1442.jar > Id: org.eclipse.equinox.launcher, Version: 1.3.100.v20150511-1540, Locati= on: reference:file:plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1= 540.jar > Id: org.eclipse.equinox.launcher.cocoa.macosx.x86_64, Version: 1.1.300.v2= 0150602-1417, Location: reference:file:plugins/org.eclipse.equinox.launcher= .cocoa.macosx.x86_64_1.1.300.v20150602-1417/ > Id: org.eclipse.equinox.launcher.nl_de, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.equinox.launcher.nl_de_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.equinox.launcher.nl_fr, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.equinox.launcher.nl_fr_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.equinox.p2.artifact.repository, Version: 1.1.400.v2015051= 3-2116, Location: reference:file:plugins/org.eclipse.equinox.p2.artifact.re= pository_1.1.400.v20150513-2116.jar > Id: org.eclipse.equinox.p2.artifact.repository.nl_de, Version: 4.5.0.v201= 51128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.artifa= ct.repository.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.artifact.repository.nl_fr, Version: 4.5.0.v201= 51128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.artifa= ct.repository.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.console, Version: 1.0.400.v20150423-1455, Loca= tion: reference:file:plugins/org.eclipse.equinox.p2.console_1.0.400.v201504= 23-1455.jar > Id: org.eclipse.equinox.p2.console.nl_de, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.equinox.p2.console.nl_de_4.5.= 0.v20151128060001.jar > Id: org.eclipse.equinox.p2.console.nl_fr, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.equinox.p2.console.nl_fr_4.5.= 0.v20151128060001.jar > Id: org.eclipse.equinox.p2.core, Version: 2.4.0.v20150527-1706, Location:= reference:file:plugins/org.eclipse.equinox.p2.core_2.4.0.v20150527-1706.ja= r > Id: org.eclipse.equinox.p2.core.nl_de, Version: 4.5.0.v20151128060001, Lo= cation: reference:file:plugins/org.eclipse.equinox.p2.core.nl_de_4.5.0.v201= 51128060001.jar > Id: org.eclipse.equinox.p2.core.nl_fr, Version: 4.5.0.v20151128060001, Lo= cation: reference:file:plugins/org.eclipse.equinox.p2.core.nl_fr_4.5.0.v201= 51128060001.jar > Id: org.eclipse.equinox.p2.director, Version: 2.3.200.v20150423-1455, Loc= ation: reference:file:plugins/org.eclipse.equinox.p2.director_2.3.200.v2015= 0423-1455.jar > Id: org.eclipse.equinox.p2.director.app, Version: 1.0.400.v20150423-1455,= Location: reference:file:plugins/org.eclipse.equinox.p2.director.app_1.0.4= 00.v20150423-1455.jar > Id: org.eclipse.equinox.p2.director.app.nl_de, Version: 4.5.0.v2015112806= 0001, Location: reference:file:plugins/org.eclipse.equinox.p2.director.app.= nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.director.app.nl_fr, Version: 4.5.0.v2015112806= 0001, Location: reference:file:plugins/org.eclipse.equinox.p2.director.app.= nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.director.nl_de, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.equinox.p2.director.nl_de_4.= 5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.director.nl_fr, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.equinox.p2.director.nl_fr_4.= 5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.directorywatcher, Version: 1.1.100.v20150423-1= 455, Location: reference:file:plugins/org.eclipse.equinox.p2.directorywatch= er_1.1.100.v20150423-1455.jar > Id: org.eclipse.equinox.p2.directorywatcher.nl_de, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.directory= watcher.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.directorywatcher.nl_fr, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.directory= watcher.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.engine, Version: 2.4.0.v20150511-1532, Locatio= n: reference:file:plugins/org.eclipse.equinox.p2.engine_2.4.0.v20150511-153= 2.jar > Id: org.eclipse.equinox.p2.engine.nl_de, Version: 4.5.0.v20151128060001, = Location: reference:file:plugins/org.eclipse.equinox.p2.engine.nl_de_4.5.0.= v20151128060001.jar > Id: org.eclipse.equinox.p2.engine.nl_fr, Version: 4.5.0.v20151128060001, = Location: reference:file:plugins/org.eclipse.equinox.p2.engine.nl_fr_4.5.0.= v20151128060001.jar > Id: org.eclipse.equinox.p2.extensionlocation, Version: 1.2.201.v20160129-= 0947, Location: reference:file:plugins/org.eclipse.equinox.p2.extensionloca= tion_1.2.201.v20160129-0947.jar > Id: org.eclipse.equinox.p2.extensionlocation.nl_de, Version: 4.5.0.v20151= 128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.extensio= nlocation.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.extensionlocation.nl_fr, Version: 4.5.0.v20151= 128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.extensio= nlocation.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.garbagecollector, Version: 1.0.200.v20131115-1= 210, Location: reference:file:plugins/org.eclipse.equinox.p2.garbagecollect= or_1.0.200.v20131115-1210.jar > Id: org.eclipse.equinox.p2.garbagecollector.nl_de, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.garbageco= llector.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.garbagecollector.nl_fr, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.garbageco= llector.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.jarprocessor, Version: 1.0.400.v20150430-1836,= Location: reference:file:plugins/org.eclipse.equinox.p2.jarprocessor_1.0.4= 00.v20150430-1836.jar > Id: org.eclipse.equinox.p2.jarprocessor.nl_de, Version: 4.5.0.v2015112806= 0001, Location: reference:file:plugins/org.eclipse.equinox.p2.jarprocessor.= nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.jarprocessor.nl_fr, Version: 4.5.0.v2015112806= 0001, Location: reference:file:plugins/org.eclipse.equinox.p2.jarprocessor.= nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.metadata, Version: 2.3.0.v20150511-1532, Locat= ion: reference:file:plugins/org.eclipse.equinox.p2.metadata_2.3.0.v20150511= -1532.jar > Id: org.eclipse.equinox.p2.metadata.nl_de, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.equinox.p2.metadata.nl_de_4.= 5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.metadata.nl_fr, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.equinox.p2.metadata.nl_fr_4.= 5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.metadata.repository, Version: 1.2.200.v2015042= 8-1613, Location: reference:file:plugins/org.eclipse.equinox.p2.metadata.re= pository_1.2.200.v20150428-1613.jar > Id: org.eclipse.equinox.p2.metadata.repository.nl_de, Version: 4.5.0.v201= 51128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.metada= ta.repository.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.metadata.repository.nl_fr, Version: 4.5.0.v201= 51128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.metada= ta.repository.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.operations, Version: 2.4.100.v20150423-1455, L= ocation: reference:file:plugins/org.eclipse.equinox.p2.operations_2.4.100.v= 20150423-1455.jar > Id: org.eclipse.equinox.p2.operations.nl_de, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.equinox.p2.operations.nl_d= e_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.operations.nl_fr, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.equinox.p2.operations.nl_f= r_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.publisher, Version: 1.4.0.v20141117-0929, Loca= tion: reference:file:plugins/org.eclipse.equinox.p2.publisher_1.4.0.v201411= 17-0929.jar > Id: org.eclipse.equinox.p2.publisher.eclipse, Version: 1.2.0.v20150601-17= 08, Location: reference:file:plugins/org.eclipse.equinox.p2.publisher.eclip= se_1.2.0.v20150601-1708.jar > Id: org.eclipse.equinox.p2.publisher.eclipse.nl_de, Version: 4.5.0.v20151= 128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.publishe= r.eclipse.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.publisher.eclipse.nl_fr, Version: 4.5.0.v20151= 128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.publishe= r.eclipse.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.publisher.nl_de, Version: 4.5.0.v2015112806000= 1, Location: reference:file:plugins/org.eclipse.equinox.p2.publisher.nl_de_= 4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.publisher.nl_fr, Version: 4.5.0.v2015112806000= 1, Location: reference:file:plugins/org.eclipse.equinox.p2.publisher.nl_fr_= 4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.reconciler.dropins, Version: 1.1.300.v20150423= -1455, Location: reference:file:plugins/org.eclipse.equinox.p2.reconciler.d= ropins_1.1.300.v20150423-1455.jar > Id: org.eclipse.equinox.p2.reconciler.dropins.nl_de, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.reconci= ler.dropins.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.reconciler.dropins.nl_fr, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.reconci= ler.dropins.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.repository, Version: 2.3.100.v20150428-1613, L= ocation: reference:file:plugins/org.eclipse.equinox.p2.repository_2.3.100.v= 20150428-1613.jar > Id: org.eclipse.equinox.p2.repository.nl_de, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.equinox.p2.repository.nl_d= e_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.repository.nl_fr, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.equinox.p2.repository.nl_f= r_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.repository.tools, Version: 2.1.100.v20150423-1= 455, Location: reference:file:plugins/org.eclipse.equinox.p2.repository.too= ls_2.1.100.v20150423-1455.jar > Id: org.eclipse.equinox.p2.repository.tools.nl_de, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.repositor= y.tools.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.repository.tools.nl_fr, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.repositor= y.tools.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.touchpoint.eclipse, Version: 2.1.300.v20150423= -1455, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpoint.e= clipse_2.1.300.v20150423-1455.jar > Id: org.eclipse.equinox.p2.touchpoint.eclipse.nl_de, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpo= int.eclipse.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.touchpoint.eclipse.nl_fr, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpo= int.eclipse.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.touchpoint.natives, Version: 1.2.0.v20150519-1= 136, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpoint.nat= ives_1.2.0.v20150519-1136.jar > Id: org.eclipse.equinox.p2.touchpoint.natives.nl_de, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpo= int.natives.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.touchpoint.natives.nl_fr, Version: 4.5.0.v2015= 1128060001, Location: reference:file:plugins/org.eclipse.equinox.p2.touchpo= int.natives.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.transport.ecf, Version: 1.1.100.v20150521-1342= , Location: reference:file:plugins/org.eclipse.equinox.p2.transport.ecf_1.1= .100.v20150521-1342.jar > Id: org.eclipse.equinox.p2.transport.ecf.nl_de, Version: 4.5.0.v201511280= 60001, Location: reference:file:plugins/org.eclipse.equinox.p2.transport.ec= f.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.transport.ecf.nl_fr, Version: 4.5.0.v201511280= 60001, Location: reference:file:plugins/org.eclipse.equinox.p2.transport.ec= f.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.ui, Version: 2.4.0.v20150425-0422, Location: r= eference:file:plugins/org.eclipse.equinox.p2.ui_2.4.0.v20150425-0422.jar > Id: org.eclipse.equinox.p2.ui.importexport, Version: 1.1.100.v20150423-14= 55, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.importexport= _1.1.100.v20150423-1455.jar > Id: org.eclipse.equinox.p2.ui.importexport.nl_de, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.importe= xport.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.ui.importexport.nl_fr, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.importe= xport.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.ui.nl_de, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.equinox.p2.ui.nl_de_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.equinox.p2.ui.nl_fr, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.equinox.p2.ui.nl_fr_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.equinox.p2.ui.sdk, Version: 1.0.400.v20150423-1455, Locat= ion: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423= -1455.jar > Id: org.eclipse.equinox.p2.ui.sdk.nl_de, Version: 4.5.0.v20151128060001, = Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.nl_de_4.5.0.= v20151128060001.jar > Id: org.eclipse.equinox.p2.ui.sdk.nl_fr, Version: 4.5.0.v20151128060001, = Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.nl_fr_4.5.0.= v20151128060001.jar > Id: org.eclipse.equinox.p2.ui.sdk.scheduler, Version: 1.2.100.v20150423-1= 455, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.schedul= er_1.2.100.v20150423-1455.jar > Id: org.eclipse.equinox.p2.ui.sdk.scheduler.nl_de, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.sc= heduler.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.ui.sdk.scheduler.nl_fr, Version: 4.5.0.v201511= 28060001, Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.sc= heduler.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.updatechecker, Version: 1.1.200.v20131119-0908= , Location: reference:file:plugins/org.eclipse.equinox.p2.updatechecker_1.1= .200.v20131119-0908.jar > Id: org.eclipse.equinox.p2.updatechecker.nl_de, Version: 4.5.0.v201511280= 60001, Location: reference:file:plugins/org.eclipse.equinox.p2.updatechecke= r.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.updatechecker.nl_fr, Version: 4.5.0.v201511280= 60001, Location: reference:file:plugins/org.eclipse.equinox.p2.updatechecke= r.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.updatesite, Version: 1.0.500.v20150423-1455, L= ocation: reference:file:plugins/org.eclipse.equinox.p2.updatesite_1.0.500.v= 20150423-1455.jar > Id: org.eclipse.equinox.p2.updatesite.nl_de, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.equinox.p2.updatesite.nl_d= e_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.p2.updatesite.nl_fr, Version: 4.5.0.v201511280600= 01, Location: reference:file:plugins/org.eclipse.equinox.p2.updatesite.nl_f= r_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.preferences, Version: 3.5.300.v20150408-1437, Loc= ation: reference:file:plugins/org.eclipse.equinox.preferences_3.5.300.v2015= 0408-1437.jar > Id: org.eclipse.equinox.registry, Version: 3.6.0.v20150318-1503, Location= : reference:file:plugins/org.eclipse.equinox.registry_3.6.0.v20150318-1503.= jar > Id: org.eclipse.equinox.security, Version: 1.2.100.v20150423-1356, Locati= on: reference:file:plugins/org.eclipse.equinox.security_1.2.100.v20150423-1= 356.jar > Id: org.eclipse.equinox.security.macosx, Version: 1.100.200.v20130327-144= 2, Location: reference:file:plugins/org.eclipse.equinox.security.macosx_1.1= 00.200.v20130327-1442.jar > Id: org.eclipse.equinox.security.ui, Version: 1.1.201.v20150803-1228, Loc= ation: reference:file:plugins/org.eclipse.equinox.security.ui_1.1.201.v2015= 0803-1228.jar > Id: org.eclipse.equinox.simpleconfigurator, Version: 1.1.100.v20150423-14= 55, Location: initial@reference:file:plugins/org.eclipse.equinox.simpleconf= igurator_1.1.100.v20150423-1455.jar > Id: org.eclipse.equinox.simpleconfigurator.manipulator, Version: 2.0.100.= v20150423-1455, Location: reference:file:plugins/org.eclipse.equinox.simple= configurator.manipulator_2.0.100.v20150423-1455.jar > Id: org.eclipse.equinox.simpleconfigurator.manipulator.nl_de, Version: 4.= 5.0.v20151128060001, Location: reference:file:plugins/org.eclipse.equinox.s= impleconfigurator.manipulator.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.simpleconfigurator.manipulator.nl_fr, Version: 4.= 5.0.v20151128060001, Location: reference:file:plugins/org.eclipse.equinox.s= impleconfigurator.manipulator.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.simpleconfigurator.nl_de, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.equinox.simpleconfigu= rator.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.simpleconfigurator.nl_fr, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.equinox.simpleconfigu= rator.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.equinox.util, Version: 1.0.500.v20130404-1337, Location: = reference:file:plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar > Id: org.eclipse.help, Version: 3.6.0.v20130326-1254, Location: reference:= file:plugins/org.eclipse.help_3.6.0.v20130326-1254.jar > Id: org.eclipse.help.base, Version: 4.0.301.v20160212-1500, Location: ref= erence:file:plugins/org.eclipse.help.base_4.0.301.v20160212-1500.jar > Id: org.eclipse.help.base.nl_de, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.help.base.nl_de_4.5.0.v20151128060001.= jar > Id: org.eclipse.help.base.nl_fr, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.help.base.nl_fr_4.5.0.v20151128060001.= jar > Id: org.eclipse.help.nl_de, Version: 4.5.0.v20151128060001, Location: ref= erence:file:plugins/org.eclipse.help.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.help.nl_fr, Version: 4.5.0.v20151128060001, Location: ref= erence:file:plugins/org.eclipse.help.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.help.ui, Version: 4.0.100.v20140401-0608, Location: refer= ence:file:plugins/org.eclipse.help.ui_4.0.100.v20140401-0608.jar > Id: org.eclipse.help.ui.nl_de, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.help.ui.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.help.ui.nl_fr, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.help.ui.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.help.webapp, Version: 3.7.0.v20150425-0643, Location: ref= erence:file:plugins/org.eclipse.help.webapp_3.7.0.v20150425-0643.jar > Id: org.eclipse.help.webapp.nl_de, Version: 4.5.0.v20151128060001, Locati= on: reference:file:plugins/org.eclipse.help.webapp.nl_de_4.5.0.v20151128060= 001.jar > Id: org.eclipse.help.webapp.nl_fr, Version: 4.5.0.v20151128060001, Locati= on: reference:file:plugins/org.eclipse.help.webapp.nl_fr_4.5.0.v20151128060= 001.jar > Id: org.eclipse.jdt.core, Version: 3.11.2.v20160128-0629, Location: refer= ence:file:plugins/org.eclipse.jdt.core_3.11.2.v20160128-0629.jar > Id: org.eclipse.jdt.core.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.jdt.core.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.jdt.core.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.jdt.core.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.jdt.debug, Version: 3.9.1.v20160128-1343, Location: refer= ence:file:plugins/org.eclipse.jdt.debug_3.9.1.v20160128-1343/ > Id: org.eclipse.jdt.debug.nl_de, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.jdt.debug.nl_de_4.5.0.v20151128060001.= jar > Id: org.eclipse.jdt.debug.nl_fr, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.jdt.debug.nl_fr_4.5.0.v20151128060001.= jar > Id: org.eclipse.jdt.launching, Version: 3.8.0.v20150527-0946, Location: r= eference:file:plugins/org.eclipse.jdt.launching_3.8.0.v20150527-0946.jar > Id: org.eclipse.jdt.launching.macosx, Version: 3.3.0.v20150313-0517, Loca= tion: reference:file:plugins/org.eclipse.jdt.launching.macosx_3.3.0.v201503= 13-0517.jar > Id: org.eclipse.jdt.launching.nl_de, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.jdt.launching.nl_de_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.jdt.launching.nl_fr, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.jdt.launching.nl_fr_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.jetty.continuation, Version: 9.2.13.v20150730, Location: = reference:file:plugins/org.eclipse.jetty.continuation_9.2.13.v20150730.jar > Id: org.eclipse.jetty.http, Version: 9.2.13.v20150730, Location: referenc= e:file:plugins/org.eclipse.jetty.http_9.2.13.v20150730.jar > Id: org.eclipse.jetty.io, Version: 9.2.13.v20150730, Location: reference:= file:plugins/org.eclipse.jetty.io_9.2.13.v20150730.jar > Id: org.eclipse.jetty.security, Version: 9.2.13.v20150730, Location: refe= rence:file:plugins/org.eclipse.jetty.security_9.2.13.v20150730.jar > Id: org.eclipse.jetty.server, Version: 9.2.13.v20150730, Location: refere= nce:file:plugins/org.eclipse.jetty.server_9.2.13.v20150730.jar > Id: org.eclipse.jetty.servlet, Version: 9.2.13.v20150730, Location: refer= ence:file:plugins/org.eclipse.jetty.servlet_9.2.13.v20150730.jar > Id: org.eclipse.jetty.util, Version: 9.2.13.v20150730, Location: referenc= e:file:plugins/org.eclipse.jetty.util_9.2.13.v20150730.jar > Id: org.eclipse.jface, Version: 3.11.1.v20160128-1644, Location: referenc= e:file:plugins/org.eclipse.jface_3.11.1.v20160128-1644.jar > Id: org.eclipse.jface.databinding, Version: 1.7.0.v20150406-2148, Locatio= n: reference:file:plugins/org.eclipse.jface.databinding_1.7.0.v20150406-214= 8.jar > Id: org.eclipse.jface.databinding.nl_de, Version: 4.5.0.v20151128060001, = Location: reference:file:plugins/org.eclipse.jface.databinding.nl_de_4.5.0.= v20151128060001.jar > Id: org.eclipse.jface.databinding.nl_fr, Version: 4.5.0.v20151128060001, = Location: reference:file:plugins/org.eclipse.jface.databinding.nl_fr_4.5.0.= v20151128060001.jar > Id: org.eclipse.jface.nl_de, Version: 4.5.0.v20151128060001, Location: re= ference:file:plugins/org.eclipse.jface.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.jface.nl_fr, Version: 4.5.0.v20151128060001, Location: re= ference:file:plugins/org.eclipse.jface.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.jface.text, Version: 3.10.0.v20150603-1752, Location: ref= erence:file:plugins/org.eclipse.jface.text_3.10.0.v20150603-1752.jar > Id: org.eclipse.jface.text.nl_de, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.jface.text.nl_de_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.jface.text.nl_fr, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.jface.text.nl_fr_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.jsch.core, Version: 1.2.0.v20141202-1415, Location: refer= ence:file:plugins/org.eclipse.jsch.core_1.2.0.v20141202-1415.jar > Id: org.eclipse.jsch.core.nl_de, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.jsch.core.nl_de_4.5.0.v20151128060001.= jar > Id: org.eclipse.jsch.core.nl_fr, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.jsch.core.nl_fr_4.5.0.v20151128060001.= jar > Id: org.eclipse.jsch.ui, Version: 1.2.0.v20141202-1415, Location: referen= ce:file:plugins/org.eclipse.jsch.ui_1.2.0.v20141202-1415.jar > Id: org.eclipse.jsch.ui.nl_de, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.jsch.ui.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.jsch.ui.nl_fr, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.jsch.ui.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.ltk.core.refactoring, Version: 3.6.201.v20150819-1034, Lo= cation: reference:file:plugins/org.eclipse.ltk.core.refactoring_3.6.201.v20= 150819-1034.jar > Id: org.eclipse.ltk.core.refactoring.nl_de, Version: 4.5.0.v2015112806000= 1, Location: reference:file:plugins/org.eclipse.ltk.core.refactoring.nl_de_= 4.5.0.v20151128060001.jar > Id: org.eclipse.ltk.core.refactoring.nl_fr, Version: 4.5.0.v2015112806000= 1, Location: reference:file:plugins/org.eclipse.ltk.core.refactoring.nl_fr_= 4.5.0.v20151128060001.jar > Id: org.eclipse.ltk.ui.refactoring, Version: 3.7.200.v20140625-1835, Loca= tion: reference:file:plugins/org.eclipse.ltk.ui.refactoring_3.7.200.v201406= 25-1835.jar > Id: org.eclipse.ltk.ui.refactoring.nl_de, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.ltk.ui.refactoring.nl_de_4.5.= 0.v20151128060001.jar > Id: org.eclipse.ltk.ui.refactoring.nl_fr, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.ltk.ui.refactoring.nl_fr_4.5.= 0.v20151128060001.jar > Id: org.eclipse.osgi, Version: 3.10.102.v20160118-1700, Location: System = Bundle > Id: org.eclipse.osgi.compatibility.state, Version: 1.0.100.v20150402-1551= , Location: initial@reference:file:plugins/org.eclipse.osgi.compatibility.s= tate_1.0.100.v20150402-1551.jar > Id: org.eclipse.osgi.nl_de, Version: 4.5.0.v20151128060001, Location: ini= tial@reference:file:plugins/org.eclipse.osgi.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.osgi.nl_fr, Version: 4.5.0.v20151128060001, Location: ini= tial@reference:file:plugins/org.eclipse.osgi.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.osgi.services, Version: 3.5.0.v20150519-2006, Location: r= eference:file:plugins/org.eclipse.osgi.services_3.5.0.v20150519-2006.jar > Id: org.eclipse.osgi.services.nl_de, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.osgi.services.nl_de_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.osgi.services.nl_fr, Version: 4.5.0.v20151128060001, Loca= tion: reference:file:plugins/org.eclipse.osgi.services.nl_fr_4.5.0.v2015112= 8060001.jar > Id: org.eclipse.osgi.util, Version: 3.3.100.v20150423-1351, Location: ref= erence:file:plugins/org.eclipse.osgi.util_3.3.100.v20150423-1351.jar > Id: org.eclipse.osgi.util.nl_de, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.osgi.util.nl_de_4.5.0.v20151128060001.= jar > Id: org.eclipse.osgi.util.nl_fr, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.osgi.util.nl_fr_4.5.0.v20151128060001.= jar > Id: org.eclipse.platform, Version: 4.5.2.v20160212-1500, Location: refere= nce:file:plugins/org.eclipse.platform_4.5.2.v20160212-1500/ > Id: org.eclipse.platform.doc.user, Version: 4.5.1.v20150819-1130, Locatio= n: reference:file:plugins/org.eclipse.platform.doc.user_4.5.1.v20150819-113= 0.jar > Id: org.eclipse.platform.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.platform.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.platform.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.platform.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.rcp, Version: 4.5.2.v20160212-1500, Location: reference:f= ile:plugins/org.eclipse.rcp_4.5.2.v20160212-1500.jar > Id: org.eclipse.search, Version: 3.10.0.v20150318-0856, Location: referen= ce:file:plugins/org.eclipse.search_3.10.0.v20150318-0856.jar > Id: org.eclipse.search.nl_de, Version: 4.5.0.v20151128060001, Location: r= eference:file:plugins/org.eclipse.search.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.search.nl_fr, Version: 4.5.0.v20151128060001, Location: r= eference:file:plugins/org.eclipse.search.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.swt, Version: 3.104.2.v20160212-1350, Location: reference= :file:plugins/org.eclipse.swt_3.104.2.v20160212-1350.jar > Id: org.eclipse.swt.cocoa.macosx.x86_64, Version: 3.104.2.v20160212-1350,= Location: reference:file:plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.104= .2.v20160212-1350.jar > Id: org.eclipse.swt.nl_de, Version: 4.5.0.v20151128060001, Location: refe= rence:file:plugins/org.eclipse.swt.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.swt.nl_fr, Version: 4.5.0.v20151128060001, Location: refe= rence:file:plugins/org.eclipse.swt.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.team.core, Version: 3.7.100.v20150203-1452, Location: ref= erence:file:plugins/org.eclipse.team.core_3.7.100.v20150203-1452.jar > Id: org.eclipse.team.core.nl_de, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.team.core.nl_de_4.5.0.v20151128060001.= jar > Id: org.eclipse.team.core.nl_fr, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.team.core.nl_fr_4.5.0.v20151128060001.= jar > Id: org.eclipse.team.ui, Version: 3.7.200.v20150203-1452, Location: refer= ence:file:plugins/org.eclipse.team.ui_3.7.200.v20150203-1452.jar > Id: org.eclipse.team.ui.nl_de, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.team.ui.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.team.ui.nl_fr, Version: 4.5.0.v20151128060001, Location: = reference:file:plugins/org.eclipse.team.ui.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.text, Version: 3.5.400.v20150505-1044, Location: referenc= e:file:plugins/org.eclipse.text_3.5.400.v20150505-1044.jar > Id: org.eclipse.text.nl_de, Version: 4.5.0.v20151128060001, Location: ref= erence:file:plugins/org.eclipse.text.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.text.nl_fr, Version: 4.5.0.v20151128060001, Location: ref= erence:file:plugins/org.eclipse.text.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.ui, Version: 3.107.0.v20150507-1945, Location: reference:= file:plugins/org.eclipse.ui_3.107.0.v20150507-1945.jar > Id: org.eclipse.ui.browser, Version: 3.4.300.v20150429-0602, Location: re= ference:file:plugins/org.eclipse.ui.browser_3.4.300.v20150429-0602.jar > Id: org.eclipse.ui.browser.nl_de, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.ui.browser.nl_de_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.ui.browser.nl_fr, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.ui.browser.nl_fr_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.ui.cheatsheets, Version: 3.4.200.v20131227-1524, Location= : reference:file:plugins/org.eclipse.ui.cheatsheets_3.4.200.v20131227-1524.= jar > Id: org.eclipse.ui.cheatsheets.nl_de, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.ui.cheatsheets.nl_de_4.5.0.v20151= 128060001.jar > Id: org.eclipse.ui.cheatsheets.nl_fr, Version: 4.5.0.v20151128060001, Loc= ation: reference:file:plugins/org.eclipse.ui.cheatsheets.nl_fr_4.5.0.v20151= 128060001.jar > Id: org.eclipse.ui.cocoa, Version: 1.1.100.v20150315-1253, Location: refe= rence:file:plugins/org.eclipse.ui.cocoa_1.1.100.v20150315-1253.jar > Id: org.eclipse.ui.console, Version: 3.6.100.v20150822-1912, Location: re= ference:file:plugins/org.eclipse.ui.console_3.6.100.v20150822-1912.jar > Id: org.eclipse.ui.console.nl_de, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.ui.console.nl_de_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.ui.console.nl_fr, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.ui.console.nl_fr_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.ui.editors, Version: 3.9.0.v20150213-1939, Location: refe= rence:file:plugins/org.eclipse.ui.editors_3.9.0.v20150213-1939.jar > Id: org.eclipse.ui.editors.nl_de, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.ui.editors.nl_de_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.ui.editors.nl_fr, Version: 4.5.0.v20151128060001, Locatio= n: reference:file:plugins/org.eclipse.ui.editors.nl_fr_4.5.0.v2015112806000= 1.jar > Id: org.eclipse.ui.externaltools, Version: 3.3.0.v20150302-1002, Location= : reference:file:plugins/org.eclipse.ui.externaltools_3.3.0.v20150302-1002.= jar > Id: org.eclipse.ui.externaltools.nl_de, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.ui.externaltools.nl_de_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.ui.externaltools.nl_fr, Version: 4.5.0.v20151128060001, L= ocation: reference:file:plugins/org.eclipse.ui.externaltools.nl_fr_4.5.0.v2= 0151128060001.jar > Id: org.eclipse.ui.forms, Version: 3.6.200.v20150506-2029, Location: refe= rence:file:plugins/org.eclipse.ui.forms_3.6.200.v20150506-2029.jar > Id: org.eclipse.ui.forms.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ui.forms.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.ui.forms.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ui.forms.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.ui.ide, Version: 3.11.0.v20150825-2158, Location: referen= ce:file:plugins/org.eclipse.ui.ide_3.11.0.v20150825-2158.jar > Id: org.eclipse.ui.ide.application, Version: 1.1.0.v20150422-0725, Locati= on: reference:file:plugins/org.eclipse.ui.ide.application_1.1.0.v20150422-0= 725.jar > Id: org.eclipse.ui.ide.application.nl_de, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.ui.ide.application.nl_de_4.5.= 0.v20151128060001.jar > Id: org.eclipse.ui.ide.application.nl_fr, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.ui.ide.application.nl_fr_4.5.= 0.v20151128060001.jar > Id: org.eclipse.ui.ide.nl_de, Version: 4.5.0.v20151128060001, Location: r= eference:file:plugins/org.eclipse.ui.ide.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.ide.nl_fr, Version: 4.5.0.v20151128060001, Location: r= eference:file:plugins/org.eclipse.ui.ide.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.intro, Version: 3.4.300.v20141007-1449, Location: refe= rence:file:plugins/org.eclipse.ui.intro_3.4.300.v20141007-1449.jar > Id: org.eclipse.ui.intro.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ui.intro.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.ui.intro.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ui.intro.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.ui.intro.universal, Version: 3.2.800.v20150325-0952, Loca= tion: reference:file:plugins/org.eclipse.ui.intro.universal_3.2.800.v201503= 25-0952.jar > Id: org.eclipse.ui.intro.universal.nl_de, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.ui.intro.universal.nl_de_4.5.= 0.v20151128060001.jar > Id: org.eclipse.ui.intro.universal.nl_fr, Version: 4.5.0.v20151128060001,= Location: reference:file:plugins/org.eclipse.ui.intro.universal.nl_fr_4.5.= 0.v20151128060001.jar > Id: org.eclipse.ui.monitoring, Version: 1.0.0.v20150512-1436, Location: r= eference:file:plugins/org.eclipse.ui.monitoring_1.0.0.v20150512-1436.jar > Id: org.eclipse.ui.navigator, Version: 3.6.0.v20150422-0725, Location: re= ference:file:plugins/org.eclipse.ui.navigator_3.6.0.v20150422-0725.jar > Id: org.eclipse.ui.navigator.nl_de, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.ui.navigator.nl_de_4.5.0.v201511280= 60001.jar > Id: org.eclipse.ui.navigator.nl_fr, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.ui.navigator.nl_fr_4.5.0.v201511280= 60001.jar > Id: org.eclipse.ui.navigator.resources, Version: 3.5.1.v20160128-1644, Lo= cation: reference:file:plugins/org.eclipse.ui.navigator.resources_3.5.1.v20= 160128-1644.jar > Id: org.eclipse.ui.navigator.resources.nl_de, Version: 4.5.0.v20151128060= 001, Location: reference:file:plugins/org.eclipse.ui.navigator.resources.nl= _de_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.navigator.resources.nl_fr, Version: 4.5.0.v20151128060= 001, Location: reference:file:plugins/org.eclipse.ui.navigator.resources.nl= _fr_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.net, Version: 1.2.200.v20120807-0927, Location: refere= nce:file:plugins/org.eclipse.ui.net_1.2.200.v20120807-0927.jar > Id: org.eclipse.ui.net.nl_de, Version: 4.5.0.v20151128060001, Location: r= eference:file:plugins/org.eclipse.ui.net.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.net.nl_fr, Version: 4.5.0.v20151128060001, Location: r= eference:file:plugins/org.eclipse.ui.net.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.nl_de, Version: 4.5.0.v20151128060001, Location: refer= ence:file:plugins/org.eclipse.ui.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.nl_fr, Version: 4.5.0.v20151128060001, Location: refer= ence:file:plugins/org.eclipse.ui.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.themes, Version: 1.1.1.v20151026-1355, Location: refer= ence:file:plugins/org.eclipse.ui.themes_1.1.1.v20151026-1355/ > Id: org.eclipse.ui.themes.nl_de, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.ui.themes.nl_de_4.5.0.v20151128060001.= jar > Id: org.eclipse.ui.themes.nl_fr, Version: 4.5.0.v20151128060001, Location= : reference:file:plugins/org.eclipse.ui.themes.nl_fr_4.5.0.v20151128060001.= jar > Id: org.eclipse.ui.views, Version: 3.8.0.v20150422-0725, Location: refere= nce:file:plugins/org.eclipse.ui.views_3.8.0.v20150422-0725.jar > Id: org.eclipse.ui.views.log, Version: 1.0.600.v20150513-1840, Location: = reference:file:plugins/org.eclipse.ui.views.log_1.0.600.v20150513-1840.jar > Id: org.eclipse.ui.views.log.nl_de, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.ui.views.log.nl_de_4.5.0.v201511280= 60001.jar > Id: org.eclipse.ui.views.log.nl_fr, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.ui.views.log.nl_fr_4.5.0.v201511280= 60001.jar > Id: org.eclipse.ui.views.nl_de, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ui.views.nl_de_4.5.0.v20151128060001.ja= r > Id: org.eclipse.ui.views.nl_fr, Version: 4.5.0.v20151128060001, Location:= reference:file:plugins/org.eclipse.ui.views.nl_fr_4.5.0.v20151128060001.ja= r > Id: org.eclipse.ui.views.properties.tabbed, Version: 3.6.100.v20150423-08= 22, Location: reference:file:plugins/org.eclipse.ui.views.properties.tabbed= _3.6.100.v20150423-0822.jar > Id: org.eclipse.ui.views.properties.tabbed.nl_de, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.ui.views.properties.t= abbed.nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.views.properties.tabbed.nl_fr, Version: 4.5.0.v2015112= 8060001, Location: reference:file:plugins/org.eclipse.ui.views.properties.t= abbed.nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.workbench, Version: 3.107.1.v20160120-2131, Location: = reference:file:plugins/org.eclipse.ui.workbench_3.107.1.v20160120-2131.jar > Id: org.eclipse.ui.workbench.nl_de, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.ui.workbench.nl_de_4.5.0.v201511280= 60001.jar > Id: org.eclipse.ui.workbench.nl_fr, Version: 4.5.0.v20151128060001, Locat= ion: reference:file:plugins/org.eclipse.ui.workbench.nl_fr_4.5.0.v201511280= 60001.jar > Id: org.eclipse.ui.workbench.texteditor, Version: 3.9.100.v20141023-1946,= Location: reference:file:plugins/org.eclipse.ui.workbench.texteditor_3.9.1= 00.v20141023-1946.jar > Id: org.eclipse.ui.workbench.texteditor.nl_de, Version: 4.5.0.v2015112806= 0001, Location: reference:file:plugins/org.eclipse.ui.workbench.texteditor.= nl_de_4.5.0.v20151128060001.jar > Id: org.eclipse.ui.workbench.texteditor.nl_fr, Version: 4.5.0.v2015112806= 0001, Location: reference:file:plugins/org.eclipse.ui.workbench.texteditor.= nl_fr_4.5.0.v20151128060001.jar > Id: org.eclipse.update.configurator, Version: 3.3.300.v20140518-1928, Loc= ation: reference:file:plugins/org.eclipse.update.configurator_3.3.300.v2014= 0518-1928.jar > Id: org.eclipse.update.configurator.nl_de, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.update.configurator.nl_de_4.= 5.0.v20151128060001.jar > Id: org.eclipse.update.configurator.nl_fr, Version: 4.5.0.v20151128060001= , Location: reference:file:plugins/org.eclipse.update.configurator.nl_fr_4.= 5.0.v20151128060001.jar > Id: org.sat4j.core, Version: 2.3.5.v201308161310, Location: reference:fil= e:plugins/org.sat4j.core_2.3.5.v201308161310.jar > Id: org.sat4j.pb, Version: 2.3.5.v201404071733, Location: reference:file:= plugins/org.sat4j.pb_2.3.5.v201404071733.jar > Id: org.slf4j.api, Version: 1.7.2.v20121108-1250, Location: reference:fil= e:plugins/org.slf4j.api_1.7.2.v20121108-1250.jar > Id: org.tukaani.xz, Version: 1.3.0.v201308270617, Location: reference:fil= e:plugins/org.tukaani.xz_1.3.0.v201308270617.jar > Id: org.w3c.css.sac, Version: 1.3.1.v200903091627, Location: reference:fi= le:plugins/org.w3c.css.sac_1.3.1.v200903091627.jar > Id: org.w3c.dom.events, Version: 3.0.0.draft20060413_v201105210656, Locat= ion: reference:file:plugins/org.w3c.dom.events_3.0.0.draft20060413_v2011052= 10656.jar > Id: org.w3c.dom.smil, Version: 1.0.1.v200903091627, Location: reference:f= ile:plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar > Id: org.w3c.dom.svg, Version: 1.1.0.v201011041433, Location: reference:fi= le:plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar > *** Security Configuration: > Providers (10):=20 > Provider: SUN, Version: 1.8, Class: sun.security.provider.Sun > Description: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5= digests; SecureRandom; X.509 certificates; JKS & DKS keystores; PKIX CertP= athValidator; PKIX CertPathBuilder; LDAP, Collection CertStores, JavaPolicy= Policy; JavaLoginConfig Configuration) > Services (30): > Service: MessageDigest, Algorithm: SHA-512, Class: sun.security.provid= er.SHA5$SHA512 > Aliases: 2.16.840.1.101.3.4.2.3 > Service: Configuration, Algorithm: JavaLoginConfig, Class: sun.securit= y.provider.ConfigFile$Spi > Service: Signature, Algorithm: NONEwithDSA, Class: sun.security.provid= er.DSA$RawDSA > Aliases: RawDSA > Attributes: > KeySize: 1024 > SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.sec= urity.interfaces.DSAPrivateKey > Service: CertPathBuilder, Algorithm: PKIX, Class: sun.security.provide= r.certpath.SunCertPathBuilder > Attributes: > ImplementedIn: Software > ValidationAlgorithm: RFC3280 > Service: CertStore, Algorithm: LDAP, Class: sun.security.provider.cert= path.ldap.LDAPCertStore > Attributes: > ImplementedIn: Software > LDAPSchema: RFC2587 > Service: CertificateFactory, Algorithm: X.509, Class: sun.security.pro= vider.X509Factory > Aliases: X509 > Attributes: > ImplementedIn: Software > Service: MessageDigest, Algorithm: SHA, Class: sun.security.provider.S= HA > Aliases: SHA1 > Attributes: > ImplementedIn: Software > Service: KeyStore, Algorithm: DKS, Class: sun.security.provider.Domain= KeyStore$DKS > Service: MessageDigest, Algorithm: SHA-384, Class: sun.security.provid= er.SHA5$SHA384 > Aliases: 2.16.840.1.101.3.4.2.2 > Service: SecureRandom, Algorithm: NativePRNG, Class: sun.security.prov= ider.NativePRNG > Service: Signature, Algorithm: SHA224withDSA, Class: sun.security.prov= ider.DSA$SHA224withDSA > Aliases: 2.16.840.1.101.3.4.3.1 > Attributes: > KeySize: 2048 > SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.sec= urity.interfaces.DSAPrivateKey > Service: KeyPairGenerator, Algorithm: DSA, Class: sun.security.provide= r.DSAKeyPairGenerator > Aliases: OID.1.2.840.10040.4.1 > Attributes: > ImplementedIn: Software > KeySize: 2048 > Service: KeyStore, Algorithm: JKS, Class: sun.security.provider.JavaKe= yStore$JKS > Attributes: > ImplementedIn: Software > Service: SecureRandom, Algorithm: NativePRNGBlocking, Class: sun.secur= ity.provider.NativePRNG$Blocking > Service: KeyStore, Algorithm: CaseExactJKS, Class: sun.security.provid= er.JavaKeyStore$CaseExactJKS > Service: MessageDigest, Algorithm: SHA-256, Class: sun.security.provid= er.SHA2$SHA256 > Aliases: 2.16.840.1.101.3.4.2.1 > Service: CertStore, Algorithm: com.sun.security.IndexedCollection, Cla= ss: sun.security.provider.certpath.IndexedCollectionCertStore > Attributes: > ImplementedIn: Software > Service: KeyFactory, Algorithm: DSA, Class: sun.security.provider.DSAK= eyFactory > Aliases: OID.1.2.840.10040.4.1 > Attributes: > ImplementedIn: Software > Service: MessageDigest, Algorithm: SHA-224, Class: sun.security.provid= er.SHA2$SHA224 > Aliases: 2.16.840.1.101.3.4.2.4 > Service: SecureRandom, Algorithm: SHA1PRNG, Class: sun.security.provid= er.SecureRandom > Attributes: > ImplementedIn: Software > Service: CertPathValidator, Algorithm: PKIX, Class: sun.security.provi= der.certpath.PKIXCertPathValidator > Attributes: > ImplementedIn: Software > ValidationAlgorithm: RFC3280 > Service: CertStore, Algorithm: Collection, Class: sun.security.provide= r.certpath.CollectionCertStore > Attributes: > ImplementedIn: Software > Service: MessageDigest, Algorithm: MD5, Class: sun.security.provider.M= D5 > Attributes: > ImplementedIn: Software > Service: AlgorithmParameters, Algorithm: DSA, Class: sun.security.prov= ider.DSAParameters > Aliases: OID.1.2.840.10040.4.1 > Attributes: > ImplementedIn: Software > Service: Policy, Algorithm: JavaPolicy, Class: sun.security.provider.P= olicySpiFile > Service: MessageDigest, Algorithm: MD2, Class: sun.security.provider.M= D2 > Service: Signature, Algorithm: SHA1withDSA, Class: sun.security.provid= er.DSA$SHA1withDSA > Aliases: DSAWithSHA1 > Attributes: > ImplementedIn: Software > KeySize: 1024 > SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.sec= urity.interfaces.DSAPrivateKey > Service: Signature, Algorithm: SHA256withDSA, Class: sun.security.prov= ider.DSA$SHA256withDSA > Aliases: 2.16.840.1.101.3.4.3.2 > Attributes: > KeySize: 2048 > SupportedKeyClasses: java.security.interfaces.DSAPublicKey|java.sec= urity.interfaces.DSAPrivateKey > Service: AlgorithmParameterGenerator, Algorithm: DSA, Class: sun.secur= ity.provider.DSAParameterGenerator > Aliases: OID.1.2.840.10040.4.1 > Attributes: > ImplementedIn: Software > KeySize: 2048 > Service: SecureRandom, Algorithm: NativePRNGNonBlocking, Class: sun.se= curity.provider.NativePRNG$NonBlocking > Provider: SunRsaSign, Version: 1.8, Class: sun.security.rsa.SunRsaSign > Description: Sun RSA signature provider > Services (9): > Service: Signature, Algorithm: SHA512withRSA, Class: sun.security.rsa.= RSASignature$SHA512withRSA > Aliases: 1.2.840.113549.1.1.13 > Attributes: > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Service: Signature, Algorithm: MD5withRSA, Class: sun.security.rsa.RSA= Signature$MD5withRSA > Aliases: OID.1.2.840.113549.1.1.4 > Attributes: > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Service: Signature, Algorithm: SHA1withRSA, Class: sun.security.rsa.RS= ASignature$SHA1withRSA > Aliases: OID.1.2.840.113549.1.1.5 > Attributes: > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Service: KeyFactory, Algorithm: RSA, Class: sun.security.rsa.RSAKeyFac= tory > Aliases: 1.2.840.113549.1.1 > Service: Signature, Algorithm: SHA384withRSA, Class: sun.security.rsa.= RSASignature$SHA384withRSA > Aliases: 1.2.840.113549.1.1.12 > Attributes: > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Service: KeyPairGenerator, Algorithm: RSA, Class: sun.security.rsa.RSA= KeyPairGenerator > Aliases: 1.2.840.113549.1.1 > Service: Signature, Algorithm: SHA256withRSA, Class: sun.security.rsa.= RSASignature$SHA256withRSA > Aliases: 1.2.840.113549.1.1.11 > Attributes: > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Service: Signature, Algorithm: MD2withRSA, Class: sun.security.rsa.RSA= Signature$MD2withRSA > Aliases: 1.2.840.113549.1.1.2 > Attributes: > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Service: Signature, Algorithm: SHA224withRSA, Class: sun.security.rsa.= RSASignature$SHA224withRSA > Aliases: 1.2.840.113549.1.1.14 > Attributes: > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Provider: SunEC, Version: 1.8, Class: sun.security.ec.SunEC > Description: Sun Elliptic Curve provider (EC, ECDSA, ECDH) > Services (10): > Service: Signature, Algorithm: SHA512withECDSA, Class: sun.security.ec= .ECDSASignature$SHA512 > Aliases: 1.2.840.10045.4.3.4 > Attributes: > ImplementedIn: Software > SupportedKeyClasses: java.security.interfaces.ECPublicKey|java.secu= rity.interfaces.ECPrivateKey > Service: AlgorithmParameters, Algorithm: EC, Class: sun.security.ec.EC= Parameters > Aliases: 1.2.840.10045.2.1 > Attributes: > SupportedCurves: [secp112r1,1.3.132.0.6]|[secp112r2,1.3.132.0.7]|[s= ecp128r1,1.3.132.0.28]|[secp128r2,1.3.132.0.29]|[secp160k1,1.3.132.0.9]|[se= cp160r1,1.3.132.0.8]|[secp160r2,1.3.132.0.30]|[secp192k1,1.3.132.0.31]|[sec= p192r1,NIST P-192,X9.62 prime192v1,1.2.840.10045.3.1.1]|[secp224k1,1.3.132.= 0.32]|[secp224r1,NIST P-224,1.3.132.0.33]|[secp256k1,1.3.132.0.10]|[secp256= r1,NIST P-256,X9.62 prime256v1,1.2.840.10045.3.1.7]|[secp384r1,NIST P-384,1= .3.132.0.34]|[secp521r1,NIST P-521,1.3.132.0.35]|[X9.62 prime192v2,1.2.840.= 10045.3.1.2]|[X9.62 prime192v3,1.2.840.10045.3.1.3]|[X9.62 prime239v1,1.2.8= 40.10045.3.1.4]|[X9.62 prime239v2,1.2.840.10045.3.1.5]|[X9.62 prime239v3,1.= 2.840.10045.3.1.6]|[sect113r1,1.3.132.0.4]|[sect113r2,1.3.132.0.5]|[sect131= r1,1.3.132.0.22]|[sect131r2,1.3.132.0.23]|[sect163k1,NIST K-163,1.3.132.0.1= ]|[sect163r1,1.3.132.0.2]|[sect163r2,NIST B-163,1.3.132.0.15]|[sect193r1,1.= 3.132.0.24]|[sect193r2,1.3.132.0.25]|[sect233k1,NIST K-233,1.3.132.0.26]|[s= ect233r1,NIST B-233,1.3.132.0.27]|[sect239k1,1.3.132.0.3]|[sect283k1,NIST K= -283,1.3.132.0.16]|[sect283r1,NIST B-283,1.3.132.0.17]|[sect409k1,NIST K-40= 9,1.3.132.0.36]|[sect409r1,NIST B-409,1.3.132.0.37]|[sect571k1,NIST K-571,1= .3.132.0.38]|[sect571r1,NIST B-571,1.3.132.0.39]|[X9.62 c2tnb191v1,1.2.840.= 10045.3.0.5]|[X9.62 c2tnb191v2,1.2.840.10045.3.0.6]|[X9.62 c2tnb191v3,1.2.8= 40.10045.3.0.7]|[X9.62 c2tnb239v1,1.2.840.10045.3.0.11]|[X9.62 c2tnb239v2,1= .2.840.10045.3.0.12]|[X9.62 c2tnb239v3,1.2.840.10045.3.0.13]|[X9.62 c2tnb35= 9v1,1.2.840.10045.3.0.18]|[X9.62 c2tnb431r1,1.2.840.10045.3.0.20] > ImplementedIn: Software > KeySize: 256 > Service: Signature, Algorithm: SHA384withECDSA, Class: sun.security.ec= .ECDSASignature$SHA384 > Aliases: 1.2.840.10045.4.3.3 > Attributes: > ImplementedIn: Software > SupportedKeyClasses: java.security.interfaces.ECPublicKey|java.secu= rity.interfaces.ECPrivateKey > Service: Signature, Algorithm: NONEwithECDSA, Class: sun.security.ec.E= CDSASignature$Raw > Attributes: > ImplementedIn: Software > SupportedKeyClasses: java.security.interfaces.ECPublicKey|java.secu= rity.interfaces.ECPrivateKey > Service: Signature, Algorithm: SHA1withECDSA, Class: sun.security.ec.E= CDSASignature$SHA1 > Aliases: 1.2.840.10045.4.1 > Attributes: > ImplementedIn: Software > KeySize: 256 > SupportedKeyClasses: java.security.interfaces.ECPublicKey|java.secu= rity.interfaces.ECPrivateKey > Service: KeyPairGenerator, Algorithm: EC, Class: sun.security.ec.ECKey= PairGenerator > Aliases: 1.2.840.10045.2.1 > Attributes: > ImplementedIn: Software > KeySize: 256 > Service: KeyFactory, Algorithm: EC, Class: sun.security.ec.ECKeyFactor= y > Aliases: 1.2.840.10045.2.1 > Attributes: > ImplementedIn: Software > Service: KeyAgreement, Algorithm: ECDH, Class: sun.security.ec.ECDHKey= Agreement > Attributes: > ImplementedIn: Software > SupportedKeyClasses: java.security.interfaces.ECPublicKey|java.secu= rity.interfaces.ECPrivateKey > Service: Signature, Algorithm: SHA256withECDSA, Class: sun.security.ec= .ECDSASignature$SHA256 > Aliases: 1.2.840.10045.4.3.2 > Attributes: > ImplementedIn: Software > SupportedKeyClasses: java.security.interfaces.ECPublicKey|java.secu= rity.interfaces.ECPrivateKey > Service: Signature, Algorithm: SHA224withECDSA, Class: sun.security.ec= .ECDSASignature$SHA224 > Aliases: 1.2.840.10045.4.3.1 > Attributes: > ImplementedIn: Software > SupportedKeyClasses: java.security.interfaces.ECPublicKey|java.secu= rity.interfaces.ECPrivateKey > Provider: SunJSSE, Version: 1.8, Class: com.sun.net.ssl.internal.ssl.Pro= vider > Description: Sun JSSE provider(PKCS12, SunX509/PKIX key/trust factories= , SSLv3/TLSv1/TLSv1.1/TLSv1.2) > Services (16): > Service: Signature, Algorithm: MD5andSHA1withRSA, Class: sun.security.= ssl.RSASignature > Service: SSLContext, Algorithm: Default, Class: sun.security.ssl.SSLCo= ntextImpl$DefaultSSLContext > Service: KeyManagerFactory, Algorithm: SunX509, Class: sun.security.ss= l.KeyManagerFactoryImpl$SunX509 > Service: Signature, Algorithm: MD5withRSA, Class: sun.security.rsa.RSA= Signature$MD5withRSA > Aliases: OID.1.2.840.113549.1.1.4 > Service: Signature, Algorithm: SHA1withRSA, Class: sun.security.rsa.RS= ASignature$SHA1withRSA > Aliases: OID.1.2.840.113549.1.1.5 > Service: KeyFactory, Algorithm: RSA, Class: sun.security.rsa.RSAKeyFac= tory > Aliases: 1.2.840.113549.1.1 > Service: TrustManagerFactory, Algorithm: SunX509, Class: sun.security.= ssl.TrustManagerFactoryImpl$SimpleFactory > Service: KeyStore, Algorithm: PKCS12, Class: sun.security.pkcs12.PKCS1= 2KeyStore > Service: SSLContext, Algorithm: TLS, Class: sun.security.ssl.SSLContex= tImpl$TLSContext > Aliases: SSL > Service: KeyPairGenerator, Algorithm: RSA, Class: sun.security.rsa.RSA= KeyPairGenerator > Aliases: 1.2.840.113549.1.1 > Service: SSLContext, Algorithm: TLSv1, Class: sun.security.ssl.SSLCont= extImpl$TLS10Context > Aliases: SSLv3 > Service: Signature, Algorithm: MD2withRSA, Class: sun.security.rsa.RSA= Signature$MD2withRSA > Aliases: 1.2.840.113549.1.1.2 > Service: SSLContext, Algorithm: TLSv1.2, Class: sun.security.ssl.SSLCo= ntextImpl$TLS12Context > Service: KeyManagerFactory, Algorithm: NewSunX509, Class: sun.security= .ssl.KeyManagerFactoryImpl$X509 > Aliases: PKIX > Service: SSLContext, Algorithm: TLSv1.1, Class: sun.security.ssl.SSLCo= ntextImpl$TLS11Context > Service: TrustManagerFactory, Algorithm: PKIX, Class: sun.security.ssl= .TrustManagerFactoryImpl$PKIXFactory > Aliases: X509 > Provider: SunJCE, Version: 1.8, Class: com.sun.crypto.provider.SunJCE > Description: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blo= wfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC) > Services (131): > Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA512, Class: com= .sun.crypto.provider.PBKDF2Core$HmacSHA512 > Service: KeyGenerator, Algorithm: Blowfish, Class: com.sun.crypto.prov= ider.BlowfishKeyGenerator > Service: Mac, Algorithm: HmacPBESHA1, Class: com.sun.crypto.provider.H= macPKCS12PBESHA1 > Attributes: > SupportedKeyFormats: RAW > Service: KeyGenerator, Algorithm: HmacSHA512, Class: com.sun.crypto.pr= ovider.KeyGeneratorCore$HmacSHA2KG$SHA512 > Aliases: 1.2.840.113549.2.11 > Service: AlgorithmParameters, Algorithm: GCM, Class: com.sun.crypto.pr= ovider.GCMParameters > Service: Cipher, Algorithm: PBEWithHmacSHA1AndAES_128, Class: com.sun.= crypto.provider.PBES2Core$HmacSHA1AndAES_128 > Service: KeyGenerator, Algorithm: SunTlsMasterSecret, Class: com.sun.c= rypto.provider.TlsMasterSecretGenerator > Aliases: SunTls12MasterSecret > Service: AlgorithmParameters, Algorithm: PBES2, Class: com.sun.crypto.= provider.PBES2Parameters$General > Aliases: 1.2.840.113549.1.5.13 > Service: Cipher, Algorithm: DES, Class: com.sun.crypto.provider.DESCip= her > Attributes: > SupportedKeyFormats: RAW > SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING > SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32= |CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64 > Service: Cipher, Algorithm: AES_192/CBC/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES192_CBC_NoPadding > Aliases: OID.2.16.840.1.101.3.4.1.22 > Service: Cipher, Algorithm: Blowfish, Class: com.sun.crypto.provider.B= lowfishCipher > Attributes: > SupportedKeyFormats: RAW > SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING > SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32= |CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64 > Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA1, Class: com.s= un.crypto.provider.PBKDF2Core$HmacSHA1 > Aliases: 1.2.840.113549.1.5.12 > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA512AndAES_128, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA512AndAES_128 > Service: AlgorithmParameters, Algorithm: PBEWithMD5AndTripleDES, Class= : com.sun.crypto.provider.PBEParameters > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA384AndAES_128, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA384AndAES_128 > Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndRC2_40, Class: = com.sun.crypto.provider.PBEParameters > Aliases: 1.2.840.113549.1.12.1.6 > Service: Cipher, Algorithm: PBEWithHmacSHA256AndAES_128, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA256AndAES_128 > Service: Cipher, Algorithm: RC2, Class: com.sun.crypto.provider.RC2Cip= her > Attributes: > SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING > SupportedKeyFormats: RAW > SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32= |CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64 > Service: Cipher, Algorithm: AES_256/OFB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES256_OFB_NoPadding > Aliases: 2.16.840.1.101.3.4.1.43 > Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndDESede, Class: = com.sun.crypto.provider.PBEParameters > Aliases: 1.2.840.113549.1.12.1.3 > Service: Cipher, Algorithm: AES_128/GCM/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES128_GCM_NoPadding > Aliases: 2.16.840.1.101.3.4.1.6 > Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndRC4_128, Class:= com.sun.crypto.provider.PBEParameters > Aliases: 1.2.840.113549.1.12.1.1 > Service: Cipher, Algorithm: PBEWithHmacSHA224AndAES_256, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA224AndAES_256 > Service: KeyGenerator, Algorithm: HmacSHA1, Class: com.sun.crypto.prov= ider.HmacSHA1KeyGenerator > Aliases: OID.1.2.840.113549.2.7 > Service: Cipher, Algorithm: AES, Class: com.sun.crypto.provider.AESCip= her$General > Aliases: Rijndael > Attributes: > SupportedKeyFormats: RAW > SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING > SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32= |CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64|GCM= |CFB72|CFB80|CFB88|CFB96|CFB104|CFB112|CFB120|CFB128|OFB72|OFB80|OFB88|OFB9= 6|OFB104|OFB112|OFB120|OFB128 > Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndRC4_40, Class: = com.sun.crypto.provider.PBEParameters > Aliases: 1.2.840.113549.1.12.1.2 > Service: Mac, Algorithm: HmacSHA384, Class: com.sun.crypto.provider.Hm= acCore$HmacSHA384 > Aliases: 1.2.840.113549.2.10 > Attributes: > SupportedKeyFormats: RAW > Service: Cipher, Algorithm: DESede, Class: com.sun.crypto.provider.DES= edeCipher > Aliases: TripleDES > Attributes: > SupportedKeyFormats: RAW > SupportedPaddings: NOPADDING|PKCS5PADDING|ISO10126PADDING > SupportedModes: ECB|CBC|PCBC|CTR|CTS|CFB|OFB|CFB8|CFB16|CFB24|CFB32= |CFB40|CFB48|CFB56|CFB64|OFB8|OFB16|OFB24|OFB32|OFB40|OFB48|OFB56|OFB64 > Service: Mac, Algorithm: HmacSHA224, Class: com.sun.crypto.provider.Hm= acCore$HmacSHA224 > Aliases: OID.1.2.840.113549.2.8 > Attributes: > SupportedKeyFormats: RAW > Service: KeyFactory, Algorithm: DiffieHellman, Class: com.sun.crypto.p= rovider.DHKeyFactory > Aliases: 1.2.840.113549.1.3.1 > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA384AndAES_256, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA384AndAES_256 > Service: Cipher, Algorithm: AES_256/CFB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES256_CFB_NoPadding > Aliases: 2.16.840.1.101.3.4.1.44 > Service: Cipher, Algorithm: PBEWithMD5AndDES, Class: com.sun.crypto.pr= ovider.PBEWithMD5AndDESCipher > Aliases: 1.2.840.113549.1.5.3 > Service: AlgorithmParameters, Algorithm: DESede, Class: com.sun.crypto= .provider.DESedeParameters > Aliases: TripleDES > Service: Cipher, Algorithm: PBEWithHmacSHA512AndAES_256, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA512AndAES_256 > Service: Mac, Algorithm: HmacSHA512, Class: com.sun.crypto.provider.Hm= acCore$HmacSHA512 > Aliases: 1.2.840.113549.2.11 > Attributes: > SupportedKeyFormats: RAW > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA256AndAES_256, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA256AndAES_256 > Service: Cipher, Algorithm: AES_128/CBC/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES128_CBC_NoPadding > Aliases: 2.16.840.1.101.3.4.1.2 > Service: Cipher, Algorithm: AES_256/ECB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES256_ECB_NoPadding > Aliases: 2.16.840.1.101.3.4.1.41 > Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndRC4_128, Class: co= m.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndRC4_128 > Aliases: 1.2.840.113549.1.12.1.1 > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA1AndAES_128, Class= : com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA1AndAES_128 > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA256AndAES_128, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA256AndAES_128 > Service: Mac, Algorithm: HmacMD5, Class: com.sun.crypto.provider.HmacM= D5 > Attributes: > SupportedKeyFormats: RAW > Service: Cipher, Algorithm: AESWrap_192, Class: com.sun.crypto.provide= r.AESWrapCipher$AES192 > Aliases: OID.2.16.840.1.101.3.4.1.25 > Service: Mac, Algorithm: SslMacMD5, Class: com.sun.crypto.provider.Ssl= MacCore$SslMacMD5 > Attributes: > SupportedKeyFormats: RAW > Service: Mac, Algorithm: HmacSHA1, Class: com.sun.crypto.provider.Hmac= SHA1 > Aliases: OID.1.2.840.113549.2.7 > Attributes: > SupportedKeyFormats: RAW > Service: KeyGenerator, Algorithm: DES, Class: com.sun.crypto.provider.= DESKeyGenerator > Service: Mac, Algorithm: SslMacSHA1, Class: com.sun.crypto.provider.Ss= lMacCore$SslMacSHA1 > Attributes: > SupportedKeyFormats: RAW > Service: Cipher, Algorithm: PBEWithMD5AndTripleDES, Class: com.sun.cry= pto.provider.PBEWithMD5AndTripleDESCipher > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA224AndAES_128, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA224AndAES_128 > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA224AndAES_256, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA224AndAES_256 > Service: Mac, Algorithm: PBEWithHmacSHA384, Class: com.sun.crypto.prov= ider.PBMAC1Core$HmacSHA384 > Attributes: > SupportedKeyFormats: RAW > Service: SecretKeyFactory, Algorithm: DES, Class: com.sun.crypto.provi= der.DESKeyFactory > Service: Mac, Algorithm: PBEWithHmacSHA224, Class: com.sun.crypto.prov= ider.PBMAC1Core$HmacSHA224 > Attributes: > SupportedKeyFormats: RAW > Service: KeyGenerator, Algorithm: RC2, Class: com.sun.crypto.provider.= KeyGeneratorCore$RC2KeyGenerator > Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA256, Class: com= .sun.crypto.provider.PBKDF2Core$HmacSHA256 > Service: Cipher, Algorithm: AES_256/GCM/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES256_GCM_NoPadding > Aliases: 2.16.840.1.101.3.4.1.46 > Service: Cipher, Algorithm: PBEWithHmacSHA384AndAES_128, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA384AndAES_128 > Service: SecretKeyFactory, Algorithm: DESede, Class: com.sun.crypto.pr= ovider.DESedeKeyFactory > Aliases: TripleDES > Service: Cipher, Algorithm: ARCFOUR, Class: com.sun.crypto.provider.AR= CFOURCipher > Aliases: RC4 > Attributes: > SupportedKeyFormats: RAW > SupportedPaddings: NOPADDING > SupportedModes: ECB > Service: Cipher, Algorithm: AESWrap_128, Class: com.sun.crypto.provide= r.AESWrapCipher$AES128 > Aliases: 2.16.840.1.101.3.4.1.5 > Service: KeyGenerator, Algorithm: AES, Class: com.sun.crypto.provider.= AESKeyGenerator > Aliases: Rijndael > Service: KeyGenerator, Algorithm: HmacSHA256, Class: com.sun.crypto.pr= ovider.KeyGeneratorCore$HmacSHA2KG$SHA256 > Aliases: OID.1.2.840.113549.2.9 > Service: Mac, Algorithm: PBEWithHmacSHA512, Class: com.sun.crypto.prov= ider.PBMAC1Core$HmacSHA512 > Attributes: > SupportedKeyFormats: RAW > Service: KeyGenerator, Algorithm: SunTls12Prf, Class: com.sun.crypto.p= rovider.TlsPrfGenerator$V12 > Service: Cipher, Algorithm: RSA, Class: com.sun.crypto.provider.RSACip= her > Attributes: > SupportedPaddings: NOPADDING|PKCS1PADDING|OAEPPADDING|OAEPWITHMD5AN= DMGF1PADDING|OAEPWITHSHA1ANDMGF1PADDING|OAEPWITHSHA-1ANDMGF1PADDING|OAEPWIT= HSHA-224ANDMGF1PADDING|OAEPWITHSHA-256ANDMGF1PADDING|OAEPWITHSHA-384ANDMGF1= PADDING|OAEPWITHSHA-512ANDMGF1PADDING > SupportedModes: ECB > SupportedKeyClasses: java.security.interfaces.RSAPublicKey|java.sec= urity.interfaces.RSAPrivateKey > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA512AndAES_128, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA512AndAES_128 > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA1AndAES_128, Cl= ass: com.sun.crypto.provider.PBES2Parameters$HmacSHA1AndAES_128 > Service: Cipher, Algorithm: PBEWithSHA1AndRC4_128, Class: com.sun.cryp= to.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC4_128 > Aliases: 1.2.840.113549.1.12.1.1 > Service: KeyGenerator, Algorithm: ARCFOUR, Class: com.sun.crypto.provi= der.KeyGeneratorCore$ARCFOURKeyGenerator > Aliases: RC4 > Service: Cipher, Algorithm: PBEWithHmacSHA1AndAES_256, Class: com.sun.= crypto.provider.PBES2Core$HmacSHA1AndAES_256 > Service: AlgorithmParameters, Algorithm: PBEWithSHA1AndRC2_128, Class:= com.sun.crypto.provider.PBEParameters > Aliases: 1.2.840.113549.1.12.1.5 > Service: KeyGenerator, Algorithm: SunTlsPrf, Class: com.sun.crypto.pro= vider.TlsPrfGenerator$V10 > Service: AlgorithmParameters, Algorithm: DiffieHellman, Class: com.sun= .crypto.provider.DHParameters > Aliases: 1.2.840.113549.1.3.1 > Service: Mac, Algorithm: PBEWithHmacSHA1, Class: com.sun.crypto.provid= er.PBMAC1Core$HmacSHA1 > Attributes: > SupportedKeyFormatS: RAW > Service: KeyGenerator, Algorithm: HmacMD5, Class: com.sun.crypto.provi= der.HmacMD5KeyGenerator > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA512AndAES_256, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA512AndAES_256 > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA384AndAES_256, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA384AndAES_256 > Service: Cipher, Algorithm: PBEWithHmacSHA256AndAES_256, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA256AndAES_256 > Service: Cipher, Algorithm: AESWrap, Class: com.sun.crypto.provider.AE= SWrapCipher$General > Attributes: > SupportedPaddings: NOPADDING > SupportedKeyFormats: RAW > SupportedModes: ECB > Service: AlgorithmParameters, Algorithm: OAEP, Class: com.sun.crypto.p= rovider.OAEPParameters > Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndRC2_40, Class: com= .sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndRC2_40 > Aliases: 1.2.840.113549.1.12.1.6 > Service: Cipher, Algorithm: AES_192/CFB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES192_CFB_NoPadding > Aliases: OID.2.16.840.1.101.3.4.1.24 > Service: Cipher, Algorithm: AES_192/OFB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES192_OFB_NoPadding > Aliases: OID.2.16.840.1.101.3.4.1.23 > Service: Cipher, Algorithm: PBEWithSHA1AndRC2_40, Class: com.sun.crypt= o.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_40 > Aliases: 1.2.840.113549.1.12.1.6 > Service: Cipher, Algorithm: PBEWithHmacSHA224AndAES_128, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA224AndAES_128 > Service: KeyGenerator, Algorithm: SunTlsKeyMaterial, Class: com.sun.cr= ypto.provider.TlsKeyMaterialGenerator > Aliases: SunTls12KeyMaterial > Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndDESede, Class: com= .sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndDESede > Aliases: 1.2.840.113549.1.12.1.3 > Service: Cipher, Algorithm: AES_256/CBC/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES256_CBC_NoPadding > Aliases: 2.16.840.1.101.3.4.1.42 > Service: KeyPairGenerator, Algorithm: DiffieHellman, Class: com.sun.cr= ypto.provider.DHKeyPairGenerator > Aliases: 1.2.840.113549.1.3.1 > Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndRC2_128, Class: co= m.sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndRC2_128 > Aliases: 1.2.840.113549.1.12.1.5 > Service: Cipher, Algorithm: PBEWithSHA1AndDESede, Class: com.sun.crypt= o.provider.PKCS12PBECipherCore$PBEWithSHA1AndDESede > Aliases: 1.2.840.113549.1.12.1.3 > Service: SecretKeyFactory, Algorithm: PBEWithSHA1AndRC4_40, Class: com= .sun.crypto.provider.PBEKeyFactory$PBEWithSHA1AndRC4_40 > Aliases: 1.2.840.113549.1.12.1.2 > Service: Mac, Algorithm: HmacSHA256, Class: com.sun.crypto.provider.Hm= acCore$HmacSHA256 > Aliases: OID.1.2.840.113549.2.9 > Attributes: > SupportedKeyFormats: RAW > Service: Cipher, Algorithm: AES_192/ECB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES192_ECB_NoPadding > Aliases: OID.2.16.840.1.101.3.4.1.21 > Service: Cipher, Algorithm: PBEWithSHA1AndRC4_40, Class: com.sun.crypt= o.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC4_40 > Aliases: 1.2.840.113549.1.12.1.2 > Service: AlgorithmParameters, Algorithm: PBEWithMD5AndDES, Class: com.= sun.crypto.provider.PBEParameters > Aliases: 1.2.840.113549.1.5.3 > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA384AndAES_128, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA384AndAES_128 > Service: AlgorithmParameters, Algorithm: DES, Class: com.sun.crypto.pr= ovider.DESParameters > Service: KeyAgreement, Algorithm: DiffieHellman, Class: com.sun.crypto= .provider.DHKeyAgreement > Aliases: 1.2.840.113549.1.3.1 > Attributes: > SupportedKeyClasses: javax.crypto.interfaces.DHPublicKey|javax.cryp= to.interfaces.DHPrivateKey > Service: Cipher, Algorithm: PBEWithHmacSHA512AndAES_128, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA512AndAES_128 > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA256AndAES_128, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA256AndAES_128 > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA1AndAES_256, Class= : com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA1AndAES_256 > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA256AndAES_256, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA256AndAES_256 > Service: AlgorithmParameters, Algorithm: RC2, Class: com.sun.crypto.pr= ovider.RC2Parameters > Service: AlgorithmParameterGenerator, Algorithm: DiffieHellman, Class:= com.sun.crypto.provider.DHParameterGenerator > Aliases: 1.2.840.113549.1.3.1 > Service: KeyGenerator, Algorithm: SunTlsRsaPremasterSecret, Class: com= .sun.crypto.provider.TlsRsaPremasterSecretGenerator > Aliases: SunTls12RsaPremasterSecret > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA224AndAES_256, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA224AndAES_256 > Service: AlgorithmParameters, Algorithm: AES, Class: com.sun.crypto.pr= ovider.AESParameters > Aliases: Rijndael > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA224AndAES_128, = Class: com.sun.crypto.provider.PBES2Parameters$HmacSHA224AndAES_128 > Service: Cipher, Algorithm: AES_128/CFB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES128_CFB_NoPadding > Aliases: 2.16.840.1.101.3.4.1.4 > Service: Mac, Algorithm: PBEWithHmacSHA256, Class: com.sun.crypto.prov= ider.PBMAC1Core$HmacSHA256 > Attributes: > SupportedKeyFormats: RAW > Service: Cipher, Algorithm: PBEWithSHA1AndRC2_128, Class: com.sun.cryp= to.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 > Aliases: 1.2.840.113549.1.12.1.5 > Service: Cipher, Algorithm: AES_128/OFB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES128_OFB_NoPadding > Aliases: 2.16.840.1.101.3.4.1.3 > Service: SecretKeyFactory, Algorithm: PBEWithMD5AndTripleDES, Class: c= om.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndTripleDES > Service: SecretKeyFactory, Algorithm: PBEWithMD5AndDES, Class: com.sun= .crypto.provider.PBEKeyFactory$PBEWithMD5AndDES > Aliases: 1.2.840.113549.1.5.3 > Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA384, Class: com= .sun.crypto.provider.PBKDF2Core$HmacSHA384 > Service: SecretKeyFactory, Algorithm: PBKDF2WithHmacSHA224, Class: com= .sun.crypto.provider.PBKDF2Core$HmacSHA224 > Service: Cipher, Algorithm: PBEWithHmacSHA384AndAES_256, Class: com.su= n.crypto.provider.PBES2Core$HmacSHA384AndAES_256 > Service: Cipher, Algorithm: AES_128/ECB/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES128_ECB_NoPadding > Aliases: 2.16.840.1.101.3.4.1.1 > Service: Cipher, Algorithm: AESWrap_256, Class: com.sun.crypto.provide= r.AESWrapCipher$AES256 > Aliases: 2.16.840.1.101.3.4.1.45 > Service: KeyGenerator, Algorithm: HmacSHA384, Class: com.sun.crypto.pr= ovider.KeyGeneratorCore$HmacSHA2KG$SHA384 > Aliases: 1.2.840.113549.2.10 > Service: KeyGenerator, Algorithm: HmacSHA224, Class: com.sun.crypto.pr= ovider.KeyGeneratorCore$HmacSHA2KG$SHA224 > Aliases: OID.1.2.840.113549.2.8 > Service: Cipher, Algorithm: DESedeWrap, Class: com.sun.crypto.provider= .DESedeWrapCipher > Attributes: > SupportedPaddings: NOPADDING > SupportedKeyFormats: RAW > SupportedModes: CBC > Service: KeyStore, Algorithm: JCEKS, Class: com.sun.crypto.provider.Jc= eKeyStore > Service: Cipher, Algorithm: AES_192/GCM/NoPadding, Class: com.sun.cryp= to.provider.AESCipher$AES192_GCM_NoPadding > Aliases: OID.2.16.840.1.101.3.4.1.26 > Service: AlgorithmParameters, Algorithm: PBE, Class: com.sun.crypto.pr= ovider.PBEParameters > Service: AlgorithmParameters, Algorithm: Blowfish, Class: com.sun.cryp= to.provider.BlowfishParameters > Service: SecretKeyFactory, Algorithm: PBEWithHmacSHA512AndAES_256, Cla= ss: com.sun.crypto.provider.PBEKeyFactory$PBEWithHmacSHA512AndAES_256 > Service: KeyGenerator, Algorithm: DESede, Class: com.sun.crypto.provid= er.DESedeKeyGenerator > Aliases: TripleDES > Service: AlgorithmParameters, Algorithm: PBEWithHmacSHA1AndAES_256, Cl= ass: com.sun.crypto.provider.PBES2Parameters$HmacSHA1AndAES_256 > Provider: SunJGSS, Version: 1.8, Class: sun.security.jgss.SunProvider > Description: Sun (Kerberos v5, SPNEGO) > Services (2): > Service: GssApiMechanism, Algorithm: 1.3.6.1.5.5.2, Class: sun.securit= y.jgss.spnego.SpNegoMechFactory > Service: GssApiMechanism, Algorithm: 1.2.840.113554.1.2.2, Class: sun.= security.jgss.krb5.Krb5MechFactory > Provider: SunSASL, Version: 1.8, Class: com.sun.security.sasl.Provider > Description: Sun SASL provider(implements client mechanisms for: DIGEST= -MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5, NTLM; server mechanisms for: DIGES= T-MD5, GSSAPI, CRAM-MD5, NTLM) > Services (10): > Service: SaslClientFactory, Algorithm: NTLM, Class: com.sun.security.s= asl.ntlm.FactoryImpl > Service: SaslClientFactory, Algorithm: CRAM-MD5, Class: com.sun.securi= ty.sasl.ClientFactoryImpl > Service: SaslClientFactory, Algorithm: EXTERNAL, Class: com.sun.securi= ty.sasl.ClientFactoryImpl > Service: SaslClientFactory, Algorithm: DIGEST-MD5, Class: com.sun.secu= rity.sasl.digest.FactoryImpl > Service: SaslClientFactory, Algorithm: PLAIN, Class: com.sun.security.= sasl.ClientFactoryImpl > Service: SaslServerFactory, Algorithm: NTLM, Class: com.sun.security.s= asl.ntlm.FactoryImpl > Service: SaslClientFactory, Algorithm: GSSAPI, Class: com.sun.security= .sasl.gsskerb.FactoryImpl > Service: SaslServerFactory, Algorithm: CRAM-MD5, Class: com.sun.securi= ty.sasl.ServerFactoryImpl > Service: SaslServerFactory, Algorithm: DIGEST-MD5, Class: com.sun.secu= rity.sasl.digest.FactoryImpl > Service: SaslServerFactory, Algorithm: GSSAPI, Class: com.sun.security= .sasl.gsskerb.FactoryImpl > Provider: XMLDSig, Version: 1.8, Class: org.jcp.xml.dsig.internal.dom.XM= LDSigRI > Description: XMLDSig (DOM XMLSignatureFactory; DOM KeyInfoFactory; C14N= 1.0, C14N 1.1, Exclusive C14N, Base64, Enveloped, XPath, XPath2, XSLT Tran= sformServices) > Services (13): > Service: KeyInfoFactory, Algorithm: DOM, Class: org.jcp.xml.dsig.inter= nal.dom.DOMKeyInfoFactory > Service: TransformService, Algorithm: http://www.w3.org/TR/1999/REC-xp= ath-19991116, Class: org.jcp.xml.dsig.internal.dom.DOMXPathTransform > Aliases: XPATH > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/TR/2001/REC-xm= l-c14n-20010315#WithComments, Class: org.jcp.xml.dsig.internal.dom.DOMCanon= icalXMLC14NMethod > Aliases: INCLUSIVE_WITH_COMMENTS > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/2000/09/xmldsi= g#base64, Class: org.jcp.xml.dsig.internal.dom.DOMBase64Transform > Aliases: BASE64 > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/2000/09/xmldsi= g#enveloped-signature, Class: org.jcp.xml.dsig.internal.dom.DOMEnvelopedTra= nsform > Aliases: ENVELOPED > Attributes: > MechanismType: DOM > Service: XMLSignatureFactory, Algorithm: DOM, Class: org.jcp.xml.dsig.= internal.dom.DOMXMLSignatureFactory > Service: TransformService, Algorithm: http://www.w3.org/TR/2001/REC-xm= l-c14n-20010315, Class: org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14NMe= thod > Aliases: INCLUSIVE > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/2002/06/xmldsi= g-filter2, Class: org.jcp.xml.dsig.internal.dom.DOMXPathFilter2Transform > Aliases: XPATH2 > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/2001/10/xml-ex= c-c14n#, Class: org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod > Aliases: EXCLUSIVE > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/TR/1999/REC-xs= lt-19991116, Class: org.jcp.xml.dsig.internal.dom.DOMXSLTTransform > Aliases: XSLT > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/2006/12/xml-c1= 4n11#WithComments, Class: org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14N= 11Method > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/2001/10/xml-ex= c-c14n#WithComments, Class: org.jcp.xml.dsig.internal.dom.DOMExcC14NMethod > Aliases: EXCLUSIVE_WITH_COMMENTS > Attributes: > MechanismType: DOM > Service: TransformService, Algorithm: http://www.w3.org/2006/12/xml-c1= 4n11, Class: org.jcp.xml.dsig.internal.dom.DOMCanonicalXMLC14N11Method > Attributes: > MechanismType: DOM > Provider: SunPCSC, Version: 1.8, Class: sun.security.smartcardio.SunPCSC > Description: Sun PC/SC provider > Services (1): > Service: TerminalFactory, Algorithm: PC/SC, Class: sun.security.smartc= ardio.SunPCSC$Factory > Provider: Apple, Version: 1.8, Class: apple.security.AppleProvider > Description: Apple Provider > Services (1): > Service: KeyStore, Algorithm: KeychainStore, Class: apple.security.Key= chainStore > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)