Eclipse Scala IDE 2.0.0 (RC3) for Scala 2.9 and 2.8 is out

282 views
Skip to first unread message

Eclipse Scala IDE

unread,
Dec 9, 2011, 8:42:40 AM12/9/11
to scala-a...@googlegroups.com, scala-i...@googlegroups.com, scala-ide-dev Dev, scala-tools
A new Release Candidate (RC3) for the coming 2.0.0 final release of the Eclipse IDE for Scala is ready for download! This release candidate includes an important update that makes the Scala IDE compatible with the latest released Spring IDE plugin, and one additional fix for correctly handling incremental compilation of mixed Java/Scala projects. We will wait at least one week before issuing a final release, in order to allow developers and testers to send us their feedback.

To successfully upgrade to RC3, you will first need to uninstall the 'JDT Weaving for Scala' feature. To do so, simply open Eclipse and click on the 'About Eclipse SDK' menu (you can access it under the 'Help' menu item if you are on Windows, or the 'Eclipse' menu item if you are on OSX). Then, click 'Installation Details' and look for the 'JDT Weaving for Scala' feature. Select it and click the 'Uninstall' button, located at the bottom right corner. Once 'JDT Weaving for Scala'  is uninstalled, go ahead and upgrade to RC3 as usual. 
(In case 'JDT Weaving for Scala' did not appear in the list of your installed plugins, then you can upgrade to RC3 as usual, it should work just fine.)

As usual, this release comes in two flavors: the 2.9.1 version, and the 2.8.3-SNAPSHOT version.

The 2.8 compiler shipped with this version of the plugin is based on the development branch of 2.8.3, and is fully binary compatible with both 2.8.2 and 2.8.1. It contains the same improvements to the presentation compiler as the 2.9 version, and a number of bug fixes related to Java signatures. Also note that the 2.9.1 compiler shipped with this version of the plugin is fully binary compatile with both 2.9.0-1 and 2.9.0.

What's new:

  • Scala IDE now compatible with Spring IDE. [#1000780]
  • Incremental compilation of Java files that depend on Scala files is now correctly handled. [#1000607]
  • Corrected completion suggestions for overloaded methods. [#1000654]
  • Make Scala Interpreter view more visible. [#1000791]

A list of fixed tickets for this release is available here:

You can install the new release by pointing Eclipse to the following update site:

for the 2.9.1 version: http://download.scala-ide.org/releases-29/stable/site

for the 2.8.3-SNAPSHOT version: http://download.scala-ide.org/releases-28/stable/site

Other releases can be found at:

http://download.scala-ide.org

Both plugins are ensured to work with Eclipse 3.6 (Helios), which is currently the officially supported Eclipse platform for the Scala IDE. Support for Eclipse 3.7 (Indigo) is experimental.


Happy Scala coding!


-- The Eclipse Scala IDE Team

Eric Kolotyluk

unread,
Dec 9, 2011, 9:49:49 AM12/9/11
to scala-i...@googlegroups.com
FYI 1000796

Cheers, Eric

Mirco Dotta

unread,
Dec 9, 2011, 10:04:35 AM12/9/11
to scala-i...@googlegroups.com
Hi Eric,

That should work (I can't seem to be able to reproduce the issue in our codebase, and I'm using RC3). 

Could you please open the Error Log view (Window > Show View > Error Log). 

Please copy/paste the stacktrace associated to the problem. 

This might be an artifact of uninstalling the 'JDT Weaving for Scala' feature. If you have time, 
maybe try with a fresh Eclipse, and only install the Scala IDE RC3, does it work any better?

Your feedback is be *very* valuable.


Cheers,
  Mirco


---------------
Mirco Dotta
Typesafe - Enterprise-Grade Scala from the Experts 
PSE-D, 1015 Lausanne, Switzerland
Twitter: @mircodotta








Eric Kolotyluk

unread,
Dec 9, 2011, 10:32:56 AM12/9/11
to scala-i...@googlegroups.com
OK, I have updated the defect with a couple of stack traces.

I will try to play with things more as you suggest - time permitting.

Cheers, Eric

Mirco Dotta

unread,
Dec 9, 2011, 10:40:05 AM12/9/11
to scala-i...@googlegroups.com
Alright, we know what is happening, and the good news is that Open Declaration works fine :-)

So, you can get the exception only when you put the current caret at EOF position, and then press F3.

Just make sure to position the caret *inside* the identifier for which you want to trigger Open Declaration, 
and then it will work fine. Alternatively, you can also use CTRL (COMMAND on Mac) while hovering on 
any identifier and then a clickable link should appear.

Hopefully, no need to invest more time in tracking this down. 

Thanks a lot for reporting the issue.

-- Mirco

Eric Kolotyluk

unread,
Dec 9, 2011, 11:04:19 AM12/9/11
to scala-i...@googlegroups.com
OK, that works.

For some reason before, I only had to hover the mouse cursor over the identifier. But this workaround is OK. It would be nice if the old way worked too.

Cheers, Eric

Alexey Romanov

unread,
Dec 9, 2011, 11:09:25 AM12/9/11
to scala-i...@googlegroups.com
After installing RC3 (on Indigo), I've run into a major problem :( All
.scala files have Java icons and the errors are highlighted with Java
syntax. However, the project has Scala icon, can be built, and the
problems view shows correct Scala errors. JDT Weaving for Scala is
marked as enabled in the Setup Diagnostics window.

Yours, Alexey Romanov

iulian dragos

unread,
Dec 9, 2011, 11:18:48 AM12/9/11
to scala-i...@googlegroups.com
On Fri, Dec 9, 2011 at 5:09 PM, Alexey Romanov <alexey.v...@gmail.com> wrote:
After installing RC3 (on Indigo), I've run into a major problem :( All
.scala files have Java icons and the errors are highlighted with Java
syntax. However, the project has Scala icon, can be built, and the
problems view shows correct Scala errors. JDT Weaving for Scala is
marked as enabled in the Setup Diagnostics window.

Can you show us your installation details (About Eclipse/Installation details/Configuration)? It's clear that at least some weaving doesn't work properly. 

iulian



--
« Je déteste la montagne, ça cache le paysage »
Alphonse Allais

Mirco Dotta

unread,
Dec 9, 2011, 11:22:02 AM12/9/11
to scala-i...@googlegroups.com
For some reason before, I only had to hover the mouse cursor over the identifier. But this workaround is OK. It would be nice if the old way worked too.

Hovering is not enough, Open Declaration really depends on the caret position when you press F3. 

I promise you that this is the way it always worked, nothing changed.

-- Mirco

Alexey Romanov

unread,
Dec 9, 2011, 11:27:25 AM12/9/11
to scala-i...@googlegroups.com
On Fri, Dec 9, 2011 at 8:18 PM, iulian dragos <jagu...@gmail.com> wrote:

Some more information: I've tried uninstalling and reinstalling the
plugin, which didn't help. In the About >
Installation Details dialog, JDT Weaving for Scala still appears (with
RC3 version) but
nested under Scala IDE for Eclipse (I think it was separate before).

> Can you show us your installation details (About Eclipse/Installation
> details/Configuration)? It's clear that at least some weaving doesn't work
> properly.

*** Date: Friday, December 9, 2011 8:19:25 PM Moscow Standard Time

*** Platform Details:

*** System properties:
__wbp.linux.disableScreenshotWorkarounds=false
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=I20110613-1736
eclipse.commands=-os
linux
-ws
gtk
-arch
x86
-showsplash
/home/aromanov/eclipse//plugins/org.eclipse.platform_3.7.0.v201106131736/splash.bmp
-launcher
/home/aromanov/eclipse/eclipse
-name
Eclipse
--launcher.library
/home/aromanov/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so
-startup
/home/aromanov/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-product
org.eclipse.epp.package.rcp.product
-vm
/usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjvm.so
eclipse.home.location=file:/home/aromanov/eclipse/
eclipse.launcher=/home/aromanov/eclipse/eclipse
eclipse.launcher.name=Eclipse
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=epp.package.rcp
eclipse.p2.unsignedPolicy=allow
eclipse.product=org.eclipse.epp.package.rcp.product
eclipse.startTime=1323446459333
eclipse.vm=/usr/lib/jvm/java-6-openjdk/jre/bin/../lib/i386/client/libjvm.so
eclipse.vmargs=-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Dosgi.classloader.lock=classname
-Dosgi.requiredJavaVersion=1.6
-Declipse.p2.unsignedPolicy=allow
-XX:MaxPermSize=256m
-Xss4m
-Xms256m
-Xmx1100m
-Djava.class.path=/home/aromanov/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
equinox.use.ds=true
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
guice.disable.misplaced.annotation.check=true
http.nonProxyHosts=localhost|127.0.0.1
http.proxyHost=proxy.miet.ru
http.proxyPort=3128
http.proxySet=true
https.nonProxyHosts=localhost|127.0.0.1
https.proxyHost=proxy.miet.ru
https.proxyPort=3128
https.proxySet=true
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=/home/aromanov/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
java.class.version=50.0
java.endorsed.dirs=/usr/lib/jvm/java-6-openjdk/jre/lib/endorsed
java.ext.dirs=/usr/lib/jvm/java-6-openjdk/jre/lib/ext:/usr/java/packages/lib/ext
java.home=/usr/lib/jvm/java-6-openjdk/jre
java.io.tmpdir=/tmp
java.library.path=/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/local/xuggler/lib::/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib
java.runtime.name=OpenJDK Runtime Environment
java.runtime.version=1.6.0_22-b22
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.6.0_22
java.vm.info=mixed mode, sharing
java.vm.name=OpenJDK Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=20.0-b11
line.separator=

org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
org.eclipse.debug.ui.breakpoints.toggleFactoriesUsed=false
org.eclipse.equinox.launcher.splash.location=/home/aromanov/eclipse//plugins/org.eclipse.platform_3.7.0.v201106131736/splash.bmp
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
org.eclipse.m2e.log.dir=/home/aromanov/cms2_ws/.metadata/.plugins/org.eclipse.m2e.logback.configuration
org.eclipse.update.reconcile=false
org.eclipse.update.resolution_url=
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=en
org.osgi.framework.os.name=Linux
org.osgi.framework.os.version=2.6.38
org.osgi.framework.processor=x86
org.osgi.framework.system.capabilities=osgi.ee;
osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",osgi.ee;
osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5,
1.6"
org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.uuid=00b8f3fc-7e22-0011-170a-d69e5e39580a
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.6.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=i386
os.name=Linux
os.version=2.6.38-12-generic
osgi.arch=x86
osgi.bundles=reference:file:org.codehaus.groovy.frameworkadapter_2.5.2.xx-20110929-1800-e37.jar,reference:file:org.eclipse.equinox.weaving.hook_1.0.0.v20100503.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.200.v20110502-1955.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=/home/aromanov/eclipse/configuration/org.eclipse.osgi/bundles
osgi.classloader.lock=classname
osgi.configuration.area=file:/home/aromanov/eclipse/configuration/
osgi.framework=file:/home/aromanov/eclipse/plugins/org.eclipse.osgi_3.7.0.v20110613.jar
osgi.framework.extensions=reference:file:org.codehaus.groovy.frameworkadapter_2.5.2.xx-20110929-1800-e37.jar,reference:file:org.eclipse.equinox.weaving.hook_1.0.0.v20100503.jar
osgi.framework.shape=jar
osgi.framework.version=3.7.0.v20110613
osgi.frameworkClassPath=.,
file:/home/aromanov/eclipse/plugins/org.codehaus.groovy.frameworkadapter_2.5.2.xx-20110929-1800-e37.jar,
file:/home/aromanov/eclipse/plugins/org.eclipse.equinox.weaving.hook_1.0.0.v20100503.jar
osgi.install.area=file:/home/aromanov/eclipse/
osgi.instance.area=file:/home/aromanov/cms2_ws/
osgi.instance.area.default=file:/home/aromanov/workspace/
osgi.logfile=/home/aromanov/cms2_ws/.metadata/.log
osgi.manifest.cache=/home/aromanov/eclipse/configuration/org.eclipse.osgi/manifests
osgi.nl=en_US
osgi.os=linux
osgi.requiredJavaVersion=1.6
osgi.splashLocation=/home/aromanov/eclipse//plugins/org.eclipse.platform_3.7.0.v201106131736/splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=/home/aromanov/eclipse/plugins
osgi.tracefile=/home/aromanov/cms2_ws/.metadata/trace.log
osgi.ws=gtk
path.separator=:
securerandom.source=file:/dev/./urandom
sun.arch.data.model=32
sun.boot.class.path=/usr/lib/jvm/java-6-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/netx.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/plugin.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-6-openjdk/jre/classes
sun.boot.library.path=/usr/lib/jvm/java-6-openjdk/jre/lib/i386
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=gnome
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=UTF-8
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=unknown
user.country=US
user.dir=/home/aromanov
user.home=/home/aromanov
user.language=en
user.name=aromanov
user.timezone=Europe/Moscow

*** Features:
bndtools.feature (1.0.0.REL) "bndtools.core"
com.collabnet.subversion.merge.feature (2.2.4) "CollabNet Subversion
Merge Client"
com.essiembre.eclipse.i18n.resourcebundle (1.0.0.201011111449)
"ResourceBundle Editor Plug-in"
com.sun.jna (3.2.7) "JNA Library Plug-in"
edu.umd.cs.findbugs.plugin.eclipse (1.3.9.20090821) "FindBugs Plug-in"
net.sf.yari.feature (2.1.1.20110526PRD) "YARI - Yet Another RCP Inspector"
org.codehaus.groovy.eclipse.feature (2.5.2.xx-20110929-1800-e37)
"Groovy-Eclipse plugin"
org.codehaus.groovy.jdt.patch (2.5.2.xx-20110929-1800-e37)
"Groovy-Eclipse plugin"
org.codehaus.groovy.m2eclipse (2.5.2.xx-20110929-1800-e37)
"Groovy-Eclipse m2eclipse integration"
org.codehaus.groovy17.feature (2.5.2.xx-20110929-1800-e37)
"Groovy-Eclipse plugin"
org.codehaus.groovy18.feature (2.5.2.xx-20110929-1800-e37)
"Groovy-Eclipse plugin"
org.eclipse.birt (3.7.1.v20110905-BDF9E8OGTzuHfoz-Au7-CWvXDn6N)
"Business Intelligence and Reporting Tools"
org.eclipse.birt.chart (3.7.1.v20110905-7r9e7DFQCnvKN75--lXE5) "BIRT
Chart Framework"
org.eclipse.birt.chart.cshelp (3.7.1.v20110905-4607w31221A16) "BIRT
Chart Context-sensitive Help"
org.eclipse.birt.chart.doc.isv (3.7.1.v20110905-4607w31221A16) "BIRT
Chart ISV Documentation"
org.eclipse.birt.chart.integration.wtp
(3.7.1.v20110905-1820-4607w31221A1602931) "BIRT Chart WTP Integration
Plug-in"
org.eclipse.birt.cshelp (3.7.1.v20110905-4607w31221A16) "BIRT
Context-sensitive Help"
org.eclipse.birt.doc (3.7.1.v20110905-4607w31221A16) "BIRT Documentation"
org.eclipse.birt.doc.isv (3.7.1.v20110905-4607w31221A16) "BIRT ISV
Documentation"
org.eclipse.birt.example (3.7.1.v20110905-7M7l6DZRDKKEBDl) "BIRT Example"
org.eclipse.birt.integration.wtp
(3.7.1.v20110905-1820-4607w31221A1602931) "BIRT WTP Integration
Plug-in"
org.eclipse.birt.report.designer.editor.xml.wtp
(3.7.1.v20110905-809u7NFT0z0-TWCm5MjN7w) "BIRT Advanced XML Editor
Plug-in"
org.eclipse.cvs (1.3.100.v20110520-0800-7B78FHk8sF7BB7SBB5EYD5)
"Eclipse CVS Client"
org.eclipse.datatools.connectivity.feature
(1.9.1.v201108301820-7C7e8mEt1_wmuQjYnXQ6Zj5dM17) "Data Tools Platform
Connectivity Plug-in"
org.eclipse.datatools.connectivity.oda.designer.core.feature
(1.9.1.v201108301820-7B7C7DCcNBGNChHSFaYT) "DTP ODA Designer UI
Framework Plug-in"
org.eclipse.datatools.connectivity.oda.designer.feature
(1.9.1.v201108301820-4117w312219371456) "DTP ODA Designer UI Framework
Plug-in"
org.eclipse.datatools.connectivity.oda.feature
(1.9.1.v201108301820-7H7C7ICcNBHHBnJWDjSd) "DTP Open Data Access"
org.eclipse.datatools.doc.user
(1.9.1.v201108301820-47C08w95ENAK6AFDFK7) "Data Tool Platform User
Documentation"
org.eclipse.datatools.enablement.apache.derby.feature
(1.9.1.v201108301820-77788gBmKDOGMhKwJ4Rn7QBR) "High-level Sybase
Enablement Plug-in"
org.eclipse.datatools.enablement.feature
(1.9.1.v201108301820-7J9B7FBWwVN7-2z-kZU_tJy1aR1t) "Eclipse Data Tools
Platform Enablement"
org.eclipse.datatools.enablement.hsqldb.feature
(1.9.1.v201108301820-67D1AqGBKNKdIlGz0GU7QBR) "Eclipse Data Tools
Platform Enablement"
org.eclipse.datatools.enablement.ibm.feature
(1.9.1.v201108301820-7F47SFC7sRbvSkkxaPvW) "Eclipse Data Tools
Platform Enablement"
org.eclipse.datatools.enablement.ingres.feature
(1.9.1.v201108301820-540AkF78Z7UCRAQDB) "Eclipse Data Tools Platform
Enablement"
org.eclipse.datatools.enablement.jdbc.feature
(1.9.1.v201108301820-4-29oB56N5N7L6PAQ) "High-level Sybase Enablement
Plug-in"
org.eclipse.datatools.enablement.jdt.feature
(1.9.1.v201108301820-2-07w31211518181A) "Data Tools Platform
Connectivity JDT Extension Plug-in"
org.eclipse.datatools.enablement.msft.feature
(1.9.1.v201108301820-542AkF79P7QCP9SDB) "Eclipse Data Tools Platform
Enablement"
org.eclipse.datatools.enablement.mysql.feature
(1.9.1.v201108301820-546AkF78Z7Y9NBZ9A) "Eclipse Data Tools Platform
Enablement"
org.eclipse.datatools.enablement.oda.designer.feature
(1.9.1.v201108301820-3328s73553C655B63) "Eclipse Data Tools Platform
XML ODA Designer"
org.eclipse.datatools.enablement.oda.feature
(1.9.1.v201108301820-7A7T78DZRDKGEeHnGlLP) "Eclipse Data Tools
Platform XML ODA Runtime Driver"
org.eclipse.datatools.enablement.oracle.feature
(1.9.1.v201108301820-548dAkF79Q7RAN9UFJ) "Eclipse Data Tools Platform
Enablement"
org.eclipse.datatools.enablement.postgresql.feature
(1.9.1.v201108301820-542AkF77g7V9N9e77) "Eclipse Data Tools Platform
Enablement"
org.eclipse.datatools.enablement.sap.feature
(1.9.1.v201108301820-540AkF77g7V9N9e77) "Eclipse Data Tools Platform
Enablement"
org.eclipse.datatools.enablement.sqlite.feature
(1.9.1.v201108301820-541AkF79P7N8NAQ77) "Eclipse Data Tools Platform
Enablement"
org.eclipse.datatools.enablement.sybase.feature
(1.9.1.v201108301820-7E45F9NiNZVR6a1PMVn) "High-level Sybase
Enablement Plug-in"
org.eclipse.datatools.modelbase.feature
(1.9.1.v201108301820-77078CcNBHCBYKYEbNV) "Eclipse Data Tools Platform
SQLModel Plug-in"
org.eclipse.datatools.sqldevtools.ddlgen.feature
(1.9.1.v201108301820-7A-3F7RZHLz-Hz-OlPz0Qf) "Eclipse Data Tools
Platform FE UI Plug-in"
org.eclipse.datatools.sqldevtools.feature
(1.9.1.v201108301820-7N847CFDsn0VdrPUJvPUshDWIPJ0) "Eclipse Data Tools
Platform SQL Tools Common UI Plug-in"
org.eclipse.datatools.sqldevtools.parsers.feature
(1.9.1.v201108301820-622BgJ9CR9XFcEWLP) "Eclipse Data Tools Platform
SQL Parser Plugin"
org.eclipse.draw2d (3.7.1.v20110830-1143-4607w3122194102254)
"Graphical Editing Framework Draw2d"
org.eclipse.egit (1.0.0.201106090707-r) "Git Team Provider"
org.eclipse.emf (2.7.0.v20110606-0949) "EMF - Eclipse Modeling
Framework Runtime and Tools"
org.eclipse.emf.codegen (2.7.0.v20110606-0949) "EMF Code Generation"
org.eclipse.emf.codegen.ecore (2.7.0.v20110606-0949) "EMF Ecore Code Generator"
org.eclipse.emf.codegen.ecore.ui (2.7.0.v20110606-0949) "EMF Ecore
Code Generator UI"
org.eclipse.emf.codegen.ui (2.7.0.v20110606-0949) "EMF Code Generation UI"
org.eclipse.emf.common (2.7.0.v20110605-0747) "EMF Common"
org.eclipse.emf.common.ui (2.7.0.v20110606-0949) "EMF Common UI"
org.eclipse.emf.converter (2.7.0.v20110606-0949) "EMF Model Converter"
org.eclipse.emf.databinding (1.2.0.v20110606-0949) "EMF Data Binding"
org.eclipse.emf.databinding.edit (1.2.0.v20110606-0949) "EMF Edit Data Binding"
org.eclipse.emf.ecore (2.7.0.v20110605-0747) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.7.0.v20110606-0949) "EMF Ecore Edit"
org.eclipse.emf.ecore.editor (2.7.0.v20110606-0949) "EMF Sample Ecore Editor"
org.eclipse.emf.edit (2.7.0.v20110606-0949) "EMF Edit"
org.eclipse.emf.edit.ui (2.7.0.v20110606-0949) "EMF Edit UI"
org.eclipse.emf.mapping (2.7.0.v20110606-0949) "EMF Mapping"
org.eclipse.emf.mapping.ecore (2.7.0.v20110606-0949) "EMF Ecore Mapping"
org.eclipse.emf.mapping.ecore.editor (2.7.0.v20110606-0949) "EMF Ecore
Mapping Editor"
org.eclipse.emf.mapping.ui (2.7.0.v20110606-0949) "EMF Mapping UI"
org.eclipse.epp.mpc (1.1.0.I20110525-0742) "Marketplace Client"
org.eclipse.epp.package.rcp.feature (1.4.0.20110615-0550) "EPP RCP/RAP Bundle"
org.eclipse.gef (3.7.1.v20110830-1143-777D181B3Bz06C853D8863365)
"Graphical Editing Framework GEF"
org.eclipse.gef.examples (3.7.0.v20110425-2050-7G7Y-BgJ9EBCKBM4J9Y9)
"Graphical Editing Framework Logic Editor Example"
org.eclipse.help (1.3.0.v20110327-7i7uFFiFFt6ZqnbOrMXLd1) "Help System Base"
org.eclipse.jdt (3.7.0.v20110520-0800-7z8gFchFMTdFYKuLqBLqRja9B15B)
"Eclipse Java Development Tools"
org.eclipse.jgit (1.0.0.201106090707-r) "JGit Core"
org.eclipse.jpt.common.feature (1.0.1.v201108080010-6-0AkF7BB7S9N7788)
"Dali Java Persistence Tools - Common"
org.eclipse.jpt.jaxb.feature (1.0.1.v201108080010-508aAkF7BB7U8Q779A)
"Dali Java Persistence Tools - JAXB Support"
org.eclipse.jpt.jpa.feature
(3.0.1.v201108163011-7R7F7CFC7sRdiShWvWQYU375) "Dali Java Persistence
Tools - JPA Support"
org.eclipse.jst.common.fproj.enablement.jdt
(3.3.0.v201102200555-377DF8s73543E5I5768) "Eclipse Faceted Project
Framework JDT Enablement"
org.eclipse.jst.enterprise_ui.feature
(3.3.1.v201107072200-7b7II1PFSK2WIlPwJBmNz-VWwVsTn) "Eclipse Java EE
Developer Tools"
org.eclipse.m2e.feature (1.0.100.20110804-1717) "Maven Integration for Eclipse"
org.eclipse.m2e.logback.feature (1.0.100.20110804-1717) "m2e logback
configuration"
org.eclipse.mat.chart.feature (1.1.1.201108240735) "Memory Analyzer - Chart"
org.eclipse.mat.feature (1.1.1.201108240735) "Memory Analyzer API"
org.eclipse.mylyn_feature (3.6.0.v20110608-1400) "Mylyn"
org.eclipse.mylyn.bugzilla_feature (3.6.0.v20110608-1400) "Mylyn"
org.eclipse.mylyn.context_feature (3.6.0.v20110608-1400) "Mylyn"
org.eclipse.mylyn.ide_feature (3.6.0.v20110608-1400) "Mylyn"
org.eclipse.mylyn.java_feature (3.6.0.v20110608-1400) "Mylyn"
org.eclipse.mylyn.pde_feature (3.6.0.v20110608-1400) "Mylyn"
org.eclipse.mylyn.team_feature (3.6.0.v20110608-1400) "Mylyn"
org.eclipse.mylyn.wikitext_feature (1.5.0.v20110608-1400) "Mylyn"
org.eclipse.pde (3.7.0.v20110504-0800-7b7qFVpFEx2XnmYtj_9RfO7) "PDE"
org.eclipse.platform
(3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f) "Eclipse
Platform"
org.eclipse.rcp (3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY) "Eclipse RCP"
org.eclipse.wb.core.feature (1.1.0.r37x201109091012) "WindowBuilder Core"
org.eclipse.wb.core.ui.feature (1.1.0.r37x201109091028) "WindowBuilder Core UI"
org.eclipse.wb.core.xml.feature (1.1.0.r37x201109091031)
"WindowBuilder Core for XML GUI's"
org.eclipse.wb.doc.user.feature (1.1.0.r37x201109091024)
"WindowBuilder User Guide"
org.eclipse.wb.layout.group.feature (1.1.0.r37x201109091112)
"WindowBuilder GroupLayout Support"
org.eclipse.wb.rcp.doc.user.feature (1.1.0.r37x201109091057)
"WindowBuilder User Guide - SWT"
org.eclipse.wb.rcp.feature (1.1.0.r37x201109091152) "SWT Designer"
org.eclipse.wb.rcp.SWT_AWT_support (1.1.0.r37x201109091215)
"WindowBuilder SWT_AWT Support"
org.eclipse.wb.swing.doc.user.feature (1.1.0.r37x201109091102)
"WindowBuilder User Guide - Swing"
org.eclipse.wb.swing.feature (1.1.0.r37x201109091143) "Swing Designer"
org.eclipse.wb.swt.feature (1.1.0.r37x201109091134) "SWT Designer Core"
org.eclipse.wb.xwt.feature (1.1.0.r37x201109091200) "SWT Designer XWT Support"
org.eclipse.wst.common.fproj (3.3.0.v201102150115-377DF8s7355397B4B9B)
"Eclipse Faceted Project Framework"
org.eclipse.wst.jsdt.feature
(1.3.1.v201108102009-7F78FXRFBBoPbXRPcHfz-uy) "Eclipse JavaScript
Development Tools"
org.eclipse.wst.web_ui.feature
(3.3.1.v201107072200-7O7IFhREMiB5vNoYqf01XHTvUndyz-yx-9kUyXXL)
"Eclipse Web Developer Tools"
org.eclipse.wst.xml_ui.feature
(3.3.1.v201108102009-7H7EFZ3DxumTlaI6nheRdHo2p1KaDIL1Uz-S3PL) "Eclipse
XML Editors and Tools"
org.eclipse.xsd.edit (2.7.0.v20110606-0949) "XSD Edit"
org.eclipse.zest (1.3.0.v20110425-2050-67A08yF5F18CBD4I9G53365)
"Graphical Editing Framework Zest Core"
org.scala-ide.sdt.feature (2.0.0.rc03-2_09-201112091328-06d2a99) "Scala Plugin"
org.sonatype.m2e.mavenarchiver.feature (0.14.0.201109270543) "m2e
connector for the mavenarchiver and pom properties"
org.tigris.subversion.clientadapter.feature (1.6.12) "Subversion Client Adapter"
org.tigris.subversion.clientadapter.javahl.feature (1.6.17) "Subversion JavaHL"
org.tigris.subversion.clientadapter.svnkit.feature (1.6.15) "SVNKit
Client Adapter"
org.tigris.subversion.subclipse (1.6.18) "SVN Team Provider Core"
org.tigris.subversion.subclipse.graph.feature (1.0.9) "Subversion
Revision Graph"
org.tigris.subversion.subclipse.mylyn (3.0.0) "Subclipse Integration
for Mylyn 3.x"
org.tmatesoft.svnkit (1.3.5.7406) "SVNKit Library Plug-in"

*** Plug-in Registry:
birt.controls.lib (2.5.2.1) "BIRT Controls Library" [Starting]
birt.controls.lib.ui (2.5.2.1) "BIRT Controls Library UI" [Starting]
birt.functions.lib (2.5.2.1) "Functions Plug-in" [Starting]
biz.aQute.bndlib (1.51.0) "bnd - Bundle Tool" [Resolved]
biz.junginger.ExploreFS (1.0.0) "ExploreFS Plug-in" [Starting]
bndtools.core (1.0.0.REL-111120-1951) "bndtools.core" [Active]
bndtools.diff (1.0.0.REL-111120-1951) "bndtools.diff" [Resolved]
bndtools.jareditor (1.0.0.REL-111120-1951) "bndtools.jareditor" [Resolved]
bndtools.release (1.0.0.REL-111120-1951) "bndtools.release" [Starting]
bndtools.repository.base (1.0.0.REL-111120-1951)
"bndtools.repository.base" [Resolved]
builder_generator_eclipse_plugin (1.0.9)
"Builder_generator_eclipse_plugin Plug-in" [Starting]
ch.qos.logback.classic (0.9.27.v20110224-1110) "Logback Classic
Module" [Resolved]
ch.qos.logback.core (0.9.27.v20110224-1110) "Logback Core Module" [Resolved]
ch.qos.logback.slf4j (0.9.27.v20110224-1110) "Logback Native SLF4J
Logger Module" [Resolved]
com.collabnet.subversion.merge (2.2.4) "CollabNet Subversion Merge
Client" [Active]
com.essiembre.eclipse.i18n.resourcebundle (0.7.7.201011111449)
"ResourceBundle Editor Plug-in" [Starting]
com.grepcode.eclipse.plugin (0.1.0) "GrepCode Plug-in" [Starting]
com.ibm.icu (4.4.2.v20110208) "International Components for Unicode
for Java (ICU4J)" [Active]
com.jcraft.jsch (0.1.41.v201101211617) "JSch" [Resolved]
com.lowagie.text (2.1.7.v201004222200) "Lowagie iText" [Resolved]
com.ning.async-http-client (1.6.3.201108040830) "async-http-client" [Resolved]
com.springsource.org.objectweb.asm (3.1.0) "ObjectWeb ASM" [Resolved]
com.springsource.org.objectweb.asm.tree (3.1.0) "ObjectWeb ASM Tree" [Resolved]
com.sun.jna (3.2.7) "JNA Library Plug-in" [Starting]
com.sun.syndication (0.9.0.v200803061811) "Rss and atOM utilitiEs
(ROME)" [Resolved]
edu.umd.cs.findbugs.plugin.eclipse (1.3.9.20090821) "FindBugs Plug-in"
[Starting]
javax.activation (1.1.0.v201105071233) "Apache Geronimo Activation
Plug-in" [Resolved]
javax.annotation (1.0.0.v20101115-0725) "Common Annotations" [Resolved]
javax.el (2.1.0.v201105211819) "Java Server Pages Expression Language
Bundle" [Resolved]
javax.inject (1.0.0.v20091030) "Atinject Dependency Injection
Annotations" [Resolved]
javax.mail (1.4.0.v201005080615) "Javax Mail Plug-in" [Resolved]
javax.servlet (2.5.0.v201103041518) "Servlet API Bundle" [Resolved]
javax.servlet (3.0.0.v201103241727) "Servlet API Bundle" [Resolved]
javax.servlet.jsp (2.0.0.v201101211617) "Java Server Pages API Bundle"
[Resolved]
javax.servlet.jsp (2.2.0.v201103241009) "JSP API Bundle" [Resolved]
javax.wsdl (1.5.1.v201012040544) "WSDL4J" [Resolved]
javax.xml (1.3.4.v201005080400) "JAXP XML" [Resolved]
javax.xml.bind (2.2.0.v201105210648) "XML Binding for Java" [Resolved]
javax.xml.rpc (1.1.0.v201005080400) "JAX-RPC" [Resolved]
javax.xml.soap (1.2.0.v201005080501) "SAAJ" [Resolved]
javax.xml.stream (1.0.1.v201004272200) "Java XML Streaming API" [Resolved]
net.sf.yari (2.1.1.20110526PRD) "YARI - Yet Another RCP Inspector" [Starting]
net.sf.yari.bundles (2.1.1.20110526PRD) "YARI - Bundle Visualization
Plug-in" [Starting]
net.sf.yari.classloader (2.1.1.20110526PRD) "YARI - Classloader
Plug-in" [Starting]
net.sf.yari.eclipse (2.1.1.20110526PRD) "YARI - Eclipse Plug-in" [Starting]
net.sf.yari.extendedsleak (2.1.1.20110526PRD) "YARI - Extended-S-Leak
Plug-in" [Starting]
net.sf.yari.hypergraph (2.1.1.20110526PRD) "YARI - HyperGraph Plug-in"
[Starting]
net.sf.yari.pdeextension (2.1.1.20110526PRD) "Pde Extension Plug-in" [Starting]
net.sf.yari.swt (2.1.1.20110526PRD) "YARI - SWT Plug-in" [Starting]
net.sourceforge.hypergraph (0.6.3.v20081014yari) "HyperGraphPlugin
Plug-in" [Starting]
net.sourceforge.lpg.lpgjavaruntime (1.1.0.v201004271650) "SourceForge
LPG" [Resolved]
net.sourceforge.vrapper.core (0.16.0) "Vrapper Core Library" [Resolved]
net.sourceforge.vrapper.eclipse (0.16.0) "Eclipse Plug-in" [Active]
org.apache.ant (1.8.2.v20110505-1300) "Apache Ant" [Resolved]
org.apache.axis (1.4.0.v201005080400) "Apache Web Services" [Resolved]
org.apache.batik.bridge (1.6.0.v201011041432) "Apache Batik
Bridge/GVT/Scripting" [Resolved]
org.apache.batik.css (1.6.0.v201011041432) "Apache Batik CSS" [Resolved]
org.apache.batik.dom (1.6.0.v201011041432) "Apache Batik DOM" [Resolved]
org.apache.batik.dom.svg (1.6.0.v201011041432) "Apache Batik SVG DOM" [Resolved]
org.apache.batik.ext.awt (1.6.0.v201011041432) "Apache Batik AWT
Utilities" [Resolved]
org.apache.batik.parser (1.6.0.v201011041432) "Apache Batik Parser" [Resolved]
org.apache.batik.pdf (1.6.0.v201105071520) "Apache Batik PDF" [Resolved]
org.apache.batik.svggen (1.6.0.v201011041432) "Apache Batik SVG
Generation" [Resolved]
org.apache.batik.transcoder (1.6.0.v201011041432) "Apache Batik
Transcoder" [Resolved]
org.apache.batik.util (1.6.0.v201011041432) "Apache Batik Utilities" [Resolved]
org.apache.batik.util.gui (1.6.0.v201011041432) "Apache Batik GUI
Utilities" [Resolved]
org.apache.batik.xml (1.6.0.v201011041432) "Apache Batik XML" [Resolved]
org.apache.commons.codec (1.3.0.v201101211617) "Apache Commons Codec
Plug-in" [Resolved]
org.apache.commons.collections (3.2.0.v201005080500) "Apache Commons
Collections" [Resolved]
org.apache.commons.discovery (0.2.0.v201004190315) "Jakarta-Commons
Discovery" [Resolved]
org.apache.commons.el (1.0.0.v201101211617) "Apache Commons JSP 2.0
Expression Language Interpreter" [Resolved]
org.apache.commons.httpclient (3.1.0.v201012070820) "Apache Commons
Httpclient" [Resolved]
org.apache.commons.jxpath (1.3.0.v200911051830) "Apache Commons
JXPath" [Resolved]
org.apache.commons.lang (2.4.0.v201005080502) "Apache Jakarta Commons
Lang" [Resolved]
org.apache.commons.lang (2.1.0.v201005080500) "Apache Jakarta Commons
Lang" [Resolved]
org.apache.commons.logging (1.0.4.v201101211617) "Apache Commons
Logging Plug-in" [Resolved]
org.apache.commons.logging (1.1.1.v201101211721) "Apache Commons
Logging Plug-in" [Resolved]
org.apache.derby.core (10.5.1.1_v20110905) "Apache Derby Core Plug-in
for Eclipse" [Starting]
org.apache.jasper (5.5.17.v201101211617) "Apache Jasper 2 Plug-in" [Resolved]
org.apache.log4j (1.2.15.v201012070815) "Apache Jakarta log4j Plug-in"
[Resolved]
org.apache.lucene (2.9.1.v201101211721) "Apache Lucene" [Resolved]
org.apache.lucene (1.9.1.v201101211617) "Apache Lucene" [Resolved]
org.apache.lucene.analysis (2.9.1.v201101211721) "Apache Lucene
Analysis" [Resolved]
org.apache.lucene.core (2.9.1.v201101211721) "Apache Lucene Core" [Resolved]
org.apache.lucene.highlighter (2.9.1.v20100421-0704) "Apache Lucene
Highlighter" [Resolved]
org.apache.lucene.memory (2.9.1.v20100421-0704) "Apache Lucene Memory"
[Resolved]
org.apache.lucene.misc (2.9.1.v20100421-0704) "Apache Lucene Misc" [Resolved]
org.apache.lucene.queries (2.9.1.v20100421-0704) "Apache Lucene
Queries" [Resolved]
org.apache.lucene.snowball (2.9.1.v20100421-0704) "Apache Lucene
Snowball" [Resolved]
org.apache.lucene.spellchecker (2.9.1.v20100421-0704) "Apache Lucene
Spellchecker" [Resolved]
org.apache.oro (2.0.8.v201005080400) "Apache Jakarta ORO" [Resolved]
org.apache.velocity (1.5.0.v200905192330) "Apache Velocity Plug-in" [Resolved]
org.apache.ws.commons.util (1.0.1.v20100518-1140) "WS Commons Util
Plug-in" [Resolved]
org.apache.wsil4j (1.0.0.v200901211807) "WSIL4J" [Resolved]
org.apache.xerces (2.9.0.v201101211617) "Apache Xerces-J" [Resolved]
org.apache.xml.resolver (1.2.0.v201005080400) "Apache XmlResolver" [Resolved]
org.apache.xml.serializer (2.7.1.v201005080400) "Apache XML Commons
Serializer" [Resolved]
org.apache.xmlrpc (3.0.0.v20100427-1100) "Apache XML-RPC Plug-in" [Resolved]
org.aspectj.runtime (1.6.12.20110613132200) "AspectJ Runtime" [Resolved]
org.aspectj.weaver (1.6.12.20110613132200) "AspectJ Weaver" [Resolved]
org.bndtools.embeddedrepo (1.0.0.REL-111120-1952)
"org.bndtools.embeddedrepo" [Resolved]
org.codehaus.groovy (1.7.10.xx-20110929-1800-e37) "Groovy Runtime
Plug-in" [Starting]
org.codehaus.groovy (1.8.2.xx-20110929-1800-e37) "Groovy Runtime
Plug-in" [Active]
org.codehaus.groovy.eclipse (2.5.2.xx-20110929-1800-e37)
"Groovy-Eclipse plugin" [Resolved]
org.codehaus.groovy.eclipse.ant (2.5.2.xx-20110929-1800-e37)
"Groovy-Ant Plug-in" [Starting]
org.codehaus.groovy.eclipse.astviews (2.5.2.xx-20110929-1800-e37)
"Groovy AST Views" [Starting]
org.codehaus.groovy.eclipse.codeassist.completion
(2.5.2.xx-20110929-1800-e37) "Code Completion Plug-in" [Active]
org.codehaus.groovy.eclipse.codebrowsing (2.5.2.xx-20110929-1800-e37)
"Groovy Code Browsing" [Starting]
org.codehaus.groovy.eclipse.core (2.5.2.xx-20110929-1800-e37) "Groovy
Core" [Active]
org.codehaus.groovy.eclipse.dsl (2.5.2.xx-20110929-1800-e37) "Groovy
DSL support" [Active]
org.codehaus.groovy.eclipse.quickfix (2.5.2.xx-20110929-1800-e37)
"Groovy Quick Fix" [Active]
org.codehaus.groovy.eclipse.refactoring (2.5.2.xx-20110929-1800-e37)
"Groovy Refactoring Plug-in" [Starting]
org.codehaus.groovy.eclipse.ui (2.5.2.xx-20110929-1800-e37) "Groovy UI" [Active]
org.codehaus.groovy.frameworkadapter (2.5.2.xx-20110929-1800-e37)
"Groovy Compiler Adapter" [Resolved]
org.codehaus.groovy.m2eclipse (2.5.2.xx-20110929-1800-e37)
"Groovy-Eclipse m2eclipse integration" [Starting]
org.dojotoolkit (1.6.1.v201105210659) "Dojo Toolkit" [Resolved]
org.eclipse.ant.core (3.2.300.v20110511) "Ant Build Tool Core" [Starting]
org.eclipse.ant.launching (1.0.100.v20110506) "Ant Launching Support" [Starting]
org.eclipse.ant.ui (3.5.100.v20110510) "Ant UI" [Starting]
org.eclipse.birt (3.7.1.v20110905) "Business Intelligence and
Reporting Tools" [Resolved]
org.eclipse.birt.chart (3.7.1.v20110905) "BIRT Chart Framework" [Resolved]
org.eclipse.birt.chart.cshelp (3.7.1.v20110905) "BIRT Chart
Context-sensitive Help" [Starting]
org.eclipse.birt.chart.device.extension (3.7.1.v20110905) "BIRT Chart
Device Extension(s)" [Starting]
org.eclipse.birt.chart.device.pdf (3.7.1.v20110905) "BIRT Chart Device
PDF Extension" [Starting]
org.eclipse.birt.chart.device.svg (3.7.1.v20110905) "BIRT Chart Device
SVG Extension" [Starting]
org.eclipse.birt.chart.device.swt (3.7.1.v20110905) "BIRT Chart Device
SWT Extension" [Starting]
org.eclipse.birt.chart.doc.isv (3.7.1.v20110905) "BIRT Chart ISV
Documentation" [Starting]
org.eclipse.birt.chart.engine (3.7.1.v20110905) "BIRT Chart Engine" [Starting]
org.eclipse.birt.chart.engine.extension (3.7.1.v20110905) "BIRT Chart
Engine Extension" [Starting]
org.eclipse.birt.chart.examples (3.7.1.v20110905) "BIRT Chart Examples
Plug-in" [Starting]
org.eclipse.birt.chart.examples.core (3.7.1.v20110905) "BIRT Chart
Examples Core Plug-in" [Starting]
org.eclipse.birt.chart.integration.wtp.ui (3.7.1.v20110905-1820) "BIRT
Chart WTP Integration Plug-in" [Starting]
org.eclipse.birt.chart.reportitem (3.7.1.v20110905) "BIRT Chart-Report
Integration" [Starting]
org.eclipse.birt.chart.reportitem.ui (3.7.1.v20110905) "BIRT
Chart-Report UI Integration Plug-in" [Starting]
org.eclipse.birt.chart.ui (3.7.1.v20110905) "BIRT Chart Library UI
Plug-in" [Starting]
org.eclipse.birt.chart.ui.extension (3.7.1.v20110905) "BIRT Chart UI
Extension" [Starting]
org.eclipse.birt.core (3.7.1.v20110905) "BIRT Core Package" [Starting]
org.eclipse.birt.core.script.function (3.7.1.v20110905) "Function
Plug-in" [Starting]
org.eclipse.birt.core.ui (3.7.1.v20110905) "BIRT Core UI" [Starting]
org.eclipse.birt.cshelp (3.7.1.v20110905) "BIRT Context-sensitive
Help" [Starting]
org.eclipse.birt.data (3.7.1.v20110905) "BIRT Data Engine" [Starting]
org.eclipse.birt.data.aggregation (3.7.1.v20110905) "Build-in
Aggregation Plug-in" [Starting]
org.eclipse.birt.doc (3.7.1.v20110905) "BIRT Documentation" [Starting]
org.eclipse.birt.doc.isv (3.7.1.v20110905) "BIRT ISV Documentation" [Starting]
org.eclipse.birt.example (3.7.1.v20110905) "BIRT Example" [Resolved]
org.eclipse.birt.integration.wtp.ui (3.7.1.v20110905-1820) "BIRT WTP
Integration Plug-in" [Starting]
org.eclipse.birt.report.data.adapter (3.7.1.v20110905) "BIRT Data
Adapter" [Starting]
org.eclipse.birt.report.data.bidi.utils (3.7.1.v20110905) "Bidi Utils"
[Starting]
org.eclipse.birt.report.data.bidi.utils.ui (3.7.1.v20110905) "Bidi UI
Utils" [Starting]
org.eclipse.birt.report.data.oda.hive (3.7.1.v20110905) "BIRT Hive ODA
Driver" [Starting]
org.eclipse.birt.report.data.oda.hive.ui (3.7.1.v20110905) "BIRT HIVE
UI" [Starting]
org.eclipse.birt.report.data.oda.jdbc (3.7.1.v20110905) "BIRT ODA-JDBC
Bridge Driver" [Starting]
org.eclipse.birt.report.data.oda.jdbc.dbprofile (3.7.1.v20110905)
"JDBC Database Connection Data Source ODA Runtime Driver" [Starting]
org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb
(3.7.1.v20110905) "BIRT Sample Database Connection Profile Plug-in"
[Starting]
org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui
(3.7.1.v20110905) "BIRT Sample Database Connection Profile UI Plug-in"
[Starting]
org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui (3.7.1.v20110905)
"JDBC Database Connection Data Source ODA Designer" [Starting]
org.eclipse.birt.report.data.oda.jdbc.ui (3.7.1.v20110905) "BIRT JDBC
UI Plug-in" [Starting]
org.eclipse.birt.report.data.oda.sampledb (3.7.1.v20110905) "BIRT
Sample Database" [Starting]
org.eclipse.birt.report.data.oda.sampledb.ui (3.7.1.v20110905) "BIRT
Sample Database UI Plug-in" [Starting]
org.eclipse.birt.report.data.oda.xml (3.7.1.v20110905) "BIRT ODA-XML
Driver" [Starting]
org.eclipse.birt.report.data.oda.xml.ui (3.7.1.v20110905) "BIRT ODA
XML Designer" [Starting]
org.eclipse.birt.report.debug.core (3.7.1.v20110905) "BIRT Debug Core
Plug-in" [Resolved]
org.eclipse.birt.report.debug.ui (3.7.1.v20110905) "BIRT Debug UI
Plug-in" [Starting]
org.eclipse.birt.report.designer.core (3.7.1.v20110905) "BIRT Designer
Core" [Starting]
org.eclipse.birt.report.designer.samplereports (3.7.1.v20110905) "BIRT
Samplereports Plug-in" [Starting]
org.eclipse.birt.report.designer.ui (3.7.1.v20110905) "BIRT Designer
UI" [Starting]
org.eclipse.birt.report.designer.ui.cubebuilder (3.7.1.v20110905)
"BIRT Cube Builder Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.data (3.7.1.v20110905) "BIRT
Designer Data Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.editor.script (3.7.1.v20110905)
"BIRT Enhanced Script Editor Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.editor.xml.wtp (3.7.1.v20110905)
"BIRT Advanced XML Editor Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.editors (3.7.1.v20110905) "BIRT
MultipageEditor Extension Point Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.editors.schematic
(3.7.1.v20110905) "BIRT Editors Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.ide (3.7.1.v20110905) "BIRT
Designer UI for IDE" [Starting]
org.eclipse.birt.report.designer.ui.lib (3.7.1.v20110905) "BIRT
Designer UI for Library" [Starting]
org.eclipse.birt.report.designer.ui.lib.explorer (3.7.1.v20110905)
"BIRT Library Explorer Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.preview.web (3.7.1.v20110905)
"BIRT Preview Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.samples.ide (3.7.1.v20110905)
"Report Samples IDE Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.samplesview (3.7.1.v20110905)
"BIRT Report Samples View Plug-in" [Starting]
org.eclipse.birt.report.designer.ui.views (3.7.1.v20110905) "BIRT UI
Views Plug-in" [Starting]
org.eclipse.birt.report.engine (3.7.1.v20110905) "BIRT Engine" [Starting]
org.eclipse.birt.report.engine.dataextraction (3.7.1.v20110905)
"Dataextraction Plug-in" [Starting]
org.eclipse.birt.report.engine.dataextraction.csv (3.7.1.v20110905)
"CSV Data Extraction Plug-in" [Starting]
org.eclipse.birt.report.engine.emitter.config (3.7.1.v20110905) "BIRT
Emitter Configuration Plug-in" [Starting]
org.eclipse.birt.report.engine.emitter.excel.config (3.7.1.v20110905)
"BIRT Excel Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.html (3.7.1.v20110905) "BIRT
HTML Emitter" [Starting]
org.eclipse.birt.report.engine.emitter.html.config (3.7.1.v20110905)
"BIRT HTML Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.odp (3.7.1.v20110905) "BIRT
OpenDocument Presentation Emitter" [Starting]
org.eclipse.birt.report.engine.emitter.odp.config (3.7.1.v20110905)
"BIRT OpenDocument Presentation Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.ods (3.7.1.v20110905) "BIRT
OpenDocument Spreadsheet emitter" [Starting]
org.eclipse.birt.report.engine.emitter.ods.config (3.7.1.v20110905)
"BIRT OpenDocument Spreadsheet Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.odt (3.7.1.v20110905) "BIRT
OpenDocument Text Emitter" [Starting]
org.eclipse.birt.report.engine.emitter.odt.config (3.7.1.v20110905)
"BIRT OpenDocument Text Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.pdf (3.7.1.v20110905) "BIRT PDF
emitter" [Starting]
org.eclipse.birt.report.engine.emitter.pdf.config (3.7.1.v20110905)
"BIRT PDF Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.postscript (3.7.1.v20110905)
"BIRT POSTSCRIPT emitter" [Resolved]
org.eclipse.birt.report.engine.emitter.postscript.config
(3.7.1.v20110905) "BIRT Postscript Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.ppt (3.7.1.v20110905) "BIRT PPT
emitter" [Starting]
org.eclipse.birt.report.engine.emitter.ppt.config (3.7.1.v20110905)
"BIRT PPT Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.emitter.prototype.excel
(3.7.1.v20110905) "BIRT Excel emitter" [Starting]
org.eclipse.birt.report.engine.emitter.wpml (3.7.1.v20110905) "BIRT
Word emitter" [Starting]
org.eclipse.birt.report.engine.emitter.wpml.config (3.7.1.v20110905)
"BIRT Word Emitter Descriptor" [Starting]
org.eclipse.birt.report.engine.fonts (3.7.1.v20110905) "BIRT Engine
fonts" [Resolved]
org.eclipse.birt.report.engine.odf (3.7.1.v20110905) "OpenDocument
Format plugin" [Starting]
org.eclipse.birt.report.engine.script.javascript (3.7.1.v20110905)
"BIRT Javascript Engine" [Starting]
org.eclipse.birt.report.item.crosstab.core (3.7.1.v20110905) "BIRT
Crosstab Plug-in" [Starting]
org.eclipse.birt.report.item.crosstab.ui (3.7.1.v20110905) "BIRT
Crosstab UI Plug-in" [Starting]
org.eclipse.birt.report.model (3.7.1.v20110905) "BIRT Model" [Starting]
org.eclipse.birt.report.model.adapter.oda (3.7.1.v20110905) "BIRT
Model ODA Adapter" [Starting]
org.eclipse.birt.report.viewer (3.7.1.v20110905) "BIRT Web Viewer" [Starting]
org.eclipse.birt.resources (3.7.1.v20110905) "BIRT Resources Plug-in" [Resolved]
org.eclipse.compare (3.5.200.I20110525-0800) "Compare Support" [Active]
org.eclipse.compare.core (3.5.200.I20110208-0800) "Core Compare
Support" [Active]
org.eclipse.core.boot (3.1.200.v20100505) "Core Boot" [Starting]
org.eclipse.core.commands (3.6.0.I20110111-0800) "Commands" [Resolved]
org.eclipse.core.contenttype (3.4.100.v20110423-0524) "Eclipse Content
Mechanism" [Active]
org.eclipse.core.databinding (1.4.0.I20110111-0800) "JFace Data
Binding" [Starting]
org.eclipse.core.databinding.beans (1.2.100.I20100824-0800) "JFace
Data Binding for JavaBeans" [Resolved]
org.eclipse.core.databinding.observable (1.4.0.I20110222-0800) "JFace
Data Binding Observables" [Active]
org.eclipse.core.databinding.property (1.4.0.I20110222-0800) "JFace
Data Binding" [Starting]
org.eclipse.core.expressions (3.4.300.v20110228) "Expression Language" [Active]
org.eclipse.core.externaltools (1.0.100.v20110506) "External Tools
Headless Support" [Starting]
org.eclipse.core.filebuffers (3.5.200.v20110505-0800) "File Buffers" [Active]
org.eclipse.core.filesystem (1.3.100.v20110423-0524) "Core File
Systems" [Active]
org.eclipse.core.filesystem.linux.x86 (1.4.0.v20110423-0524) "Core
File System for Linux" [Resolved]
org.eclipse.core.jobs (3.5.100.v20110404) "Eclipse Jobs Mechanism" [Active]
org.eclipse.core.net (1.2.100.I20110511-0800) "Internet Connection
Management" [Active]
org.eclipse.core.net.linux.x86 (1.1.200.I20110419-0800) "Proxy for
Linux" [Resolved]
org.eclipse.core.resources (3.7.100.v20110510-0712) "Core Resource
Management" [Active]
org.eclipse.core.resources.semantic (0.5.0.v20110415-1200) "Semantic
File System Implementation" [Active]
org.eclipse.core.runtime (3.7.0.v20110110) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.2.100.v20100505) "Core
Runtime Plug-in Compatibility" [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.200.v20110110)
"Authorization Compatibility Plug-in" [Active]
org.eclipse.core.runtime.compatibility.registry (3.5.0.v20110505)
"Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.core.variables (3.2.500.v20110511) "Core Variables" [Active]
org.eclipse.cvs (1.1.100.v201106131736) "Eclipse CVS Client" [Starting]
org.eclipse.datatools.connectivity (1.2.3.v201108101135) "Data Tools
Platform Connectivity Plug-in" [Starting]
org.eclipse.datatools.connectivity.apache.derby
(1.0.102.v201107130538) "Eclipse Data Tools Platform Derby Plug-in"
[Starting]
org.eclipse.datatools.connectivity.apache.derby.dbdefinition
(1.0.2.v200906161815) "Eclipse Data Tools Platform Apache Derby
Database Definition" [Starting]
org.eclipse.datatools.connectivity.apache.derby.ui
(1.0.3.v201007080903) "Eclipse Data Tools Platform Apache Derby UI
Plug-in" [Starting]
org.eclipse.datatools.connectivity.console.profile
(1.0.0.v200906020553) "DTP Connection Profiles Storage File Editor
Plug-in" [Starting]
org.eclipse.datatools.connectivity.db.generic (1.0.1.v200908130547)
"Eclipse Data Tools Platform Generic DB Connectivity Plug-in"
[Starting]
org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v201004070709)
"Eclipse Data Tools Platform Generic DB UI Plug-in" [Starting]
org.eclipse.datatools.connectivity.dbdefinition.genericJDBC
(1.0.1.v200906161815) "Eclipse Data Tools Platform DBDefinition
Generic JDBC Plug-in" [Starting]
org.eclipse.datatools.connectivity.oda (3.3.2.v201105200920) "DTP Open
Data Access" [Starting]
org.eclipse.datatools.connectivity.oda.consumer (3.2.4.v201105200848)
"DTP ODA Consumer Helper Component Plug-in" [Starting]
org.eclipse.datatools.connectivity.oda.design (3.3.3.v201105191315)
"DTP ODA Design Session Model" [Starting]
org.eclipse.datatools.connectivity.oda.design.ui (3.2.5.v201105240457)
"DTP ODA Designer UI Framework Plug-in" [Starting]
org.eclipse.datatools.connectivity.oda.flatfile (3.1.1.v201108260633)
"Eclipse Data Tools Platform Flat File ODA Runtime Driver" [Starting]
org.eclipse.datatools.connectivity.oda.flatfile.ui
(3.1.1.v201109011655) "Eclipse Data Tools Platform Flat File ODA
Designer" [Starting]
org.eclipse.datatools.connectivity.oda.profile (3.2.6.v201108060848)
"DTP ODA Connection Profile Framework Plug-in" [Starting]
org.eclipse.datatools.connectivity.oda.template.ui
(3.2.2.v201108260345) "DTP ODA New Plug-in Template Wizard" [Starting]
org.eclipse.datatools.connectivity.sqm.core (1.2.3.v201109022323)
"Eclipse Data Tools Platform SQM Core Plug-in" [Starting]
org.eclipse.datatools.connectivity.sqm.core.ui (1.2.0.v201002281800)
"Eclipse Data Tools Platform SQM UI Plug-in" [Starting]
org.eclipse.datatools.connectivity.sqm.server.ui
(1.1.100.v201009280455) "Eclipse Data Tools Platform Server UI
Plug-in" [Starting]
org.eclipse.datatools.connectivity.ui (1.2.1.v201010211430) "Data
Tools Platform Connectivity UI Plug-in" [Starting]
org.eclipse.datatools.connectivity.ui.dse (1.1.4.v201004270430)
"Eclipse Data Tools Platform Data Source Explorer Plug-in" [Starting]
org.eclipse.datatools.doc.user (1.7.0.20090521092446) "Data Tool
Platform User Documentation" [Starting]
org.eclipse.datatools.enablement.finfo (1.5.1.v200906161800) "Eclipse
Data Tools Platform Enablement" [Starting]
org.eclipse.datatools.enablement.hsqldb (1.0.0.v200906020900) "Eclipse
Data Tools Platform HSQLDB Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.hsqldb.dbdefinition
(1.0.0.v200906161800) "Eclipse Data Tools Platform HSQLDB Database
Definition Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v201108120600)
"Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.2.v201005211230)
"Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition
(1.0.3.v200906161800) "DB2 UDB iSeries Database Definition Plug-in"
[Starting]
org.eclipse.datatools.enablement.ibm.db2.iseries.ui
(1.0.1.v201108130630) "Eclipse Data Tools Platform IBM DB2 UDB UI
iSeries Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.luw (1.0.2.v201005211230)
"Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition
(1.0.4.v201005211215) "Eclipse Data Tools Platform DB2 UDB Database
Definition Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.2.v201108130630)
"Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.2.v201005211230)
"Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition
(1.0.4.v201005211230) "DB2 UDB Database Definition Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.db2.zseries.ui
(1.0.1.v201108130630) "Eclipse Data Tools Platform IBM DB2 UDB zSeries
UI Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.informix (1.0.1.v201005211230)
"Eclipse Data Tools Platform Informix Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.informix.dbdefinition
(1.0.4.v201005211230) "Eclipse Data Tools Platform Informix Database
Definition Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.informix.ui (1.0.2.v201108130630)
"Eclipse Data Tools Platform Informix UI Plug-in" [Starting]
org.eclipse.datatools.enablement.ibm.ui (1.0.0.v200906020900) "Eclipse
Data Tools Platform IBM UI Plug-in" [Starting]
org.eclipse.datatools.enablement.ingres (1.0.0.v200906111150) "Ingres
DTP Plug-in" [Starting]
org.eclipse.datatools.enablement.ingres.dbdefinition
(1.0.0.v200906161800) "Ingres DTP Database Definition Plug-in"
[Starting]
org.eclipse.datatools.enablement.ingres.ui (1.0.0.v201105270214)
"Ingres DTP UI Plug-in" [Starting]
org.eclipse.datatools.enablement.jdt.classpath (1.0.1.v201004070709)
"Data Tools Platform Connectivity JDT Extension Plug-in" [Starting]
org.eclipse.datatools.enablement.msft.sqlserver (1.0.1.v201001180222)
"Eclipse Data Tools Platform Microsoft SQL Server Plug-in" [Starting]
org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition
(1.0.0.v201004211630) "Eclipse Data Tools Platform SQL Server Database
Definition Plug-in" [Starting]
org.eclipse.datatools.enablement.msft.sqlserver.ui
(1.0.1.v200908130512) "Eclipse Data Tools Platform Microsoft SQL
Server UI Plug-in" [Starting]
org.eclipse.datatools.enablement.mysql (1.0.2.v201109022323) "Eclipse
Data Tools Platform MySQL Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.mysql.dbdefinition
(1.0.4.v200906161800) "Eclipse Data Tools Platform MySQL Database
Definition Plug-in" [Starting]
org.eclipse.datatools.enablement.mysql.ui (1.0.0.v200906020900)
"Eclipse Data Tools Platform MySQL UI Plug-in" [Starting]
org.eclipse.datatools.enablement.oda.ws (1.2.2.v201106161731) "Eclipse
Data Tools Platform Web Services ODA Runtime Driver" [Starting]
org.eclipse.datatools.enablement.oda.ws.ui (1.2.2.v201105111200)
"Eclipse Data Tools Platform Web Services ODA Designer" [Starting]
org.eclipse.datatools.enablement.oda.xml (1.2.1.v201104121500)
"Eclipse Data Tools Platform XML ODA Runtime Driver" [Starting]
org.eclipse.datatools.enablement.oda.xml.ui (1.2.1.v201104211630)
"Eclipse Data Tools Platform XML ODA Designer" [Starting]
org.eclipse.datatools.enablement.oracle (1.0.0.v200908130544) "Eclipse
Data Tools Platform Oracle Plug-in" [Starting]
org.eclipse.datatools.enablement.oracle.dbdefinition
(1.0.102.v201101120745) "Eclipse Data Tools Platform Oracle Database
Definition Plug-in" [Starting]
org.eclipse.datatools.enablement.oracle.ui (1.0.2.v201005051303)
"Eclipse Data Tools Platform Oracle UI Plug-in" [Starting]
org.eclipse.datatools.enablement.postgresql (1.0.1.v200906020900)
"PostgreSQL Connection Profile and Driver Template Plug-in" [Starting]
org.eclipse.datatools.enablement.postgresql.dbdefinition
(1.0.1.v200906161800) "PostgreSQL DB Definition" [Starting]
org.eclipse.datatools.enablement.postgresql.ui (1.0.0.v200906020900)
"PostgreSQL Connection Profile and Driver Template UI Plug-in"
[Starting]
org.eclipse.datatools.enablement.sap.maxdb (1.0.0.v200906020900)
"Eclipse Data Tools Platform MaxDB Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.sap.maxdb.dbdefinition
(1.0.0.v200906161800) "Eclipse Data Tools Platform MaxDB Definition
Plug-in" [Starting]
org.eclipse.datatools.enablement.sap.maxdb.ui (1.0.0.v200906020900)
"Eclipse Data Tools Platform MaxDB UI Plug-in" [Starting]
org.eclipse.datatools.enablement.sqlite (1.0.0.v201002041100) "Eclipse
Data Tools Platform SQLite Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.sqlite.dbdefinition
(1.0.1.v201002041100) "Eclipse Data Tools Platform SQLite Database
Definition Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.sqlite.ui (1.0.0.v200906020900)
"Eclipse Data Tools Platform SQLite UI Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase (1.0.1.v200906020900)
"High-level Sybase Enablement Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase.asa (1.0.1.v200906020900)
"Sybase ASA Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase.asa.dbdefinition
(1.0.0.v200906161800) "Eclipse Data Tools Platform Sybase ASA Database
Definition" [Starting]
org.eclipse.datatools.enablement.sybase.asa.models
(1.0.0.v201010140307) "Sybase ASA SQL Model" [Starting]
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples
(2.5.0.200810071) "Sybase ASA Schema Object Editor" [Starting]
org.eclipse.datatools.enablement.sybase.asa.ui (1.0.1.v200906111150)
"Sybase ASA Connection Profile UI Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase.ase (1.0.1.v200906020900)
"JDBC/Sybase ASE Connection Profile Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase.ase.dbdefinition
(1.0.0.v200906161800) "Eclipse Data Tools Platform Sybase ASE Database
Definition" [Starting]
org.eclipse.datatools.enablement.sybase.ase.models
(1.0.1.v201010140307) "Sybase ASE Model Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase.ase.ui (1.0.1.v200906020900)
"ASE Enablement UI Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase.models (1.0.0.v201010140307)
"Sybase Model Plug-in" [Starting]
org.eclipse.datatools.enablement.sybase.ui (1.0.0.v200906090458)
"Sybase UI Plug-in" [Starting]
org.eclipse.datatools.help (1.5.0.v200906020553) "Data Tools Platform
Help Utilities" [Resolved]
org.eclipse.datatools.modelbase.dbdefinition (1.0.2.v201002130228)
"Eclipse Data Tools Platform DBDefinition Model" [Starting]
org.eclipse.datatools.modelbase.derby (1.0.0.v201002161452) "Eclipse
Data Tools Platform Derby Model Plug-in" [Starting]
org.eclipse.datatools.modelbase.sql (1.0.4.v201002250945) "Eclipse
Data Tools Platform SQLModel Plug-in" [Starting]
org.eclipse.datatools.modelbase.sql.edit (1.0.1.v201002161452)
"Eclipse Data Tools Platform SQLModel Edit Plug-in" [Starting]
org.eclipse.datatools.modelbase.sql.query (1.1.1.v201008100700)
"Eclipse Data Tools Platform SQL Query Model Plugin" [Starting]
org.eclipse.datatools.modelbase.sql.query.edit (1.0.0.v201105201100)
"SQL Query Edit Support Plugin" [Starting]
org.eclipse.datatools.modelbase.sql.xml.query (1.0.1.v201004291415)
"Eclipse Data Tools Platform SQL XML Query Model Plugin" [Starting]
org.eclipse.datatools.oda.cshelp (1.1.1.v200907031118) "DTP ODA
Context-sensitive Help" [Starting]
org.eclipse.datatools.sqltools.common.ui (1.0.0.v200906022302)
"Eclipse Data Tools Platform SQL Tools Common UI Plug-in" [Starting]
org.eclipse.datatools.sqltools.data.core (1.2.0.v201005241300) "Data
Core Plugin" [Starting]
org.eclipse.datatools.sqltools.data.ui (1.2.1.v201010270945) "Data UI
Plugin" [Starting]
org.eclipse.datatools.sqltools.db.derby (1.0.0.v200906020900) "Eclipse
Data Tools Platform Derby SQL Tools Plug-in" [Starting]
org.eclipse.datatools.sqltools.db.derby.ui (1.0.0.v200906020900)
"Eclipse Data Tools Platform Derby SQL Tools UI Plug-in" [Starting]
org.eclipse.datatools.sqltools.db.generic (1.0.0.v200906020900)
"Eclipse Data Tools Platform SQL Tools Generic Database Plug-in"
[Starting]
org.eclipse.datatools.sqltools.db.generic.ui (1.0.0.v200906020900)
"Eclipse Data Tools Platform SQL Tools Generic Database UI Plug-in"
[Starting]
org.eclipse.datatools.sqltools.ddlgen.ui (1.0.1.v201002270530)
"Eclipse Data Tools Platform FE UI Plug-in" [Starting]
org.eclipse.datatools.sqltools.debugger.core (1.0.1.v201005250945)
"Eclipse Data Tools Platform SQL Debugger Framework" [Starting]
org.eclipse.datatools.sqltools.debugger.core.ui (1.0.0.v201003161000)
"Eclipse Data Tools Platform SQL Debugger UI Framework" [Starting]
org.eclipse.datatools.sqltools.editor.core (1.0.0.v201001150815)
"Eclipse Data Tools Platform SQL Editor Core Plug-in" [Starting]
org.eclipse.datatools.sqltools.editor.core.ui (1.0.0.v201001150815)
"Eclipse Data Tools Platform SQL Editor Core UI Plug-in" [Starting]
org.eclipse.datatools.sqltools.parsers.sql (1.0.2.v201004291415)
"Eclipse Data Tools Platform SQL Parser Plugin" [Starting]
org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.1.v200906030654)
"Eclipse Data Tools Platform Lexer Plug-in" [Starting]
org.eclipse.datatools.sqltools.parsers.sql.query (1.2.0.v201004291415)
"Eclipse Data Tools Platform SQL Query Parser Plugin" [Starting]
org.eclipse.datatools.sqltools.parsers.sql.xml.query
(1.0.0.v200906022302) "Eclipse Data Tools Platform SQL XML Query
Parser Plugin" [Starting]
org.eclipse.datatools.sqltools.plan (1.0.0.v200906022302) "Eclipse
Data Tools Platform SQL Execution Plan View Plug-in" [Starting]
org.eclipse.datatools.sqltools.result (1.1.1.v201101210500) "Eclipse
Data Tools Platform SQL Results View Plug-ins" [Starting]
org.eclipse.datatools.sqltools.result.ui (1.1.1.v201101140415)
"Eclipse Data Tools Platform SQL Results View UI Plug-in" [Starting]
org.eclipse.datatools.sqltools.routineeditor (1.0.0.v201003161000)
"Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in"
[Starting]
org.eclipse.datatools.sqltools.routineeditor.ui (1.0.1.v201004060545)
"Eclipse Data Tools Platform SQL Tools Routine Editor UI Plug-in"
[Starting]
org.eclipse.datatools.sqltools.schemaobjecteditor
(1.1.0.v200906022302) "Schema Object Editor Plug-in" [Starting]
org.eclipse.datatools.sqltools.schemaobjecteditor.ui (1.1.1.200810071)
"Schema Object Editor Framework" [Starting]
org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages
(1.1.0.200810071) "Schema Object Editor Pages Plug-in" [Starting]
org.eclipse.datatools.sqltools.sql (1.0.0.v200906022302) "Eclipse Data
Tools Platform SQL Core Plug-in" [Starting]
org.eclipse.datatools.sqltools.sql.ui (1.0.0.v200906022302) "Eclipse
Data Tools Platform SQL Core UI Plug-in" [Starting]
org.eclipse.datatools.sqltools.sqlbuilder (1.0.3.v201009131745) "SQL
Builder" [Starting]
org.eclipse.datatools.sqltools.sqleditor (1.0.2.v201009230800)
"Eclipse Data Tools Platform SQL Editor" [Starting]
org.eclipse.datatools.sqltools.sqlscrapbook (1.0.1.v201005250945)
"Eclipse Data Tools Platform Sqlscrapbook Plug-in" [Starting]
org.eclipse.datatools.sqltools.tabledataeditor (1.0.1.v201005250945)
"Eclipse Data Tools Platform Table Data Editor Plug-in" [Starting]
org.eclipse.debug.core (3.7.0.v20110518) "Debug Core" [Active]
org.eclipse.debug.ui (3.7.0.v20110518) "Debug UI" [Active]
org.eclipse.draw2d (3.7.1.v20110830-1143) "Graphical Editing Framework
Draw2d" [Starting]
org.eclipse.e4.core.commands (0.10.0.v20110613-2030) "Eclipse e4 core
commands" [Starting]
org.eclipse.e4.core.contexts (0.10.0.v20110613-2030) "Eclipse
Contexts" [Starting]
org.eclipse.e4.core.contexts.debug (0.1.0.v20110517-2030) "Eclipse
Context Trace and Debug" [Starting]
org.eclipse.e4.core.deeplink (4.6.0.v20101018-1500) "Deeplinking
Client Plug-in" [Starting]
org.eclipse.e4.core.deeplink.handler (4.6.0.v20101018-1500) "Handler
Plug-in" [Starting]
org.eclipse.e4.core.deeplink.launchproxy (4.6.0.v20101018-1500)
"Launchproxy Plug-in" [Resolved]
org.eclipse.e4.core.deeplink.typehandler.extensionpt
(4.6.0.v20101018-1500) "Perspective Plug-in" [Starting]
org.eclipse.e4.core.di (0.10.0.v20110613-2030) "Eclipse Dependency
Injection" [Starting]
org.eclipse.e4.core.di.extensions (0.10.0.v20110613-2030) "Eclipse
Dependency Injection Extensions" [Starting]
org.eclipse.e4.core.functionalprog (4.6.0.v20100722-1700) "Fp Plug-in"
[Starting]
org.eclipse.e4.core.javascript (0.9.0.v20100614-1830) "Javascript
Plug-in (Incubation)" [Resolved]
org.eclipse.e4.core.metaconfig (4.6.0.v20100722-1700) "Configuration
Framework Plug-in" [Starting]
org.eclipse.e4.core.services (0.10.0.v20110613-2030) "Eclipse
Application Services" [Starting]
org.eclipse.e4.emf.javascript (0.9.0.v20091119-0800) "EMF Javascript
Plug-in (Incubation)" [Starting]
org.eclipse.e4.emf.javascript.ui (0.9.0.v20091023-1600) "EMF
Javascript UI" [Starting]
org.eclipse.e4.emf.xpath (0.1.0.v20110613-2030) "Eclipse Model Xpath" [Resolved]
org.eclipse.e4.pde.ui (0.9.0.v20090714-1930) "e4 PDE UI (Incubation)" [Resolved]
org.eclipse.e4.pde.webui (0.9.0.v20100531-1530) "PDE web ui
(Incubation)" [Starting]
org.eclipse.e4.server.bespin (0.9.0.v20090716-1930) "Bespin Server
(Incubation)" [Starting]
org.eclipse.e4.tm (0.9.1.v20091029-1300) "Toolkit Model (Incubation)" [Starting]
org.eclipse.e4.tm.builder (0.9.1.v20091029-1300) "Toolkit Model
Builder Plug-in (Incubation)" [Starting]
org.eclipse.e4.tm.graphics (0.9.0.v20091029-1230) "Graphics Model" [Starting]
org.eclipse.e4.tm.ui (0.9.1.v20091029-1300) "Toolkit Model UI Plug-in
(Incubation)" [Starting]
org.eclipse.e4.tools (0.10.0.v20110613-2030) "Tools" [Starting]
org.eclipse.e4.tools.compat (0.11.0.v20110613-2030) "Compat" [Starting]
org.eclipse.e4.tools.emf.editor3x (0.10.0.v20110613-2030) "Editor3x" [Starting]
org.eclipse.e4.tools.emf.liveeditor (0.10.0.v20110613-2030)
"Liveeditor" [Starting]
org.eclipse.e4.tools.emf.ui (0.10.0.v20110613-2030) "EMF ModelTooling
UI" [Starting]
org.eclipse.e4.tools.emf.ui.script.js (0.11.0.v20110613-2030) "Js" [Starting]
org.eclipse.e4.tools.services (0.11.0.v20110613-2030) "Services" [Starting]
org.eclipse.e4.ui.bindings (0.10.0.v20110613-2030) "Eclipse Bindings
Support" [Starting]
org.eclipse.e4.ui.css.core (0.10.0.v20110613-2030) "Eclipse CSS Core
Support" [Resolved]
org.eclipse.e4.ui.css.jface (0.9.0.v20100720-1930) "Eclipse CSS JFace
Support" [Starting]
org.eclipse.e4.ui.css.nebula (0.9.0.v20100630-1000) "CSS Nebula
Support Plug-in (Incubation)" [Starting]
org.eclipse.e4.ui.css.swt (0.10.0.v20110613-2030) "Eclipse CSS SWT
Support" [Active]
org.eclipse.e4.ui.css.swt.theme (0.9.1.v20110613-2030) "Eclipse CSS
SWT Theme Support" [Active]
org.eclipse.e4.ui.deeplink.typehandler.perspective
(4.6.0.v20101018-1500) "Perspective Plug-in" [Starting]
org.eclipse.e4.ui.di (0.10.0.v20110613-2030) "Eclipse UI Dependency
Injection" [Starting]
org.eclipse.e4.ui.gadgets (0.9.2.v20110613-2030) "Opensocial-demo" [Starting]
org.eclipse.e4.ui.model.workbench (0.10.0.v20110613-2030) "Eclipse
Workbench Model" [Starting]
org.eclipse.e4.ui.model.workbench.edit (0.10.0.v20110613-2030)
"UIElements Edit (Incubation)" [Starting]
org.eclipse.e4.ui.services (0.10.0.v20110613-2030) "Eclipse UI
Application Services" [Starting]
org.eclipse.e4.ui.web (0.9.0.v20110427-1700) "Eclipse UI web embedding
(Incubation)" [Starting]
org.eclipse.e4.ui.widgets (0.11.0.v20110613-2030) "Eclipse UI Custom
widgets" [Resolved]
org.eclipse.e4.ui.workbench (0.10.0.v20110613-2030) "Eclipse e4
Workbench" [Starting]
org.eclipse.e4.ui.workbench.addons.swt (0.10.0.v20110613-2030)
"Eclipse e4 Workbench Add-ons" [Starting]
org.eclipse.e4.ui.workbench.renderers.swt (0.10.0.v20110614-1530)
"Eclipse e4 Workbench SWT Renderer" [Starting]
org.eclipse.e4.ui.workbench.swt (0.10.0.v20110613-2030) "Eclipse e4
Workbench SWT" [Starting]
org.eclipse.e4.ui.workbench3 (0.11.0.v20110613-2030) "Bundle for
Workbench APIs available in e4" [Resolved]
org.eclipse.e4.xwt (0.9.1.v20110603) "XWT (Incubation)" [Starting]
org.eclipse.e4.xwt.css (0.9.0.v20100617-2100) "XWT CSS Plug-in
(Incubation)" [Starting]
org.eclipse.e4.xwt.doc.user (1.0.0) "XWT User Documentation
(Incubation)" [Resolved]
org.eclipse.e4.xwt.emf (0.9.0.v20100617-2100) "XWT EMF (Incubation)" [Resolved]
org.eclipse.e4.xwt.forms (0.9.1.v20101021) "XWT Forms (Incubation)" [Starting]
org.eclipse.e4.xwt.pde (0.9.1.v20110603) "XWT PDE Plug-in
(Incubation)" [Starting]
org.eclipse.e4.xwt.tools.categorynode (0.9.0.v20100617-2100) "Outline
Category Node (Incubation)" [Starting]
org.eclipse.e4.xwt.tools.categorynode.edit (0.9.0.v20100617-2100)
"Outline Category Node Edit (Incubation)" [Starting]
org.eclipse.e4.xwt.tools.ui (0.9.0.v20101021) "XWT UI Plug-in
(Incubation)" [Starting]
org.eclipse.e4.xwt.tools.ui.designer (0.9.1.v20101021) "XWT Designer
(Incubation)" [Starting]
org.eclipse.e4.xwt.tools.ui.designer.core (0.9.1.v20101021) "XWT
Designer Core (Incubation)" [Starting]
org.eclipse.e4.xwt.tools.ui.editor (0.9.0.v20101021) "XWT Editor
Plug-in (Incubation)" [Starting]
org.eclipse.e4.xwt.tools.ui.imagecapture (0.9.1.v20100617-2100) "XWT
VE Tools (Incubation)" [Resolved]
org.eclipse.e4.xwt.tools.ui.palette (0.9.1.v20100617-2100) "Palette
Model (Incubation)" [Starting]
org.eclipse.e4.xwt.tools.ui.xaml (0.9.1.v20100617-2100) "XAML Model
(Incubation)" [Starting]
org.eclipse.e4.xwt.ui.workbench (0.9.0.v20101119-0800) "Bundle-Name.0"
[Starting]
org.eclipse.e4.xwt.vex (0.9.1.v20100627-1530) "VisualEditor for XML UI
(Incubation)" [Starting]
org.eclipse.e4.xwt.xml (0.9.0.v20100617-2100) "XWT Xml Plug-in
(Incubation)" [Starting]
org.eclipse.ecf (3.1.300.v20110531-2218) "ECF Core API" [Starting]
org.eclipse.ecf.filetransfer (5.0.0.v20110531-2218) "ECF Filetransfer
API" [Starting]
org.eclipse.ecf.identity (3.1.100.v20110531-2218) "ECF Core Identity
API" [Starting]
org.eclipse.ecf.provider.filetransfer (3.2.0.v20110531-2218) "ECF
Filetransfer Provider" [Starting]
org.eclipse.ecf.provider.filetransfer.httpclient
(4.0.0.v20110531-2218) "ECF HttpClient Filetransfer Provider"
[Starting]
org.eclipse.ecf.provider.filetransfer.httpclient.ssl
(1.0.0.v20110531-2218) "ECF Filetransfer Httpclient SSL Fragment"
[Resolved]
org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.v20110531-2218) "ECF
Filetransfer SSL Fragment" [Resolved]
org.eclipse.ecf.ssl (1.0.100.v20110531-2218) "ECF SSL Fragment" [Resolved]
org.eclipse.egit (1.0.0.201106090707-r) "Git Team Provider" [Starting]
org.eclipse.egit.core (1.0.0.201106090707-r) "Git Team Provider Core" [Active]
org.eclipse.egit.doc (1.0.0.201106090707-r) "Git Team Provider
Documentation" [Resolved]
org.eclipse.egit.ui (1.0.0.201106090707-r) "Git Team Provider UI" [Active]
org.eclipse.emf (2.6.0.v20110606-0949) "EMF - Eclipse Modeling
Framework Runtime and Tools" [Starting]
org.eclipse.emf.ant (2.7.0.v20100905-1633) "EMF Ant Tasks" [Starting]
org.eclipse.emf.codegen (2.6.0.v20110606-0949) "EMF Code Generation" [Starting]
org.eclipse.emf.codegen.ecore (2.7.0.v20110606-0949) "EMF Ecore Code
Generator" [Starting]
org.eclipse.emf.codegen.ecore.ui (2.7.0.v20110606-0949) "EMF Ecore
Code Generator UI" [Starting]
org.eclipse.emf.codegen.ui (2.6.0.v20110606-0949) "EMF Code Generation
UI" [Starting]
org.eclipse.emf.common (2.7.0.v20110605-0747) "EMF Common" [Starting]
org.eclipse.emf.common.ui (2.7.0.v20110606-0949) "EMF Common UI" [Starting]
org.eclipse.emf.converter (2.5.0.v20110606-0949) "EMF Model Converter"
[Starting]
org.eclipse.emf.databinding (1.2.0.v20110606-0949) "EMF Data Binding" [Starting]
org.eclipse.emf.databinding.edit (1.2.0.v20110606-0949) "EMF Edit Data
Binding" [Starting]
org.eclipse.emf.ecore (2.7.0.v20110605-0747) "EMF Ecore" [Starting]
org.eclipse.emf.ecore.change (2.7.0.v20110408-2116) "EMF Change Model"
[Starting]
org.eclipse.emf.ecore.change.edit (2.5.0.v20100521-1846) "EMF Change
Edit" [Starting]
org.eclipse.emf.ecore.edit (2.7.0.v20110606-0949) "EMF Ecore Edit" [Starting]
org.eclipse.emf.ecore.editor (2.7.0.v20110606-0949) "EMF Sample Ecore
Editor" [Starting]
org.eclipse.emf.ecore.xmi (2.7.0.v20110520-1406) "EMF XML/XMI
Persistence" [Starting]
org.eclipse.emf.edit (2.7.0.v20110606-0949) "EMF Edit" [Starting]
org.eclipse.emf.edit.ui (2.7.0.v20110606-0949) "EMF Edit UI" [Starting]
org.eclipse.emf.exporter (2.6.0.v20100521-1846) "EMF Model Exporter" [Starting]
org.eclipse.emf.importer (2.6.0.v20100521-1846) "EMF Model Importer" [Starting]
org.eclipse.emf.importer.ecore (2.6.0.v20100521-1846) "EMF Ecore
Importer" [Starting]
org.eclipse.emf.importer.java (2.6.0.v20100521-1846) "EMF Annotated
Java Importer" [Starting]
org.eclipse.emf.importer.rose (2.6.0.v20100521-1846) "EMF Rose
Importer" [Starting]
org.eclipse.emf.mapping (2.7.0.v20110606-0949) "EMF Mapping" [Starting]
org.eclipse.emf.mapping.ecore (2.6.0.v20110606-0949) "EMF Ecore
Mapping" [Starting]
org.eclipse.emf.mapping.ecore.editor (2.6.0.v20110606-0949) "EMF Ecore
Mapping Editor" [Starting]
org.eclipse.emf.mapping.ecore2ecore (2.7.0.v20110331-2022) "EMF Ecore
to Ecore Mapping" [Starting]
org.eclipse.emf.mapping.ecore2ecore.editor (2.5.0.v20110120-0110) "EMF
Ecore to Ecore Mapping Editor" [Starting]
org.eclipse.emf.mapping.ecore2xml (2.7.0.v20110331-2022) "EMF Ecore to
XML Mapping" [Starting]
org.eclipse.emf.mapping.ecore2xml.ui (2.6.0.v20110120-0109) "EMF Ecore
to XML Mapping Editor" [Starting]
org.eclipse.emf.mapping.ui (2.6.0.v20110606-0949) "EMF Mapping UI" [Starting]
org.eclipse.epp.mpc.core (1.1.0.I20110525-0742) "Marketplace Client" [Starting]
org.eclipse.epp.mpc.help.ui (1.1.0.I20110525-0742) "Marketplace
Client" [Resolved]
org.eclipse.epp.mpc.ui (1.1.0.I20110525-0742) "Marketplace Client" [Active]
org.eclipse.epp.package.rcp (1.4.0.20110609-1120) "EPP RCP/RAP Bundle"
[Resolved]
org.eclipse.epp.usagedata.gathering (1.3.1.R201106061540) "Usage Data
Gathering Plug-in" [Active]
org.eclipse.epp.usagedata.recording (1.3.1.R201106061540) "Usage Data
Recording Plug-in" [Active]
org.eclipse.epp.usagedata.ui (1.3.1.R201106061540) "Usage Data UI
Plug-in" [Starting]
org.eclipse.equinox.app (1.3.100.v20110321) "Equinox Application
Container" [Active]
org.eclipse.equinox.common (3.6.0.v20110523) "Common Eclipse Runtime" [Active]
org.eclipse.equinox.concurrent (1.0.200.v20110502) "Equinox Concurrent
API" [Starting]
org.eclipse.equinox.ds (1.3.0.v20110502) "Declarative Services" [Active]
org.eclipse.equinox.event (1.2.100.v20110502) "Event Admin" [Active]
org.eclipse.equinox.frameworkadmin (2.0.0.v20110502-1955) "Equinox
Framework Admin" [Active]
org.eclipse.equinox.frameworkadmin.equinox (1.0.300.v20110506)
"Equinox Framework Admin for Equinox" [Starting]
org.eclipse.equinox.http.jetty (2.0.100.v20110502) "Jetty Http
Service" [Starting]
org.eclipse.equinox.http.registry (1.1.100.v20110502) "Http Service
Registry Extensions" [Resolved]
org.eclipse.equinox.http.servlet (1.1.200.v20110502) "Http Services
Servlet" [Starting]
org.eclipse.equinox.jsp.jasper (1.0.300.v20110502) "Jasper Jsp Support
Bundle" [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.200.v20100503) "Jasper
Jsp Registry Support Plug-in" [Starting]
org.eclipse.equinox.launcher (1.2.0.v20110502) "Equinox Launcher" [Resolved]
org.eclipse.equinox.launcher.gtk.linux.x86 (1.1.100.v20110505)
"Equinox Launcher Linux X86 Fragment" [Resolved]
org.eclipse.equinox.p2.artifact.repository (1.1.100.v20110519)
"Equinox Provisioning Artifact Repository Support" [Active]
org.eclipse.equinox.p2.console (1.0.300.v20110502-1955) "Equinox
Provisioning Console" [Starting]
org.eclipse.equinox.p2.core (2.1.0.v20110502-1955) "Equinox
Provisioning Core" [Active]
org.eclipse.equinox.p2.director (2.1.0.v20110504-1715) "Equinox
Provisioning Director" [Active]
org.eclipse.equinox.p2.director.app (1.0.300.v20110505) "Equinox
Provisioning Director Application" [Starting]
org.eclipse.equinox.p2.directorywatcher (1.0.300.v20110502-1955)
"Equinox Provisioning Directory Watcher" [Active]
org.eclipse.equinox.p2.discovery (1.0.100.v20110502-1955) "Equinox
Provisioning Discovery" [Resolved]
org.eclipse.equinox.p2.discovery.compatibility (1.0.1.v20110502-1955)
"Equinox Provisioning Discovery" [Starting]
org.eclipse.equinox.p2.engine (2.1.0.v20110511) "Equinox Provisioning
Engine" [Active]
org.eclipse.equinox.p2.extensionlocation (1.2.100.v20110510) "Equinox
Provisioning Extension Location Repository Support" [Active]
org.eclipse.equinox.p2.garbagecollector (1.0.200.v20110510) "Equinox
Provisioning Garbage Collector" [Active]
org.eclipse.equinox.p2.jarprocessor (1.0.200.v20110502-1955) "Equinox
Provisioning JAR Processor" [Resolved]
org.eclipse.equinox.p2.metadata (2.1.0.v20110510) "Equinox
Provisioning Metadata" [Active]
org.eclipse.equinox.p2.metadata.repository (1.2.0.v20110511-1359)
"Equinox Provisioning Metadata Repository" [Active]
org.eclipse.equinox.p2.operations (2.1.0.v20110511-1821) "Equinox
Provisioning Operations API" [Active]
org.eclipse.equinox.p2.publisher (1.2.0.v20110511) "Equinox
Provisioning Publisher Infrastructure" [Active]
org.eclipse.equinox.p2.publisher.eclipse (1.0.0.v20110511) "Equinox
Provisioning Publisher for Eclipse" [Starting]
org.eclipse.equinox.p2.ql (2.0.100.v20110510) "Equinox Provisioning p2
query language" [Starting]
org.eclipse.equinox.p2.reconciler.dropins (1.1.100.v20110510) "Equinox
Provisioning Drop-in" [Active]
org.eclipse.equinox.p2.repository (2.1.0.v20110601) "Equinox
Provisioning Repository" [Active]
org.eclipse.equinox.p2.repository.tools (2.0.100.v20110512-1320)
"Equinox Provisioning Repository Tools" [Starting]
org.eclipse.equinox.p2.touchpoint.eclipse (2.1.0.v20110511) "Equinox
Provisioning Eclipse Touchpoint" [Active]
org.eclipse.equinox.p2.touchpoint.natives (1.0.300.v20110502-1955)
"Equinox Provisioning Native Touchpoint" [Starting]
org.eclipse.equinox.p2.transport.ecf (1.0.0.v20110510) "Equinox
Provisioning ECF based Transport" [Starting]
org.eclipse.equinox.p2.ui (2.1.0.v20110601) "Equinox Provisioning UI
Support" [Active]
org.eclipse.equinox.p2.ui.discovery (1.0.0.v20110502-1955) "Equinox
Provisioning Discovery UI" [Resolved]
org.eclipse.equinox.p2.ui.importexport (1.0.0.v20110511) "Equinox
Provisioning Import and Export" [Starting]
org.eclipse.equinox.p2.ui.sdk (1.0.200.v20110502-1955) "Equinox
Provisioning Platform Update Support" [Active]
org.eclipse.equinox.p2.ui.sdk.scheduler (1.0.100.v20110502-1955)
"Equinox Provisioning Platform Automatic Update Support" [Active]
org.eclipse.equinox.p2.updatechecker (1.1.200.v20110502-1955) "Equinox
Provisioning Update Checker" [Active]
org.eclipse.equinox.p2.updatesite (1.0.300.v20110510) "Equinox
Provisioning Legacy Update Site Support" [Starting]
org.eclipse.equinox.preferences (3.4.0.v20110502) "Eclipse Preferences
Mechanism" [Active]
org.eclipse.equinox.registry (3.5.100.v20110502) "Extension Registry
Support" [Active]
org.eclipse.equinox.security (1.1.0.v20110502) "Equinox Java
Authentication and Authorization Service (JAAS)" [Active]
org.eclipse.equinox.security.ui (1.1.0.v20101004) "Equinox Security
Default UI" [Starting]
org.eclipse.equinox.simpleconfigurator (1.0.200.v20110502-1955)
"Simple Configurator" [Active]
org.eclipse.equinox.simpleconfigurator.manipulator
(2.0.0.v20110502-1955) "Simple Configurator Manipulator" [Active]
org.eclipse.equinox.util (1.0.300.v20110502) "Equinox Util Bundle" [Active]
org.eclipse.equinox.weaving.aspectj (1.0.0.v20100503) "WeavingService
Plug-in (Incubation)" [Active]
org.eclipse.equinox.weaving.hook (1.0.0.v20100503) "Aspect Weaving
Hooks Plug-in (Incubation)" [Resolved]
org.eclipse.gef (3.7.1.v20110830-1143) "Graphical Editing Framework
GEF" [Starting]
org.eclipse.gef.examples.flow (3.7.0.v20101201-2050) "Graphical
Editing Framework Flow Editor Example" [Starting]
org.eclipse.gef.examples.logic (3.7.0.v20110105-2050) "Graphical
Editing Framework Logic Editor Example" [Starting]
org.eclipse.gef.examples.shapes (3.7.0.v20101201-2050) "Graphical
Editing Framework Shape Editor Example" [Starting]
org.eclipse.gef.examples.text (3.7.0.v20101201-2050) "Graphical
Editing Framework Text Editor Example" [Starting]
org.eclipse.help (3.5.100.v20110426) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.400.v20110425) "Help Application
Server" [Starting]
org.eclipse.help.base (3.6.0.v201106131736) "Help System Base" [Starting]
org.eclipse.help.ui (3.5.100.v20110425) "Help System UI" [Starting]
org.eclipse.help.webapp (3.6.0.v20110518) "Help System Webapp" [Starting]
org.eclipse.jdt (3.7.0.v201106131736) "Eclipse Java Development Tools"
[Resolved]
org.eclipse.jdt.apt.core (3.3.500.v20110420-1015) "Java Annotation
Processing Core" [Active]
org.eclipse.jdt.apt.pluggable.core (1.0.400.v20110305-1450) "Java
Compiler Apt IDE" [Active]
org.eclipse.jdt.apt.ui (3.3.300.v20110305-1450) "Java Annotation
Processing UI" [Starting]
org.eclipse.jdt.compiler.apt (1.0.400.v0110509-1300) "Java Compiler
Apt" [Resolved]
org.eclipse.jdt.compiler.tool (1.0.100.v_B61) "Java Compiler Tool
Support" [Resolved]
org.eclipse.jdt.core (3.7.1.xx-20110929-1800-e37) "Java Development
Tools Core" [Active]
org.eclipse.jdt.core.manipulation (1.4.0.v20110505-0800) "Java Code
Manipulation Functionality" [Active]
org.eclipse.jdt.debug (3.7.0.v20110509) "JDI Debug Model" [Active]
org.eclipse.jdt.debug.ui (3.6.0.v20110512) "JDI Debug UI" [Active]
org.eclipse.jdt.doc.user (3.7.0.v20110601-0800) "Eclipse Java
development user guide" [Resolved]
org.eclipse.jdt.groovy.core (2.5.2.xx-20110929-1800-e37)
"Eclipse-Groovy Integration Plug-in" [Active]
org.eclipse.jdt.junit (3.7.0.v20110505-0800) "Java Development Tools
JUnit support" [Active]
org.eclipse.jdt.junit.core (3.7.0.v20110518-0800) "Java Development
Tools JUnit core support" [Active]
org.eclipse.jdt.junit.runtime (3.4.300.v20110505-0800) "Java
Development Tools JUnit Runtime Support" [Resolved]
org.eclipse.jdt.junit4.runtime (1.1.200.v20110505-0800) "Java
Development Tools JUnit4 Runtime Support" [Resolved]
org.eclipse.jdt.launching (3.6.0.v20110509) "Java Development Tools
Launching Support" [Active]
org.eclipse.jdt.ui (3.7.0.v20110531-1200) "Java Development Tools UI" [Active]
org.eclipse.jem (2.0.500.v201104271400) "Java EMF Model" [Starting]
org.eclipse.jem.beaninfo (2.0.300.v200905030615) "Java EMF Model
BeanInfo (Introspection) Support" [Starting]
org.eclipse.jem.beaninfo.vm (2.0.300.v201004110600) "JEM Beaninfo VM
Jar" [Resolved]
org.eclipse.jem.beaninfo.vm.common (2.0.300.v201004110600) "JEM
Beaninfo Common Jar" [Resolved]
org.eclipse.jem.proxy (2.0.400.v201101101900) "Java EMF Model Proxy
Support" [Starting]
org.eclipse.jem.util (2.1.100.v201103021400) "Java EMF Model
Utilities" [Starting]
org.eclipse.jem.workbench (2.0.400.v201104251400) "Java EMF Model
Workbench Support" [Starting]
org.eclipse.jface (3.7.0.I20110522-1430) "JFace" [Active]
org.eclipse.jface.databinding (1.5.0.I20100907-0800) "JFace Data
Binding for SWT and JFace" [Resolved]
org.eclipse.jface.text (3.7.0.v20110505-0800) "JFace Text" [Resolved]
org.eclipse.jgit (1.0.0.201106090707-r) "JGit Core" [Active]
org.eclipse.jpt.common.branding (1.0.0.v201104050000) "Dali Java
Persistence Tools - Common" [Resolved]
org.eclipse.jpt.common.core (1.0.1.v201108080010) "Dali Java
Persistence Tools - Common Core" [Active]
org.eclipse.jpt.common.ui (1.0.0.v201104120000) "Dali Java Persistence
Tools - Common UI" [Starting]
org.eclipse.jpt.common.utility (2.0.0.v201105110001) "Dali Java
Persistence Tools - Common Utility" [Resolved]
org.eclipse.jpt.doc.user (1.4.1.v201105190000) "Dali Java Persistence
Tools - Documentation" [Resolved]
org.eclipse.jpt.jaxb.branding (1.0.0.v201103020003) "Dali Java
Persistence Tools - JAXB Support" [Resolved]
org.eclipse.jpt.jaxb.core (1.0.1.v201108080010) "Dali Java Persistence
Tools - JAXB Core" [Active]
org.eclipse.jpt.jaxb.core.schemagen (1.0.100.v201104110000) "Dali Java
Persistence Tools - JAXB Support - Schema Generation" [Resolved]
org.eclipse.jpt.jaxb.ui (1.1.1.v201108080010) "Dali Java Persistence
Tools - JAXB UI" [Active]
org.eclipse.jpt.jpa.branding (2.4.0.v201103020003) "Dali Java
Persistence Tools - JPA Support" [Resolved]
org.eclipse.jpt.jpa.core (3.0.1.v201109073010) "Dali Java Persistence
Tools - Jpa Core" [Active]
org.eclipse.jpt.jpa.db (2.0.0.v201105030000) "Dali Java Persistence
Tools - JPA DB" [Starting]
org.eclipse.jpt.jpa.db.ui (2.0.0.v201104110000) "Dali Java Persistence
Tools - JPA DB UI" [Resolved]
org.eclipse.jpt.jpa.gen (2.0.0.v201105190000) "Dali Java Persistence
Tools - Entity Gen" [Resolved]
org.eclipse.jpt.jpa.ui (3.0.1.v201108080010) "Dali Java Persistence
Tools - JPA UI" [Active]
org.eclipse.jsch.core (1.1.300.I20110514-0800) "JSch Core" [Active]
org.eclipse.jsch.ui (1.1.300.I20110511-0800) "JSch UI" [Starting]
org.eclipse.jst.common.annotations.controller (1.1.300.v200908252030)
"Annotation Controller Plug-in" [Resolved]
org.eclipse.jst.common.annotations.core (1.1.300.v201004141630)
"Annotation Core Plug-in" [Resolved]
org.eclipse.jst.common.annotations.ui (1.1.300.v201002081900)
"Annotations UI Plug-in" [Starting]
org.eclipse.jst.common.frameworks (1.1.500.v201104081500) "Integration
Plug-in" [Starting]
org.eclipse.jst.common.project.facet.core (1.4.200.v201103170302)
"Eclipse Faceted Project Framework JDT Enablement" [Active]
org.eclipse.jst.common.project.facet.ui (1.4.200.v201008182133)
"Eclipse Faceted Project Framework JDT Enablement UI" [Starting]
org.eclipse.jst.common.ui (1.0.100.v201105030440) "Common JST UI
Plug-in" [Starting]
org.eclipse.jst.ejb.doc.user (1.1.301.v201105130956) "EJB docs" [Starting]
org.eclipse.jst.ejb.ui (1.1.600.v201104261451) "WTP EJB UI Plug-in" [Starting]
org.eclipse.jst.ejb.ui.infopop (1.0.300.v2010022311013) "EJB infopop" [Starting]
org.eclipse.jst.j2ee (1.1.501.v201108231845) "Java EE Component" [Starting]
org.eclipse.jst.j2ee.core (1.2.101.v201108110300) "J2EE Core
Component" [Starting]
org.eclipse.jst.j2ee.doc.user (1.1.400.v201008122303) "J2EE tools
documentation" [Resolved]
org.eclipse.jst.j2ee.ejb (1.1.503.v201108102200) "EJB component
Plug-in" [Starting]
org.eclipse.jst.j2ee.ejb.annotation.model (1.1.300.v201003112036) "EJB
Annotation Model Plug-in" [Starting]
org.eclipse.jst.j2ee.ejb.annotations.emitter (1.1.200.v200909290826)
"EJB Emitter Plug-in" [Starting]
org.eclipse.jst.j2ee.ejb.annotations.ui (1.1.200.v201004290730) "EJB
Annotations Ui Plug-in" [Starting]
org.eclipse.jst.j2ee.ejb.annotations.xdoclet (1.2.200.v201103302125)
"Xdoclet Annotations Plug-in" [Starting]
org.eclipse.jst.j2ee.infopop (1.0.300.v200805140415) "J2EE tools
infopops" [Resolved]
org.eclipse.jst.j2ee.jca (1.1.500.v201108102200) "JCA Plug-in" [Starting]
org.eclipse.jst.j2ee.jca.ui (1.1.400.v201004150700) "WTP JCA UI
Plug-in" [Starting]
org.eclipse.jst.j2ee.navigator.ui (1.1.501.v201107261503) "J2EE
Extensions to Common Navigator" [Starting]
org.eclipse.jst.j2ee.ui (1.1.501.v201108231700) "WTP J2EE UI Plug-in" [Starting]
org.eclipse.jst.j2ee.web (1.1.501.v201108231500) "Web Plug-in" [Starting]
org.eclipse.jst.j2ee.webservice (1.1.400.v201004110600) "Web Service
Plug-in" [Starting]
org.eclipse.jst.j2ee.webservice.ui (1.1.500.v201105122000) "WTP
Webservice UI Plug-in" [Starting]
org.eclipse.jst.j2ee.xdoclet.runtime (1.1.300.v201004280700)
"XDocletRuntime Plug-in" [Starting]
org.eclipse.jst.jee (1.0.401.v201105122000) "Java EE common Plug-in" [Starting]
org.eclipse.jst.jee.ejb (1.0.301.v201007070821) "Java EE Ejb Plug-in" [Starting]
org.eclipse.jst.jee.ui (1.0.400.v201105122000) "Eclipse Java EE
Developer Tools" [Starting]
org.eclipse.jst.jee.web (1.0.301.v201007070907) "Java EE Web Plug-in" [Starting]
org.eclipse.jst.jsf.doc.user (1.2.1.v20100827) "JavaServer Faces Tools
- User Guide" [Starting]
org.eclipse.jst.jsp.core (1.2.401.v201108302147) "Structured Source
JSP Model" [Starting]
org.eclipse.jst.jsp.ui (1.1.601.v201108151912) "SSE JSP Source Editor"
[Starting]
org.eclipse.jst.jsp.ui.infopop (1.0.200.v201004150328) "JSP tools
infopops" [Resolved]
org.eclipse.jst.server.core (1.2.202.v20110419) "Java Server Support" [Starting]
org.eclipse.jst.servlet.ui (1.1.501.v201108220630) "WTP Servlet UI
Plug-in" [Starting]
org.eclipse.jst.servlet.ui.infopop (1.0.500.v201105122000) "Servlet
infopop" [Starting]
org.eclipse.jst.standard.schemas (1.2.0.v201101142102) "Java EE
Related Schemas" [Resolved]
org.eclipse.jst.ws (1.0.509.v201108250610) "Web Services" [Starting]
org.eclipse.jst.ws.axis.consumption.core (1.0.407.v201104071820) "Web
service Axis Consumption Core" [Starting]
org.eclipse.jst.ws.axis.consumption.ui (1.0.505.v201004211805)
"Webservice Axis Consumption UI" [Starting]
org.eclipse.jst.ws.axis.creation.ui (1.0.700.v201104070312)
"Webservice Axis Creation UI" [Starting]
org.eclipse.jst.ws.axis.infopop (1.0.300.v200805140230) "Web services
Axis context sensitive help" [Starting]
org.eclipse.jst.ws.axis.ui.doc.user (1.1.100.v201005192217) "Axis Web
services documentation" [Resolved]
org.eclipse.jst.ws.consumption (1.0.601.v201108230319) "Web Services
Consumption" [Starting]
org.eclipse.jst.ws.consumption.infopop (1.0.300.v200805140230) "Web
services UI" [Resolved]
org.eclipse.jst.ws.consumption.ui (1.1.401.v201108240414) "Web
Services Consumption Graphical User Interface" [Starting]
org.eclipse.jst.ws.consumption.ui.doc.user (1.0.600.v201005192217)
"Web service consumption documentation" [Starting]
org.eclipse.jst.ws.creation.ejb.ui (1.0.201.v201004211805) "Web
Services Creation EJB Graphical User Interface" [Resolved]
org.eclipse.jst.ws.creation.ui (1.0.609.v201103082016) "Web Services
Creation Graphical User Interface" [Starting]
org.eclipse.jst.ws.doc.user (1.0.600.v201005192217) "Web Services UI" [Resolved]
org.eclipse.jst.ws.infopop (1.0.300.v200805140230) "Web services UI" [Resolved]
org.eclipse.jst.ws.jaxrs.core (1.0.301.v201108240656) "JAX-RS Tools -
Core" [Active]
org.eclipse.jst.ws.jaxrs.ui (1.0.401.v201108230518) "JAX-RS Tools -
UI" [Starting]
org.eclipse.jst.ws.uddiregistry (1.0.500.v201004211805) "Web Services
Universal Description Discovery and Integration Registry" [Starting]
org.eclipse.jst.ws.ui (1.0.403.v201004211805) "Web Services Graphical
User Interface" [Starting]
org.eclipse.ltk.core.refactoring (3.5.200.v20110505-0800) "Refactoring
Core" [Active]
org.eclipse.ltk.ui.refactoring (3.6.0.v20110505-0800) "Refactoring UI" [Active]
org.eclipse.m2e.archetype.common (1.0.100.20110804-1717) "Maven
Archetype Common Bundle" [Resolved]
org.eclipse.m2e.core (1.0.100.20110804-1717) "Maven Integration for
Eclipse" [Active]
org.eclipse.m2e.core.ui (1.0.100.20110804-1717) "Maven Integration for
Eclipse" [Starting]
org.eclipse.m2e.discovery (1.0.100.20110804-1717) "m2e Marketplace" [Starting]
org.eclipse.m2e.editor (1.0.100.20110804-1717) "Maven Integration for
Eclipse (Editors)" [Starting]
org.eclipse.m2e.editor.xml (1.0.100.20110804-1717) "Maven POM XML
Editor" [Starting]
org.eclipse.m2e.jdt (1.0.100.20110804-1717) "Maven Integration for
Eclipse JDT" [Starting]
org.eclipse.m2e.launching (1.0.100.20110804-1717) "Maven Integration
for Eclipse Launching" [Starting]
org.eclipse.m2e.lifecyclemapping.defaults (1.0.100.20110804-1717)
"Default Build Lifecycle Mapping Metadata" [Resolved]
org.eclipse.m2e.logback.appender (1.0.100.20110804-1717) "m2e logback
appender" [Resolved]
org.eclipse.m2e.logback.configuration (1.0.100.20110804-1717) "m2e
logback configuration" [Active]
org.eclipse.m2e.maven.indexer (1.0.100.20110804-1717) "Maven / Nexus
Indexer Bundle" [Resolved]
org.eclipse.m2e.maven.runtime (1.0.100.20110804-1717) "Embedded Maven
Runtime Bundle" [Resolved]
org.eclipse.m2e.model.edit (1.0.100.20110804-1717) "Maven Project
Model Edit Bundle" [Starting]
org.eclipse.m2e.refactoring (1.0.100.20110804-1717) "Maven Integration
for Eclipse Refactoring" [Starting]
org.eclipse.m2e.scm (1.0.100.20110804-1717) "SCM Maven Integration for
Eclipse" [Resolved]
org.eclipse.m2e.usagedata (1.0.100.20110804-1717) "m2e / UDC
integration Marketplace" [Active]
org.eclipse.mat.api (1.1.1.201108240735) "Memory Analyzer API" [Starting]
org.eclipse.mat.chart (1.1.1.201108240735) "Memory Analyzer - Chart" [Starting]
org.eclipse.mat.chart.ui (1.1.1.201108240735) "Memory Analyzer - Chart
UI" [Resolved]
org.eclipse.mat.dtfj (1.1.1.201108240735) "Memory Analyzer - DTFJ
Adapter" [Starting]
org.eclipse.mat.hprof (1.1.1.201108240735) "Memory Analyzer - HPROF
Adapter" [Resolved]
org.eclipse.mat.ibmdumps (1.1.1.201108240735) "Memory Analyzer - IBM
dumps" [Starting]
org.eclipse.mat.jdt (1.1.1.201108240735) "Memory Analyzer Bridge:
Eclipse SDK" [Starting]
org.eclipse.mat.jruby.resolver (1.1.1.201108240735) "Memory Analyzer -
JRuby Resolver" [Resolved]
org.eclipse.mat.parser (1.1.1.201108240735) "Memory Analyzer - Parser"
[Starting]
org.eclipse.mat.report (1.1.1.201108240735) "Memory Analyzer HTML
Reporting" [Starting]
org.eclipse.mat.ui (1.1.1.201108240735) "Memory Analyzer UI" [Starting]
org.eclipse.mat.ui.help (1.1.1.201108240735) "Memory Analyzer Help" [Resolved]
org.eclipse.mylyn (3.6.0.v20110608-1400) "Mylyn" [Resolved]
org.eclipse.mylyn.bugzilla.core (3.6.0.v20110608-1400) "Mylyn Bugzilla
Connector Core" [Active]
org.eclipse.mylyn.bugzilla.ide (3.6.0.v20110608-1400) "Mylyn Bugzilla
IDE Extensions" [Resolved]
org.eclipse.mylyn.bugzilla.ui (3.6.0.v20110608-1400) "Mylyn Bugzilla
Connector UI" [Active]
org.eclipse.mylyn.commons.core (3.6.0.v20110608-1400) "Mylyn Commons
Core" [Resolved]
org.eclipse.mylyn.commons.identity (0.8.0.v20110608-1400) "Mylyn SCM
Framework" [Active]
org.eclipse.mylyn.commons.net (3.6.0.v20110608-1400) "Mylyn Commons
Net" [Active]
org.eclipse.mylyn.commons.repositories (0.8.0.v20110608-1400) "Mylyn
Commons" [Resolved]
org.eclipse.mylyn.commons.screenshots (3.6.0.v20110608-1400) "Mylyn
Commons" [Resolved]
org.eclipse.mylyn.commons.team (0.8.0.v20110608-1400) "Mylyn Commons" [Starting]
org.eclipse.mylyn.commons.ui (3.6.0.v20110608-1400) "Mylyn Commons UI" [Active]
org.eclipse.mylyn.commons.xmlrpc (3.6.0.v20110608-1400) "Mylyn XML-RPC
Support" [Starting]
org.eclipse.mylyn.context.core (3.6.0.v20110608-1400) "Mylyn Context
Core" [Active]
org.eclipse.mylyn.context.ui (3.6.0.v20110608-1400) "Mylyn Context UI" [Active]
org.eclipse.mylyn.discovery.core (3.6.0.v20110608-1400) "Mylyn
Connector Discovery Core" [Resolved]
org.eclipse.mylyn.discovery.ui (3.6.0.v20110608-1400) "Mylyn Connector
Discovery UI" [Resolved]
org.eclipse.mylyn.help.ui (3.6.0.v20110608-1400) "Mylyn Help" [Starting]
org.eclipse.mylyn.ide.ant (3.6.0.v20110608-1400) "Mylyn Ant Bridge" [Starting]
org.eclipse.mylyn.ide.ui (3.6.0.v20110608-1400) "Mylyn IDE UI" [Active]
org.eclipse.mylyn.java.tasks (3.6.0.v20110608-1400) "Mylyn Java Tasks"
[Starting]
org.eclipse.mylyn.java.ui (3.6.0.v20110608-1400) "Mylyn Java Bridge" [Active]
org.eclipse.mylyn.monitor.core (3.6.0.v20110608-1400) "Mylyn Monitor
Core" [Resolved]
org.eclipse.mylyn.monitor.ui (3.6.0.v20110608-1400) "Mylyn Monitor UI" [Active]
org.eclipse.mylyn.pde.ui (3.6.0.v20110608-1400) "Mylyn PDE Bridge" [Active]
org.eclipse.mylyn.resources.ui (3.6.0.v20110608-1400) "Mylyn Resources
UI" [Starting]
org.eclipse.mylyn.tasks.bugs (3.6.0.v20110608-1400) "Mylyn Bug
Reporting" [Starting]
org.eclipse.mylyn.tasks.core (3.6.0.v20110608-1400) "Mylyn Tasks Core"
[Resolved]
org.eclipse.mylyn.tasks.search (3.6.0.v20110608-1400) "Mylyn Tasks UI"
[Resolved]
org.eclipse.mylyn.tasks.ui (3.6.0.v20110608-1400) "Mylyn Tasks UI" [Active]
org.eclipse.mylyn.team.cvs (3.6.0.v20110608-1400) "Mylyn CVS
Extensions" [Resolved]
org.eclipse.mylyn.team.ui (3.6.0.v20110608-1400) "Mylyn Team UI" [Active]
org.eclipse.mylyn.wikitext.confluence.core (1.5.0.v20110608-1400)
"Mylyn WikiText Confluence" [Resolved]
org.eclipse.mylyn.wikitext.confluence.ui (1.5.0.v20110608-1400) "Mylyn
WikiText Confluence UI" [Resolved]
org.eclipse.mylyn.wikitext.core (1.5.0.v20110608-1400) "Mylyn
WikiText" [Starting]
org.eclipse.mylyn.wikitext.help.ui (1.5.0.v20110608-1400) "Mylyn
WikiText Help UI" [Resolved]
org.eclipse.mylyn.wikitext.mediawiki.core (1.5.0.v20110608-1400)
"Mylyn WikiText MediaWiki" [Resolved]
org.eclipse.mylyn.wikitext.mediawiki.ui (1.5.0.v20110608-1400) "Mylyn
WikiText MediaWiki UI" [Resolved]
org.eclipse.mylyn.wikitext.tasks.ui (1.5.0.v20110608-1400) "Mylyn
WikiText Tasks UI" [Starting]
org.eclipse.mylyn.wikitext.textile.core (1.5.0.v20110608-1400) "Mylyn
WikiText Textile" [Resolved]
org.eclipse.mylyn.wikitext.textile.ui (1.5.0.v20110608-1400) "Mylyn
WikiText Textile UI" [Resolved]
org.eclipse.mylyn.wikitext.tracwiki.core (1.5.0.v20110608-1400) "Mylyn
WikiText TracWiki" [Resolved]
org.eclipse.mylyn.wikitext.tracwiki.ui (1.5.0.v20110608-1400) "Mylyn
WikiText TracWiki UI" [Resolved]
org.eclipse.mylyn.wikitext.twiki.core (1.5.0.v20110608-1400) "Mylyn
WikiText Twiki" [Resolved]
org.eclipse.mylyn.wikitext.twiki.ui (1.5.0.v20110608-1400) "Mylyn
WikiText Twiki UI" [Resolved]
org.eclipse.mylyn.wikitext.ui (1.5.0.v20110608-1400) "Mylyn WikiText
UI" [Starting]
org.eclipse.nebula.widgets.gallery (1.0.0.R_0_20090212) "Nebula
Gallery Plug-in" [Resolved]
org.eclipse.nebula.widgets.gallery (1.0.0.v20081014yari)
"NebulaGallery Plug-in" [Starting]
org.eclipse.net4j.jms.api (3.0.1.v20110818-0811) "Net4j JMS Provider
Spec API" [Resolved]
org.eclipse.osgi (3.7.0.v20110613) "OSGi System Bundle" [Active]
org.eclipse.osgi.services (3.3.0.v20110513) "OSGi Release 4.2.0
Services" [Resolved]
org.eclipse.osgi.util (3.2.200.v20110110) "OSGi Release 4.2.0 Utility
Classes" [Resolved]
org.eclipse.pde (3.6.100.v201106131736) "PDE" [Active]
org.eclipse.pde.api.tools (1.0.300.v20110523-1600) "API Tools" [Active]
org.eclipse.pde.api.tools.ui (1.0.300.v20110523-1600) "API Tools UI" [Active]
org.eclipse.pde.build (3.7.0.v20110512-1320) "Plug-in Development
Environment Build Support" [Active]
org.eclipse.pde.core (3.7.0.201106211658) "PDE Core" [Active]
org.eclipse.pde.doc.user (3.7.0.v20110601-0800) "PDE User Guide" [Resolved]
org.eclipse.pde.ds.core (1.0.100.v20100601) "PDE DS Core" [Active]
org.eclipse.pde.ds.ui (1.0.100.v20110516) "PDE DS UI" [Starting]
org.eclipse.pde.junit.runtime (3.4.100.201106211658) "PDE JUnit
Runtime Support" [Resolved]
org.eclipse.pde.launching (3.6.0.201106211658) "PDE Launching Support" [Active]
org.eclipse.pde.runtime (3.4.200.201106211658) "PDE Runtime" [Starting]
org.eclipse.pde.ua.core (1.0.100.v20110516) "PDE UA Core" [Starting]
org.eclipse.pde.ua.ui (1.0.100.v20110516) "PDE UA UI" [Starting]
org.eclipse.pde.ui (3.6.100.201106211658) "PDE UI" [Active]
org.eclipse.pde.ui.templates (3.4.400.v20110516) "PDE Templates" [Starting]
org.eclipse.persistence.jpa.jpql (1.0.1.v20110908-r10021) "EclipseLink
Hermes Parser" [Resolved]
org.eclipse.platform (3.7.0.v201106131736) "Eclipse Platform" [Resolved]
org.eclipse.platform.doc.isv (3.7.0.v20110602-0800) "Eclipse Platform
Plug-in Developer Guide" [Resolved]
org.eclipse.platform.doc.user (3.7.0.v20110601-0800) "Eclipse
Workbench User Guide" [Resolved]
org.eclipse.rap.help (1.4.0.20110614-2335) "RAP Developers Guide" [Resolved]
org.eclipse.rap.ui.intro (1.4.0.20110614-2335) "RAP Intro Plug-in" [Starting]
org.eclipse.rap.ui.launch (1.4.0.20110614-2335) "RAP Launcher Plug-in"
[Starting]
org.eclipse.rap.ui.launch.rwt (1.4.0.20110614-2335) "RWT Launcher
Plug-in" [Starting]
org.eclipse.rap.ui.templates (1.4.0.20110614-2335) "RAP Templates
Plug-in" [Starting]
org.eclipse.rcp (3.7.0.v201106131736) "Eclipse RCP" [Starting]
org.eclipse.search (3.7.0.v20110505-0800) "Search Support" [Active]
org.eclipse.swt (3.7.0.v3735b) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.gtk.linux.x86 (3.7.0.v3735b) "Standard Widget Toolkit
for GTK 2.0" [Resolved]
org.eclipse.team.core (3.6.0.I20110525-0800) "Team Support Core" [Active]
org.eclipse.team.cvs.core (3.3.400.I20110510-0800) "CVS Team Provider
Core" [Active]
org.eclipse.team.cvs.ssh2 (3.2.300.I20110511-0800) "CVS SSH2" [Starting]
org.eclipse.team.cvs.ui (3.3.400.I20110510-0800) "CVS Team Provider UI" [Active]
org.eclipse.team.ui (3.6.100.I20110525-0800) "Team Support UI" [Active]
org.eclipse.text (3.5.100.v20110505-0800) "Text" [Resolved]
org.eclipse.ui (3.7.0.I20110602-0100) "Eclipse UI" [Active]
org.eclipse.ui.browser (3.3.100.v20110426) "Browser Support" [Starting]
org.eclipse.ui.cheatsheets (3.4.100.v20110425) "Cheat Sheets" [Starting]
org.eclipse.ui.console (3.5.100.v20110511) "Console" [Active]
org.eclipse.ui.editors (3.7.0.v20110517-0800) "Default Text Editor" [Active]
org.eclipse.ui.externaltools (3.2.0.v20110506) "External Tools" [Starting]
org.eclipse.ui.forms (3.5.100.v20110425) "Eclipse Forms" [Active]
org.eclipse.ui.ide (3.7.0.I20110519-0100) "Eclipse IDE UI" [Active]
org.eclipse.ui.ide.application (1.0.300.I20110306-2000) "Eclipse IDE
UI Application" [Resolved]
org.eclipse.ui.intro (3.4.100.v20110425) "Welcome Framework" [Starting]
org.eclipse.ui.intro.universal (3.2.500.v20110510) "Universal Welcome"
[Starting]
org.eclipse.ui.navigator (3.5.100.I20110524-0800) "Common Navigator
View" [Starting]
org.eclipse.ui.navigator.resources (3.4.300.I20110421-1800) "Navigator
Workbench Components" [Starting]
org.eclipse.ui.net (1.2.100.I20110511-0800) "Internet Connection
Management UI" [Active]
org.eclipse.ui.presentations.r21 (3.2.200.I20100517-1500) "R21
Presentation Plug-in" [Starting]
org.eclipse.ui.resources.semantic (0.5.0.v20110415-1200) "Semantic
File System UI" [Active]
org.eclipse.ui.views (3.6.0.I20110412-0800) "Views" [Active]
org.eclipse.ui.views.log (1.0.200.v20110404) "Log View" [Active]
org.eclipse.ui.views.properties.tabbed (3.5.200.I20110201-0800)
"Tabbed Properties View" [Starting]
org.eclipse.ui.workbench (3.7.0.I20110519-0100) "Workbench" [Active]
org.eclipse.ui.workbench.compatibility (3.2.100.I20110413-1600)
"Workbench Compatibility" [Resolved]
org.eclipse.ui.workbench.texteditor (3.7.0.v20110505-0800) "Text
Editor Framework" [Active]
org.eclipse.update.configurator (3.3.100.v20100512) "Install/Update
Configurator" [Active]
org.eclipse.update.core (3.2.500.v20110330) "Install/Update Core" [Active]
org.eclipse.update.core.linux (3.2.200.v20100512) "fragmentNameLinux" [Resolved]
org.eclipse.update.scheduler (3.2.300.v20100512) "Automatic Updates
Scheduler" [Active]
org.eclipse.update.ui (3.2.300.v20100512) "Install/Update UI" [Starting]
org.eclipse.wb.core (1.1.0.r37x201109091012) "WindowBuilder Core" [Active]
org.eclipse.wb.core.databinding (1.1.0.r37x201109091012)
"WindowBuilder Databinding Core" [Starting]
org.eclipse.wb.core.databinding.xml (1.1.0.r37x201109091031)
"WindowBuilder Databinding XML Core" [Starting]
org.eclipse.wb.core.lib (1.1.0.r37x201109091012) "WindowBuilder Core
Libraries" [Active]
org.eclipse.wb.core.ui (1.1.0.r37x201109091028) "WindowBuilder Core
UI" [Starting]
org.eclipse.wb.core.xml (1.1.0.r37x201109091031) "WindowBuilder Core
for XML GUI's" [Starting]
org.eclipse.wb.discovery.core (1.1.0.r37x201109091028) "WindowBuilder
Discovery Core" [Active]
org.eclipse.wb.discovery.ui (1.1.0.r37x201109091028) "WindowBuilder
Discovery UI" [Active]
org.eclipse.wb.doc.user (1.1.0.r37x201109091024) "WindowBuilder User
Guide" [Starting]
org.eclipse.wb.jdt.fragment (1.1.0.r37x201109091012) "WindowBuilder
JDT Fragment" [Resolved]
org.eclipse.wb.layout.group (1.1.0.r37x201109091112) "WindowBuilder
GroupLayout Support" [Starting]
org.eclipse.wb.os (1.1.0.r37x201109091012) "WindowBuilder
Cross-Platform Support" [Starting]
org.eclipse.wb.os.linux (1.1.0.r37x201109091012) "WindowBuilder Linux
OS Support" [Starting]
org.eclipse.wb.rcp (1.1.0.r37x201109091152) "SWT Designer" [Starting]
org.eclipse.wb.rcp.databinding (1.1.0.r37x201109091152) "SWT Designer
Databinding Support" [Starting]
org.eclipse.wb.rcp.databinding.emf (1.1.0.r37x201109091152) "SWT
Designer Databinding EMF Support" [Starting]
org.eclipse.wb.rcp.databinding.xwt (1.1.0.r37x201109091200) "XWT
Databinding Support" [Starting]
org.eclipse.wb.rcp.doc.user (1.1.0.r37x201109091057) "WindowBuilder
User Guide - SWT" [Starting]
org.eclipse.wb.rcp.nebula (1.1.0.r37x201109091152) "SWT Designer
Nebula Widgets Support" [Starting]
org.eclipse.wb.rcp.swing2swt (1.1.0.r37x201109091152) "SWT Designer
Swing2SWT Layouts Support" [Starting]
org.eclipse.wb.rcp.SWT_AWT (1.1.0.r37x201109091215) "WindowBuilder
SWT_AWT Support" [Starting]
org.eclipse.wb.runtime (1.1.0.r37x201109091012) "WindowBuilder
Runtime" [Starting]
org.eclipse.wb.runtime.lib (1.1.0.r37x201109091012) "WindowBuilder
Runtime Libraries" [Starting]
org.eclipse.wb.swing (1.1.0.r37x201109091143) "Swing Designer" [Starting]
org.eclipse.wb.swing.databinding (1.1.0.r37x201109091143) "Swing
Designer Databinding Support" [Starting]
org.eclipse.wb.swing.doc.user (1.1.0.r37x201109091102) "WindowBuilder
User Guide - Swing" [Starting]
org.eclipse.wb.swing.FormLayout (1.1.0.r37x201109091143) "Swing
Designer JGoodies FormLayout Support" [Starting]
org.eclipse.wb.swing.FormLayout.lib (1.1.0.r37x201109091143) "Swing
Designer JGoodies FormLayout Library" [Starting]
org.eclipse.wb.swing.java6 (1.1.0.r37x201109091143) "Swing Designer
Java6 Support" [Starting]
org.eclipse.wb.swing.jsr296 (1.1.0.r37x201109091143) "Swing Designer
JSR-296 Support" [Starting]
org.eclipse.wb.swing.MigLayout (1.1.0.r37x201109091143) "Swing
Designer MigLayout Support" [Starting]
org.eclipse.wb.swing.MigLayout.lib (1.1.0.r37x201109091143) "Swing
Designer MigLayout Library" [Starting]
org.eclipse.wb.swt (1.1.0.r37x201109091134) "SWT Designer Core" [Starting]
org.eclipse.wb.swt.widgets.baseline (1.1.0.r37x201109091152) "SWT
Baseline Support" [Starting]
org.eclipse.wb.xwt (1.1.0.r37x201109091200) "SWT Designer XWT Support"
[Starting]
org.eclipse.wst.command.env (1.0.409.v201004211805) "Environment
Command Framework (headless)" [Active]
org.eclipse.wst.command.env.core (1.0.205.v201004211805) "Environment
Command Framework (core)" [Resolved]
org.eclipse.wst.command.env.doc.user (1.5.300.v201005192225) "Web
services Axis Ant task documentation" [Starting]
org.eclipse.wst.command.env.infopop (1.0.100.v200805301544) "Web
services UI" [Starting]
org.eclipse.wst.command.env.ui (1.1.103.v201102260635) "Environment
Command Framework (GUI)" [Starting]
org.eclipse.wst.common.core (1.2.0.v200908252030) "WST Common Core
Plug-in" [Active]
org.eclipse.wst.common.emf (1.2.100.v201101101900) "EMF Utilities" [Starting]
org.eclipse.wst.common.emfworkbench.integration
(1.2.101.v201107140600) "EMF Workbench Edit Plug-in" [Starting]
org.eclipse.wst.common.environment (1.0.400.v200912181832)
"Environment Plug-in" [Starting]
org.eclipse.wst.common.frameworks (1.2.101.v201107192200) "Common
Frameworks" [Starting]
org.eclipse.wst.common.frameworks.ui (1.2.100.v201105122000) "WTP UI
Plug-in" [Active]
org.eclipse.wst.common.infopop (1.0.300.v201004280700) "Common WST
infopops" [Starting]
org.eclipse.wst.common.modulecore (1.2.101.v201108231700) "Modulecore
Plug-in" [Starting]
org.eclipse.wst.common.modulecore.ui (1.0.101.v201108231700)
"Modulecore UI Plug-in" [Starting]
org.eclipse.wst.common.project.facet.core (1.4.200.v201103170332)
"Eclipse Faceted Project Framework" [Active]
org.eclipse.wst.common.project.facet.ui (1.4.200.v201103311536)
"Eclipse Faceted Project Framework UI" [Starting]
org.eclipse.wst.common.snippets (1.2.100.v201103281740) "Snippets
View" [Starting]
org.eclipse.wst.common.ui (1.1.500.v200911190730) "Eclipse Base UI
extensions" [Starting]
org.eclipse.wst.common.uriresolver (1.1.401.v201004280700) "Common URI
Resolver Framework" [Starting]
org.eclipse.wst.css.core (1.1.500.v201104191926) "Structured Source
CSS Model" [Starting]
org.eclipse.wst.css.ui (1.0.600.v201103022054) "SSE CSS Source Editor"
[Starting]
org.eclipse.wst.doc.user (1.2.0.v200806052254) "Master User Doc TOC" [Starting]
org.eclipse.wst.dtd.core (1.1.501.v201107252021) "Structured Source
DTD Core" [Starting]
org.eclipse.wst.dtd.ui (1.0.600.v201103171359) "SSE DTD Source Editor"
[Starting]
org.eclipse.wst.dtd.ui.infopop (1.0.400.v201008112018) "DTD Editor
infopops" [Resolved]
org.eclipse.wst.dtdeditor.doc.user (1.0.700.v201008112018) "DTD Editor
documentation" [Resolved]
org.eclipse.wst.html.core (1.1.501.v201109080146) "Structured Source
HTML Model" [Starting]
org.eclipse.wst.html.ui (1.0.601.v201108152113) "HTML UI Source
Editor" [Starting]
org.eclipse.wst.html.ui.infopop (1.0.200.v201004150328) "HTML editor
infopops" [Resolved]
org.eclipse.wst.internet.cache (1.0.400.v201004280700) "Cache URI
Resolver Plug-in" [Starting]
org.eclipse.wst.internet.monitor.core (1.0.505.v20110419) "Monitor" [Starting]
org.eclipse.wst.internet.monitor.ui (1.0.507.v20110817_1651) "TCP/IP
Monitor" [Starting]
org.eclipse.wst.jsdt.core (1.1.101.v201108151912) "JavaScript
Development Tools Core" [Starting]
org.eclipse.wst.jsdt.debug.core (2.0.100.v201103232243) "JavaScript
Debug Core" [Starting]
org.eclipse.wst.jsdt.debug.rhino (1.0.100.v201103080228) "Rhino
JavaScript Debug" [Starting]
org.eclipse.wst.jsdt.debug.rhino.debugger (1.0.200.v201103080228)
"Rhino Debugger" [Resolved]
org.eclipse.wst.jsdt.debug.rhino.ui (1.0.0.v201103232243) "Rhino Debug
UI" [Starting]
org.eclipse.wst.jsdt.debug.transport (1.0.0.v201008101442) "Debug
Transport" [Resolved]
org.eclipse.wst.jsdt.debug.ui (1.0.100.v201103232243) "JavaScript
Debug UI" [Starting]
org.eclipse.wst.jsdt.doc (1.0.400.v201011052052) "JSDT Doc Plugin" [Resolved]
org.eclipse.wst.jsdt.manipulation (1.0.300.v201104272153) "JavaScript
Code Manipulation Functionality" [Starting]
org.eclipse.wst.jsdt.support.firefox (1.0.400.v201008112000) "JSDT
support for Mozilla FireFox" [Starting]
org.eclipse.wst.jsdt.support.ie (1.0.400.v201008112000) "JSDT support
for Microsoft Internet Explorer" [Resolved]
org.eclipse.wst.jsdt.ui (1.1.101.v201108151912) "Eclipse JavaScript
Development Tools" [Starting]
org.eclipse.wst.jsdt.web.core (1.0.401.v201108152113) "JSDT Web
Support Core" [Starting]
org.eclipse.wst.jsdt.web.support.jsp (1.0.400.v201102241833) "JSDT
support for JSP Plug-in" [Starting]
org.eclipse.wst.jsdt.web.ui (1.0.401.v201108152113) "JSDT Web Support
UI" [Starting]
org.eclipse.wst.server.core (1.1.303.v20110816_1717) "Server Core" [Starting]
org.eclipse.wst.server.discovery (1.0.200.v20110518) "Plug-in
Discovery Plug-in" [Starting]
org.eclipse.wst.server.ui (1.1.306.v20110823_1704) "Server UI" [Starting]
org.eclipse.wst.server.ui.doc.user (1.1.400.v201104111553) "Server
Tools documentation for Web Standard Tools" [Starting]
org.eclipse.wst.server.ui.infopop (1.1.100.v201005192130) "Server
Tools infopops for Web Standard Tools" [Resolved]
org.eclipse.wst.sse.core (1.1.601.v201108151912) "Structured Source
Model" [Active]
org.eclipse.wst.sse.doc.user (1.1.100.v201005192212) "Structured text
editor and snippets documentation" [Resolved]
org.eclipse.wst.sse.ui (1.3.1.v201108191312) "Structured Source
Editor" [Starting]
org.eclipse.wst.sse.ui.infopop (1.0.300.v201004150328) "SSE infopops" [Resolved]
org.eclipse.wst.standard.schemas (1.0.401.v201108151912) "Standard
Schemas and DTDs" [Resolved]
org.eclipse.wst.validation (1.2.302.v201107140600) "Validation
Framework" [Starting]
org.eclipse.wst.validation.infopop (1.0.300.v200806041506) "WST
validation infopop plug-in" [Resolved]
org.eclipse.wst.validation.ui (1.2.204.v201004150700) "Validation
Framework UI" [Starting]
org.eclipse.wst.web (1.1.500.v201104251400) "Simple Web Plug-in" [Active]
org.eclipse.wst.web.ui (1.1.400.v201004141630) "Eclipse Web Developer
Tools" [Starting]
org.eclipse.wst.web.ui.infopop (1.0.300.v200805140415) "Static Web
infopop" [Starting]
org.eclipse.wst.webtools.doc.user (1.0.500.v201005192212) "Web tools
documentation" [Starting]
org.eclipse.wst.ws (1.1.203.v201004211805) "Web Services" [Active]
org.eclipse.wst.ws.explorer (1.0.607.v201103082002) "Web Services
Explorer" [Starting]
org.eclipse.wst.ws.infopop (1.0.300.v200805140230) "Web Services UI" [Starting]
org.eclipse.wst.ws.parser (1.0.403.v201004211805) "Web Services
Description Parser" [Starting]
org.eclipse.wst.ws.service.policy (1.0.303.v201009221810) "Service
Policy - Core" [Active]
org.eclipse.wst.ws.service.policy.ui (1.0.300.v201108240515) "Service
Policy - UI" [Active]
org.eclipse.wst.ws.ui (1.1.200.v201004211805) "Web Services UI" [Starting]
org.eclipse.wst.wsdl (1.2.202.v201108230355) "WSDL Model" [Starting]
org.eclipse.wst.wsdl.ui (1.2.403.v201108240515) "WSDL UI" [Starting]
org.eclipse.wst.wsdl.ui.doc.user (1.0.800.v201008122303) "WSDL Editor
Documentation" [Starting]
org.eclipse.wst.wsdl.validation (1.1.502.v201104071820) "WSDL
Validator" [Starting]
org.eclipse.wst.wsi (1.0.401.v201104071820) "WSI Conformance Tools" [Starting]
org.eclipse.wst.wsi.ui (1.0.502.v201104071820) "Soap Monitor" [Starting]
org.eclipse.wst.wsi.ui.doc.user (1.0.700.v201008122303) "WS-I
Validation Documentation" [Resolved]
org.eclipse.wst.xml.core (1.1.601.v201108302147) "Structured Source
XML Model" [Starting]
org.eclipse.wst.xml.ui (1.1.201.v201108151912) "Eclipse XML Editors
and Tools" [Starting]
org.eclipse.wst.xml.ui.infopop (1.0.400.v201004292007) "XML infopops" [Resolved]
org.eclipse.wst.xmleditor.doc.user (1.0.700.v201005192212) "XML
editor" [Resolved]
org.eclipse.wst.xsd.core (1.1.600.v201104070312) "XSD Core Plugin" [Starting]
org.eclipse.wst.xsd.ui (1.2.404.v201105050216) "XML Schema Editor" [Starting]
org.eclipse.wst.xsdeditor.doc.user (1.0.800.v201005192212) "XML schema
editor" [Resolved]
org.eclipse.xsd (2.7.0.v20110606-0949) "XSD Model" [Starting]
org.eclipse.xsd.edit (2.6.0.v20110606-0949) "XSD Edit" [Starting]
org.eclipse.zest.core (1.3.0.v20110221-2050) "Graphical Editing
Framework Zest Core" [Resolved]
org.eclipse.zest.layouts (1.1.0.v20110425-2050) "Graphical Editing
Framework Zest Layouts" [Resolved]
org.hamcrest.core (1.1.0.v20090501071000) "Hamcrest Core Library of
Matchers" [Starting]
org.jboss.netty (3.2.4.Final-201108040830) "The Netty Project" [Resolved]
org.jdom (1.0.0.v201005080400) "JDOM" [Resolved]
org.junit (3.8.2.v3_8_2_v20100427-1100) "JUnit Testing Framework" [Resolved]
org.junit (4.8.2.v4_8_2_v20110321-1705) "JUnit Testing Framework" [Resolved]
org.junit4 (4.8.1.v20100525) "JUnit Testing Framework Version 4" [Resolved]
org.maven.ide.eclipse.scala (0.3.1) "Maven Integration for Scala IDE" [Starting]
org.mortbay.jetty.server (6.1.23.v201012071420) "Jetty Server" [Resolved]
org.mortbay.jetty.util (6.1.23.v201012071420) "Jetty Utilities" [Resolved]
org.mozilla.javascript (1.7.2.v201005080400) "Mozilla Rhino" [Resolved]
org.objectweb.asm (3.3.1.v201105211655) "ASM" [Resolved]
org.osgi.impl.bundle.bindex (2.2.1) "org.osgi.impl.bundle.bindex" [Active]
org.pushingpixels.trident (1.2.0.v20110609-1700) "Trident" [Resolved]
org.sat4j.core (2.3.0.v20110329) "SAT4J Core" [Resolved]
org.sat4j.pb (2.3.0.v20110329) "SAT4J Pseudo" [Resolved]
org.scala-ide.sbt.full.library (0.11.4.2_09-20111209-0501) "Sbt 0.11.4
Library for Eclipse" [Resolved]
org.scala-ide.scala.compiler (2.9.2.r26031-b20111119033233) "Scala
Compiler for Eclipse" [Resolved]
org.scala-ide.scala.library (2.9.1.final) "Scala Library for Eclipse" [Resolved]
org.scala-ide.sdt.aspects (2.0.0.rc03-2_09-201112091328-06d2a99)
"Scala JDT Weaving" [Active]
org.scala-ide.sdt.core (2.0.0.rc03-2_09-201112091328-06d2a99) "Scala
Plugin" [Active]
org.scala-refactoring.library (0.3.0.201112081527-a852509) "Scala
Refactoring" [Resolved]
org.slf4j.api (1.6.1.v20100831-0715) "SLF4J API" [Resolved]
org.sonatype.m2e.mavenarchiver (0.14.0.201109270543) "m2e connector
for the mavenarchiver and pom properties" [Resolved]
org.sonatype.tycho.m2e (0.6.0.201109301325) "Tycho Project
Configurators" [Starting]
org.tigris.subversion.clientadapter (1.6.12) "Subversion Client
Adapter" [Active]
org.tigris.subversion.clientadapter.javahl (1.6.17) "Subversion JavaHL" [Active]
org.tigris.subversion.clientadapter.svnkit (1.6.15) "SVNKit Client
Adapter" [Active]
org.tigris.subversion.subclipse.core (1.6.18) "SVN Team Provider Core" [Active]
org.tigris.subversion.subclipse.doc (1.3.0) "Subclipse Documentation" [Resolved]
org.tigris.subversion.subclipse.graph (1.0.9) "Subversion Revision
Graph" [Starting]
org.tigris.subversion.subclipse.mylyn (3.0.0) "Subclipse Integration
for Mylyn 3.x" [Active]
org.tigris.subversion.subclipse.tools.usage (1.0.1) "Subclipse Usage
Reporting" [Active]
org.tigris.subversion.subclipse.ui (1.6.18) "SVN Team Provider UI" [Active]
org.tmatesoft.svnkit (1.3.5.7406) "SVNKit Library Plug-in" [Starting]
org.uddi4j (2.0.5.v200805270300) "UDDI4J" [Resolved]
org.w3c.css.sac (1.3.0.v200805290154) "W3C CSS SAC" [Resolved]
org.w3c.dom.smil (1.0.0.v200806040011) "W3C SMIL DOM" [Resolved]
org.w3c.dom.svg (1.1.0.v201011041433) "W3C SVG DOM" [Resolved]
org.w3c.sac (1.3.0.v20110905) "W3C Sac" [Resolved]
scalariform (0.1.2.201112081526-fc5a1fd) "Scalariform" [Resolved]
stax2-api (3.1.1) "Stax2 API" [Resolved]
woodstox-core-asl (4.1.1) "Woodstox XML-processor" [Resolved]

*** User Preferences:
#Fri Dec 09 20:19:25 MSK 2011
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/description=
/configuration/org.eclipse.core.net/proxyData/HTTPS/host=proxy.miet.ru
/bundle_defaults/org.eclipse.ui.editors/isErrorGoToPreviousNavigationTarget=true
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.verticalruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/nickname=Mylyn
Incubator for Mylyn 3.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/isSystem=true
/bundle_defaults/org.eclipse.ui.editors/showLeadingSpaces=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.number.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/provider=
/bundle_defaults/org.scala-ide.sdt.core/Ypresentation-verbose=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/uri=http\://download.scala-ide.org/releases/2.0.0-beta
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/uri=http\://download.eclipse.org/releases/helios/201009240900/aggregate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineString.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/isSystem=false
/instance/org.scala-ide.sdt.core/formatter.compactStringConcatenation=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/name=Eclipse
Indigo Repository
/bundle_defaults/org.eclipse.ui.editors/linked.focus.text=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.ui.editors/revisionRulerRenderingMode=Age
/bundle_defaults/org.eclipse.ui.editors/isRevisionAnnotationGoToPreviousNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/secondaryIPOverviewRuler=true
/bundle_defaults/org.eclipse.ui.editors/istypeCheckGoToNextNavigationTarget=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_soa_jwt_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/suffix=content.xml
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.default.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_3.6/enabled=false
/instance/org.eclipse.pde.core/org.eclipse.pde.ui.ws=gtk
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.gettersetter.use.is=true
/bundle_defaults/org.eclipse.jdt.ui/smartIndentAfterNewline=true
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.all_references_max_count=100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_modisco_updates_release/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/type=org.eclipse.equinox.p2.updatesite.artifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/nickname=update
site\: http\://www.junginger.biz/eclipse/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/uri=http\://erlide.org/update
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.color=0,0,0
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_mdt_?project\=papyrus\#papyrus/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.italic=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_after_package=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/name=Mylyn
for Eclipse 3.5, 3.6 and 3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/suffix=content.xml
/bundle_defaults/org.eclipse.ui.editors/lineNumberColor=120,120,120
/bundle_defaults/org.eclipse.ui.editors/taskTextStyle=SQUIGGLES
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/name=AJDT
Update Site
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.text.style=BOX
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.enum.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indentation.size=4
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.3/isSystem=false
/bundle_defaults/org.eclipse.ui/VIEW_MINIMUM_CHARACTERS=1
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/uri=http\://download.eclipse.org/eclipse/updates/3.6/R-3.6-201006080911
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_package=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/isSystem=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.autoboxing.bold=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.visibility.order=B,V,R,D
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/name=Composite
Marketplace Repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.svnkit.com_1.3.x/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/description=
/bundle_defaults/org.scala-ide.sdt.core/Xlog-implicits=false
/bundle_defaults/org.eclipse.debug.ui/org.eclispe.debug.ui.Debug_view.mode=Debug_view.mode.auto
/bundle_defaults/org.eclipse.jdt.ui/content_assist_add_import=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/name="EPP
Packages Repository"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/type=org.eclipse.equinox.p2.engine.repo.metadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/uri=http\://dev.nightlabs.org/updatesites/development/
/bundle_defaults/org.eclipse.ui/ENABLE_32_STICKY_CLOSE_BEHAVIOR=false
/bundle_defaults/org.eclipse.pde.core/org.eclipse.pde.ui.ws=gtk
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineComment.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/enabled=false
/project/ru.microdigital.cms.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.alignParameters=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/version=1.0.0
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/isSystem=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.underline=false
/bundle_defaults/org.eclipse.debug.ui/Console.console_tab_width=8
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.bracket.colour=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_34_update/uri=http\://download.eclipse.org/tools/ajdt/34/update
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/uri=http\://download.eclipse.org/technology/m2e/milestones/1.0/1.0.0.201106052308
/bundle_defaults/org.tigris.subversion.subclipse.tools.usage/allow_usage_report_preference=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_commit_with_errors=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/enabled=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.detail_pane_word_wrap=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_indigo/uri=http\://download.eclipse.org/mylyn/releases/indigo/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.0_update-site/enabled=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.internal.ui.propertiesfileeditor.PropertyKeyHyperlinkDetector_stateMask=-1
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do
not insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_prompt_on_saving_in_sync=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL
/bundle_defaults/org.eclipse.ui.editors/errorIndicationInVerticalRuler=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotation.italic=false
/bundle_defaults/org.scala-ide.sdt.core/g=vars
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update_sf/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/unchecked=false
/bundle_defaults/org.eclipse.ui.workbench/MULTI_KEY_ASSIST=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_allow_empty_commit_comment=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/name=Update
Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/nickname=update
site\: http\://findbugs.cs.umd.edu/eclipse
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/suffix=compositeContent.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/version=1.0.0
/bundle_defaults/org.eclipse.team.cvs.ui/pref_cvs_rsh=ssh
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.italic=false
/configuration/org.eclipse.core.net/proxyData/HTTP/port=3128
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.spaceInsideBrackets=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/name=Feature
- Artifact Repository
/bundle_defaults/org.eclipse.jdt.ui/JavaEditor.SyncOutlineOnCursorMove=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.protest-project.eu/enabled=false
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_details=DETAIL_PANE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/provider=
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_argument=127,0,85
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/description=
/bundle_defaults/org.scala-ide.sdt.core/P=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/suffix=artifacts.xml
/bundle_defaults/org.eclipse.jdt.ui/java_doc_link=63,63,191
/bundle_defaults/org.eclipse.ui.editors/linked.slave.navigation.dropdown=false
/bundle_defaults/org.eclipse.jdt.ui/markOccurrences=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/name=Orbit-I20110523182458
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.default.underline=false
/bundle_defaults/org.eclipse.ui.editors/revisionAnnotationIndicationColor=88,88,22
/bundle_defaults/org.eclipse.epp.usagedata.gathering/org.eclipse.epp.usagedata.gathering.terms_accepted=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/name=Mylyn
Incubator for Mylyn 3.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/isSystem=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_annotate_promptforbinary=prompt
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_dirty_flag=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/uri=http\://download.eclipse.org/modeling/tmf/updates/
/bundle_defaults/org.eclipse.ui.editors/spellingEngine=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_1.0/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_categories/name=The
Eclipse Project Updates
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/uri=http\://download.eclipse.org/releases/helios
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/name=${p2.metadata.repo.name}
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/name=Maven
Integration for Eclipse
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/nickname=update
site\: http\://dev.nightlabs.org/updatesites/development/
/instance/org.eclipse.pde.core/external_features=org.eclipse.wb.rc...@1.1.0.r37x201109091215,org.eclipse....@2.7.0.v20110606-0949,org.ecli...@1.3.0.v20110327-7i7uFFiFFt6ZqnbOrMXLd1,org.eclipse...@3.7.1.v20110905-7r9e7DFQCnvKN75--lXE5,org.eclipse.birt...@3.7.0.v20110905-777D186vH9ByS6g9QJbm7yp7gZp-,org.eclipse.datatool...@1.9.1.v201108301820-7N847CFDsn0VdrPUJvPUshDWIPJ0,org.eclipse.e4.core....@0.10.0.v20110613-2030-28F1EVVFNMFz-Mh8XF_D,org.eclipse.e4.core...@4.6.0.v20100722-1700-55-7w3121183302811,org.eclip...@1.1.0.I20110525-0742,org.eclipse.e4.ser...@0.9.0.v20090609-1530-178-7w311A182702A41,org.eclipse.myly...@3.6.0.v20110608-1400,org.eclipse.e4.server...@0.9.0.v20090609-1530-178-7w311A182702A41,org.eclipse.myl...@3.6.0.v20110608-1400,org.eclipse.wst....@3.3.1.v201108102009-7C7OFeKF7RZHQNI3R-OuRb,org.eclipse....@3.7.1.v20110905-4607w31221A16,org.eclipse.wb.rc...@1.1.0.r37x201109091057,org.eclipse.wst...@3.3.1.v201108102009-7H7EFZ3DxumTlaI6nheRdHo2p1KaDIL1Uz-S3PL,org.eclipse.e4.c...@0.10.0.v20110613-2030-28F1EVVFNMFz-Mh8XF_D,net.sf.ya...@2.1.1.20110526PRD,org.ecli...@1.0.0.201106090707-r,org.eclips...@2.7.0.v20110605-0747,org.eclipse.equ...@3.5.0.v20110530-7P7NFUFFLWUl76mart,org.eclips...@2.7.0.v20110606-0949,org.sonatype.m2e.ma...@0.14.0.201109270543,org.eclipse.wb....@1.1.0.r37x201109091031,org.eclipse.datatools.e...@1.9.1.v201108301820-548dAkF79Q7RAN9UFJ,org.scala-id...@2.0.0.beta12-2_09-201110310936-87d1fd5,org.eclipse.e4.core.deep...@4.6.0.v20101018-1500-797B-8s7353535J15D33,org.eclipse.e4.core.f...@4.6.0.v20100722-1700-55-7w3121183302811,org.eclipse.e4.core.deeplink.t...@1.0.0.v20101018-1500-55-7w3121212902611,org.eclipse.equinox.p...@1.0.0.v20110519-8290FZ-FWmE7gdAgmOPL2_C,org.eclipse.e4.r...@0.10.0.v20100211-0930-179-8s73553B5D15733,org.eclipse...@1.1.1.201108240735,org.eclipse.jst...@3.3.1.v201108102009-7F7AFO3C25TohHcojh0Zyz-B7FyifIcGz-xuz-_W,org.eclipse.e...@2.7.0.v20110606-0949,org.eclipse.e4.u...@0.10.0.v20110613-2030-78Ab6FQFxCMosQTedwtB227B74,org.eclipse.e4.cor...@4.6.0.v20101018-1500-797B-8s7353535J15D33,org.codehaus.g...@2.5.2.xx-20110929-1800-e37,org.eclipse.my...@3.6.0.v20110608-1400,edu.umd.cs.findbu...@1.3.9.20090821,org.eclipse.datatools....@1.9.1.v201108301820-4-29oB56N5N7L6PAQ,org.eclipse.e4.reso...@0.10.0.v20100211-0930-179-8s73553B5D15733,org.eclipse.datatools....@1.9.1.v201108301820-7A7T78DZRDKGEeHnGlLP,org.eclipse....@0.10.0.v20110613-2030-78Ab6FQFxCMosQTedwtB227B74,org.eclipse.equinox....@1.0.100.v20110519-4-8_9oB5885K5B28WKK,org.ecl...@2.7.0.v20110606-0949,org.eclipse.emf.ma...@2.7.0.v20110606-0949,org.eclipse.e4....@0.9.0.v20090609-1530-178-7w3121172803211,org.eclipse.e4.ui.deeplink.ty...@1.0.0.v20101018-1500-55-7w3121212902611,org.eclips...@3.7.1.v20110905-4607w31221A16,org.eclipse.wst....@3.3.1.v201107190400-7C79FULEdhO_pfuh6nYekfK0TyR2OK,org.eclipse...@3.7.1.v20110905-BDF9E8OGTzuHfoz-Au7-CWvXDn6N,org.eclipse.datatools....@1.9.1.v201108301820-2-07w31211518181A,org.sonatype.ty...@0.6.0.201109301325,org.eclipse.dat...@1.9.1.v201108301820-47C08w95ENAK6AFDFK7,org.eclipse.jst.ent...@3.3.1.v201108171600-52FPcAkF7B97YAFBP98,org.eclipse.datatools.sq...@1.9.1.v201108301820-622BgJ9CR9XFcEWLP,org.eclipse.wb....@1.1.0.r37x201109091028,org.eclipse.e4.xwt...@0.9.0.v20090609-1530-178-7w3121172803211,org.eclipse.e4.xwt...@0.9.0.v20100618-178-7w3121222A01911,org.tigris.subversion.cli...@1.6.15,org.eclipse....@3.7.0.v20110425-2050-7G7Y-BgJ9EBCKBM4J9Y9,org.eclipse.datatools.sq...@1.9.1.v201108301820-7A-3F7RZHLz-Hz-OlPz0Qf,org.eclipse.emf....@1.2.0.v20110606-0949,org.eclipse.wb...@1.1.0.r37x201109091143,org.eclipse...@2.7.0.v20110606-0949,org.eclipse.birt.ch...@3.7.1.v20110905-1820-4607w31221A1602931,org.eclipse.e4.core.deeplink.l...@4.6.0.v20101018-1500-7Y7rF8NFAFkNZYO7Xu28875,org.eclipse.datatools.s...@1.9.1.v201108301820-642BgJ9DJAQGVCaIQ,org.eclipse.emf....@2.7.0.v20110606-0949,org.eclipse....@3.7.1.v20110830-1143-4607w3122194102254,org.eclipse....@0.9.1.v20091029-1300-17q2CcNBC0HCMw5G_EB,org.eclipse.w...@1.1.0.r37x201109091134,org.eclipse.datatools.c...@1.9.1.v201108301820-7H7C7ICcNBHHBnJWDjSd,org.eclipse.equino...@1.0.0.v20110519-7A4FD3DiVOManmZvpLOsnBhnPQM3,org.eclipse.e4.x...@0.9.1.v20091126-1500-17Z2AkF7B98PAL03211,org.eclipse.e4....@0.9.0.v20090624-1330-178-7w3121172803211,org.eclipse...@2.7.0.v20110606-0949,org.tigris.subv...@1.6.18,org.eclipse...@3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY,org.eclipse.bir...@3.7.1.v20110905-4607w31221A16,org.ecl...@1.3.100.v20110520-0800-7B78FHk8sF7BB7SBB5EYD5,org.eclipse.e4.ui....@0.9.0.v20091022-1230-17H18s73553D6D16A63,org.tigris.subversion...@1.6.12,org.eclipse.datatools.conne...@1.9.1.v201108301820-4117w312219371456,org.eclip...@3.7.1.v20110830-1143-4607w3122194102254,builder_generato...@1.0.9,org.eclipse.equin...@1.0.0.v20110519-8290FZ-FWmE7gdAgmOPL2_C,org.eclipse.equin...@1.0.0.v20110519-782EoBqNKGUkVQrqOf0z-BhnPQM3,org.eclipse.wst.w...@3.1.300.v201102200555-44FR79oB5855Q8IBD7G,org.eclipse.datatools.sqldevto...@1.9.1.v201108301820-4208375LG5BJ93413,org.ecl...@3.7.0.v20110504-0800-7b7qFVpFEx2XnmYtj_9RfO7,org.eclipse.wst....@3.3.1.v201107190400-7E7EFMWAJun8_t84-MOI-iP7cRb5srz,org.eclipse.w...@1.1.0.r37x201109091152,org.eclipse.datatools....@1.9.1.v201108301820-542AkF79P7QCP9SDB,org.eclipse.e4.core.d...@4.6.0.v20101018-1500-797B-8s7353535J15D33,org.eclipse.ws...@1.3.1.v201108102009-7F78FXRFBBoPbXRPcHfz-uy,org.eclipse.bi...@3.7.1.v20110905-9qE57vG3Z7DSLdz0X15PZX,org.eclipse.jst.enter...@3.3.100.v201105122000-62FUGBgJ9EA9aEeHRHc,org.eclipse.wst...@3.3.1.v201107072200-7O7IFhREMiB5vNoYqf01XHTvUndyz-yx-9kUyXXL,org.eclipse.e4.tool...@0.11.0.v20110613-2030-7B9M0FIhIexEm5xoUG7Uc,org.codehaus.g...@2.5.2.xx-20110929-1800-e37,org.eclipse.equ...@2.1.1.v20110526-6-Bg9JXOePwKUTU7X0teV1RtDu-e,org.eclipse.wst.w...@3.3.0.v201102200555-31Eo8s734B3E4H7799,org.eclipse.equinox....@1.0.0.v20110519-782EoBqNKGUkVQrqOf0z-BhnPQM3,org.eclipse.datatools.sqld...@1.9.1.v201108301820-79-4EVVFJoFwKcN-L_,org.eclipse.ma...@1.1.1.201108240735,com.collabnet.subve...@2.2.4,org.eclipse.datatools....@1.9.1.v201108301820-7F47SFC7sRbvSkkxaPvW,org.ecli...@3.7.1.v20110905-BDF9E8OGTzuHfoz-Au7-CWvXDn6N,org.codehaus.groo...@2.5.2.xx-20110929-1800-e37,net.sourcef...@0.16.0,org.eclipse.bi...@3.7.1.v20110905-4607w31221A16,org.eclipse.mylyn...@3.6.0.v20110608-1400,org.eclipse...@2.7.0.v20110605-0747,org.eclipse.e4.xwt...@0.9.0.v20090624-1330-178-7w3121172803211,org.eclipse.e4.x...@0.9.0.v20110609-1700-28Z5F9JgLWMPz0b56QNJD,org.eclipse.e4....@0.9.1.v20100917-1000-7R77F9wF9JgLWVN4kcCmbZE,biz.junginger.E...@1.0.0,org.eclipse.equino...@2.1.1.v20110526-6-Bg9JXOePwKUTU7X0teV1RtDu-e,org.eclipse.my...@3.6.0.v20110608-1400,org.eclipse.datatools.e...@1.9.1.v201108301820-67D1AqGBKNKdIlGz0GU7QBR,org.eclipse.datatools....@1.9.1.v201108301820-540AkF77g7V9N9e77,com.essiembre.eclips...@1.0.0.201011111449,org.eclipse...@1.4.0.20110614-2335,org.eclipse.jst.en...@3.3.1.v201107072200-7b7II1PFSK2WIlPwJBmNz-VWwVsTn,org.eclipse.datatools.enab...@1.9.1.v201108301820-3328s73553C655B63,org.eclipse.wst.c...@3.3.1.v201107190400-7B7DFO5F7RZHOeJ-SxQ1NJ,org.eclipse.em...@2.7.0.v20110606-0949,birt.function...@2.5.2.1,org.eclipse.birt...@3.7.1.v20110905-1820-4607w31221A1602931,org.eclipse...@3.7.1.v20110905-4607w31221A16,org.eclipse.e4...@0.9.1.v20100603-1900-798A0FAiKQ6jV7i2Rsuo9,org.eclipse.m2e...@1.0.100.20110804-1717,org.eclipse.wst....@1.5.301.v201102200555-2407w312123151655,org.ecl...@3.7.0.v20110216-9DB5Fm1FpBGy_AaVz-mFamgY,org.eclipse.birt.ch...@3.7.1.v20110905-777D-855DGBMRamOMnsf5gXe4z0r,org.eclipse.datatools.enab...@1.9.1.v201108301820-77788gBmKDOGMhKwJ4Rn7QBR,org.eclipse.wst.ser...@3.3.0.v20110512-20DF7w312215222664,org.eclips...@3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f,org.eclipse.wb....@1.1.0.r37x201109091024,org.eclipse.e4.core.func...@4.6.0.v20100722-1700-55-7w3121183302811,org.eclipse...@1.0.100.20110804-1717,org.eclipse.birt.o...@3.7.1.v20110905-9qE57vG3Z7DSLdz0X15PZX,com.s...@3.2.7,org.eclipse.e4.xwt.wo...@0.9.0.v20100618-178-7w3121222A01911,org.eclipse.datatools.e...@1.9.1.v201108301820-7E45F9NiNZVR6a1PMVn,org.eclipse.datatoo...@1.9.1.v201108301820-77078CcNBHCBYKYEbNV,org.eclipse.wst.x...@3.3.0.v201102071641-50FYwAkF7B77UBZFDBL,org.eclipse.datatools...@1.9.1.v201108301820-7C7e8mEt1_wmuQjYnXQ6Zj5dM17,org.eclipse.datatools.ena...@1.9.1.v201108301820-542AkF77g7V9N9e77,org.eclipse.jst.commo...@3.3.0.v201102200555-377DF8s73543E5I5768,org.eclipse.datatool...@1.9.1.v201108301820-7J9B7FBWwVN7-2z-kZU_tJy1aR1t,org.tigris.subvers...@3.0.0,org.eclipse.e4.tools.e3...@0.11.0.v20110613-2030,org.ecl...@3.7.1.v20110830-1143-777D181B3Bz06C853D8863365,org.eclipse.myl...@3.6.0.v20110608-1400,org.eclipse.birt.report...@3.7.1.v20110905-809u7NFT0z0-TWCm5MjN7w,org.eclipse.jst.w...@3.3.1.v201108102009-2107w31211938,org.eclipse.datatools.e...@1.9.1.v201108301820-540AkF78Z7UCRAQDB,org.eclipse.e4.core.me...@4.6.0.v20100722-1700-55-7w3121183302811,org.eclipse...@2.7.0.v20110606-0949,org.eclipse.bi...@3.7.1.v20110905-7r9e7DFQCnvKN75--lXE5,org.eclipse.birt.chart...@3.7.1.v20110905-1820-4607w31221A1602931,org.eclipse.e4.ui....@0.9.1.v20100603-1900-798A0FAiKQ6jV7i2Rsuo9,org.eclipse.wst...@3.3.1.v201108230355-7L7RFi8FGtGd-thsz0z0rQwh2766,org.eclipse.datatools.connecti...@1.9.1.v201108301820-7B7C7DCcNBGNChHSFaYT,org.scala-ide.sd...@2.0.0.beta12-2_09-201110310936-87d1fd5,org.tigris.subversion.cli...@1.6.17,org.eclipse...@1.3.0.v20110425-2050-67A08yF5F18CBD4I9G53365,org.eclipse.e...@0.9.1.v20091126-1500-17Z2AkF7B98PAL03211,org.ecl...@3.7.0.v20110520-0800-7z8gFchFMTdFYKuLqBLqRja9B15B,org.eclipse.wst.s...@3.3.1.v20110729_1216-30FBc8s73553F5Ia2828,org.codehaus.g...@2.5.2.xx-20110929-1800-e37,org.eclipse.jst....@3.3.1.v201108102009-7Q7DGL2FE9LeACEx4cdvNvuitz01z01sRxi3877,org.eclipse.w...@1.1.0.r37x201109091012,org.tigris.subversion....@1.0.9,org.eclipse.birt.char...@3.7.0.v20110905-80AC7JFYeMBkfQxLF3Pbd,org.eclipse.e4.ui.deeplink.hand...@4.6.0.v20101018-1500-7_7QFGvFC7sRdjUHc7KobcB1,org.eclipse.wb.la...@1.1.0.r37x201109091112,org.eclipse....@2.7.0.v20110606-0949,org.eclipse.e...@2.7.0.v20110606-0949,org.eclipse.gef...@3.7.0.v20110425-2050,org.eclipse.datatools.e...@1.9.1.v201108301820-541AkF79P7N8NAQ77,org.eclipse.wst....@3.3.1.v20110714_1706-7B77FGPAtJceyEUOhPIXVJNjBF39,org.eclipse...@3.7.1.v20110830-1143-777D181B3Bz06C853D8863365,org.eclipse.epp.pac...@1.4.0.20110609-1120,org.eclipse.e...@2.7.0.v20110606-0949,org.eclipse.em...@2.7.0.v20110606-0949,org.eclipse.e4.core.deeplin...@4.6.0.v20101018-1500-797B-8s7353535J15D33,org.eclipse.e4...@0.9.0.v20091022-1230-17H18s73553D6D16A63,org.eclipse.e4.core.deeplink.type...@1.0.0.v20101018-1500-55-7w3121212902611,org.codehaus.groovy.e...@2.5.2.xx-20110929-1800-e37,org.eclipse....@3.7.1.v20110905-7M7l6DZRDKKEBDl,org.maven.ide.ecl...@0.3.1,org.eclipse.wb.swi...@1.1.0.r37x201109091102,org.eclipse....@3.6.0.v20110608-1400,org.eclipse.e...@1.2.0.v20110606-0949,org.eclipse.ws...@3.3.1.v201108102025-7I7AFg0EtEoVFjv98J1itfLE0uwVWklmuBTjEJM2,org.eclipse.e4.xwt....@0.9.0.v20110609-1700-28Z5F9JgLWMPz0b56QNJD,org.eclipse.mylyn...@1.5.0.v20110608-1400,org.eclipse.e4.t...@0.9.1.v20091029-1300-17q2CcNBC0HCMw5G_EB,org.eclipse.p...@3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f,org.eclipse.w...@1.1.0.r37x201109091200,org.eclipsegu...@3.7.0.vRELEASE-001,org.tmates...@1.3.5.7406,org.eclips...@2.7.0.v20110606-0949,org.eclipse.birt.in...@3.7.1.v20110905-1820-4607w31221A1602931,org.codehaus.g...@2.5.2.xx-20110929-1800-e37,org.eclipse.datatools.e...@1.9.1.v201108301820-546AkF78Z7Y9NBZ9A,birt.control...@2.5.2.1,org.ecli...@1.0.0.201106090707-r,org.ecli...@1.3.0.v20110425-2050-67A08yF5F18CBD4I9G53365,org.eclipse.datatools....@1.9.1.v201108301820-278078B04G8S_IMz00Iz00PmQz01,org.eclipse.birt....@3.7.0.v20110905-80AC7JFYeMBkfQxLF3Pbd,org.eclipse.equinox.p2...@1.0.0.v20110519-7A4FD3DiVOManmZvpLOsnBhnPQM3,org.eclipse.e4.ui.deeplink....@4.6.0.v20101018-1500-7_7QFGvFC7sRdjUHc7KobcB1,org.eclipse.e4.ui.deeplink.typeh...@1.0.0.v20101018-1500-55-7w3121212902611,org.eclipse.datatools.sq...@1.9.1.v201108301820-57B4AkF7AJ7NCBBMBL,org.eclipse.epp....@1.4.0.R201106061540,org.eclipse.epp.p...@1.4.0.20110615-0550,org.eclipse.e4.core.deeplink.launc...@4.6.0.v20101018-1500-7Y7rF8NFAFkNZYO7Xu28875,org.eclipse.em...@2.7.0.v20110606-0949,org.codehaus.groov...@2.5.2.xx-20110929-1800-e37
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_argument_bold=true
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.pde.core/resolve.requirebundle=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/provider=
/bundle_defaults/org.eclipse.debug.ui/Console.highWaterMark=100000
/instance/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.detail_formatters=groovy.lang.Reference,get(),1
/bundle_defaults/org.eclipse.jdt.ui/java_doc_default=63,95,191
/configuration/org.eclipse.core.net/proxyData/HTTPS/hasAuth=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_completion_replacement_foreground=255,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/uri=http\://download.eclipse.org/releases/helios/201009240900
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/showTrailingIdeographicSpaces=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.6/enabled=false
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.operator.colour=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_soa_jwt_update-site/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.6/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/linked.slave.navigation.previous=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_default_serial_version_id=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.colour=63,127,127
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.ui.sdk/allowNonOKPlan=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_swordfish_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_helios/isSystem=false
/project/sbinary/org.eclipse.pde.core/resolve.requirebundle=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/enabled=true
/instance/org.eclipse.pde.core/org.eclipse.pde.ui.os=linux
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_35_update/uri=http\://download.eclipse.org/tools/ajdt/35/update
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.gjdk.color=102,204,255
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
/bundle_defaults/org.eclipse.ui.editors/warningIndicationHighlighting=false
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do
not insert
/instance/org.eclipse.ui.ide/platformState=1323446171818
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.view_syncinfo_in_label=false
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.userSettingsFile=/home/aromanov/.m2/settings.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/name=Subclipse
1.6.x Update Site
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/bundle_defaults/org.eclipse.ui.editors/occurrenceIndicationColor=212,212,212
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/provider=
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.operator.colour=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/name=org.scala-ide.sdt.update-site
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml
version\="1.0" encoding\="UTF-8" standalone\="no"?>\n<vmSettings
defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1319541559022"
defaultVMConnector\="">\n<vmType
id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n<vm
id\="1319541559022" name\="java-6-openjdk"
path\="/usr/lib/jvm/java-6-openjdk"/>\n</vmType>\n</vmSettings>\n
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_helios/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.use_this_for_non_static_method_access=false
/bundle_defaults/org.eclipse.ui.editors/textDragAndDropEnabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.6/uri=http\://download.eclipse.org/birt/update-site/2.6
/instance/org.eclipse.pde.core/org.eclipse.pde.ui.nl=en_US
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore
/bundle_defaults/org.eclipse.ui.workbench/SELECT_ON_HOVER=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
/bundle_defaults/org.eclipse.core.resources/description.snapshotinterval=300000
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_value=42,0,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases_site.xml/uri=http\://download.eclipse.org/tools/gef/updates/releases/site.xml
@org.tigris.subversion.subclipse.tools.usage=1.0.1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/uri=http\://download.eclipse.org/e4/downloads/drops/R-0.11-201106201631/repository
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.comment.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.metadataRepository
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.return.bold=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.keyword.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.nightlabs.de_updatesites_development/enabled=false
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Color.FindScope=185,176,180
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__projects.cs.kent.ac.uk_projects_wrangler_trac/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__update.eclipse.org_updates_3.3/uri=http\://update.eclipse.org/updates/3.3
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.3/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.use_this_for_non_static_field_access_only_if_necessary=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.memory.paddedStr=??
/instance/org.eclipse.pde.core/target_platform_realization=true
/bundle_defaults/org.eclipse.ui/OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractClass.strikethrough=false
/bundle_defaults/org.tigris.subversion.subclipse.core/resursive_status_update=true
/bundle_defaults/org.eclipse.ui.editors/breakpointIndicationInOverviewRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.active_filters=org.eclipse.jdt.internal.junit.runner.*,org.eclipse.jdt.internal.junit4.runner.*,org.eclipse.jdt.internal.junit.ui.*,junit.framework.TestCase,junit.framework.TestResult,junit.framework.TestResult$1,junit.framework.TestSuite,junit.framework.Assert,org.junit.*,java.lang.reflect.Method.invoke,sun.reflect.*
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_tags=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.cs.kent.ac.uk_projects_forse/isSystem=false
/bundle_defaults/org.eclipse.pde.core/org.eclipse.pde.ui.os=linux
/bundle_defaults/org.eclipse.wb.core/editor.layout=0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.field.enabled=true
/bundle_defaults/org.scala-ide.sdt.core/formatter.spaceInsideParentheses=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.use_this_for_non_static_method_access_only_if_necessary=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/description=
/bundle_defaults/org.eclipse.jdt.ui/markImplementors=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_revision_mode=0
@org.eclipse.pde.launching=3.6.0.201106211658
/instance/org.eclipse.jdt.ui/content_assist_number_of_computers=25
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_objectteams_updates_contrib/uri=http\://download.eclipse.org/objectteams/updates/contrib
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/name=BIRT
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/description=
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.browsing.memberstoeditor=true
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.spaceBeforeColon=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_update-current-35/uri=http\://download.scala-ide.org/update-current-35
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_linuxtools_update/uri=http\://download.eclipse.org/technology/linuxtools/update
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/revisionAnnotationIndication=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.colour=0,128,128
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/uri=http\://download.eclipse.org/windowbuilder/WB/release/R201109201200/3.7/
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_integration_3.7/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.string.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/suffix=artifacts.xml
/bundle_defaults/org.eclipse.pde.core/org.eclipse.pde.ui.nl=en_US
/bundle_defaults/org.tigris.subversion.subclipse.core/share_nested_projects=true
/bundle_defaults/org.eclipse.debug.ui/Console.lowWaterMark=80000
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/uri=http\://download.eclipse.org/tools/ajdt/36/update/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__update.eclipse.org_updates_3.0/uri=http\://update.eclipse.org/updates/3.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.9_update-site/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/name=m2e
1.0.x milestones repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/enabled=false
/bundle_defaults/org.eclipse.ui.editors/breakpointIndicationColor=0,0,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/uri=http\://subclipse.tigris.org/update_1.6.x
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_calculate_dirty=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup_profile=org.eclipse.jdt.ui.default.eclipse_clean_up_profile
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_update-current-35/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_console_show_on_message=false
/instance/org.eclipse.egit.ui/merge_mode=0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/uri=http\://download.eclipse.org/releases/indigo/201109230900
/bundle_defaults/org.eclipse.ui.editors/javaScriptOverrideIndicator=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.3/isSystem=false
/bundle_defaults/org.eclipse.ui.ide/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=prompt
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.navigation.next=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.activate_workbench=true
/bundle_defaults/org.eclipse.ui.ide/OPEN_REQUIRED_PROJECTS=prompt
/configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/name=org.sonatype.tycho.update
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-alpha-updates.s3.amazonaws.com/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert
/bundle_defaults/org.eclipse.ui.editors/revisionAnnotationIndicationHighlighting=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do
not insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_console_error_color=255,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/uri=http\://erlide.org/update_sf
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.format_html=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/uri=http\://oroszgy.github.com/eclipsegraphviz/update
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.reuse_open_compare_editors=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/description=
/bundle_defaults/org.eclipse.ui.editors/isSearchResultGoToNextNavigationTarget=false
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.downloadSources=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_prune_empty_directories=true
/bundle_defaults/org.eclipse.ui.editors/searchHighlightTextStyle=NONE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/uri=https\://repository.sonatype.org/content/repositories/forge-sites/m2eclipse-tycho/0.6.0/N/0.6.0.201109301325
/bundle_defaults/org.scala-ide.sdt.core/no-specialization=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/uri=http\://download.eclipse.org/technology/epp/packages/helios/SR1/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/version=1.0.0
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_console_command_color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_assignment=0
/instance/org.eclipse.wst.sse.ui/useAnnotationsPrefPage=true
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_default_imports=true
/project/ru.microdigital.cms.drivers.test/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/description=
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/enabled=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_use_font_decorators=false
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_key=0,0,0
/bundle_defaults/org.scala-ide.sdt.core/formatter.alignSingleLineCaseStatements=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_update-current/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/java_bracket_italic=false
/bundle_defaults/org.scala-ide.sdt.core/explaintypes=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unused_private_types=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.equals.colour=0,0,0
/bundle_defaults/org.eclipse.ui.editors/searchResultIndicationInVerticalRuler=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.underline=false
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.bold=false
@org.eclipse.mylyn.context.core=3.6.0.v20110608-1400
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_udc/uri=http\://download.eclipse.org/technology/epp/updates/udc/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do
not insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_log_entries_to_fetch=25
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/enabled=false
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.ExpressionView.org.eclipse.jdt.debug.ui.show_constants=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/version=1
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.track_views=true
/bundle_defaults/org.eclipse.jdt.ui/java_doc_keyword_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/name=Update
Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tptp_updates/uri=http\://download.eclipse.org/tptp/updates/
/bundle_defaults/org.eclipse.ui.editors/isAdditionGoToNextNavigationTarget=false
/bundle_defaults/org.eclipse.jdt.ui/handleTemporaryProblems=true
/bundle_defaults/org.eclipse.update.scheduler/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/content_assist_favorite_static_members=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/uri=http\://download.eclipse.org/tools/ajdt/37/update
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.italic=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/suffix=artifacts.xml
@net.sourceforge.vrapper.eclipse=0.16.0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.strikethrough=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.formatter.braces.end=next
/bundle_defaults/org.eclipse.ui.workbench/EDITOR_TAB_WIDTH=3
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/provider=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.0.RELEASE_e3.7/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.8_update-site/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/name=Helios
/project/ru.microdigital.cms.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/isSystem=true
/bundle_defaults/org.scala-ide.sdt.core/Ypresentation-debug=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_consider_contents=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_update-current/uri=http\://download.scala-ide.org/update-current
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.highlight=true
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.formatter.remove.unnecessary.semicolons=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases_site.xml/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/java_doc_default_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_1.0/uri=http\://download.eclipse.org/sequoyah/updates/1.0/
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.underline=false
/instance/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.ExpressionView.org.eclipse.jdt.debug.ui.show_null_entries=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/uri=http\://subclipse.tigris.org/update_1.6.x
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__update.eclipse.org_updates_3.3/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/name=Buckminster
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/spelling_proposal_threshold=20
/instance/org.scala-ide.sdt.core/organizeimports.wildcards=scala.collection.JavaConverters$scala.collection.JavaConversions$com.coconut_palm_software.xscalawt.XJFace$scalaz$org.eclipse.swt.SWT$com.coconut_palm_software.xscalawt.XScalaWT$scalaz.Scalaz
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_objectteams_updates_contrib/enabled=false
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.pde.core/pluginProject.extensions=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/name=file\:/shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/I20110620-1631/repository
- metadata
/bundle_defaults/org.eclipse.ui.editors/spellingIndicationInOverviewRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/uri=http\://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/enabled=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.inColor=0,200,125
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deadCodeInTrivialIfStatement=disabled
/bundle_defaults/org.eclipse.ui.editors/isTaskGoToNextNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/name=Virgo
IDE Tooling
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/name=update
site\: http\://www.junginger.biz/eclipse/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_label=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.italic=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.numbers.color=205,50,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/uri=http\://www.eclipse.org/modeling/emft/?project\=search\#search
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_indigo/uri=http\://download.eclipse.org/tools/cdt/releases/indigo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_jwt_update-site/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.comment.strikethrough=false
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/uri=http\://fluent-builders-generator-eclipse-plugin.googlecode.com/hg/site/
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.validate_edit_with_no_context=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.template.format=true
/project/ru.microdigital.cms.plugins.other.test.framework.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.team.cvs.ui/pref_added_flag=*
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_ocl_3_0_updates/uri=http\://download.eclipse.org/modeling/mdt/ocl/3_0/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/uri=http\://download.eclipse.org/birt/update-site/3.7-interim
/instance/org.eclipse.jdt.ui/spelling_locale_initialized=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.showwizard=true
/bundle_defaults/org.eclipse.ui.editors/rulerContributions=
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.keyword.colour=127,0,85
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/enabled=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_hasremote=true
/bundle_defaults/org.eclipse.ui.editors/javaScriptOccurrenceIndicationInOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_PULLDOWN_ACTIVE=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.nightlabs.de_updatesites_development/enabled=false
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monospace|10.0|0|GTK|1|;
/bundle_defaults/org.scala-ide.sdt.core/nowarn=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update_sf/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_2.0/uri=http\://download.eclipse.org/sequoyah/updates/2.0/
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/enabled=false
/bundle_defaults/org.eclipse.ui.ide/LIMIT_TASKS=true
/bundle_defaults/org.eclipse.ui.editors/additionIndicationInVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.ui/java_method_name_bold=false
/bundle_defaults/org.eclipse.ui.editors/showWarningInNextPrevDropdownToolbarAction=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.format_source_code=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/name=Maven
Integration for Eclipse
/instance/org.eclipse.mylyn.context.core/mylyn.attention.migrated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/provider=
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.default.colour=0,0,0
/bundle_defaults/org.eclipse.ui.workbench/REUSE_DIRTY_EDITORS=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/uri=http\://download.eclipse.org/modeling/gmf/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.javaDebug.alertHCRFailed=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_missing_override_annotations=true
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.compactControlReadability=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/name=m2e
releases repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/suffix=compositeContent.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
/bundle_defaults/org.eclipse.ui.workbench/REUSE_OPEN_EDITORS=8
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_milestones_0.8/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/uri=http\://download.eclipse.org/releases/indigo/201106220900/aggregate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/name=Maven
Integration for Eclipse
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_default_headers=true
/bundle_defaults/org.eclipse.ui.editors/showEnclosedIdeographicSpaces=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/provider=
/bundle_defaults/org.eclipse.ui.editors/currentIPIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/enabled=false
/bundle_defaults/org.eclipse.ui.editors/undoHistorySize=200
/project/ru.focusmedia.rcplibs.rcputil/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersSrcName=src
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/uri=http\://download.eclipse.org/modeling/gmf/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/enabled=false
/instance/org.eclipse.jdt.ui/fontPropagated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/enabled=false
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/uri=http\://download.springsource.com/release/TOOLS/update/2.8.1.RELEASE/e3.7/
/bundle_defaults/org.eclipse.ui.editors/typeCheckIndicationInVerticalRuler=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.overrideannotation=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/uri=http\://download.eclipse.org/modeling/m2t/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_indigo/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.exception.name=e
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/nickname=update
site\: http\://dev.nightlabs.org/updatesites/development/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/name=/home/aromanov/eclipse/.eclipseextension
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.all_instances_max_count=100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/uri=http\://erlide.sourceforge.net/update_sf
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-alpha-updates.s3.amazonaws.com/uri=http\://bndtools-alpha-updates.s3.amazonaws.com/
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineString.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.sourceforge.net_update_sf/version=1.0.0
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.RemoveFromLaunchHistory=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
/bundle_defaults/org.eclipse.wst.sse.core/task-tags/enabled=false
/bundle_defaults/org.eclipse.ui.editors/showTaskInNextPrevDropdownToolbarAction=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/isSystem=false
@org.eclipse.search=3.7.0.v20110505-0800
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/suffix=artifacts.xml
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/instance/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.prompt_unable_to_install_breakpoint=false
/bundle_defaults/org.eclipse.ui.editors/printMarginColor=176,180,185
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/nickname=Update
Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/uri=http\://download.eclipse.org/tools/emf/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__update.eclipse.org_updates_3.3/enabled=false
/bundle_defaults/org.eclipse.ui.workbench/DISABLE_DIALOG_FONT=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/nickname=file\:/shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/I20110620-1631/repository
- metadata
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.colour=0,128,128
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.6/isSystem=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.LaunchLastIfNotLaunchable=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.2_stable/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/suffix=artifacts.xml
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tm_updates_3.2/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.4
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/name="Maven
for Scala"
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.underline=false
/bundle_defaults/org.eclipse.wb.core/common.acceptNonVisualBeans=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/nickname=update
site\: http\://vrapper.sourceforge.net/update-site/stable
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.cdata.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_indigo/enabled=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.formatter.braces.start=same
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_categories/suffix=content.xml
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_hasremote=true
/bundle_defaults/org.scala-ide.sdt.core/formatter.placeScaladocAsterisksBeneathSecondAsterisk=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.preserveSpaceBeforeArguments=false
/bundle_defaults/org.eclipse.ui.editors/quickdiff.nowarn.before.switch=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentPrefixes=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/nickname=Erlide
Test Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/isSystem=false
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/description=
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_limit_output=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_tooling/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_update-site_releases_site.xml/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/enabled=true
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_DISPLAY_FULL_NAME=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.ant.ui.AntElementHyperlinkDetector_stateMask=-1
/bundle_defaults/org.scala-ide.sdt.core/formatter.multilineScaladocCommentsStartOnFirstLine=false
/bundle_defaults/org.eclipse.core.resources/description.defaultbuildorder=true
@org.eclipse.jst.jsp.core=1.2.401.v201108302147
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.show_run_perspective_default=perspective_none
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.ui/matchingBrackets=true
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_null_entries=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/version=1.0.0
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.memory.columnSize=4
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant_sec_id=none
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/provider=
/bundle_defaults/org.eclipse.ui.editors/currentIPHighlight=true
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=on-startup
@org.eclipse.team.ui=3.6.100.I20110525-0800
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_milestones_0.8/uri=http\://download.eclipse.org/modeling/mdt/papyrus/updates/milestones/0.8
/bundle_defaults/org.eclipse.ui.workbench/OPEN_VIEW_MODE=0
/bundle_defaults/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE=prompt
/instance/org.eclipse.jdt.ui/content_assist_disabled_computers=org.eclipse.jdt.ui.javaAllProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000org.eclipse.jdt.ui.textProposalCategory\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\u0000
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_indigo/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/matchingTagTextStyle=NONE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/isSystem=true
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javatypes.color_bold=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16
/instance/org.eclipse.ui.ide/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=always
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/suffix=artifacts.xml
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.SaveAction.RemoveUnnecessarySemicolons=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/version=1.0.0
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.PathFilter=
/bundle_defaults/org.eclipse.ui.editors/printMarginColumn=80
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.pde.core/pluginProject.extensions=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/description=
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.navigation.dropdown=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.remove_all_breakpoints_prompt=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/description=
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.cdata.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_key_italic=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotation.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.auto_remove_old_launches=true
/bundle_defaults/org.eclipse.ui.ide/LIMIT_BOOKMARKS=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/description=
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.indentSpaces=2
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.formatter.line.maxlength=80
/bundle_defaults/org.eclipse.pde.core/target_mode=useThis
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/name="Eclipse
Project Test Site"
@org.scala-ide.sdt.core=2.0.0.rc03-2_09-201112091328-06d2a99
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20100519200754_repository/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/name=Indigo
repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_empty_lines=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/name=Maven
Integration for Scala IDE Artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/provider=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_swordfish_updates/uri=http\://download.eclipse.org/swordfish/updates
/bundle_defaults/org.eclipse.ui.editors/secondaryIPTextStyle=NONE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/uri=http\://download.eclipse.org/tools/gef/updates/milestones/
/project/ru.microdigital.cms.drivers.test/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/nickname=Indigo
/bundle_defaults/org.eclipse.ui.editors/occurrenceHighlighting=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_update-current/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/name=SpringSource
Update Site for Eclipse 3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/nickname=m2e
releases repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/home/aromanov/eclipse/p2/org.eclipse.equinox.p2.core/cache/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/provider=
/bundle_defaults/org.scala-ide.sdt.core/formatter.indentWithTabs=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.compact_else_if=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/uri=http\://download.eclipse.org/mylyn/drops/3.6.4/v20111118-0100/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_missing_override_annotations_interface_methods=true
/bundle_defaults/org.eclipse.wb.core/hiddenCode.begin=$hide>>$
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.string.colour=42,0,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/uri=http\://download.eclipse.org/releases/helios/201102250900
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/name=Feature
- Artifact Repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_objectteams_updates_contrib/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/uri=http\://eclipseguru.org/
/bundle_defaults/org.eclipse.ui.editors/isInfoGoToPreviousNavigationTarget=false
/instance/org.eclipse.pde.ui/DependenciesView.show.callers=true
/bundle_defaults/org.eclipse.ui.editors/overrideIndicator=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/suffix=content.xml
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tm_updates_3.3/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javakeywords.color_bold=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_3.6/uri=http\://download.eclipse.org/mylyn/releases/3.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.4.0/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_parameters_foreground=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__shibumi.erlide.org_updates_master/isSystem=true
/bundle_defaults/org.eclipse.ui.editors/linked.exit.navigation.next=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/isSystem=true
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_nebula/uri=http\://www.eclipse.org/nebula/
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.runtimes=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/name=GrepCode
Eclipse Plugin Update Site
/bundle_defaults/org.eclipse.ui.editors/matchingTagIndicationColor=212,212,212
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__sourceforge.net_projects_hypergraph/uri=https\://sourceforge.net/projects/hypergraph/
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_swordfish_updates/enabled=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/name=Feature
/bundle_defaults/org.eclipse.ui/USE_WINDOW_WORKING_SET_BY_DEFAULT=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.flatPackagesInPackageExplorer=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_categories/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.ui.editors/additionIndicationColor=188,188,222
/bundle_defaults/org.eclipse.jdt.ui/smartPaste=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_mdt_?project\=papyrus\#papyrus/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocTagsMethodTypeParameters=disabled
/instance/org.eclipse.jdt.ui/CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.TAG_DUMMY_TO_TEST_EXISTENCE=storedViewPreferences
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_overlaydirty=true
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.indentPackageBlocks=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/uri=http\://download.eclipse.org/modeling/m2m/updates/
/bundle_defaults/org.eclipse.jdt.ui/java_keyword_italic=false
/bundle_defaults/org.scala-ide.sdt.core/Xdisable-assertions=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_urls=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/provider=
/bundle_defaults/org.eclipse.jdt.ui/content_assist_autoactivation_triggers_javadoc=@\#
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_update-current/uri=http\://download.scala-ide.org/update-current
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_autoactivation=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_timeout=60
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/java_bracket_bold=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_edit_action=editInBackground
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/suffix=content.xml
/bundle_defaults/org.eclipse.team.cvs.ui/pref_commit_files_display_threshold=1000
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_menu_icon_set=1
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/bundle_defaults/org.eclipse.jdt.ui/subWordNavigation=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.format_source_code=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.classpath.exclusionPatterns=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/isSystem=false
/project/sbinary/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.number.strikethrough=false
@org.eclipse.m2e.discovery=1.0.100.20110804-1717
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0
/instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_perspective_to_show=always
/bundle_defaults/org.eclipse.core.resources/description.disableLinking=false
/bundle_defaults/org.scala-ide.sdt.core/formatter.rewriteArrowSymbols=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert
/bundle_defaults/org.eclipse.jdt.ui/java_default_italic=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineComment.italic=false
/bundle_defaults/org.eclipse.ui.editors/taskIndicationInVerticalRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/enabled=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_enable_commit_sets=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_objectteams_updates_2.0/isSystem=false
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.jface.textfont=1|Monospace|10.0|0|GTK|1|;
/bundle_defaults/org.eclipse.jdt.ui/content_assist_lru_history=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
/bundle_defaults/org.eclipse.ui.editors/linked.focus.overviewruler=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_newresource=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_paths=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/warningIndicationInOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/suffix=artifacts.xml
/bundle_defaults/org.eclipse.ui.editors/hyperlinksEnabled=true
/project/ru.microdigital.cms.plugins.other.test.framework.ui/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.internal.ui.javaeditor.NLSKeyHyperlinkDetector_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.2/uri=http\://download.eclipse.org/dsdp/tm/updates/3.2
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_upper=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/enabled=true
/bundle_defaults/org.eclipse.ui.editors/isDeletionGoToPreviousNavigationTarget=false
/instance/org.eclipse.pde.launching/Preferences.MainPage.automanageDependencies=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_ext_connection_method_proxy=ext
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.doubleIndentClassDeclaration=false
/bundle_defaults/org.eclipse.jdt.ui/packageview.doubleclick=packageview.doubleclick.expands
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/name=Feature
- Artifact Repository
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.MemoryHistoryUnknownColor=114,119,129
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
/bundle_defaults/org.eclipse.jdt.ui/Refactor.lightweight=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/name="EPP
Packages Repository"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/uri=http\://download.eclipse.org/stp/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/suffix=site.xml
/bundle_defaults/org.eclipse.ui.editors/deletionIndicationColor=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/uri=file\:/home/aromanov/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.rcp.profile/
/bundle_defaults/org.eclipse.ui.workbench/ENABLE_COOL_BARS=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_indigo/uri=http\://download.eclipse.org/tools/cdt/releases/indigo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/uri=http\://repository.grepcode.com/java/ext-eclipse/
/project/ru.microdigital.cms.plugins.other.test.framework.ui/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.bold=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_34_update/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/uri=http\://download.eclipse.org/eclipse/updates/3.6/R-3.6.1-201009090800
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.AddedLinesRegex=
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.default.strikethrough=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.bracket.colour=0,0,0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.autoboxing.color=171,48,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/enabled=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_CHANGED_VALUE_BACKGROUND=255,255,0
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineComment.bold=false
/bundle_defaults/org.eclipse.ui.editors/overviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Navigation.SmartHomeEnd=true
/bundle_defaults/org.eclipse.ui.editors/bookmarkIndicationHighlighting=false
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.alignSingleLineCaseStatements=false
/bundle_defaults/org.eclipse.ui.editors/linked.target.highlight=false
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.pde.core/resolve.requirebundle=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do
not insert
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_swordfish_updates/isSystem=false
/bundle_defaults/org.eclipse.ui.ide/BOOKMARKS_FILTERS_MIGRATE=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_newresource=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.default.underline=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_update_prompt=never
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/content_assist_guess_method_arguments=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/enabled=false
/instance/org.eclipse.ant.ui/problem_properties=ignore
/bundle_defaults/org.eclipse.jdt.ui/content_assist_autoactivation_delay=200
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/name=Helios
artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/isSystem=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_show_on_message=false
/bundle_defaults/org.eclipse.ui.editors/showEnclosedTabs=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.3.0/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/showEnclosedSpaces=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/uri=http\://svn.codespot.com/a/eclipselabs.org/birt-innovent-update/2.5.2/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
/configuration/org.eclipse.core.net/proxyData/HTTPS/port=3128
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_ocl_3_0_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/suffix=content.xml
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.gjdk.color_bold=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.text.style=NONE
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldPrefixes=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/name=Erlide
Test Site
/bundle_defaults/org.eclipse.ui.editors/hyperlinkColor.SystemDefault=true
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.ExpressionView.org.eclipse.jdt.debug.ui.show_static_variables=false
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/bundle_defaults/org.eclipse.ui.editors/linked.focus.navigation.next=false
/bundle_defaults/org.eclipse.pde.core/org.eclipse.pde.ui.arch=x86
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/nickname=Composite
Marketplace Repository
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/remindElapsedTime=30
minutes
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/uri=http\://download.eclipse.org/technology/m2e/milestones/1.0/1.0.0.201106021057
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.overviewruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/suffix=artifacts.xml
/instance/org.eclipse.pde.core/org.eclipse.pde.ui.arch=x86
/bundle_defaults/org.scala-ide.sdt.core/formatter.compactControlReadability=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.interface.underline=false
/bundle_defaults/org.eclipse.ui.editors/linked.slave.verticalruler=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
/bundle_defaults/org.eclipse.jdt.ui/java_single_line_comment=63,127,95
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do
not insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_added=true
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javatypes.color=151,44,120
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/enabled=false
/bundle_defaults/org.eclipse.ui.editors/infoIndicationHighlighting=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.bold=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.cs.kent.ac.uk_projects_forse/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_update-current-35/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/suffix=artifacts.xml
/bundle_defaults/org.eclipse.jdt.ui/cleanup.organize_imports=false
/bundle_defaults/org.eclipse.ui.editors/isChangeGoToPreviousNavigationTarget=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
/project/ru.microdigital.cms.core/org.eclipse.m2e.core/activeProfiles=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do
not insert
/project/sbinary/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__update.eclipse.org_updates_3.3/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
/bundle_defaults/org.tigris.subversion.subclipse.core/show_out_of_date_folders=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/version=1.0.0
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.max_history_size=10
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.reuse_editor=true
@org.eclipse.ui.browser=3.3.100.v20110426
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/name=Maven
Integration for Eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/description=
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_missing_annotations=true
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_assignment_italic=false
/instance/org.eclipse.wb.core/design.palette.flyout.width=192
/bundle_defaults/org.scala-ide.sdt.core/organizeimports.groups=java$scala$org$com
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__projects.cs.kent.ac.uk_projects_wrangler_trac/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/provider=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line
/bundle_defaults/org.eclipse.ui.editors/showFilteredSearchResultInNextPrevDropdownToolbarAction=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/uri=http\://download.eclipse.org/modeling/m2t/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_udc/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_integration_3.7/isSystem=false
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.ui.editors/printMargin=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/name=Helios
artifacts
/bundle_defaults/org.codehaus.groovy.eclipse.dsl/org.codehaus.groovy.eclipse.dsl.disabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.4.0/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/description=
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.editor.tab.width=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/name="Eclipse
Project Test Site"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/spelling_problems_threshold=100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update_sf/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localPrefixes=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.2_stable/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/writeOccurrenceIndicationColor=240,216,168
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.colour=0,128,128
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.spaceBeforeColon=false
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_value_italic=false
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.pde.core/resolve.requirebundle=false
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Color.Background=255,255,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.8_update-site/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/isSystem=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.ExpressionView+org.eclipse.debug.ui.ShowTypeNamesAction=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.3.0/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/name=org.eclipse.mat.updatesite
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/suffix=compositeContent.xml
/bundle_defaults/org.scala-ide.sdt.core/Ypresentation-replay=
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.default.color_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/name=update
site\: http\://dev.nightlabs.org/updatesites/development/
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.italic=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1
/bundle_defaults/org.eclipse.jdt.ui/java_multi_line_comment_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_objectteams_updates_2.0/enabled=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.overviewruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_indigo/uri=http\://download.eclipse.org/tools/ptp/updates/indigo/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_updateSite/uri=http\://download.eclipse.org/tools/orbit/downloads/drops/updateSite
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.6/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/type=org.eclipse.equinox.p2.updatesite.artifactRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=4
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.generateClassFiles=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/uri=http\://download.eclipse.org/modeling/emft/updates/
/bundle_defaults/org.eclipse.ui.editors/javaScriptIsOverrideIndicatorGoToNextNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/enabled=false
/bundle_defaults/org.eclipse.ui.editors/warningTextStyle=PROBLEM_UNDERLINE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_milestones_0.8/isSystem=false
/instance/org.eclipse.jdt.ui/lastRecentlyUsedFilters=org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*,
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.colour=127,0,127
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/suffix=compositeArtifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/description=
/bundle_defaults/org.eclipse.ui.workbench/OPEN_AFTER_DELAY=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_jwt_update-site/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.equals.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-alpha-updates.s3.amazonaws.com/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_runtime/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7/uri=http\://download.eclipse.org/birt/update-site/3.7
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.ui.ide/BOOKMARKS_LIMIT=100
/bundle_defaults/org.eclipse.ui.editors/writeOccurrenceHighlighting=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/isSystem=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.color=0,0,0
@org.tigris.subversion.subclipse.ui=1.6.18
/bundle_defaults/org.eclipse.debug.ui/org.eclispe.debug.ui.memory.pageSize=20
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk/showLatestVersion=true
/bundle_defaults/org.eclipse.debug.core/org.eclipse.debug.core.PREF_BREAKPOINT_MANAGER_ENABLED_STATE=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_helios/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.pkgNameAbbreviationPatternForPackagesView=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/uri=http\://download.eclipse.org/tools/mylyn/update/e3.4/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.cdata.bold=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.comment.bold=false
@org.eclipse.ui=3.7.0.I20110602-0100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_updates/uri=http\://www.eclipse.org/modeling/updates/
/bundle_defaults/org.scala-ide.sdt.core/organizeimports.expandcollapse=expand
/bundle_defaults/org.eclipse.ui.editors/showRevisionAnnotationInNextPrevDropdownToolbarAction=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/uri=http\://download.eclipse.org/virgo/milestone/IDE
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/nickname=org.scala-ide.sdt.update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/version=1.0.0
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.semantic.highlighting=true
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.number.color=42,0,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.camelCaseMatch=enabled
/bundle_defaults/org.eclipse.jdt.ui/java_keyword_return_bold=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_35_update/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/suffix=artifacts.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/name=EPP
Packages Repository
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.bold=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line
/project/com.twitter.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/uri=http\://download.eclipse.org/releases/indigo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/uri=http\://www.junginger.biz/eclipse/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/name=Composite
Marketplace Repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/enabled=true
/bundle_defaults/org.eclipse.jdt.ui/escapeStrings=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.equals.colour=0,0,0
/bundle_defaults/org.eclipse.ui.editors/matchingTagVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__projects.cs.kent.ac.uk_projects_wrangler_trac/uri=http\://projects.cs.kent.ac.uk/projects/wrangler/trac/
/bundle_defaults/org.eclipse.jdt.ui/java_multi_line_comment_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/enabled=false
/bundle_defaults/org.eclipse.ui.editors/linked.target.text=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.outColor=0,0,0
/bundle_defaults/org.eclipse.team.cvs.ui/pref_repositories_are_binary=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.colour=127,0,127
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractClass.enabled=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.color=70,100,165
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_indigo/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.italic=false
/configuration/org.tigris.subversion.subclipse.tools.usage/first_visit=1310370514749
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_categories/uri=http\://download.eclipse.org/eclipse/updates/3.7/categories
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.enable_assertions=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/suffix=compositeContent.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true
/instance/org.eclipse.wst.jsdt.ui/fontPropagated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.artifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/suffix=eclipse
/instance/org.eclipse.pde.core/pooled_urls=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_eef_updates_0.7.1/uri=http\://download.eclipse.org/modeling/emft/eef/updates/0.7.1/
/bundle_defaults/org.eclipse.core.resources/description.maxfilestatesize=1048576
/project/ru.microdigital.cms.drivers.common/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/uri=http\://marketplace.eclipse.org/repo/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/uri=https\://repository.sonatype.org/content/repositories/forge-sites/m2eclipse-tycho/0.6.0/N/0.6.0.201109301325
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/enabled=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.strikethrough=false
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.junit3.javadoclocation=http\://www.junit.org/junit/javadoc/3.8.1
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersInNewProjects=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.bracket.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
/bundle_defaults/org.eclipse.jdt.ui/smart_tab=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.ui/LINK_NAVIGATOR_TO_EDITOR=false
/bundle_defaults/org.eclipse.ui.editors/showTrailingTabs=true
/instance/org.eclipse.debug.core/org.eclipse.debug.core.USE_STEP_FILTERS=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/uri=file\:/home/aromanov/eclipse/configuration/org.eclipse.osgi/bundles/115/data/listener_1925729951/
/configuration/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_egit_updates/uri=http\://download.eclipse.org/egit/updates
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_updateSite/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/name="Eclipse
Project Test Site"
/bundle_defaults/org.eclipse.ui.editors/infoIndicationInVerticalRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.0_update-site/uri=http\://download.eclipse.org/mat/1.0/update-site/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.protest-project.eu/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/isSystem=true
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.compress_folders=true
/bundle_defaults/org.eclipse.jdt.ui/spelling_locale=en_US
/bundle_defaults/org.scala-ide.sdt.core/Xpluginsdir=misc/scala-devel/plugins
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/uri=http\://download.eclipse.org/eclipse/updates/3.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_releases/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/linked.exit.navigation.dropdown=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__sourceforge.net_projects_hypergraph/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/count=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_milestones_0.8/uri=http\://download.eclipse.org/modeling/mdt/papyrus/updates/milestones/0.8
/bundle_defaults/org.eclipse.ui.editors/unchangedIndication=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do
not insert
/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.show_debug_perspective_default=org.eclipse.debug.ui.DebugPerspective
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/uri=http\://yari.pluginbuilder.org/releases/p2-updateSite/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/enabled=true
/project/ru.microdigital.cms.plugins.libraries.logback.console/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Accessibility.UseCustomCarets=true
/bundle_defaults/org.eclipse.ui.editors/errorIndicationColor=255,0,128
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/description=
/bundle_defaults/org.eclipse.wb.core/editor.gotoComponentDefinitionOnSelection=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/uri=http\://download.eclipse.org/modeling/emf/updates/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16
/bundle_defaults/org.eclipse.ui.editors/javaScriptOccurrenceIndicationColor=212,212,212
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.color=0,0,0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.enabled=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.string.underline=false
/bundle_defaults/org.eclipse.ui.editors/showBookmarkInNextPrevDropdownToolbarAction=true
/project/scalaz/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.ui.editors/searchHighlightColor=240,216,168
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/uri=http\://www.eclipse.org/modeling/emft/?project\=search\#search
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do
not insert
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.pde.core/resolve.requirebundle=false
/bundle_defaults/org.eclipse.ui.editors/changeIndicationInOverviewRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.computeJavaBuildOrder=ignore
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_after_imports=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/uri=http\://dev.nightlabs.org/updatesites/development/
/bundle_defaults/org.eclipse.ui.editors/occurrenceIndicationInOverviewRuler=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert
/instance/org.eclipse.wst.sse.core/task-tag-projects-already-scanned=ru.microdigital.cms.core,ru.microdigital.cms.drivers.mdr-i0008,ru.microdigital.cms.drivers.mdr-x700,ru.microdigital.cms.libraries.comms,ru.microdigital.cms.libraries.comms.dvr.mdr.i0008,ru.microdigital.cms.libraries.comms.dvr.mdr.x700,ru.microdigital.cms.libraries.media,ru.microdigital.cms.libraries.util,ru.microdigital.cms.tools.media.player,ru.focusmedia.comms,ru.focusmedia.util,ru.microdigital.cms.drivers.test,target,ru.microdigital.cms.features.other.test.framework,ru.microdigital.cms.libraries.external,ru.microdigital.cms.plugins.other.test.framework.core,ru.microdigital.cms.plugins.other.test.framework.ui,ru.microdigital.cms.products.test.framework,External
Plug-in Libraries,com.twitter.util,ru.focusmedia.rcplibs.rcputil.scala,ru.focusmedia.rcplibs.external,ru.focusmedia.rcplibs.rcputil,ru.focusmedia.rcplibs.util.scala,scalaz,z.focusmedia.osgi,ru.microdigital.cms.plugins.libraries.logback.console,sbinary,ru.microdigital.cms.drivers.MDR-NVRplus,ru.microdigital.cms.plugins.libraries.swtvideo,ru.microdigital.cms.drivers.common,ru.focusmedia.concurrent,cnf,ru.microdigital.cms.plugins.libraries.comms,ru.microdigital.cms.plugins.libraries.media,ru.microdigital.cms.plugins.libraries.util
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.duplicateResourceTask=warning
/instance/org.eclipse.m2e.discovery/org.eclipse.m2e.discovery.pref.projects=
/bundle_defaults/org.eclipse.team.cvs.ui/pref_dirty_flag=>
/bundle_defaults/org.eclipse.jdt.ui/java_doc_default_bold=false
@org.eclipse.pde.core=3.7.0.201106211658
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.keyword.colour=127,0,85
/bundle_defaults/org.eclipse.ui.editors/spellingIndicationHighlighting=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/nickname=org.eclipse.mat.updatesite
/bundle_defaults/org.eclipse.ui.editors/hoverReplaceMode=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_show_visible_proposals=true
/bundle_defaults/org.eclipse.jdt.ui/java_default=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/compileorder=Mixed
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/linked.exit.navigation.previous=false
/project/ru.microdigital.cms.plugins.other.test.framework.ui/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_imports=1
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.CappingDisable=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/provider=
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/suffix=compositeArtifacts.xml
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.string.colour=42,0,255
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.nightlabs.de_updatesites_development/uri=http\://www.nightlabs.de/updatesites/development/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.comment.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/name=GEF
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/provider=
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.contentassist.parameterguessing=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/name=Orbit-I20110523182458
/bundle_defaults/org.scala-ide.sdt.core/Xelide-below=-2147483648
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.SaveAllEditors=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.changedDebugElement=255,0,0
/bundle_defaults/org.eclipse.ui.ide/USE_MARKER_LIMITS=true
/bundle_defaults/org.eclipse.ui.ide/CLOSE_UNRELATED_PROJECTS=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_proposals_background=255,255,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/project/ru.microdigital.cms.drivers.common/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariable.strikethrough=false
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javakeywords.color=151,44,120
/bundle_defaults/org.eclipse.team.cvs.ui/pref_groupbydate_mode=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_tooling/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/provider=
/bundle_defaults/org.eclipse.ui.workbench/STICKY_CYCLE=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.autoboxing.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_egit_updates/uri=http\://download.eclipse.org/egit/updates
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do
not insert
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/name=update
site\: http\://vrapper.sourceforge.net/update-site/stable
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.format_line_comments=true
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_enabled=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.strikethrough=false
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.eclipse.ui.editors/isSearchResultGoToPreviousNavigationTarget=false
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-alpha-updates.s3.amazonaws.com/isSystem=false
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_runtime/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/uri=http\://download.eclipse.org/technology/emft/updates/
file_export_version=3.0
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.team.cvs.ui/pref_filetext_decoration={outgoing_change_flag}{name}
{revision} {tag}
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/nickname=Eclipse
3.7 WindowBuilder Repo
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.openTypeHierarchy=viewPart
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.class.bold=false
/bundle_defaults/org.eclipse.ui.editors/searchResultIndication=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
/instance/org.eclipse.wst.xsd.ui/org.eclipse.wst.xsd.ui.internal.defaultPage=org.eclipse.wst.xsd.ui.internal.sourcePage
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.cs.kent.ac.uk_projects_forse/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.protest-project.eu/uri=http\://www.protest-project.eu/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/name=BIRT
Artifacts
/bundle_defaults/org.scala-ide.sdt.core/Xplugin=
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.step_thru_filters=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.italic=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.3.0/uri=http\://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.3.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/version=1.0.0
/bundle_defaults/org.eclipse.debug.ui/Variables.detail.orientation=Variables.detail.orientation.underneath
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.net_m2e-scala_update-site/uri=http\://alchim31.net/m2e-scala/update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/description=
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.rewriteArrowSymbols=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.bold=false
/bundle_defaults/org.eclipse.ui.editors/isOccurrenceGoToPreviousNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/uri=http\://download.eclipse.org/rt/swordfish/updates
/bundle_defaults/org.eclipse.ui.editors/showSearchResultInNextPrevDropdownToolbarAction=true
/bundle_defaults/org.eclipse.debug.ui/org.eclpise.debug.ui.memory.dynamicLoad=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.ignorelowercasenames=true
/bundle_defaults/org.eclipse.wst.web/org.eclipse.jst.j2ee.preference.staticWebContentName=WebContent
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/uri=http\://download.eclipse.org/mylyn/incubator/3.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_update-site_releases_site.xml/uri=http\://download.eclipse.org/tools/gef/update-site/releases/site.xml
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.bold=false
/bundle_defaults/org.eclipse.jdt.ui/JavaUI.update=JavaUI.update.whileEditing
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.underline=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.browsing.projectstoeditor=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_save_dirty_editors=2
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.pde.core/resolve.requirebundle=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/description=
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_digits=true
/project/scalaz/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.eclipse.team.cvs.ui/pref_confirm_move_tag=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.max_detail_length=10000
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/nickname=GEF
Update Site
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/description=
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.ShowPseudoConflicts=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__sourceforge.net_projects_hypergraph/enabled=false
/bundle_defaults/org.eclipse.ui.ide/WELCOME_DIALOG=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.9_update-site/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/content_assist_parameters_background=255,255,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/uri=http\://download.scala-ide.org/releases/2.0.0-beta
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_remove_unadded_resources_on_replace=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariable.bold=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/java_annotation_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deadCode=warning
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.strikethrough=false
@org.eclipse.wb.core=1.1.0.r37x201109091012
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/name=EPP
Packages Repository
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.HighlightTokenChanges=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.net_m2e-scala_update-site/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/suffix=artifacts.xml
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.eclipse.ui.editors/whitespaceCharacterAlphaValue=80
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/uri=http\://vrapper.sourceforge.net/update-site/unstable
/bundle_defaults/org.eclipse.epp.usagedata.recording/org.eclipse.epp.usagedata.recording.ask=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.net_m2e-scala_update-site/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/java_comment_task_tag_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/name=Yari
Repo
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticField.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/isSystem=true
/bundle_defaults/org.eclipse.ui.editors/javaScriptOccurrenceHighlighting=true
/bundle_defaults/org.eclipse.wb.core/common.addChosenComponentsToPalette=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.2_stable/isSystem=false
/instance/edu.umd.cs.findbugs.plugin.eclipse/lastUsedGrouping=[Project,
Pattern, Marker]
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/
/bundle_defaults/org.scala-ide.sdt.core/formatter.preserveDanglingCloseParenthesis=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/uri=http\://download.eclipse.org/releases/helios/201006230900
/instance/org.eclipse.wst.jsdt.ui/useAnnotationsPrefPage=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/enabled=false
/instance/org.eclipse.debug.core/org.eclipse.debug.core.PREF_BREAKPOINT_MANAGER_ENABLED_STATE=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/suffix=artifacts.xml
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.ui.editors/warningIndicationColor=244,200,45
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.sourceforge.net_update_sf/name=Erlang
IDE Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.script.filters=scripts/**/*.groovy,y,src/main/resources/**/*.groovy,y,src/test/resources/**/*.groovy,y
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.IgnoreWhitespace=false
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates_releases/enabled=false
/bundle_defaults/org.eclipse.ui.editors/javaScriptOverrideIndicatorColor=180,207,205
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do
not insert
/instance/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_null_entries=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/suffix=artifacts.xml
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.spacesWithinPatternBinders=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/isSystem=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/enabled=true
/bundle_defaults/org.eclipse.ui.editors/linked.target.overviewruler=false
/bundle_defaults/org.eclipse.epp.usagedata.gathering/org.eclipse.epp.usagedata.gathering.enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/suffix=artifacts.xml
/bundle_defaults/org.eclipse.core.resources/description.maxfilestates=50
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/isSystem=true
/bundle_defaults/org.eclipse.ui.editors/breakpointTextStyle=SQUIGGLES
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do
not insert
/project/sbinary/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/additionIndicationInOverviewRuler=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/description=
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.navigation.previous=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.nullReference=warning
/bundle_defaults/org.eclipse.ui.editors/showDeletionInNextPrevDropdownToolbarAction=false
/instance/org.eclipse.mylyn.monitor.ui/org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/name=Helios
artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.8_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/enabled=false
/bundle_defaults/org.eclipse.ui.editors/additionIndication=false
/bundle_defaults/org.eclipse.ui.editors/linked.exit.highlight=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_update-site_releases_site.xml/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__sourceforge.net_projects_hypergraph/uri=https\://sourceforge.net/projects/hypergraph/
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.show_on_error=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/uri=http\://findbugs.cs.umd.edu/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_releases/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_34_update/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/nickname=org.sonatype.tycho.update
/project/ru.microdigital.cms.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.groovykeywords.color_bold=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tm_updates_3.2/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/name=Indigo
artifacts
/project/ru.microdigital.cms.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_35_update/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/name=Update
Site
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariable.italic=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_helios/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/enabled=false
/instance/org.eclipse.pde.ui/Preferences.MainPage.overwriteBuildFilesOnExport=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.deprecationCheck=disabled
/instance/org.eclipse.debug.ui/pref_state_memento.org.eclipse.debug.ui.ExpressionView=<?xml
version\="1.0" encoding\="UTF-8"?>\n<VariablesViewMemento
org.eclipse.debug.ui.SASH_DETAILS_PART\="315"
org.eclipse.debug.ui.SASH_VIEW_PART\="684">\n<COLUMN_SIZES
IMemento.internal.id\="org.eclipse.debug.ui.VARIALBE_COLUMN_PRESENTATION.COL_VAR_NAME"
SIZE\="236"/>\n<COLUMN_SIZES
IMemento.internal.id\="org.eclipse.debug.ui.VARIALBE_COLUMN_PRESENTATION.COL_VAR_VALUE"
SIZE\="237"/>\n<PRESENTATION_CONTEXT_PROPERTIES
IMemento.internal.id\="org.eclipse.debug.ui.ExpressionView"/>\n</VariablesViewMemento>
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/name=Eclipse
3.7 WindowBuilder Repo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_releases/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/markConstantOccurrences=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_determine_server_version=true
@org.eclipse.jdt.debug.ui=3.6.0.v20110512
/bundle_defaults/org.eclipse.core.resources/encoding=
/project/ru.microdigital.cms.drivers.common/org.eclipse.pde.core/pluginProject.extensions=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/version=1.0.0
/bundle_defaults/org.eclipse.team.cvs.ui/pref_commit_with_warning=always
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/nickname=The
Eclipse Project Updates
/bundle_defaults/org.eclipse.ui.workbench/ENABLE_NEW_MENUS=true
/project/sbinary/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/suffix=artifacts.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do
not insert
/project/ru.focusmedia.rcplibs.rcputil/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.scala-ide.sdt.core/Xexperimental=false
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_hex=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.navigation.next=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/name=Erlang
IDE Update Site - Artifact Repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tptp_updates/uri=http\://download.eclipse.org/tptp/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/uri=http\://download.eclipse.org/technology/subversive/0.7/update-site/
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_provider=org.eclipse.jdt.ui.text.defaultFoldingProvider
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/name=Mylyn
Incubator
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/uri=http\://download.eclipse.org/mylyn/incubator/drops/3.6.0/I20110616-0003
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/uri=http\://download.eclipse.org/releases/indigo/201106220900
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_missing_methods=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/enabled=true
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.methodreturntype=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/name=org.scala-ide.sdt.update-site
Artifacts
/bundle_defaults/org.eclipse.jdt.ui/cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_milestones/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/nickname=Maven
Integration for Eclipse Update Extras Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/uri=http\://download.eclipse.org/technology/emft/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_runtime/uri=http\://download.eclipse.org/rt/rap/1.3/runtime
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.scala-ide.sdt.core/verbose=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/version=1.0.0
/bundle_defaults/org.eclipse.ui/PROJECT_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/name=SpringSource
Update Site for Eclipse 3.7
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/uri=http\://dist.springsource.com/release/TOOLS/update/e3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/suffix=content.xml
/bundle_defaults/org.scala-ide.sdt.core/Xno-uescape=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.showSegments=false
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.do_filter_stack=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.indentLocalDefs=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/enabled=false
/bundle_defaults/org.eclipse.ui.editors/javaScriptShowoverrideIndicatorInNextPrevDropdownToolbarAction=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/uri=http\://download.eclipse.org/technology/epp/packages/helios/
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.colour=63,127,127
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.plugin.ask.to.convert=true
/bundle_defaults/org.eclipse.ui.editors/javaScriptIsOccurrenceGoToNextNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_34_update/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/secondaryIPIndication=false
/bundle_defaults/org.eclipse.ui.editors/taskIndicationColor=0,128,255
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.scaladoc.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.tabulation.char=tab
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/uri=http\://download.eclipse.org/technology/epp/packages/helios/R/
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/nickname=Groovy
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/uri=http\://alchim31.free.fr/m2e-scala/update-site/m2eclipse-scala
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/enabled=false
@org.eclipse.mylyn.java.ui=3.6.0.v20110608-1400
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldSuffixes=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_eef_updates_0.7.1/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.enum.enabled=false
/bundle_defaults/org.eclipse.core.resources/snapshots.operations=100
/bundle_defaults/org.eclipse.jdt.ui/java_single_line_comment_bold=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_disabled_computers=org.eclipse.jdt.ui.textProposalCategory\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000
/bundle_defaults/org.eclipse.core.resources/description.applyfilestatepolicy=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/version=1.0.0
/instance/org.eclipse.ui/showIntro=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.relaunch_in_debug_mode=never
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.suspend_on_compilation_errors=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/uri=http\://download.eclipse.org/technology/m2e/releases
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_use_font_decorators=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/isSystem=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.comment.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/type=org.eclipse.equinox.p2.updatesite.artifactRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/suffix=site.xml
/project/ru.microdigital.cms.plugins.other.test.framework.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_3.6/uri=http\://download.eclipse.org/mylyn/releases/3.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/version=1.0.0
/bundle_defaults/org.eclipse.epp.usagedata.recording/org.eclipse.epp.usagedata.recording.period=432000000
/bundle_defaults/org.eclipse.wb.core/editor.layout.syncDelay=1000
/bundle_defaults/org.eclipse.ui.editors/filteredSearchResultIndicationInOverviewRuler=false
/bundle_defaults/org.eclipse.jdt.ui/wrapStrings=true
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_default_methods=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.forbiddenReferenceCheck=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/isSystem=true
/bundle_defaults/org.eclipse.core.resources/description.autobuilding=true
/instance/org.eclipse.ui.views.log/show_filter_text=true
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.sourceforge.net_update_sf/isSystem=true
/bundle_defaults/org.eclipse.core.resources/delta.expiration=2592000000
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_tooling/uri=http\://download.eclipse.org/rt/rap/1.3/tooling
/project/com.twitter.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/uri=http\://vrapper.sourceforge.net/update-site/unstable
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/nickname=GEF
Update Site
/project/com.twitter.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/description=
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_assignment=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.0.RELEASE_e3.7/uri=http\://download.springsource.com/release/TOOLS/update/2.8.0.RELEASE/e3.7/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/uri=http\://alchim31.free.fr/m2e-scala/update-site/
/bundle_defaults/org.eclipse.jdt.ui/importsOnPaste=true
/project/ru.microdigital.cms.plugins.libraries.logback.console/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.italic=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_proposals_foreground=60,60,60
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/isSystem=true
/bundle_defaults/org.eclipse.ui.editors/linked.slave.color=180,215,255
/instance/org.eclipse.pde.core/platform_path=/home/aromanov/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/uri=http\://svn.codespot.com/a/eclipselabs.org/birt-innovent-update/2.5.2/
/bundle_defaults/org.eclipse.ui.ide/useSeparator.help.group.updates=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_indigo/uri=http\://download.eclipse.org/tools/ptp/updates/indigo/
/bundle_defaults/org.eclipse.wb.core/editor.maximizeOnDesignPage=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/name=Maven
Integration for Eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/name=Bndtools
/project/ru.focusmedia.rcplibs.rcputil/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.bracket.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_case_sensitivity=false
/bundle_defaults/org.eclipse.ui.editors/linked.target.navigation.dropdown=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/name=Feature
- Artifact Repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates_releases/uri=http\://download.eclipse.org/modeling/m2m/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_update-current-35/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unused_imports=true
/bundle_defaults/org.eclipse.jdt.apt.core/org.eclipse.jdt.apt.reconcileEnabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/cleanup.qualify_static_field_accesses_with_declaring_class=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/uri=http\://download.eclipse.org/technology/m2e/releases/1.0/1.0.0.20110607-2117
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/nickname=BIRT
Update Site
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotationElementReference.bold=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/version=1.0.0
/project/ru.microdigital.cms.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.0.RELEASE_e3.7/version=1.0.0
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.spacesWithinPatternBinders=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.svnkit.com_1.3.x/enabled=false
/project/ru.microdigital.cms.plugins.libraries.logback.console/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates_releases/uri=http\://download.eclipse.org/modeling/m2m/updates/releases/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do
not insert
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.bracket.color_bold=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_use_quickdiffannotate=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.bracket.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/version=1.0.0
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_thread_group_info=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.italic=false
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.junit4.javadoclocation=http\://www.junit.org/junit/javadoc/4.5
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.remove_breakpoints_from_container_prompt=true
/bundle_defaults/org.eclipse.ui.editors/showCarriageReturn=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/isSystem=false
/instance/org.scala-ide.sdt.core/formatter.doubleIndentClassDeclaration=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
/bundle_defaults/org.scala-ide.sdt.core/Yself-in-annots=false
/bundle_defaults/org.eclipse.ui.editors/linked.focus.text.style=BOX
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/uri=http\://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736
@org.eclipse.team.core=3.6.0.I20110525-0800
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/nickname=Subclipse
1.6.x Update Site
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_integration_3.7/enabled=false
/instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=de.tobject.findbugs.decorators.ProjectBugCountDecorator\:false,de.tobject.findbugs.decorators.FolderBugCountDecorator\:false,de.tobject.findbugs.decorators.FileBugCountDecorator\:false,org.codehaus.groovy.eclipse.ui.decorator\:true,org.eclipse.m2e.core.mavenVersionDecorator\:false,org.eclipse.wst.server.ui.decorator\:false,org.codehaus.groovy.eclipse.dsl.dsldClasspathContainerDecorator\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.DependencyDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.ColumnDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.ForeignKeyDecoration\:true,org.eclipse.datatools.connectivity.sqm.core.internal.ui.explorer.IndexTriggerDecoration\:true,org.eclipse.datatools.connectivity.internal.core.ui.bookmarkDecoration\:true,org.eclipse.datatools.connectivity.internal.core.ui.FilterNodeDecoration\:true,org.eclipse.datatools.connectivity.ui.decorator.contentextension\:false,org.eclipse.datatools.enablement.ingres.ui.providers.decorators.SynonymDecorationService\:true,org.eclipse.datatools.enablement.ingres.internal.ui.providers.decorators.ParameterDecorationService\:true,org.eclipse.datatools.enablement.sybase.asa.proxytabledecorator\:true,org.eclipse.datatools.enablement.sybase.ase.webservicetabledecorator\:true,org.eclipse.datatools.enablement.sybase.systemtabledecorator\:true,org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator\:true,org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:true,org.eclipse.jst.j2ee.internal.ui.util.AnnotationIconDecorator_ejb\:true,org.eclipse.jst.j2ee.navigator.internal.J2EEProjectDecorator\:true,org.eclipse.jst.jee.ui.internal.navigator.ejb.BeanDecorator\:true,org.eclipse.jst.jee.navigator.internal.JEEProjectDecorator\:true,org.eclipse.jst.j2ee.internal.ui.util.AnnotationIconDecorator_servlet\:true,org.eclipse.jst.servlet.ui.Decorator\:true,org.eclipse.m2e.core.maven2decorator\:true,org.eclipse.mylyn.context.ui.decorator.interest\:true,org.eclipse.mylyn.tasks.ui.decorators.task\:true,org.eclipse.mylyn.team.ui.changeset.decorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.VirtualResourceDecorator\:true,org.eclipse.ui.ContentTypeDecorator\:true,org.eclipse.ui.ResourceFilterDecorator\:false,org.eclipse.core.internal.resources.semantic.ui.decorator\:true,org.eclipse.wst.jsdt.ui.override.decorator\:true,org.eclipse.wst.server.ui.navigatorDecorator\:true,org.tigris.subversion.subclipse.ui.decorator\:true,
/bundle_defaults/org.eclipse.wb.discovery.ui/contributeWizardEntries=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.strikethrough=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line
/project/com.twitter.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_command_color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/count=1
/bundle_defaults/org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR=true
/instance/org.eclipse.epp.usagedata.recording/org.eclipse.epp.usagedata.recording.ask=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticField.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/provider=
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/isSystem=true
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant=none
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/uri=http\://download.eclipse.org/mat/1.1/update-site/
/bundle_defaults/org.scala-ide.sdt.core/Xfuture=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticField.strikethrough=false
/bundle_defaults/org.eclipse.ui.editors/linked.target.navigation.previous=false
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.defaultRuntime=
/bundle_defaults/org.eclipse.ui.editors/searchResultIndicationColor=206,204,247
/bundle_defaults/org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topLeft
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/enabled=true
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/suffix=artifacts.xml
/bundle_defaults/org.eclipse.ui.editors/isOverrideIndicatorGoToPreviousNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/uri=http\://download.eclipse.org/technology/epp/packages/indigo/R/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/name=Erlang
IDE Update Site - Artifact Repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/name=${p2.artifact.repo.name}
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_egit_updates/isSystem=false
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractClass.underline=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do
not insert
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__projects.cs.kent.ac.uk_projects_wrangler_trac/uri=http\://projects.cs.kent.ac.uk/projects/wrangler/trac/
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.return.colour=127,0,85
/instance/org.eclipse.jdt.ui/scala.tools.eclipse.javaelements.ScalaElementFilter=true
/bundle_defaults/org.eclipse.ui.workbench/SINGLE_CLICK_METHOD=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tm_updates_3.3/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_modisco_updates_release/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.scaladoc.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.incompatibleJDKLevel=ignore
/bundle_defaults/org.eclipse.debug.ui/DEBUG.consoleOpenOnErr=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.forceImplicitQualification=disabled
/bundle_defaults/org.eclipse.ui.editors/matchingTagHighlight=true
/bundle_defaults/org.eclipse.ui.workbench/ENABLED_DECORATORS=
/bundle_defaults/org.eclipse.jdt.ui/java_method_name=0,0,0
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.prompt_delete_conditional_breakpoint=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.cancel_launch_with_compile_errors=prompt
/bundle_defaults/org.eclipse.ui.editors/searchResultHighlighting=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/uri=http\://download.eclipse.org/technology/epp/packages/helios/R/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates_releases/uri=http\://download.eclipse.org/modeling/mdt/updates/releases/
/project/com.twitter.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.eclipse.ui.editors/quickdiff.quickDiff=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_releases/uri=http\://download.eclipse.org/modeling/mdt/papyrus/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_releases/uri=http\://download.eclipse.org/modeling/emft/updates/releases/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/provider=
/bundle_defaults/org.eclipse.jdt.ui/java_operator_italic=false
/project/ru.microdigital.cms.drivers.test/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_argument_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/isSystem=false
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.debug.core/org.eclipse.debug.core.PREF_ENABLE_STATUS_HANDLERS=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/isSystem=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotationElementReference.italic=false
/bundle_defaults/org.eclipse.pde.core/target_platform_realization=true
/bundle_defaults/org.scala-ide.sdt.core/Xcheck-null=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/revisionRulerShowAuthor=false
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_java_strings=true
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.abbreviatepackagenames=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/provider=
/bundle_defaults/org.eclipse.ui/ENABLE_DETACHED_VIEWS=true
/bundle_defaults/org.eclipse.ui.editors/useQuickDiffPrefPage=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/provider=
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.SynchronizeScrolling=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/name=Helios
artifacts
/bundle_defaults/org.eclipse.jdt.apt.core/org.eclipse.jdt.apt.aptEnabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotationElementReference.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_1.0/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/infoTextStyle=SQUIGGLES
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/uri=http\://yari.pluginbuilder.org/releases/p2-updateSite/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.0.RELEASE_e3.7/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/uri=http\://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/
/configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
/bundle_defaults/org.eclipse.ui.editors/secondaryIPHighlight=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.keyword.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/enabled=false
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.pde.core/resolve.requirebundle=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
/bundle_defaults/org.eclipse.ui.editors/showtypeCheckInNextPrevDropdownToolbarAction=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/uri=http\://download.eclipse.org/technology/m2e/releases/1.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/name=Indigo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update_sf/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.lineSplit=80
/project/ru.microdigital.cms.core/org.eclipse.m2e.core/resolveWorkspaceProjects=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/nickname=Eclipse
Maintenance
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_nebula/enabled=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.activate_debug_view=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_commit_comments_max_history=10
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.svnkit.com_1.3.x/isSystem=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.VariableView+org.eclipse.debug.ui.ShowDetailPaneAction=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.UseContextualLaunch=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/uri=http\://download.eclipse.org/technology/m2e/releases
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/uri=http\://download.eclipse.org/tools/mylyn/update/e3.4/
/bundle_defaults/org.eclipse.jdt.ui/java_method_name_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/nickname=org.eclipse.mat.updatesite
/bundle_defaults/org.tigris.subversion.subclipse.tools.usage/ask_user_for_usage_report_preference=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.cs.kent.ac.uk_projects_forse/uri=http\://www.cs.kent.ac.uk/projects/forse/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/uri=http\://download.eclipse.org/technology/epp/packages/helios/SR2/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/nickname=update
site\: http\://vrapper.sourceforge.net/update-site/unstable
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.ondemandthreshold=99
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/enabled=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_unadded_resources_on_commit=true
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.browsing.stackVertically=false
/bundle_defaults/org.eclipse.jdt.ui/autoFormatJavaDocs=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_external_flag=
/bundle_defaults/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_MODE=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/type=org.eclipse.equinox.p2.updatesite.artifactRepository
/bundle_defaults/org.eclipse.core.net/proxiesEnabled=true
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.javaDebug.alertHCRNotSupported=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_update-current-35/uri=http\://download.scala-ide.org/update-current-35
/bundle_defaults/org.eclipse.ui.editors/searchHighlightIndication=true
/configuration/org.eclipse.core.net/systemProxiesEnabled=false
/project/ru.microdigital.cms.plugins.other.test.framework.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.core.resources/description.filestatelongevity=604800000
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_eef_updates_0.7.1/uri=http\://download.eclipse.org/modeling/emft/eef/updates/0.7.1/
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.highlight=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/isSystem=false
@org.eclipse.epp.usagedata.gathering=1.3.1.R201106061540
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/enabled=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.consoleBackground=255,255,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.class.color=0,80,50
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.enabled=false
/bundle_defaults/org.eclipse.jdt.ui/java_doc_keyword=127,159,191
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.ui.editors/bookmarkIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_egit_updates/enabled=false
@org.eclipse.ui.views.log=1.0.200.v20110404
/instance/org.eclipse.wst.sse.ui/content_assist_number_of_computers=16
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.3/uri=http\://download.eclipse.org/technology/epp/updates/1.3/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_2.0/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineComment.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_update-current-35/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/java_annotation=100,100,100
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.xsd.ui.internal.editor.XSDHyperlinkDetector_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_udc/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.jdt.ui/cleanup.always_use_blocks=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/suffix=compositeContent.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/uri=http\://download.eclipse.org/technology/epp/packages/indigo/R/
/bundle_defaults/org.eclipse.jdt.ui/java_annotation_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/isSystem=true
/bundle_defaults/org.scala-ide.sdt.core/optimise=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/description=
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.internal.ui.javaeditor.JavaElementHyperlinkReturnTypeDetector_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/markFieldOccurrences=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.autoboxing.enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.line_length=80
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert
/bundle_defaults/org.eclipse.ui/ENABLE_ANIMATIONS=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/uri=http\://findbugs.cs.umd.edu/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_soa_jwt_update-site/uri=http\://download.eclipse.org/soa/jwt/update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_34_update/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/name=update
site\: http\://vrapper.sourceforge.net/update-site/stable
/bundle_defaults/org.eclipse.team.cvs.core/cvs.watch.on.edit=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates_releases/isSystem=false
/instance/org.eclipse.ant.ui/useAnnotationsPrefPage=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.italic=false
/bundle_defaults/org.eclipse.ui.editors/errorTextStyle=PROBLEM_UNDERLINE
/bundle_defaults/org.scala-ide.sdt.core/Xplugin-require=
/bundle_defaults/org.eclipse.jdt.ui/editor_annotation_roll_over=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.2/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.core.net/proxyData/SOCKS/port=-1
/bundle_defaults/org.eclipse.jdt.ui/java_doc_tag_italic=false
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.jdt.ui/cleanup.make_private_fields_final=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__projects.cs.kent.ac.uk_projects_wrangler_trac/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/enabled=false
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
/bundle_defaults/org.eclipse.ui.editors/revisionAnnotationIndicationInVerticalRuler=false
/bundle_defaults/org.eclipse.ui.editors/taskIndicationHighlighting=false
/bundle_defaults/org.eclipse.jdt.ui/stickyOccurrences=true
/bundle_defaults/org.eclipse.ui.editors/bookmarkIndicationInVerticalRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deprecation=warning
/bundle_defaults/org.eclipse.ui.editors/deletionIndicationInVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tptp_updates/enabled=false
/bundle_defaults/org.eclipse.ui.editors/searchResultTextStyle=NONE
/bundle_defaults/org.eclipse.jdt.ui/cleanup.always_use_this_for_non_static_method_access=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.incompleteClasspath=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedImport=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.sourceforge.net_update_sf/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_ocl_3_0_updates/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticField.color=0,0,192
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_svnconfigdir=
/bundle_defaults/org.eclipse.ui/SHOW_OPEN_ON_PERSPECTIVE_BAR=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/isSystem=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_prompt_on_mixed_tags=true
/project/ru.focusmedia.concurrent/org.eclipse.core.resources/encoding/<project>=UTF-8
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.color=0,0,0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.bold=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.field.strikethrough=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_fill_method_arguments=true
/bundle_defaults/org.eclipse.wb.core/common.showDebugInfo=false
/bundle_defaults/org.eclipse.ui.editors/spellingIndication=true
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.debug.ui.hyperlinkdetector.stepIntoSelection_stateMask=327680
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.active_filters=java.lang.ClassLoader
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.bracket.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_linuxtools_update/uri=http\://download.eclipse.org/technology/linuxtools/update
/bundle_defaults/org.scala-ide.sdt.core/Yno-imports=false
/instance/org.eclipse.ui.browser/browsers=<?xml version\="1.0"
encoding\="UTF-8"?>\n<web-browsers current\="0">\n<system/>\n<external
location\="/usr/bin/firefox" name\="Firefox"/>\n</web-browsers>
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_added=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/nickname=AJDT
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__projects.cs.kent.ac.uk_projects_wrangler_trac/isSystem=false
/instance/org.eclipse.ui.ide/TASKS_FILTERS_MIGRATE=true
/project/ru.focusmedia.rcplibs.rcputil/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/uri=http\://download.eclipse.org/modeling/mdt/updates/
/bundle_defaults/org.eclipse.ui.editors/hyperlinkKeyModifierMask=262144
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/description=
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.errorColor=255,0,0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.color=13,100,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/name=Yari
update site
/bundle_defaults/org.eclipse.ui/presentationFactoryId=org.eclipse.ui.presentations.default
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.strikethrough=false
/bundle_defaults/org.scala-ide.sdt.core/Ypresentation-log=
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.operator.color_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/uri=http\://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/suffix=content.xml
/instance/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.active_filters=java.lang.ClassLoader,groovy.lang.*,org.codehaus.groovy.*,java.lang.reflect.*,sun.misc.*,groovy.ui.*,sun.reflect.*
/bundle_defaults/org.eclipse.ui/ALTERNATE_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/bundle_defaults/org.eclipse.ui.editors/showChangeInNextPrevDropdownToolbarAction=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/enabled=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.scaladoc.colour=63,95,191
/bundle_defaults/org.eclipse.ui.editors/unchangedIndicationInVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.build_before_launch=true
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.hideFoldersOfNestedProjects=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.use_blocks_only_for_return_and_throw=false
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground.SystemDefault=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_commit_with_errors=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.equals.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/nickname=GrepCode
Eclipse Plugin Update Site
/bundle_defaults/org.scala-ide.sdt.core/plugininfo=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/nickname=org.sonatype.tycho.update
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/uri=http\://download.eclipse.org/releases/indigo/201109230900
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.enum.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/uri=http\://download.eclipse.org/releases/maintenance
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/suffix=compositeContent.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/isSystem=false
/bundle_defaults/org.eclipse.pde.core/checkedVersionPlugins=[savedNone]
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/name=Maven
Integration for Eclipse Update Extras Site Artifacts
/bundle_defaults/org.eclipse.jdt.ui/formatter_profile=org.eclipse.jdt.ui.default.eclipse_profile
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.invalidClasspath=abort
/bundle_defaults/org.eclipse.debug.core/org.eclipse.debug.core.USE_STEP_FILTERS=false
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.javadoclocations.migrated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/Xplugin-disable=
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.verticalruler=false
/bundle_defaults/org.eclipse.ui.editors/errorIndicationInOverviewRuler=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.timeoutForParameterNameFromAttachedJavadoc=50
/instance/org.eclipse.wst.sse.ui/useQuickDiffPrefPage=true
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.default_layout=org.eclipse.team.ui.compressed_layout
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_3.6/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.number.bold=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticField.italic=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/isSystem=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.scaladoc.colour=63,95,191
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/instance/org.eclipse.ui.views.log/activate=true
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.numbers.color_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_sentence=true
/bundle_defaults/org.eclipse.ui.editors/typeCheckIndicationHighlighting=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates_releases/uri=http\://download.eclipse.org/modeling/emf/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_constants=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.preserveDanglingCloseParenthesis=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.3/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.qualify_static_member_accesses_with_declaring_class=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/name=Maven
Integration for Scala IDE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_35_update/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_key_bold=false
/instance/org.eclipse.debug.ui/pref_state_memento.org.eclipse.debug.ui.VariableView=<?xml
version\="1.0" encoding\="UTF-8"?>\n<VariablesViewMemento
org.eclipse.debug.ui.SASH_DETAILS_PART\="315"
org.eclipse.debug.ui.SASH_VIEW_PART\="684">\n<PRESENTATION_CONTEXT_PROPERTIES
IMemento.internal.id\="org.eclipse.debug.ui.VariableView"/>\n</VariablesViewMemento>
/instance/org.eclipse.jdt.ui/org.eclipse.pde.ui.ExternalPluginLibrariesFilter1=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/nickname=Virgo
IDE Tooling
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.internal.ui.javaeditor.JavaElementHyperlinkSuperImplementationDetector_stateMask=-1
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do
not insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_console_message_color=0,0,255
/instance/org.eclipse.wst.jsdt.ui/proposalOrderMigrated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_swordfish_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates_releases/uri=http\://download.eclipse.org/modeling/emf/updates/releases/
/bundle_defaults/org.eclipse.ui.ide/TASKS_LIMIT=100
/configuration/org.tigris.subversion.subclipse.tools.usage/last_visit=1323446504151
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.core.net/nonProxiedHosts=localhost|127.0.0.1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/name=Feature
- Artifact Repository
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_merge_program_parameters=
/bundle_defaults/org.eclipse.jdt.ui/content_assist_prefix_completion=false
/project/ru.microdigital.cms.plugins.libraries.logback.console/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/uri=file\:/home/aromanov/eclipse/
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.navigation.previous=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/name=Update
Site
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineString.colour=42,0,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_emft_updates/enabled=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.equals.strikethrough=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.field.bold=false
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/nickname=The
Eclipse Project Updates
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.tabulation.size=4
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/version=1.0.0
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/name="Eclipse
Project 3.7 p2 repo"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.ui.editors/showTextHoverAffordance=true
/bundle_defaults/org.eclipse.jdt.ui/linkedPositionColor=121,121,121
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/provider=
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.bold=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_console_high_water_mark=500000
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_helios/uri=http\://download.eclipse.org/tools/cdt/releases/helios
/bundle_defaults/org.eclipse.ui.editors/isFilteredSearchResultGoToPreviousNavigationTarget=false
/bundle_defaults/org.codehaus.groovy.eclipse.dsl/org.codehaus.groovy.eclipse.dsl.auto.add.support=true
/bundle_defaults/org.eclipse.ui.editors/isBreakpointIndicationGoToPreviousNavigationTarget=false
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_comment_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_updates/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/Ybuild-manager-debug=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/nickname=Update
Site
/bundle_defaults/org.eclipse.ui.editors/overrideIndicatorInVerticalRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/suffix=artifacts.xml
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.internal.ui.javaeditor.JavaElementHyperlinkImplementationDetector_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/enabled=false
/bundle_defaults/org.eclipse.ui/SHIFT_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/bundle_defaults/org.eclipse.ui.editors/isUnchangedGoToPreviousNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/uri=http\://download.eclipse.org/tools/ajdt/37/milestone/
/bundle_defaults/org.eclipse.ui.editors/writeOccurrenceIndicationInVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_indigo/enabled=false
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml
version\="1.0" encoding\="UTF-8"
standalone\="no"?>\n<launchPerspectives/>\n
/instance/org.eclipse.ant.ui/problem_classpath=warning
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.offline=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
/bundle_defaults/org.eclipse.wst.sse.core/task-tags/ignored-contentTypes=
@org.eclipse.wst.jsdt.ui=1.1.101.v201108151912
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/uri=file\:/home/aromanov/eclipse/.eclipseextension
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__update.eclipse.org_updates_3.0/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_ocl_3_0_updates/enabled=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.operator.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false
/bundle_defaults/org.eclipse.ui.editors/currentIPColor=198,219,174
/bundle_defaults/org.eclipse.jdt.ui/java_string=42,0,255
/bundle_defaults/org.eclipse.ui.workbench/RECENT_FILES=4
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_comment_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_indigo/enabled=false
/project/sbinary/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_updates/enabled=false
@org.eclipse.wst.xsd.ui=1.2.404.v201105050216
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.text=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/enabled=true
/instance/org.eclipse.epp.mpc.ui/CatalogDescriptor=http\://market.eclipsesource.com/yoxos
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/suffix=content.xml
/instance/org.eclipse.jdt.ui/content_assist_autoactivation_delay=500
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_1.0/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/target=jvm-1.5
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert
/bundle_defaults/org.eclipse.wb.core/editor.dblClickOnWidgetInTreeAction=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_eef_updates_0.7.1/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/isSystem=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.wait_for_build=always
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.multilineScaladocCommentsStartOnFirstLine=false
/instance/org.eclipse.ant.ui/problem_tasks=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates_releases/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/uri=http\://download.eclipse.org/technology/m2e/milestones/1.0/1.0.0.201106052308
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/showLeadingIdeographicSpaces=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.MemoryHistoryKnownColor=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/nickname=Eclipse
Maintenance
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.2/enabled=false
/bundle_defaults/org.eclipse.ui.editors/changeIndicationColor=204,163,205
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.packages.cuchildren=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotationElementReference.underline=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/name=update
site\: http\://findbugs.cs.umd.edu/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/description=
/bundle_defaults/org.eclipse.ui.ide/PROBLEMS_LIMIT=100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/hyperlinkColor=0,0,255
/bundle_defaults/org.eclipse.ui.editors/linked.exit.verticalruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/suffix=site.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.bracket.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/name=AJDT
Artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/name=Maven
Integration for Eclipse Update Extras Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_enable_commit_sets=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/uri=http\://download.eclipse.org/eclipse/updates/3.7/R-3.7.1-201109091335
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.debug.force_options=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/suffix=site.xml
/bundle_defaults/org.eclipse.jdt.ui/content_assist_insert_completion=true
/instance/com.collabnet.subversion.merge/merge_provider_set=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_select_unadded_resources_on_commit=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/enabled=true
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.show_author_in_compare_editor=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_use_project_name_on_checkout=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do
not insert
@org.codehaus.groovy.eclipse.ui=2.5.2.xx-20110929-1800-e37
@org.eclipse.ant.core=3.2.300.v20110511
/bundle_defaults/org.eclipse.ui.editors/currentIPVerticalRuler=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.LaunchParentProject=true
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/version=1.0.0
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.globalSettingsFile=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/name=Buckminster
- Artifact Repository
/bundle_defaults/org.eclipse.team.cvs.ui/pref_checkout_read_only=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/uri=http\://download.scala-ide.org/releases-29/stable/site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/suffix=eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/name=Feature
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.net_m2e-scala_update-site/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_milestones_0.8/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.showConsoleOnOutput=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.default.colour=0,0,0
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_jwt_update-site/uri=http\://download.eclipse.org/jwt/update-site
/bundle_defaults/org.eclipse.ui/PROMPT_WHEN_SAVEABLE_STILL_OPEN=true
/instance/org.eclipse.jdt.ui/proposalOrderMigrated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/suffix=compositeArtifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_updateSite/uri=http\://download.eclipse.org/tools/orbit/downloads/drops/updateSite
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/smart_backspace=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/provider=
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.jsdt.web.ui.JSDTHyperlinkDetector.SCRIPT.events_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_2.0/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/uri=http\://download.eclipse.org/modeling/tmf/updates/
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.scaladoc.bold=false
/project/ru.microdigital.cms.drivers.common/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/project/ru.microdigital.cms.plugins.other.test.framework.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractClass.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_3.6/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/enabled=true
@org.eclipse.team.cvs.ui=3.3.400.I20110510-0800
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentSuffixes=
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/uri=http\://download.eclipse.org/eclipse/updates/3.7.x/M20110909-1335
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates_releases/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/typeCheckIndicationColor=191,171,95
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/java_keyword_bold=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.jre.index=0
/bundle_defaults/org.eclipse.ui.editors/linked.focus.highlight=false
/bundle_defaults/org.eclipse.jdt.ui/markMethodExitPoints=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/suffix=compositeContent.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.operator.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates_releases/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/suffix=content.xml
/bundle_defaults/org.eclipse.ui.editors/searchResultIndicationInOverviewRuler=true
/bundle_defaults/org.eclipse.ui.editors/javaScriptOverrideIndicatorInVerticalRuler=true
/bundle_defaults/org.scala-ide.sdt.core/formatter.indentLocalDefs=false
/bundle_defaults/org.eclipse.ui.editors/spellingTextStyle=PROBLEM_UNDERLINE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/name=Maven
Integration for Eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_indigo/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_objectteams_updates_2.0/uri=http\://download.eclipse.org/objectteams/updates/2.0
/instance/org.eclipse.help.base/scope=
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.italic=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.verticalruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/provider=
/bundle_defaults/org.eclipse.jdt.ui/java_keyword_return_italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/enabled=false
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7/enabled=false
/instance/org.eclipse.jdt.ui/content_assist_lru_history=<?xml
version\="1.0" encoding\="UTF-8" standalone\="no"?><history
maxLHS\="100" maxRHS\="10"><lhs name\="java.util.Collection"><rhs
name\="java.util.concurrent.CopyOnWriteArraySet"/></lhs><lhs
name\="java.lang.Iterable"><rhs
name\="java.util.concurrent.CopyOnWriteArraySet"/></lhs><lhs
name\="java.util.Set"><rhs
name\="java.util.concurrent.CopyOnWriteArraySet"/></lhs><lhs
name\="ru.microdigital.cms.core.interfaces.State"><rhs
name\="ru.microdigital.cms.drivers.test.TestState"/><rhs
name\="ru.microdigital.cms.drivers.common.DeviceState"/></lhs><lhs
name\="java.lang.Enum"><rhs
name\="ru.microdigital.cms.drivers.test.TestState$StateEnum"/><rhs
name\="ru.microdigital.cms.core.data.events.device.DevicePing$Status"/><rhs
name\="ru.microdigital.cms.drivers.common.DeviceState$NormalStateEnum"/><rhs
name\="ru.microdigital.cms.core.data.events.device.DevicePingResult$Status"/><rhs
name\="ru.microdigital.cms.core.data.FrameType"/><rhs
name\="ru.microdigital.cms.core.data.VideoFrame$PictureType"/></lhs><lhs
name\="ru.microdigital.cms.drivers.test.TestState$StateEnum"><rhs
name\="ru.microdigital.cms.drivers.test.TestState$StateEnum"/></lhs><lhs
name\="org.eclipse.core.runtime.IAdaptable"><rhs
name\="org.eclipse.ui.part.FileEditorInput"/><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.connectors.ConnectorEditorInput"/></lhs><lhs
name\="org.eclipse.ui.IEditorInput"><rhs
name\="org.eclipse.ui.part.FileEditorInput"/></lhs><lhs
name\="org.eclipse.jface.action.Action"><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.models.ModelsTreeView$ShowSchemaAction"/></lhs><lhs
name\="org.eclipse.jface.action.IAction"><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.models.ModelsTreeView$ShowSchemaAction"/></lhs><lhs
name\="org.eclipse.jface.action.AbstractAction"><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.models.ModelsTreeView$ShowSchemaAction"/></lhs><lhs
name\="org.eclipse.core.commands.common.EventManager"><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.models.ModelsTreeView$ShowSchemaAction"/><rhs
name\="org.eclipse.jface.resource.ColorRegistry"/></lhs><lhs
name\="org.eclipse.jface.resource.ResourceRegistry"><rhs
name\="org.eclipse.jface.resource.ColorRegistry"/></lhs><lhs
name\="org.eclipse.jface.resource.ColorRegistry"><rhs
name\="org.eclipse.jface.resource.ColorRegistry"/></lhs><lhs
name\="ch.qos.logback.core.AppenderBase"><rhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"/></lhs><lhs
name\="ch.qos.logback.core.Appender"><rhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"/></lhs><lhs
name\="ch.qos.logback.core.spi.LifeCycle"><rhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"/></lhs><lhs
name\="ch.qos.logback.core.spi.ContextAware"><rhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"/></lhs><lhs
name\="ch.qos.logback.core.spi.FilterAttachable"><rhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"/></lhs><lhs
name\="ch.qos.logback.core.spi.ContextAwareBase"><rhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"/></lhs><lhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"><rhs
name\="ru.microdigital.cms.plugins.libraries.logback.console.ConsoleAppender"/></lhs><lhs
name\="org.eclipse.core.runtime.ILogListener"><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.logconsole.ConsoleLogListener"/></lhs><lhs
name\="java.util.EventListener"><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.logconsole.ConsoleLogListener"/></lhs><lhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.logconsole.ConsoleLogListener"><rhs
name\="ru.microdigital.cms.plugins.other.test.framework.ui.logconsole.ConsoleLogListener"/></lhs><lhs
name\="java.lang.Exception"><rhs name\="java.io.IOException"/><rhs
name\="java.lang.IllegalArgumentException"/><rhs
name\="java.lang.InterruptedException"/></lhs><lhs
name\="java.lang.Throwable"><rhs name\="java.io.IOException"/><rhs
name\="java.lang.IllegalArgumentException"/><rhs
name\="java.lang.InterruptedException"/></lhs><lhs
name\="java.io.IOException"><rhs
name\="java.io.IOException"/></lhs><lhs
name\="ru.microdigital.cms.core.data.events.DeviceEvent"><rhs
name\="ru.microdigital.cms.core.data.events.DeviceEvent"/><rhs
name\="ru.microdigital.cms.core.data.events.device.DevicePing"/><rhs
name\="ru.microdigital.cms.core.data.events.live.VideoReceived"/><rhs
name\="ru.microdigital.cms.core.data.events.device.DeviceConnected"/><rhs
name\="ru.microdigital.cms.core.data.events.device.DevicePingResult"/><rhs
name\="ru.microdigital.cms.core.data.events.device.DeviceDisconnected"/><rhs
name\="ru.microdigital.cms.core.data.events.device.DeviceError"/></lhs><lhs
name\="ru.microdigital.cms.core.data.events.device.DevicePing"><rhs
name\="ru.microdigital.cms.core.data.events.device.DevicePing"/></lhs><lhs
name\="ru.microdigital.cms.core.data.events.device.DevicePing$Status"><rhs
name\="ru.microdigital.cms.core.data.events.device.DevicePing$Status"/></lhs><lhs
name\="ru.microdigital.cms.drivers.common.DeviceState"><rhs
name\="ru.microdigital.cms.drivers.common.DeviceState"/></lhs><lhs
name\="ru.microdigital.cms.drivers.common.DeviceState$NormalStateEnum"><rhs
name\="ru.microdigital.cms.drivers.common.DeviceState$NormalStateEnum"/></lhs><lhs
name\="ru.microdigital.cms.core.data.events.device.DevicePingResult$Status"><rhs
name\="ru.microdigital.cms.core.data.events.device.DevicePingResult$Status"/></lhs><lhs
name\="ru.microdigital.cms.core.interfaces.Notifier"><rhs
name\="ru.microdigital.cms.drivers.common.LiveStreamImpl"/><rhs
name\="ru.microdigital.cms.drivers.common.DeviceImpl"/></lhs><lhs
name\="ru.microdigital.cms.core.interfaces.Device"><rhs
name\="ru.microdigital.cms.drivers.common.DeviceImpl"/></lhs><lhs
name\="ru.microdigital.cms.core.data.Frame"><rhs
name\="ru.microdigital.cms.core.data.AudioFrame"/><rhs
name\="ru.microdigital.cms.core.data.VideoFrame"/><rhs
name\="ru.microdigital.cms.core.data.TextFrame"/></lhs><lhs
name\="ru.microdigital.cms.core.data.FrameType"><rhs
name\="ru.microdigital.cms.core.data.FrameType"/></lhs><lhs
name\="ru.microdigital.cms.core.interfaces.LiveStream"><rhs
name\="ru.microdigital.cms.drivers.common.LiveStreamImpl"/></lhs><lhs
name\="ru.microdigital.cms.core.interfaces.MediaStream"><rhs
name\="ru.microdigital.cms.drivers.common.LiveStreamImpl"/></lhs><lhs
name\="ru.microdigital.cms.drivers.common.BaseStreamImpl"><rhs
name\="ru.microdigital.cms.drivers.common.LiveStreamImpl"/></lhs><lhs
name\="ru.microdigital.cms.drivers.common.LiveStreamImpl"><rhs
name\="ru.microdigital.cms.drivers.common.LiveStreamImpl"/></lhs><lhs
name\="ru.microdigital.cms.core.data.events.stream.StreamEvent"><rhs
name\="ru.microdigital.cms.core.data.events.stream.StreamError"/><rhs
name\="ru.microdigital.cms.core.data.events.stream.VideoReceived"/></lhs><lhs
name\="ru.microdigital.cms.drivers.common.client.event.ClientEvent"><rhs
name\="ru.microdigital.cms.drivers.common.client.event.device.DeviceClientError"/><rhs
name\="ru.microdigital.cms.drivers.common.client.event.stream.StreamClientError"/><rhs
name\="ru.microdigital.cms.drivers.common.client.event.stream.VideoReceived"/></lhs><lhs
name\="ru.microdigital.cms.core.data.VideoFrame"><rhs
name\="ru.microdigital.cms.core.data.VideoFrame"/></lhs><lhs
name\="ru.microdigital.cms.core.data.TextFrame"><rhs
name\="ru.microdigital.cms.core.data.TextFrame"/></lhs><lhs
name\="ru.microdigital.cms.core.interfaces.ChannelsProvider"><rhs
name\="ru.microdigital.cms.drivers.common.DeviceImpl"/></lhs><lhs
name\="org.eclipse.ui.console.IOConsoleOutputStream"><rhs
name\="org.eclipse.ui.console.MessageConsoleStream"/></lhs><lhs
name\="java.io.OutputStream"><rhs
name\="org.eclipse.ui.console.MessageConsoleStream"/></lhs><lhs
name\="java.io.Closeable"><rhs
name\="org.eclipse.ui.console.MessageConsoleStream"/></lhs><lhs
name\="java.io.Flushable"><rhs
name\="org.eclipse.ui.console.MessageConsoleStream"/></lhs><lhs
name\="org.eclipse.ui.console.MessageConsoleStream"><rhs
name\="org.eclipse.ui.console.MessageConsoleStream"/></lhs><lhs
name\="java.util.concurrent.CyclicBarrier"><rhs
name\="java.util.concurrent.CyclicBarrier"/></lhs><lhs
name\="java.lang.InterruptedException"><rhs
name\="java.lang.InterruptedException"/></lhs><lhs
name\="ru.microdigital.cms.core.data.VideoFrame$PictureType"><rhs
name\="ru.microdigital.cms.core.data.VideoFrame$PictureType"/></lhs><lhs
name\="ru.microdigital.cms.libraries.comms.dvr.mdr.i0008.MdrHttpClientBase"><rhs
name\="ru.microdigital.cms.libraries.comms.dvr.mdr.i0008.MdrHttpCommandClient"/></lhs><lhs
name\="java.util.Timer"><rhs name\="java.util.Timer"/></lhs></history>
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/formatter.alignSingleLineCaseStatements.maxArrowIndent=40
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.2_stable/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_34_update/uri=http\://download.eclipse.org/tools/ajdt/34/update
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/enabled=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_compare_revision_in_dialog=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_indigo/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/name=m2e
1.0.x release repository
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.operator.underline=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.operator.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/description=
/bundle_defaults/org.eclipse.ui.ide/useSeparator.help.group.main=true
/bundle_defaults/org.eclipse.jdt.apt.core/org.eclipse.jdt.apt.processorOptions=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tm_updates_3.3/uri=http\://download.eclipse.org/tm/updates/3.3
/bundle_defaults/org.eclipse.ui.editors/errorIndication=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.0.RELEASE_e3.7/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/name="Eclipse
Project Test Site"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/uri=http\://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractClass.color=139,136,22
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/name=Erlang
IDE Update Site - Artifact Repository
/bundle_defaults/org.eclipse.ui.editors/breakpointIndication=false
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/name=Mylyn
Incubator for Mylyn 3.6
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.comment.underline=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.use_parentheses_in_expressions=false
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.UseOutlineView=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/name=Indigo
artifacts
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.circularClasspath=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/nickname=AJDT
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/suffix=compositeContent.xml
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.navigation.dropdown=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/enabled=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.bracket.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/suffix=compositeArtifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/name=update
site\: http\://dev.nightlabs.org/updatesites/development/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/uri=http\://download.eclipse.org/tools/ajdt/37/milestone/
/project/ru.microdigital.cms.drivers.test/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_maintenance/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/instance/org.eclipse.pde.core/vm_args=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedTypeArgumentsForMethodInvocation=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/provider=
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.rewriteArrowSymbols=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticField.enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.2/uri=http\://download.eclipse.org/dsdp/tm/updates/3.2
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_FILTER_WORKING_SETS=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.4.0/uri=http\://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.4.0
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.underline=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/closeJavaDocs=true
/bundle_defaults/org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.number.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/name=dropins
/bundle_defaults/org.eclipse.update.scheduler/download=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_auto_refresh_tags_in_tag_selection_dialog=false
/bundle_defaults/org.eclipse.ui.editors/errorIndicationHighlighting=false
/bundle_defaults/org.eclipse.ui.workbench/MULTI_KEY_ASSIST_TIME=1000
@org.eclipse.ui.workbench=3.7.0.I20110519-0100
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=12
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/uri=http\://download.eclipse.org/datatools/updates
/bundle_defaults/org.scala-ide.sdt.core/formatter.formatXml=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/description=
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.italic=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/version=1
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.formatXml=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/isSystem=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.qualify_static_method_accesses_with_declaring_class=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/provider=
/bundle_defaults/org.eclipse.ui.editors/warn_if_input_derived=true
/bundle_defaults/org.eclipse.ui.editors/javaScriptIsOccurrenceGoToPreviousNavigationTarget=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_trailing_whitespaces_ignore_empty=false
/project/ru.microdigital.cms.core/org.eclipse.m2e.core/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/provider=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/uri=http\://bndtools-updates.s3.amazonaws.com
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/uri=http\://download.eclipse.org/technology/epp/packages/indigo/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
/instance/org.eclipse.wst.ws.service.policy/org.eclipse.wst.ws.service.policy.ui.servicepols.wsiprofilecomp.wsiap.defaultProtocol=http\://schemas.xmlsoap.org/wsdl/soap/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_35_update/uri=http\://download.eclipse.org/tools/ajdt/35/update
@org.eclipse.help.base=3.6.0.v201106131736
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/description=
/bundle_defaults/org.eclipse.team.cvs.ui/pref_wrap_comments=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.indentWithTabs=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.sort_members_all=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/suffix=site.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/uri=http\://download.eclipse.org/technology/epp/packages/indigo/SR1/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/suffix=compositeArtifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/name=Update
Site
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.highlight=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_cvs_rsh_parameters=-l
{user} {host}
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/nickname=${p2.metadata.repo.name}
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_unsigned=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.bold=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_indigo/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do
not insert
/bundle_defaults/org.eclipse.debug.core/org.eclipse.debug.core.PREF_DELETE_CONFIGS_ON_PROJECT_DELETE=false
/bundle_defaults/org.eclipse.ui.editors/secondaryIPVerticalRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.6/uri=http\://download.eclipse.org/birt/update-site/2.6
/instance/org.eclipse.debug.ui/pref_state_memento.org.eclipse.debug.ui.DebugVieworg.eclipse.debug.ui.DebugView=<?xml
version\="1.0" encoding\="UTF-8"?>\n<DebugViewMemento
org.eclipse.debug.ui.BREADCRUMB_DROPDOWN_AUTO_EXPAND\="false"/>
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/provider=
/bundle_defaults/org.eclipse.ui/SHOW_FILTERED_TEXTS=true
/bundle_defaults/org.eclipse.ui/SHOW_MULTIPLE_EDITOR_TABS=true
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.text=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractClass.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/uri=http\://download.eclipse.org/tools/emf/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_nebula/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/description=
/bundle_defaults/org.eclipse.ui.editors/isBookmarkGoToPreviousNavigationTarget=false
/bundle_defaults/org.eclipse.ui.editors/occurrenceTextStyle=NONE
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.enum.strikethrough=false
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/suffix=site.xml
/bundle_defaults/org.scala-ide.sdt.core/Ystruct-dispatch=poly-cache
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20100519200754_repository/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/enabled=false
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.RemovedLinesRegex=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/uri=https\://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109270543/
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/typeCheckIndicationInOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tm_updates_3.3/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.overridingMethodWithoutSuperInvocation=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/uri=http\://download.eclipse.org/eclipse/updates/3.7
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_datatools_updates/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do
not insert
/project/ru.microdigital.cms.plugins.libraries.logback.console/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=
/bundle_defaults/org.eclipse.ui.editors/showLineFeed=true
/instance/org.eclipse.debug.ui/preferredTargets=default\:default|
/bundle_defaults/org.eclipse.jdt.ui/java_keyword_return=127,0,85
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/description=
/bundle_defaults/org.eclipse.team.cvs.ui/pref_replace_unmanaged=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.equals.italic=false
/instance/org.scala-ide.sdt.core/unchecked=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_ocl_3_0_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_objectteams_updates_2.0/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/provider=
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_method=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/provider=
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_single_letters=true
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersBinName=bin
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/uri=http\://alchim31.free.fr/m2e-scala/update-site/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_helios/uri=http\://download.eclipse.org/tools/cdt/releases/helios
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.join_wrapped_lines=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/description=
/bundle_defaults/org.eclipse.ui.editors/matchingTagIndicationInOverviewRuler=true
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.keyword.bold=true
/bundle_defaults/org.eclipse.jdt.ui/java_comment_task_tag_bold=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_serial_version_id=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/description=
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/>>>>>>>=.merge-right.r139
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotation.bold=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.8_update-site/uri=http\://download.eclipse.org/technology/actf/0.8/update-site/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/type=org.eclipse.equinox.p2.updatesite.metadataRepository
/bundle_defaults/org.eclipse.ui.editors/show_range_indicator=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/suffix=artifacts.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/suffix=artifacts.xml
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.compactStringConcatenation=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/uri=http\://download.eclipse.org/tools/ajdt/36/update/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/enabled=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_filetext_decoration={added_flag}{dirty_flag}{name}
{revision} {date} {author}
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/version=1.0.0
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/version=1.0.0
/instance/org.codehaus.groovy.eclipse.ui/groovy.debug.force_options=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/provider=
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_mixed=true
/bundle_defaults/org.eclipse.ui.editors/othersIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/uri=http\://download.eclipse.org/tools/gef/updates/releases
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.italic=false
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/remindOnSchedule=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
/instance/org.eclipse.ui.views.log/orderType=2
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/enabled=true
/bundle_defaults/org.eclipse.ui.editors/breakpointHighlight=false
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__shibumi.erlide.org_updates_master/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/nickname=update
site\: http\://www.junginger.biz/eclipse/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_objectteams_updates_2.0/uri=http\://download.eclipse.org/objectteams/updates/2.0
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/enabled=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_auto_share_on_import=true
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.navigation.next=false
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.pde.core/resolve.requirebundle=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.memory.rowSize=16
/instance/org.eclipse.ui.views.log/groupBy=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_egit_updates/enabled=false
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Accessibility.WideCaret=true
/bundle_defaults/org.eclipse.ui.editors/hyperlinkKeyModifier=Ctrl
/bundle_defaults/org.eclipse.ui.editors/isWarningGoToPreviousNavigationTarget=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.2/isSystem=false
/project/ru.focusmedia.comms/org.eclipse.core.resources/encoding/<project>=UTF-8
/bundle_defaults/org.eclipse.jdt.ui/sourceHoverBackgroundColor.SystemDefault=true
/bundle_defaults/org.eclipse.ui/EDITOR_TAB_POSITION=128
/instance/org.eclipse.epp.usagedata.gathering/org.eclipse.epp.usagedata.gathering.terms_accepted=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/nickname=Subclipse
1.6.x Update Site
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
/bundle_defaults/org.eclipse.ui/disableNewFastView=false
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.showConsoleOnErr=true
/bundle_defaults/org.eclipse.jdt.ui/markTypeOccurrences=true
/project/ru.microdigital.cms.plugins.libraries.logback.console/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.wb.core/editor.highlightVisitedLines=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.method.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.formatXml=true
/project/ru.focusmedia.rcplibs.rcputil/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.ui.editors/linked.exit.text=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
/project/ru.microdigital.cms.drivers.common/org.eclipse.pde.core/resolve.requirebundle=false
/bundle_defaults/org.eclipse.ui.editors/unchangedIndicationColor=0,0,0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
/instance/org.eclipse.ui.views.log/orderValue=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.join_lines_in_comments=true
/bundle_defaults/org.eclipse.core.net/proxyData/SOCKS/hasAuth=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.keyword.italic=false
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.staticondemandthreshold=99
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/nickname=update
site\: http\://findbugs.cs.umd.edu/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/enabled=true
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/version=1
/bundle_defaults/org.eclipse.jdt.ui/cleanup.never_use_parentheses_in_expressions=true
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground.SystemDefault=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_egit_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_eef_updates_0.7.1/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__shibumi.erlide.org_updates_master/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.placeScaladocAsterisksBeneathSecondAsterisk=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/provider=
/instance/org.scala-ide.sdt.core/formatter.alignParameters=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/enabled=true
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_default_javadoc=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/uri=http\://download.eclipse.org/releases/indigo/201109230900/aggregate
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.return.strikethrough=false
/bundle_defaults/org.eclipse.ui/EDITOR_MINIMUM_CHARACTERS=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/uri=http\://download.eclipse.org/tools/ajdt/37/update
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.default.italic=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
/bundle_defaults/org.eclipse.jdt.ui/java_operator=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tptp_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_mdt_?project\=papyrus\#papyrus/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/uri=http\://download.scala-ide.org/releases-29/stable/site
/bundle_defaults/org.eclipse.ui.editors/matchingTagIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/nickname=GrepCode
Eclipse Plugin Update Site
/instance/org.tigris.subversion.subclipse.tools.usage/allow_usage_report_preference=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_runtime/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20100519200754_repository/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.colour=42,0,255
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml
version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_udc/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/description=
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_affected_paths_layout=1
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.alignSingleLineCaseStatements.maxArrowIndent=40
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_1.0/uri=http\://download.eclipse.org/sequoyah/updates/1.0/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/name=Mylyn
for Eclipse 3.5, 3.6 and 3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/name=Maven
Integration for Eclipse
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.updateProjects=false
@org.eclipse.ui.ide=3.7.0.I20110519-0100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/uri=http\://download.eclipse.org/virgo/milestone/IDE
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.team.cvs.ui/pref_include_change_sets=never
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/nickname=org.scala-ide.sdt.update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/nickname=org.scala-ide.sdt.update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/name="Eclipse
Project Test Site"
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_stp_updates/enabled=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_lineend=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.autoboxing.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/name=Virgo
IDE Tooling
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/uri=http\://download.eclipse.org/windowbuilder/WB/release/R201109201200/3.7/
/bundle_defaults/org.eclipse.jdt.ui/content_assist_sorter=org.eclipse.jdt.ui.RelevanceSorter
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates_releases/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localSuffixes=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/enabled=false
/bundle_defaults/org.eclipse.epp.usagedata.recording/org.eclipse.epp.usagedata.recording.filter-eclipse-only=false
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.0.RELEASE_e3.7/name=SpringSource
Update Site for Eclipse 3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_jwt_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_35_update/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.italic=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_use_javahl_commit_hack=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/nickname=Virgo
IDE Tooling
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/name=Feature
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_high_water_mark=500000
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__update.eclipse.org_updates_3.0/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.default.strikethrough=false
@org.eclipse.ant.ui=3.5.100.v20110510
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/suffix=artifacts.xml
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unnecessary_nls_tags=true
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_stp_updates/uri=http\://download.eclipse.org/stp/updates/
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.string.bold=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.convert_to_enhanced_for_loop=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/suffix=content.xml
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.text.style=BOX
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_linuxtools_update/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/taskIndicationInOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update_sf/uri=http\://erlide.org/update_sf
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=/home/aromanov/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/cleanup.use_this_for_non_static_field_access=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/uri=http\://download.eclipse.org/mylyn/releases/latest
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
/bundle_defaults/org.eclipse.team.cvs.ui/pref_calculate_dirty=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_2.0/uri=http\://download.eclipse.org/sequoyah/updates/2.0/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/Refactoring.savealleditors=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do
not insert
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.comment.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/enabled=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.ui.internal.editors.text.URLHyperlinkDetector_stateMask=-1
/bundle_defaults/org.scala-ide.sdt.core/formatter.preserveSpaceBeforeArguments=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotation.color=100,100,100
/project/ru.microdigital.cms.tools.media.player/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/enabled=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_commit_with_warning=always
/bundle_defaults/org.eclipse.ui.workbench/OPEN_ON_SINGLE_CLICK=false
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=3
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/name=Helios
artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/isSystem=true
/bundle_defaults/org.scala-ide.sdt.core/Ypresentation-delay=0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.uijavaDebug.alertObsoleteMethods=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/uri=http\://marketplace.eclipse.org/repo/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_categories/enabled=false
/project/scalaz/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/name=Mylyn
for Eclipse 3.5, 3.6 and 3.7
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_FILTER_LAUNCH_CLOSED=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/uri=http\://download.eclipse.org/tools/buckminster/updates-3.7
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotation.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.class.enabled=false
/project/sbinary/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
@org.eclipse.jdt.core=3.7.1.xx-20110929-1800-e37
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/name=update
site\: http\://www.junginger.biz/eclipse/
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_categories/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/isSystem=false
/bundle_defaults/org.eclipse.pde.core/checkedPlugins=[savedAll]
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.method.strikethrough=false
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.indentWithTabs=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update_sf/suffix=content.xml
/bundle_defaults/org.eclipse.ui.editors/isBreakpointIndicationGoToNextNavigationTarget=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/uri=http\://download.eclipse.org/releases/helios
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/name=update
site\: http\://vrapper.sourceforge.net/update-site/unstable
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.ExpressionView+org.eclipse.debug.ui.ShowDetailPaneAction=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/suffix=content.xml
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_save_dirty_editors=2
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/uri=http\://download.eclipse.org/modeling/m2t/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.6/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/uri=http\://download.eclipse.org/tools/buckminster/updates-3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/spelling_user_dictionary=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/type=org.eclipse.equinox.p2.updatesite.metadataRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.cleanOutputFolder=clean
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/enabled=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_external=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/isSystem=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.formatter.multiline.indentation=2
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates_releases/uri=http\://download.eclipse.org/modeling/mdt/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.protest-project.eu/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.strikethrough=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.compactStringConcatenation=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/name=Groovy
Artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/suffix=site.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.ui.workbench/FVB_HIDE=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.method.underline=false
/instance/org.eclipse.ant.ui/problem_security=warning
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.open_inspect_popup_on_exception=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.scaladoc.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.9_update-site/uri=http\://download.eclipse.org/technology/actf/0.9/update-site/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/name=GEF
Artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/isSystem=true
/instance/org.eclipse.pde.core/checkedPlugins=[savedAll]
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.save_dirty_editors_before_launch=prompt
/bundle_defaults/org.eclipse.ui.editors/filteredSearchResultTextStyle=SQUIGGLES
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_jwt_update-site/enabled=false
/bundle_defaults/org.scala-ide.sdt.core/formatter.spacesWithinPatternBinders=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.interface.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/nickname=Indigo
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.string.italic=false
/bundle_defaults/org.eclipse.egit.core/core_packedGitMMAP=false
/bundle_defaults/org.eclipse.wst.sse.core/task-tags/taskTags=TODO,FIXME,XXX
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_objectteams_updates_2.0/enabled=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jst.jsp.ui.internal.hyperlink.XMLJavaHyperlinkDetector_stateMask=-1
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.strings.color=255,0,204
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/provider=
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.text=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.contentassist.noparens.around.closures=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/name=Redmine-Mylyn
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_modisco_updates_release/uri=http\://download.eclipse.org/modeling/mdt/modisco/updates/release/
/instance/org.eclipse.team.cvs.ui/pref_first_startup=false
/bundle_defaults/org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/suffix=profile
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
/bundle_defaults/org.eclipse.debug.ui/Breakpoints.detail.orientation=Variables.detail.orientation.underneath
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/uri=http\://download.eclipse.org/releases/helios/201009240900
/bundle_defaults/org.eclipse.core.net/proxyData/HTTP/hasAuth=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases_site.xml/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tm_updates_3.3/uri=http\://download.eclipse.org/tm/updates/3.3
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_objectteams_updates_contrib/uri=http\://download.eclipse.org/objectteams/updates/contrib
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.cdata.colour=0,128,128
/bundle_defaults/org.eclipse.ui.editors/linked.slave.overviewruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/name=m2e
1.0.x milestones repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.8_update-site/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.string.underline=false
/bundle_defaults/org.eclipse.ui.editors/linked.target.color=70,100,165
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/uri=http\://download.eclipse.org/releases/indigo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do
not insert
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/uri=http\://fluent-builders-generator-eclipse-plugin.googlecode.com/hg/site/
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_console_limit_output=true
/bundle_defaults/org.eclipse.ui.editors/spellingEnabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_releases/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.svnkit.com_1.3.x/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.colour=42,0,255
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.doc.comment.support=enabled
/bundle_defaults/org.eclipse.wb.core/common.showVersionWarning=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_tooling/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.run_import_in_background_=false
/instance/org.eclipse.ui.workbench/<Scala>_persp=<?xml version\="1.0"
encoding\="UTF-8"?>\n<perspective editorAreaTrimState\="2"
editorAreaVisible\="1" fixed\="0" version\="0.016">\n<descriptor
descriptor\="org.scala-ide.sdt.core.perspective" id\="&lt;Scala&gt;"
label\="&lt;Scala&gt;"/>\n<window height\="768" width\="1024" x\="0"
y\="24"/>\n<alwaysOnActionSet
id\="org.eclipse.mylyn.context.ui.actionSet"/>\n<alwaysOnActionSet
id\="org.eclipse.mylyn.doc.actionSet"/>\n<alwaysOnActionSet
id\="org.eclipse.mylyn.tasks.ui.navigation"/>\n<alwaysOnActionSet
id\="org.eclipse.ui.cheatsheets.actionSet"/>\n<alwaysOnActionSet
id\="org.eclipse.search.searchActionSet"/>\n<alwaysOnActionSet
id\="org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>\n<alwaysOnActionSet
id\="org.eclipse.ui.edit.text.actionSet.navigation"/>\n<alwaysOnActionSet
id\="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>\n<alwaysOnActionSet
id\="org.eclipse.ui.externaltools.ExternalToolsSet"/>\n<alwaysOnActionSet
id\="org.eclipse.ui.actionSet.keyBindings"/>\n<alwaysOnActionSet
id\="org.eclipse.ui.actionSet.openFiles"/>\n<alwaysOnActionSet
id\="org.eclipse.debug.ui.launchActionSet"/>\n<alwaysOnActionSet
id\="org.eclipse.jdt.ui.JavaActionSet"/>\n<alwaysOnActionSet
id\="org.tigris.subversion.subclipse.actionSet"/>\n<alwaysOnActionSet
id\="org.eclipse.egit.ui.navigation"/>\n<alwaysOnActionSet
id\="org.eclipse.debug.ui.breakpointActionSet"/>\n<alwaysOnActionSet
id\="org.codehaus.groovy.eclipse.ui.groovyElementCreation"/>\n<alwaysOnActionSet
id\="org.eclipse.wb.core.ui.actionset"/>\n<alwaysOnActionSet
id\="org.eclipse.jdt.ui.JavaElementCreationActionSet"/>\n<alwaysOnActionSet
id\="org.eclipse.jdt.ui.CodingActionSet"/>\n<show_view_action
id\="org.eclipse.pde.runtime.LogView"/>\n<show_view_action
id\="org.eclipse.ui.navigator.ProjectExplorer"/>\n<show_view_action
id\="org.eclipse.ui.views.ContentOutline"/>\n<show_view_action
id\="org.eclipse.ui.views.ResourceNavigator"/>\n<show_in_time
id\="org.eclipse.ui.views.ResourceNavigator"
time\="1320304225776"/>\n<new_wizard_action
id\="org.eclipse.jdt.ui.wizards.NewPackageCreationWizard"/>\n<new_wizard_action
id\="org.eclipse.jdt.ui.wizards.NewClassCreationWizard"/>\n<new_wizard_action
id\="org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard"/>\n<new_wizard_action
id\="org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard"/>\n<new_wizard_action
id\="org.eclipse.jdt.ui.wizards.NewEnumCreationWizard"/>\n<new_wizard_action
id\="org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ds.ui.wizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewProjectWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewLibraryPluginProjectWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewFragmentWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewSchemaFileWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewFeatureProjectWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewFeaturePatchWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewSiteProjectWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewProductConfigurationWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewProfileWizard"/>\n<new_wizard_action
id\="org.eclipse.pde.ui.NewCategoryWizard"/>\n<new_wizard_action
id\="org.eclipse.ui.wizards.new.folder"/>\n<new_wizard_action
id\="org.eclipse.ui.wizards.new.file"/>\n<new_wizard_action
id\="org.scala-ide.sdt.core.wizards.newProject"/>\n<new_wizard_action
id\="org.scala-ide.sdt.core.wizards.newClass"/>\n<new_wizard_action
id\="org.scala-ide.sdt.core.wizards.newObject"/>\n<new_wizard_action
id\="org.scala-ide.sdt.core.wizards.newTrait"/>\n<new_wizard_action
id\="org.scala-ide.sdt.core.wizards.newApplication"/>\n<perspective_action
id\="org.eclipse.debug.ui.DebugPerspective"/>\n<hide_toolbar_item_id
id\="showInferredSemicolonsAction"/>\n<hide_toolbar_item_id
id\="org.eclipse.jdt.ui.actions.OpenProjectWizard"/>\n<hide_toolbar_item_id
id\="opengroovyprojectwizard"/>\n<hide_toolbar_item_id
id\="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"/>\n<hide_toolbar_item_id
id\="org.eclipse.jdt.ui.actions.NewTypeDropDown"/>\n<hide_toolbar_item_id
id\="org.eclipse.jdt.ui.JavaElementCreationActionSet"/>\n<hide_toolbar_item_id
id\="scala.texteditor.actionset"/>\n<hide_toolbar_item_id
id\="org.eclipse.jdt.ui.actions.OpenPackageWizard"/>\n<view
id\="org.eclipse.ui.views.ProblemView"/>\n<view
id\="org.eclipse.ui.views.TaskList"/>\n<view
id\="org.eclipse.pde.runtime.LogView"/>\n<view
id\="org.eclipse.pde.ui.DependenciesView"/>\n<view
id\="org.eclipse.search.ui.views.SearchView"/>\n<view
id\="org.eclipse.jdt.ui.TypeHierarchy"/>\n<view
id\="org.eclipse.ui.navigator.ProjectExplorer"/>\n<view
id\="org.eclipse.team.sync.views.SynchronizeView"/>\n<view
id\="org.eclipse.ui.views.ProgressView"/>\n<view
id\="org.eclipse.ui.views.PropertySheet"/>\n<view
id\="de.tobject.findbugs.view.bugtreeview"/>\n<view
id\="org.eclipse.team.ui.GenericHistoryView"/>\n<view
id\="org.eclipse.ui.console.ConsoleView"/>\n<view
id\="org.eclipse.jdt.ui.PackageExplorer"/>\n<view
id\="org.eclipse.ui.views.ResourceNavigator"/>\n<view
id\="org.eclipse.ui.views.ContentOutline"/>\n<fastViewBars/>\n<layout>\n<mainWindow>\n<info
folder\="true" part\="explorer">\n<folder
activePageID\="org.eclipse.jdt.ui.PackageExplorer" appearance\="2"
expanded\="2">\n<page content\="org.eclipse.jdt.ui.PackageExplorer"
label\="Package Explorer"/>\n<page
content\="org.eclipse.ui.views.ResourceNavigator"
label\="Navigator"/>\n<presentation
id\="org.eclipse.ui.presentations.WorkbenchPresentationFactory">\n<part
id\="0"/>\n<part id\="1"/>\n</presentation>\n</folder>\n</info>\n<info
folder\="true" part\="stickyFolderRight" ratio\="0.75"
ratioLeft\="954" ratioRight\="318" relationship\="2"
relative\="explorer">\n<folder appearance\="2" expanded\="2">\n<page
content\="org.eclipse.help.ui.HelpView"
label\="LabelNotFound"/>\n<page
content\="org.eclipse.ui.internal.introview"
label\="LabelNotFound"/>\n<page
content\="org.eclipse.ui.cheatsheets.views.CheatSheetView"
label\="LabelNotFound"/>\n<presentation
id\="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/>\n</folder>\n</info>\n<info
part\="org.eclipse.ui.editorss" ratio\="0.19936958" ratioLeft\="253"
ratioRight\="1016" relationship\="2" relative\="explorer"/>\n<info
folder\="true" part\="problems" ratio\="0.6852071" ratioLeft\="579"
ratioRight\="266" relationship\="4"
relative\="org.eclipse.ui.editorss">\n<folder
activePageID\="org.eclipse.ui.views.ProblemView" appearance\="2"
expanded\="2">\n<page content\="org.eclipse.ui.views.ProblemView"
label\="Problems"/>\n<page content\="org.eclipse.ui.views.TaskList"
label\="Tasks"/>\n<page content\="org.eclipse.pde.runtime.LogView"
label\="Error Log"/>\n<page
content\="org.eclipse.pde.ui.DependenciesView" label\="Plug-in
Dependencies"/>\n<page
content\="org.eclipse.search.ui.views.SearchView"
label\="Search"/>\n<page content\="org.eclipse.jdt.ui.TypeHierarchy"
label\="Type Hierarchy"/>\n<page
content\="org.eclipse.ui.navigator.ProjectExplorer" label\="Project
Explorer"/>\n<page
content\="org.eclipse.team.sync.views.SynchronizeView"
label\="Synchronize"/>\n<page
content\="org.eclipse.ui.views.ProgressView"
label\="Progress"/>\n<page
content\="org.eclipse.ui.views.PropertySheet"
label\="Properties"/>\n<page
content\="de.tobject.findbugs.view.bugtreeview" label\="Bug
Explorer"/>\n<page content\="org.eclipse.team.ui.GenericHistoryView"
label\="History"/>\n<page
content\="org.eclipse.ui.console.ConsoleView"
label\="Console"/>\n<page
content\="org.tigris.subversion.subclipse.ui.svnproperties.SvnPropertiesView"
label\="LabelNotFound"/>\n<page
content\="org.eclipse.jdt.junit.ResultView"
label\="LabelNotFound"/>\n<page
content\="org.eclipse.mylyn.tasks.ui.views.tasks"
label\="LabelNotFound"/>\n<page
content\="org.eclipse.mylyn.tasks.ui.views.repositories"
label\="LabelNotFound"/>\n<page
content\="org.eclipse.ui.console.ConsoleView\:Console View \#1"
label\="LabelNotFound"/>\n<presentation
id\="org.eclipse.ui.presentations.WorkbenchPresentationFactory">\n<part
id\="0"/>\n<part id\="1"/>\n<part id\="2"/>\n<part id\="3"/>\n<part
id\="4"/>\n<part id\="5"/>\n<part id\="6"/>\n<part id\="7"/>\n<part
id\="8"/>\n<part id\="9"/>\n<part id\="10"/>\n<part id\="11"/>\n<part
id\="12"/>\n</presentation>\n</folder>\n</info>\n<info folder\="true"
part\="right" ratio\="0.76059115" ratioLeft\="772" ratioRight\="243"
relationship\="2" relative\="org.eclipse.ui.editorss">\n<folder
activePageID\="org.eclipse.ui.views.ContentOutline" appearance\="2"
expanded\="2">\n<page content\="org.eclipse.ui.views.ContentOutline"
label\="Outline"/>\n<presentation
id\="org.eclipse.ui.presentations.WorkbenchPresentationFactory">\n<part
id\="0"/>\n</presentation>\n</folder>\n</info>\n</mainWindow>\n</layout>\n</perspective>
/instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true
/bundle_defaults/org.eclipse.ui.editors/occurrenceIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/nickname=Update
Site
/bundle_defaults/org.scala-ide.sdt.core/formatter.spaceInsideBrackets=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
/bundle_defaults/org.eclipse.ui.editors/spellingIndicationInVerticalRuler=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.enabled=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.contentassist.brackets=true
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.jsdt.debug.ui.hyperlink.detector_stateMask=327680
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/isSystem=false
/bundle_defaults/org.codehaus.groovy.eclipse.dsl/org.codehaus.groovy.eclipse.dsl.projects.ignore=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_helios/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do
not insert
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_updateSite/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.navigation.next=false
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_monitor_thread_info=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.strikethrough=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/enabled=false
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.formatterprofiles.version=11
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.spaceInsideParentheses=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_first_startup=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/provider=
/bundle_defaults/org.eclipse.ui.ide/REFRESH_WORKSPACE_ON_STARTUP=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/cleanup.correct_indentation=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false
/bundle_defaults/org.eclipse.jdt.ui/java_comment_task_tag=127,159,191
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.0_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.sourceforge.net_update_sf/suffix=content.xml
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_syncinfo_as_text=false
/bundle_defaults/org.eclipse.egit.core/core_deltaBaseCacheLimit=10485760
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/enabled=true
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Color.Background.SystemDefault=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_update-current/enabled=false
/bundle_defaults/org.eclipse.ui.editors/javaScriptOccurrenceIndicationInVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/uri=http\://download.eclipse.org/mylyn/incubator/3.6
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.groovykeywords.color=151,44,120
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.format_block_comments=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_trailing_whitespaces_all=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do
not insert
/instance/org.eclipse.jdt.ui/content_assist_proposals_foreground=60,60,60
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.annotation.color=70,70,70
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert
/bundle_defaults/org.eclipse.ui.editors/isSpellingGoToPreviousNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.ui/closeBrackets=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_milestones/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/isUnchangedGoToNextNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7/enabled=false
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.inactive_filters=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/Search.usereducemenu=true
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.remove_from_view_without_prompt=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/uri=http\://redmin-mylyncon.sourceforge.net/update-site/N/
/bundle_defaults/org.scala-ide.sdt.core/formatter.doubleIndentClassDeclaration=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.enum.color=100,70,50
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.ui/hoverModifierMasks=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.ui.JavaSourceHover;131072;org.eclipse.jdt.ui.NLSStringHover;327680
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.interface.bold=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariable.underline=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.return.underline=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_nebula/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/filteredSearchResultHighlighting=false
/bundle_defaults/org.eclipse.ui.editors/quickdiff.characterMode=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/name=GrepCode
Eclipse Plugin Update Site
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.compresspackagenames=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.ui/SHOW_OTHER_IN_PERSPECTIVE_MENU=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/nickname=Redmine-Mylyn
Update Site
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do
not insert
/bundle_defaults/org.scala-ide.sdt.core/deprecation=false
/bundle_defaults/org.scala-ide.sdt.core/organizeimports.wildcards=scalaz$scalaz.Scalaz
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/name=AJDT
Artifacts
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.overviewruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_indigo/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/type=org.eclipse.equinox.p2.updatesite.metadataRepository
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.bracket.italic=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_tm_updates_3.2/isSystem=false
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.first_time=true
/instance/org.eclipse.ui.views.log/column4=499
/instance/org.eclipse.ui.views.log/column3=150
/instance/org.eclipse.ui.views.log/column2=468
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/uri=http\://download.eclipse.org/eclipse/updates/3.7/R-3.7.1-201109091335
/project/ru.microdigital.cms.plugins.other.test.framework.ui/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
/instance/org.eclipse.pde.core/checkedVersionPlugins=[savedNone]
@org.eclipse.wst.ws.service.policy=1.0.303.v201009221810
/bundle_defaults/org.scala-ide.sdt.core/Yrecursion=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates/uri=http\://download.eclipse.org/modeling/m2m/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/uri=http\://vrapper.sourceforge.net/update-site/stable
/bundle_defaults/org.eclipse.ui.editors/linked.exit.text.style=IBEAM
/bundle_defaults/org.scala-ide.sdt.core/formatter.indentSpaces=2
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/nickname=Redmine-Mylyn
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.spaceInsideParentheses=false
/bundle_defaults/org.eclipse.jdt.ui/markBreakContinueTargets=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/name=Bndtools
/bundle_defaults/org.eclipse.ui.editors/filteredSearchResultIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.prompt_unable_to_install_breakpoint=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_foldertext_decoration={external_flag}{added_flag}{dirty_flag}{name}
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_mdt_?project\=papyrus\#papyrus/enabled=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_debug_protocol=false
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_non_letters=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/provider=
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.html.ui.internal.hyperlink.AnchorHyperlinkDetector_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/uri=http\://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false
/bundle_defaults/org.eclipse.ui.workbench/HeapStatus.showMax=false
/bundle_defaults/org.eclipse.ui.editors/showAdditionInNextPrevDropdownToolbarAction=true
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.doubleIndentClassDeclaration=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/uri=http\://download.eclipse.org/technology/m2e/milestones/1.0/1.0.0.201106021057
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.remove_all_expressions_prompt=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/suffix=content.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineString.bold=false
/instance/org.eclipse.wst.xml.ui/org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.lastActivePage=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.class.underline=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.alignSingleLineCaseStatements=false
/bundle_defaults/org.eclipse.team.cvs.ui/enableModelSync=true
/bundle_defaults/org.scala-ide.sdt.core/Yno-generic-signatures=false
/bundle_defaults/org.eclipse.ui.editors/bookmarkIndicationColor=34,164,99
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.nightlabs.de_updatesites_development/uri=http\://www.nightlabs.de/updatesites/development/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.typefilter.enabled=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.4.0/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.3.0/uri=http\://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.3.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/name=Update
Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_helios/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/suffix=artifacts.xml
/bundle_defaults/org.eclipse.ui/USE_COLORED_LABELS=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tptp_updates/isSystem=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineComment.colour=63,127,95
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/java_doc_tag=127,127,159
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/uri=file\:/home/aromanov/eclipse/.eclipseextension
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
/instance/org.eclipse.mylyn.java.ui/org.eclipse.mylyn.java.ui.run.count.3_1_0=1
/bundle_defaults/org.eclipse.team.cvs.ui/pref_team_update_handling=traditionalUpdate
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.color=70,100,165
/bundle_defaults/org.eclipse.ui.editors/showOccurrenceInNextPrevDropdownToolbarAction=true
/project/ru.focusmedia.rcplibs.rcputil/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.navigation.dropdown=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tm_updates_3.2/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/addJavaDocTags=true
/instance/org.tigris.subversion.subclipse.tools.usage/ask_user_for_usage_report_preference=false
/instance/org.eclipse.wst.jsdt.ui/useQuickDiffPrefPage=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/migrated34Prefs=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_cdt_releases_helios/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.cs.kent.ac.uk_projects_forse/enabled=false
/bundle_defaults/org.eclipse.wb.core/editor.recognizeSourceGUI=false
/instance/org.eclipse.pde.core/target_mode=useThis
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/
/bundle_defaults/org.eclipse.ui.editors/overrideIndicatorInOverviewRuler=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/name="Maven
for Scala"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/name=Eclipse
3.7 WindowBuilder Repo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/uri=http\://download.springsource.com/release/TOOLS/update/2.8.1.RELEASE/e3.7/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.navigation.previous=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__shibumi.erlide.org_updates_master/name=Erlang
IDE Update Site
/bundle_defaults/org.eclipse.ui.editors/writeOccurrenceIndicationInOverviewRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/isSystem=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_history_view_linking=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/CallHierarchy.defaultExpandWithConstructorsMembers=java.lang.Runnable.run;java.util.concurrent.Callable.call;org.eclipse.swt.widgets.Listener.handleEvent
/bundle_defaults/org.eclipse.core.resources/description.maxbuilditerations=10
/bundle_defaults/org.eclipse.jdt.ui/java_doc_link_italic=false
/bundle_defaults/org.eclipse.debug.ui/Console.width=80
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.9_update-site/uri=http\://download.eclipse.org/technology/actf/0.9/update-site/
/project/ru.microdigital.cms.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.ui/java_string_italic=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariable.color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20100519200754_repository/uri=http\://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
/instance/org.scala-ide.sdt.core/org.scala-ide.sdt.core.diagnostic.currentPluginVersion=2.0.0.rc03-2_09-201112091328-06d2a99
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/suffix=artifacts.xml
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_comments=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.1/stable/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/provider=
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.enum.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/provider=
/bundle_defaults/org.eclipse.jdt.ui/cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/description=
/bundle_defaults/org.eclipse.ui.editors/isOccurrenceGoToNextNavigationTarget=false
/bundle_defaults/org.eclipse.wb.core/hiddenCode.end=$hide<<$
/bundle_defaults/org.eclipse.ui.editors/isBookmarkGoToNextNavigationTarget=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.manage_view_perspectives=DEFAULT
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/name=Helios
repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/nickname=Bndtools
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/nickname=Yari
update site
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.enabled=false
/bundle_defaults/org.eclipse.ui.editors/infoIndicationInOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.4.0/uri=http\://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.4.0
/project/sbinary/org.eclipse.pde.core/pluginProject.extensions=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/suffix=compositeContent.xml
/bundle_defaults/org.eclipse.debug.ui/Console.limitConsoleOutput=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases_site.xml/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.3
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__update.eclipse.org_updates_3.3/uri=http\://update.eclipse.org/updates/3.3
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.italic=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_indigo/uri=http\://download.eclipse.org/mylyn/releases/indigo/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/uri=http\://download.eclipse.org/technology/jwt/update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_tooling/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.internal.ui.javaeditor.JavaElementHyperlinkDeclaredTypeDetector_stateMask=-1
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.default.color=0,0,0
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/uri=http\://download.eclipse.org/tools/gef/updates/releases
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/name=org.scala-ide.sdt.update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_indigo/isSystem=false
/bundle_defaults/org.eclipse.egit.core/core_packedGitWindowSize=8192
/bundle_defaults/org.eclipse.ui.editors/linked.slave.text=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.enable.visibility.order=false
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/nickname=Erlide
Test Site
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_e3.4/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/version=1.0.0
/bundle_defaults/org.eclipse.ui.workbench/COLOR_ICONS=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_compression_level=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__sourceforge.net_projects_hypergraph/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/uri=http\://download.eclipse.org/modeling/mdt/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/suffix=compositeContent.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_linuxtools_update/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/uri=http\://download.eclipse.org/birt/update-site/3.7-interim
/bundle_defaults/org.eclipse.ui.ide/TASKS_FILTERS_MIGRATE=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/uri=http\://dist.springsource.com/release/TOOLS/update/e3.7
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotation.enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/suffix=artifacts.xml
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.reset_memory_block=org.eclipse.debug.uiresetMemoryBlock.visible
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_missing_nls_tags=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_width=80
/bundle_defaults/org.eclipse.wst.sse.core/task-tags/taskPriorities=1,2,1
/bundle_defaults/org.eclipse.ui.editors/isChangeGoToNextNavigationTarget=false
/bundle_defaults/org.scala-ide.sdt.core/Xcheckinit=false
/project/ru.microdigital.cms.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/revisionRulerShowRevision=false
/bundle_defaults/org.eclipse.team.cvs.core/cvs.read.only=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.color=0,180,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.ui.editors/showUnchangedInNextPrevDropdownToolbarAction=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__update.eclipse.org_updates_3.0/uri=http\://update.eclipse.org/updates/3.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.2_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/
/project/com.twitter.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unused_private_fields=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.highlight=false
@org.eclipse.wst.xml.ui=1.1.201.v201108151912
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/suffix=content.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.italic=false
/bundle_defaults/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.protest-project.eu/uri=http\://www.protest-project.eu/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_udc/uri=http\://download.eclipse.org/technology/epp/updates/udc/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do
not insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_merge_use_external=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.ui.sdk.scheduler/autoUpdateInit=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/isSystem=false
/bundle_defaults/org.eclipse.debug.ui/Console.wrap=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/taskIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.2_stable/uri=http\://download.eclipse.org/dsdp/mtj/updates/1.0.2/stable/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/name="Eclipse
Project Test Site"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/version=1.0.0
/bundle_defaults/org.eclipse.ui.workbench/REUSE_OPEN_EDITORS_BOOLEAN=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert
/bundle_defaults/org.eclipse.ui.editors/typeCheckIndication=true
/bundle_defaults/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityThreshold=2
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.colour=63,127,95
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7/uri=http\://download.eclipse.org/birt/update-site/3.7
@org.eclipse.epp.mpc.ui=1.1.0.I20110525-0742
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_helios/enabled=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.colour=0,128,128
/bundle_defaults/org.eclipse.jdt.ui/CallHierarchy.anonymousExpandWithConstructors=true
/bundle_defaults/org.eclipse.wb.core/editor.formatOnSave=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.defaultEbcdicCodePage=CP037
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.wsdl.ui.internal.text.WSDLHyperlinkDetector_stateMask=-1
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_search=false
/bundle_defaults/org.eclipse.core.net/proxyData/HTTPS/hasAuth=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_releases/enabled=false
/bundle_defaults/org.eclipse.ui.editors/changeIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/version=1.0.0
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/instance/org.eclipse.pde.core/workspace_target_handle=resource\:/target/ru.microdigital.cms.target
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/enabled=false
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.switch_perspective_on_suspend=always
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/name=Mylyn
Connector\: Redmine
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/isSystem=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.field.color=0,0,192
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__update.eclipse.org_updates_3.0/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_private_constructors=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.strikethrough=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.keyword.bold=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates_releases/isSystem=false
/instance/org.eclipse.jst.jsp.core/org.eclipse.jst.jsp.core.taglib.TaglibIndex=CLEAN
/bundle_defaults/org.eclipse.jdt.ui/content_assist_category_order=org.eclipse.jdt.ui.spellingProposalCategory\:65545\u0000org.eclipse.jdt.ui.javaTypeProposalCategory\:65540\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\:65539\u0000org.eclipse.jdt.ui.textProposalCategory\:65541\u0000org.eclipse.jdt.ui.javaAllProposalCategory\:65542\u0000org.eclipse.jdt.ui.templateProposalCategory\:2\u0000org.eclipse.jdt.ui.swtProposalCategory\:3\u0000
/bundle_defaults/org.eclipse.ui.editors/javaScriptOverrideIndicatorInOverviewRuler=false
/bundle_defaults/org.eclipse.ui.editors/linked.focus.verticalruler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/name=download
cache
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/uri=http\://download.eclipse.org/releases/helios/201102250900/aggregate
/bundle_defaults/org.eclipse.jdt.ui/java_bracket=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_nebula/uri=http\://www.eclipse.org/nebula/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.equals.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/uri=http\://download.eclipse.org/releases/indigo/201106220900
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tm_updates_3.2/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/uri=http\://download.eclipse.org/eclipse/updates/3.6/R-3.6.2-201102101200
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/enabled=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unused_local_variables=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/version=1.0.0
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.script.filters.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/uri=http\://download.eclipse.org/technology/epp/packages/helios/SR2/
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.nightlabs.de_updatesites_development/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/name=Subclipse
1.6.x Artifacts
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.continuation_indentation=2
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/enabled=true
/bundle_defaults/org.scala-ide.sdt.core/buildmanager=sbt
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.pde.core/pluginProject.extensions=false
/bundle_defaults/org.eclipse.ui.editors/showLeadingTabs=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/name=Erlide
Test Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/name=SpringSource
Update Site for Eclipse 3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
/bundle_defaults/org.eclipse.ui.editors/othersIndicationInOverviewRuler=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariable.enabled=false
/bundle_defaults/org.eclipse.ui.editors/istypeCheckGoToPreviousNavigationTarget=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/isWarningGoToNextNavigationTarget=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.colour=63,127,95
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/nickname=BIRT
Update Site
/instance/org.eclipse.ui.ide/quickStart=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.8_update-site/uri=http\://download.eclipse.org/technology/actf/0.8/update-site/
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.pde.core/pluginProject.extensions=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.0.RELEASE_e3.7/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.net_m2e-scala_update-site/isSystem=false
/bundle_defaults/org.eclipse.ui.ide/SAVE_ALL_BEFORE_BUILD=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900_aggregate/uri=http\://download.eclipse.org/releases/helios/201006230900/aggregate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/name=Helios
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/isSystem=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_enable_watch_on_edit=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/description=
/bundle_defaults/org.eclipse.ui.editors/warningIndication=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipse.svnkit.com_1.3.x/uri=http\://eclipse.svnkit.com/1.3.x/
/bundle_defaults/org.eclipse.ui.editors/typeCheckTextStyle=DASHED_BOX
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_datatools_updates/uri=http\://download.eclipse.org/datatools/updates
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/enabled=true
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk/allowNonOKPlan=prompt
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.core.net/proxyData/HTTPS/port=-1
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert
/bundle_defaults/org.eclipse.ui.editors/currentLine=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/suffix=content.xml
/bundle_defaults/org.eclipse.jdt.ui/cleanup.make_local_variable_final=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/provider=
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.jsdt.web.ui.JSDTHyperlinkDetector.HTML_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/enabled=false
/bundle_defaults/org.eclipse.ui.editors/infoIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_runtime/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_helios/uri=http\://download.eclipse.org/tools/ptp/updates/helios
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__sourceforge.net_projects_hypergraph/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_milestones_0.8/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_linuxtools_update/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/uri=http\://download.eclipse.org/technology/epp/packages/helios/SR1/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/name=Feature
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.inactive_filters=com.ibm.*,com.sun.*,java.*,javax.*,jrockit.*,org.omg.*,sun.*,sunw.*
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/uri=http\://download.eclipse.org/modeling/emf/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/uri=http\://alchim31.free.fr/m2e-scala/update-site/m2eclipse-scala
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.3.0/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/outlinesortoption=T,SF,SI,SM,F,I,C,M
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.UseSingleLine=true
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.jdt.apt.core/org.eclipse.jdt.apt.genSrcDir=.apt_generated
/instance/org.eclipse.ant.core/additional_entries=/usr/lib/jvm/java-6-openjdk/lib/tools.jar,/home/aromanov/eclipse/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar,
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.processAnnotations=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/name=dropins
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.log.trace.messages.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/description=
/bundle_defaults/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground.SystemDefault=true
/bundle_defaults/org.eclipse.debug.ui/org.eclispe.debug.ui.memory.postBufferSize=20
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/uri=http\://dist.springsource.org/release/GRECLIPSE/e3.7/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/provider=
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.mylyn.tasks.ui.hyperlinks.detectors.task_stateMask=-1
/instance/edu.umd.cs.findbugs.plugin.eclipse/askAboutPerspectiveSwitch=always
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/nickname=m2e
releases repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.junginger.biz_eclipse/type=org.eclipse.equinox.p2.updatesite.metadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/suffix=compositeArtifacts.xml
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.keyword.italic=false
@org.eclipse.mylyn.monitor.ui=3.6.0.v20110608-1400
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_milestones/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates_releases/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_autoinsert=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/version=1.0.0
/bundle_defaults/org.eclipse.ui.editors/javaScriptOverrideIndicatorHighlighting=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/type=org.eclipse.equinox.p2.updatesite.artifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/uri=http\://download.eclipse.org/releases/helios/201102250900
/bundle_defaults/org.scala-ide.sdt.core/Xfatal-warnings=false
/bundle_defaults/org.eclipse.jdt.ui/matchingBracketsColor=192,192,192
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/version=1.0.0
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/instance/org.eclipse.ui/SHOW_MEMORY_MONITOR=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/suffix=compositeArtifacts.xml
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.string.italic=false
/bundle_defaults/org.eclipse.core.net/proxyData/HTTP/port=-1
/bundle_defaults/org.eclipse.ui.editors/showBreakpointIndicationInNextPrevDropdownToolbarAction=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.color=100,70,50
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_update-current/isSystem=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.alignParameters=false
/instance/org.eclipse.ui.ide/tipsAndTricks=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/nickname=update
site\: http\://vrapper.sourceforge.net/update-site/stable
/bundle_defaults/org.eclipse.jdt.ui/cleanup.use_blocks=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_mdt_?project\=papyrus\#papyrus/uri=http\://www.eclipse.org/modeling/mdt/?project\=papyrus\#papyrus
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.operator.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/provider=
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.class.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/isSystem=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_prompt_on_saving_in_sync=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/name=update
site\: http\://vrapper.sourceforge.net/update-site/unstable
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/name="Eclipse
Project Test Site"
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.interface.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.6/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/overrideIndicatorTextStyle=SQUIGGLES
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_stop_on_copy=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/uri=http\://eclipseguru.org/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/uri=http\://download.eclipse.org/technology/m2e/releases/1.0/1.0.0.20110607-2117
/project/ru.microdigital.cms.plugins.libraries.swtvideo/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_generated_serial_version_id=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/description=
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.pde.core/pluginProject.extensions=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unnecessary_casts=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeName.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_update-site_releases_site.xml/enabled=false
/bundle_defaults/org.eclipse.ui/initialFastViewBarLocation=bottom
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/name=Groovy
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/name=Mylyn
for Eclipse 3.5, 3.6 and 3.7
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_?project\=search\#search/isSystem=false
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/=\=\=\=\=\=\=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
/instance/org.eclipse.debug.ui/pref_state_memento.org.eclipse.debug.ui.BreakpointView=<?xml
version\="1.0" encoding\="UTF-8"?>\n<VariablesViewMemento
org.eclipse.debug.ui.SASH_DETAILS_PART\="315"
org.eclipse.debug.ui.SASH_VIEW_PART\="684">\n<PRESENTATION_CONTEXT_PROPERTIES
IMemento.internal.id\="org.eclipse.debug.ui.BreakpointView">\n<BOOLEAN
BOOLEAN\="true"
IMemento.internal.id\="org.eclipse.debug.ui.check"/>\n</PRESENTATION_CONTEXT_PROPERTIES>\n</VariablesViewMemento>
/bundle_defaults/org.eclipse.ui.workbench/perspectiveBarVisible=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.discouragedReferenceCheck=disabled
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.spaceInsideBrackets=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/isSystem=true
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.ui.editors/linked.focus.color=70,100,165
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/suffix=artifacts.xml
/instance/org.scala-ide.sdt.core/formatter.preserveDanglingCloseParenthesis=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotationElementReference.color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/name=Feature
/bundle_defaults/org.eclipse.ui.editors/bookmarkTextStyle=SQUIGGLES
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_runtime/uri=http\://download.eclipse.org/rt/rap/1.3/runtime
/bundle_defaults/org.eclipse.jdt.ui/cleanup.make_variable_declarations_final=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_wrap_comments=true
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_message_color=0,0,255
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/uri=http\://repository.grepcode.com/java/ext-eclipse/
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/configuration/org.tigris.subversion.subclipse.tools.usage/eclipse_instance_id=74826416790730204511310370517080
/instance/org.eclipse.ui.workbench/RUN_IN_BACKGROUND=true
/bundle_defaults/org.eclipse.ui.editors/linked.exit.color=0,180,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/suffix=artifacts.xml
/bundle_defaults/org.eclipse.ui.editors/writeOccurrenceIndication=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_updateSite/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.sourceforge.net_update_sf/uri=http\://erlide.sourceforge.net/update_sf
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_static_variables=false
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.strings.color_bold=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.jsdt.web.ui.JSDTHyperlinkDetector.SCRIPT_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.verticalruler=false
/bundle_defaults/org.eclipse.ui.ide/useSeparator.help.group.assist=true
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_system_threads=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.strikethrough=false
/configuration/org.tigris.subversion.subclipse.tools.usage/visit_count=356
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/uri=http\://download.eclipse.org/rt/swordfish/updates
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_error_color=255,0,0
/bundle_defaults/org.eclipse.jdt.ui/cleanup.on_save_profile_id=org.eclipse.jdt.ui.default.save_participant_clean_up_profile
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.operator.color=0,0,0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_1.3/uri=http\://download.eclipse.org/technology/epp/updates/1.3/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/uri=http\://download.eclipse.org/mat/1.1/update-site/
/bundle_defaults/org.eclipse.jdt.ui/spelling_ignore_ampersand_in_properties=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/provider=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/version=1.0.0
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_overlaydirty=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/isSystem=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.underline=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.strikethrough=false
/project/scalaz/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.ui.editors/isTaskGoToPreviousNavigationTarget=false
/bundle_defaults/org.scala-ide.sdt.core/formatter.indentPackageBlocks=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/suffix=artifacts.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.comment.colour=63,85,191
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900_aggregate/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__shibumi.erlide.org_updates_master/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__update.eclipse.org_updates_3.0/enabled=false
/bundle_defaults/org.eclipse.ui.workbench/USE_IPERSISTABLE_EDITORS=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/suffix=compositeArtifacts.xml
/bundle_defaults/org.eclipse.jdt.ui/java_multi_line_comment=63,127,95
/instance/org.eclipse.wst.jsdt.ui/tabWidthPropagated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/isSystem=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.switch_to_perspective=never
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/download=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_modisco_updates_release/enabled=false
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.color=0,0,0
/bundle_defaults/org.eclipse.debug.ui/Registers.detail.orientation=Variables.detail.orientation.underneath
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/enabled=false
/bundle_defaults/org.eclipse.ui.editors/tabWidth=4
/instance/org.eclipse.pde.core/target.profile=
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.string.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_rt_rap_1.3_tooling/uri=http\://download.eclipse.org/rt/rap/1.3/tooling
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_udc/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/enabled=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_trailing_whitespaces=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.0_update-site/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/writeOccurrenceTextStyle=NONE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipse.svnkit.com_1.3.x/uri=http\://eclipse.svnkit.com/1.3.x/
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_soa_jwt_update-site/uri=http\://download.eclipse.org/soa/jwt/update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/uri=https\://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109270543/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_merge_program_location=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/suffix=compositeContent.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/isSystem=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_show_compare_revision_in_dialog=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_default_innertypes=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/uri=http\://www.eclipse.org/modeling/emft/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/uri=http\://download.eclipse.org/releases/maintenance/aggregate
/bundle_defaults/org.eclipse.jdt.ui/closeStrings=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_integration_3.7/uri=http\://download.eclipse.org/windowbuilder/WB/integration/3.7
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.bracket.color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_updateSite/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/provider=
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.mylyn.tasks.ui.hyperlinks.detectors.url_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/uri=http\://bndtools-updates.s3.amazonaws.com
/bundle_defaults/org.eclipse.ui.editors/showTrailingSpaces=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/uri=http\://redmin-mylyncon.sourceforge.net/update-site/N/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/nickname=update
site\: http\://vrapper.sourceforge.net/update-site/unstable
/bundle_defaults/org.eclipse.wb.core/common.linux.disableScreenshotWorkarounds=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_updates/uri=http\://www.eclipse.org/modeling/updates/
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_assignment_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/suffix=compositeContent.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.eclipse.org_modeling_mdt_?project\=papyrus\#papyrus/uri=http\://www.eclipse.org/modeling/mdt/?project\=papyrus\#papyrus
/bundle_defaults/org.eclipse.jdt.ui/cleanup.never_use_blocks=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/uri=http\://erlide.org/update
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.mylyn.java.hyperlink.detector.stack_stateMask=-1
/instance/org.eclipse.jdt.ui/content_assist_proposals_background=255,255,255
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.junit.monospace.font=false
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/enabled=false
/project/ru.microdigital.cms.drivers.common/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/configuration/org.eclipse.core.net/proxyData/HTTP/host=proxy.miet.ru
/project/ru.microdigital.cms.plugins.other.test.framework.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_releases/uri=http\://download.eclipse.org/modeling/emft/updates/releases/
/bundle_defaults/org.eclipse.debug.ui/DEBUG.consoleOpenOnOut=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/uri=http\://oroszgy.github.com/eclipsegraphviz/update
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/bundle_defaults/org.eclipse.ui.editors/showInfoInNextPrevDropdownToolbarAction=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/suffix=site.xml
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.InitiallyShowAncestorPane=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.contentassist.namedarguments=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/name=AJDT
Update Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.sourceforge.net_update_sf/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases_site.xml/isSystem=false
\!/=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_2.0/enabled=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.debug.filter.stack=true
/bundle_defaults/org.eclipse.ui.ide/MARKER_LIMITS_VALUE=100
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__update.eclipse.org_updates_3.3/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/suffix=content.xml
/instance/org.scala-ide.sdt.core/deprecation=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/provider=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR2/isSystem=true
/bundle_defaults/org.eclipse.ui.ide/saveInterval=5
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.debugOutput=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_objectteams_updates_contrib/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__eclipseguru.org/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/uri=http\://download.eclipse.org/technology/m2e/releases/1.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates_releases/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/nickname=Buckminster
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.bold=false
/bundle_defaults/org.eclipse.jdt.ui/java_doc_tag_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/nickname="Maven
for Scala"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/suffix=artifacts.xml
/instance/org.eclipse.search/org.eclipse.search.defaultPerspective=org.eclipse.search.defaultPerspective.none
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20100519200754_repository/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.class.italic=false
/project/ru.microdigital.cms.plugins.other.test.framework.core/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/bundle_defaults/org.eclipse.ui/showIntro=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/description=
/bundle_defaults/org.eclipse.ui.editors/showSpellingInNextPrevDropdownToolbarAction=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.3.0/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_categories/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/version=1.0.0
/instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant=org.tigris.subversion.subclipse.participant
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tm_updates_3.3/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/suffix=compositeContent.xml
/instance/org.eclipse.wst.ws.service.policy/org.eclipse.wst.ws.service.policy.ui.servicepols.wsiprofilecomp.wsissbp.defaultProtocol=http\://schemas.xmlsoap.org/wsdl/soap/
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.color=0,0,0
/bundle_defaults/org.eclipse.ui.editors/changeIndicationInVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.nightlabs.de_updatesites_development/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/enabled=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.scripts.workingdir=proj_home
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__shibumi.erlide.org_updates_master/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_SR1/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/enabled=false
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/suffix=artifacts.xml
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.indentLocalDefs=false
/bundle_defaults/org.eclipse.ui.editors/spacesForTabs=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert
/bundle_defaults/org.eclipse.ui.editors/occurrenceIndicationInVerticalRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_tmf_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/PackagesView.pkgNamePatternForPackagesView=
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.bracket.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/version=1.0.0
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.preserveDanglingCloseParenthesis=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_milestones/uri=http\://download.eclipse.org/modeling/gmf/updates/milestones/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do
not insert
@org.eclipse.wst.sse.core=1.1.601.v201108151912
/bundle_defaults/org.scala-ide.sdt.core/Ywarn-dead-code=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/name=Indigo
artifacts
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.keyword.strikethrough=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.suggestStaticImports=enabled
/bundle_defaults/org.eclipse.ui/SHOW_SYSTEM_JOBS=false
/project/scalaz/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_FILTER_LAUNCH_TYPES=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/version=1.0.0
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.italic=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/version=1.0.0
/instance/org.eclipse.epp.usagedata.recording/org.eclipse.epp.usagedata.recording.last-upload=1323418630164
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/enabled=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900_aggregate/enabled=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_affected_paths_layout2=1
/project/ru.microdigital.cms.drivers.common/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/uri=http\://download.eclipse.org/technology/jwt/update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/suffix=content.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.strikethrough=false
/bundle_defaults/org.eclipse.ui/RECENTLY_USED_WORKINGSETS_SIZE=5
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.scaladoc.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_virgo_milestone_IDE/suffix=content.xml
/instance/org.eclipse.debug.ui/preferredDetailPanes=DefaultDetailPane\:DefaultDetailPane|org.eclipse.jdt.debug.ui.DETAIL_PANE_LINE_BREAKPOINT\:org.eclipse.jdt.debug.ui.DETAIL_PANE_LINE_BREAKPOINT|org.eclipse.jdt.debug.ui.DETAIL_PANE_EXCEPTION_BREAKPOINT\:org.eclipse.jdt.debug.ui.DETAIL_PANE_EXCEPTION_BREAKPOINT|org.eclipse.jdt.debug.ui.DETAIL_PANE_METHOD_BREAKPOINT\:org.eclipse.jdt.debug.ui.DETAIL_PANE_METHOD_BREAKPOINT|
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.scala-ide.org_releases-29_stable_site/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.operator.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/enabled=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.slave.color=180,215,255
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
/bundle_defaults/org.eclipse.debug.ui/org.eclispe.debug.ui.memory.preBufferSize=20
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/suffix=artifacts.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.cdata.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/uri=file\:/home/aromanov/eclipse/configuration/org.eclipse.osgi/bundles/115/data/listener_1925729951/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.tasks=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_helios/uri=http\://download.eclipse.org/tools/ptp/updates/helios
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_dsdp_mtj_updates_1.0.1_stable/enabled=false
/instance/org.eclipse.pde.ui/Preferences.MainPage.addToJavaSearch=true
/bundle_defaults/org.eclipse.jdt.ui/cleanup.make_type_abstract_if_missing_method=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.indent_root_tags=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert
/bundle_defaults/org.eclipse.team.cvs.ui/openCompareEditorForSingleFile=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_FILTER_LAUNCH_DELETED=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.use_on_off_tags=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/suffix=artifacts.xml
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.string.bold=false
/bundle_defaults/org.eclipse.ui.editors/showErrorInNextPrevDropdownToolbarAction=true
/project/ru.microdigital.cms.plugins.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/bundle_defaults/org.eclipse.ui.editors/quickdiff.defaultProvider=org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_releases_3.6/enabled=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.wst.jsdt.internal.ui.javaeditor.JavaElementHyperlinkDetector_stateMask=-1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.4.0/isSystem=false
/bundle_defaults/org.eclipse.ui/VIEW_TAB_POSITION=128
/bundle_defaults/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_TYPE=
/bundle_defaults/org.eclipse.jdt.ui/cleanup.make_parameters_final=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_integration_3.7/uri=http\://download.eclipse.org/windowbuilder/WB/integration/3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/suffix=artifacts.xml
/project/scalaz/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/nickname=file\:/shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/I20110620-1631/repository
- metadata
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_3.6/nickname=Mylyn
Incubator for Mylyn 3.6
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/provider=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/isSystem=true
/project/ru.microdigital.cms.drivers.test/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/spacesForTabs=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=disabled
/project/ru.microdigital.cms.drivers.test/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/suffix=compositeArtifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/uri=http\://download.eclipse.org/technology/m2e/milestones/1.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/enabled=true
/project/ru.microdigital.cms.plugins.other.test.framework.ui/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/name=Helios
Milestone Repository
/configuration/org.eclipse.core.net/proxyData/HTTP/hasAuth=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_added_flag=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/enabled=true
/bundle_defaults/org.eclipse.ui.editors/secondaryIPColor=219,235,204
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/suffix=content.xml
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.OpenStructureCompare=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.bold=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.tagName.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_soa_jwt_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jst.jsp.ui.internal.hyperlink.TaglibHyperlinkDetector_stateMask=-1
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/home/aromanov/cms2_ws\n/home/aromanov/workspace2\n/tmp/workspace_tmp
/bundle_defaults/org.eclipse.ui.editors/breakpointVerticalRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.6/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/uri=http\://download.eclipse.org/technology/m2e/milestones/1.0
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.1-201009090800/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/suffix=artifacts.xml
/bundle_defaults/org.eclipse.jdt.ui/JavaEditor.ShowTemporaryProblem=true
@org.eclipse.debug.core=3.7.0.v20110518
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_soa_jwt_update-site/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoc=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/name=Indigo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_objectteams_updates_contrib/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__redmin-mylyncon.sourceforge.net_update-site_N/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/name=AJDT
Artifacts
/bundle_defaults/org.eclipse.ui.editors/othersIndicationColor=0,0,0
/bundle_defaults/org.eclipse.team.cvs.ui/pref_update_preview=syncView
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.junginger.biz_eclipse/uri=http\://www.junginger.biz/eclipse/
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.preserveSpaceBeforeArguments=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_field=0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.number.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/name=Indigo
artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/name="Eclipse
Project Test Site"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/version=1.0.0
/bundle_defaults/org.eclipse.ui.workbench/DISABLE_OPEN_EDITOR_IN_PLACE=false
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.return.color_bold=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/project/ru.microdigital.cms.plugins.other.test.framework.ui/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.return.color=151,44,120
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/name=update
site\: http\://findbugs.cs.umd.edu/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/name=Maven
Integration for Eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/name=Indigo
artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tm_updates_3.2/uri=http\://download.eclipse.org/tm/updates/3.2
/bundle_defaults/org.eclipse.ui.editors/spellingIndicationColor=255,128,64
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__subclipse.tigris.org_update_1.6.x/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/instance/net.sourceforge.vrapper.eclipse/vrapperEnabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/uri=http\://download.eclipse.org/tools/mylyn/update/extras
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/uri=http\://download.eclipse.org/technology/epp/packages/indigo/SR1/
/bundle_defaults/org.eclipse.ui.editors/linked.focus.navigation.dropdown=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/bundle_defaults/org.eclipse.jdt.ui/java_operator_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_SR1/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.text.style=IBEAM
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.format_header=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.equals.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/nickname=SpringSource
Update Site for Eclipse 3.7
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.comment.colour=63,85,191
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.methodtypeparametesr=true
/project/ru.microdigital.cms.libraries.media/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.springsource.com_release_TOOLS_update_2.8.1.RELEASE_e3.7/name=SpringSource
Update Site for Eclipse 3.7
@org.eclipse.epp.usagedata.recording=1.3.1.R201106061540
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/suffix=compositeArtifacts.xml
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.return.italic=false
/bundle_defaults/org.eclipse.ui.editors/linked.target.verticalruler=false
/bundle_defaults/org.eclipse.jdt.ui/java_doc_keyword_bold=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
/instance/org.eclipse.ant.ui/problem_imports=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_console_show_on_error=true
/bundle_defaults/org.eclipse.ui.editors/currentIPTextStyle=NONE
@org.eclipse.core.resources=3.7.100.v20110510-0712
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7-201106131736/description=
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.sourceFile=generate
/bundle_defaults/org.eclipse.jdt.ui/cleanup.always_use_this_for_non_static_field_access=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__repository.grepcode.com_java_ext-eclipse/version=1.0.0
/bundle_defaults/org.eclipse.ui.ide/PROJECT_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/name=file\:/home/aromanov/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.rcp.profile/
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.equals.bold=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.keyword.underline=false
/project/ru.microdigital.cms.drivers.common/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/bundle_defaults/org.eclipse.update.scheduler/schedule=on-startup
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
/bundle_defaults/org.eclipse.ui.workbench/ENABLE_CONFIGURABLE_PROJECT_WIZARD=false
/bundle_defaults/org.eclipse.jdt.ui/content_assist_autoactivation_triggers_java=.
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7_R-3.7.1-201109091335/name="Eclipse
Project Test Site"
/bundle_defaults/org.eclipse.jdt.ui/java_single_line_comment_italic=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_remember_merges=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_integration_3.7/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/linked.slave.navigation.next=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.browsing.packagestoeditor=true
/bundle_defaults/org.eclipse.core.resources/description.buildorder=
/bundle_defaults/org.eclipse.wb.core/evaluation.strictMode=false
/bundle_defaults/org.eclipse.ui.editors/linked.focus.navigation.previous=false
/bundle_defaults/org.eclipse.ui.editors/revisionAnnotationIndicationInOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_1.0/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
/bundle_defaults/org.eclipse.ui.editors/bookmarkIndicationInOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios_R/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.attributeValue.strikethrough=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
/bundle_defaults/org.eclipse.ui.editors/deletionIndicationInOverviewRuler=false
/bundle_defaults/org.eclipse.egit.core/core_packedGitLimit=10485760
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/version=1.0.0
/bundle_defaults/org.eclipse.ui/ENABLE_MIN_MAX=true
/bundle_defaults/org.eclipse.jdt.ui/closeBraces=true
/bundle_defaults/org.eclipse.ui.editors/deletionIndication=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/uri=http\://download.eclipse.org/mylyn/incubator/drops/3.6.0/I20110616-0003
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_rt_swordfish_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/markMethodOccurrences=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/suffix=content.xml
/bundle_defaults/org.eclipse.ui.editors/filteredSearchResultIndicationColor=237,237,252
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tptp_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0/version=1.0.0
/bundle_defaults/org.eclipse.ui/KEY_CONFIGURATION_ID=org.eclipse.ui.defaultAcceleratorConfiguration
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.keywordthis=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_emf_updates/enabled=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_console_wrap=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.scala-ide.org_releases_2.0.0-beta/name=org.scala-ide.sdt.update-site
Artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_milestones/uri=http\://download.eclipse.org/modeling/gmf/updates/milestones/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates_releases/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/linked.slave.highlight=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/isSystem=true
/configuration/org.eclipse.core.net/proxiesEnabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/nickname=Eclipse
3.7 WindowBuilder Repo
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/isSystem=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.operator.bold=false
/bundle_defaults/org.eclipse.ui.ide/LIMIT_PROBLEMS=true
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_projecttext_decoration={dirty_flag}{name}
[{url_short}]
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201109230900/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_2.6/enabled=false
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_perspective_to_show=prompt
/bundle_defaults/org.scala-ide.sdt.core/formatter.compactStringConcatenation=false
/bundle_defaults/org.eclipse.jdt.junit.core/org.eclipse.jdt.junit.max_test_runs=10
/bundle_defaults/org.eclipse.jdt.ui/spelling_user_dictionary_encoding=UTF-8
/instance/org.eclipse.ui.workbench/PLUGINS_NOT_ACTIVATED_ON_STARTUP=org.eclipse.m2e.discovery;
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates_releases/enabled=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.default.bold=false
@org.eclipse.wst.sse.ui=1.3.1.v201108191312
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__marketplace.eclipse.org_repo/description=
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter=true
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/bundle_defaults/org.eclipse.jdt.ui/cleanup.format_source_code_changes_only=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.0_update-site/uri=http\://download.eclipse.org/mat/1.0/update-site/
/bundle_defaults/org.eclipse.wb.core/hiddenCode.singleLine=$hide$
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line
/bundle_defaults/org.eclipse.ui.editors/unchangedIndicationInOverviewRuler=false
/bundle_defaults/org.eclipse.ui.editors/lineNumberRuler=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_milestones/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6/uri=http\://download.eclipse.org/eclipse/updates/3.6/
/bundle_defaults/org.eclipse.jdt.ui/java_keyword=127,0,85
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/isSystem=true
/bundle_defaults/org.eclipse.ui/CLOSE_EDITORS_ON_EXIT=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_update-site_releases_site.xml/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/type=org.eclipse.equinox.p2.updatesite.metadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_SORT_CRITERIA=0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_comment=63,127,95
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.browsing.typestoeditor=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/suffix=artifacts.xml
/project/ru.microdigital.cms.libraries.comms/org.eclipse.jdt.core/<<<<<<<=.working
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/version=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_subversive_0.7_update-site/uri=http\://download.eclipse.org/technology/subversive/0.7/update-site/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__shibumi.erlide.org_updates_master/uri=http\://shibumi.erlide.org/updates/master
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/suffix=compositeContent.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/nickname=Maven
Integration for Eclipse Update Extras Site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.pde.core/pluginProject.extensions=true
/bundle_defaults/org.eclipse.ui.editors/isAdditionGoToPreviousNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/nickname=Buckminster
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases_site.xml/uri=http\://download.eclipse.org/tools/gef/updates/releases/site.xml
/bundle_defaults/org.eclipse.ui.editors/isDeletionGoToNextNavigationTarget=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.field.underline=false
/bundle_defaults/org.eclipse.ui.editors/currentLineColor=232,242,254
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/description=
/bundle_defaults/org.eclipse.jdt.ui/java_string_bold=false
/instance/org.eclipse.team.core/ignore_files=.cache\ntrue\n
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unused_private_members=false
/bundle_defaults/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_RELATIVE=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.navigation.dropdown=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_jwt_update-site/uri=http\://download.eclipse.org/jwt/update-site
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_eef_updates_0.7.1/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/hoverModifiers=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.ui.JavaSourceHover;Shift;org.eclipse.jdt.ui.NLSStringHover;Ctrl+Alt
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.indentSpaces=2
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_update-site_releases_site.xml/uri=http\://download.eclipse.org/tools/gef/update-site/releases/site.xml
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_svninterface=javahl
/instance/org.eclipse.debug.core/prefWatchExpressions=<?xml
version\="1.0" encoding\="UTF-8"
standalone\="no"?>\n<watchExpressions>\n<expression enabled\="true"
text\="Platform.getExtensionRegistry().getConfigurationElementsFor(&quot;ru.microdigital.models&quot;)"/>\n</watchExpressions>\n
/bundle_defaults/org.eclipse.ui.editors/javaScriptShowOccurrenceInNextPrevDropdownToolbarAction=true
/bundle_defaults/org.eclipse.ui.editors/isErrorGoToNextNavigationTarget=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/name=/home/aromanov/eclipse/.eclipseextension
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-alpha-updates.s3.amazonaws.com/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-alpha-updates.s3.amazonaws.com/uri=http\://bndtools-alpha-updates.s3.amazonaws.com/
/bundle_defaults/org.eclipse.jdt.ui/java_default_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.sourceforge.net_update_sf/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/uri=http\://download.eclipse.org/modeling/emft/updates/
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.VariableView+org.eclipse.debug.ui.ShowTypeNamesAction=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.indentPackageBlocks=true
/bundle_defaults/org.eclipse.ui.editors/filteredSearchResultIndicationInVerticalRuler=false
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.defaultAsciiCodePage=CP1252
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201006230900/uri=http\://download.eclipse.org/releases/helios/201006230900
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/isSystem=true
/bundle_defaults/org.eclipse.ui.editors/overrideIndicatorHighlighting=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/name=m2e
1.0.x release repository
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotationElementReference.enabled=false
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_char=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_value_bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emf_updates_releases/enabled=false
/bundle_defaults/org.eclipse.ui.workbench/SHOW_MEMORY_MONITOR=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_text_ksubst=-kkv
/project/ru.microdigital.cms.plugins.libraries.comms/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
@org.eclipse.jdt.ui=3.7.0.v20110531-1200
/bundle_defaults/org.eclipse.jdt.ui/cleanup.sort_members=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_actf_0.9_update-site/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.autoboxing.strikethrough=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/enabled=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/uri=http\://download.eclipse.org/eclipse/updates/3.7
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jdt.internal.ui.javaeditor.JavaElementHyperlinkDetector_stateMask=-1
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.target.navigation.previous=false
/bundle_defaults/org.eclipse.ui.editors/overrideIndicatorColor=180,207,205
/bundle_defaults/org.eclipse.ui.editors/org.eclipse.jst.jsp.ui.internal.hyperlink.JSPJavaHyperlinkDetector_stateMask=-1
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.interface.color=50,63,112
/project/ru.focusmedia.rcplibs.util.scala/org.eclipse.pde.core/pluginProject.extensions=false
/bundle_defaults/org.eclipse.jdt.ui/java_doc_link_bold=false
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.show_qualified_names=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106021057/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/enabled=true
@org.eclipse.debug.ui=3.7.0.v20110518
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_emft_updates/enabled=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_show_comments=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/cleanup.always_use_parentheses_in_expressions=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/uri=http\://download.eclipse.org/mylyn/releases/latest
/bundle_defaults/org.eclipse.ui.editors/showWhitespaceCharacters=false
/instance/org.eclipse.pde.ui/Preferences.RunConfigs.Feature.SortOrder=1024
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.processingInstruction.bold=false
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.focus.text=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.skip_breakpoints_during_run_to_line=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900_aggregate/suffix=artifacts.xml
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.NavigationEndActionLocal=loop
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_milestone/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dev.nightlabs.org_updatesites_development/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_.eclipseextension/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/name=org.sonatype.tycho.update
Artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_helios/uri=http\://download.eclipse.org/technology/epp/packages/helios/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/suffix=content.xml
/bundle_defaults/org.eclipse.ui.editors/linked.target.navigation.next=false
@org.eclipse.jdt.launching=3.6.0.v20110509
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/enabled=false
/instance/org.eclipse.ui.ide/PROBLEMS_FILTERS_MIGRATE=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.strikethrough=true
/project/ru.microdigital.cms.libraries.comms.dvr.mdr.i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__shibumi.erlide.org_updates_master/uri=http\://shibumi.erlide.org/updates/master
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_SELECTION_SCOPE=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/uri=http\://dist.springsource.org/release/GRECLIPSE/e3.7/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/nickname=SpringSource
Update Site for Eclipse 3.7
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_jwt_update-site/enabled=false
/bundle_defaults/org.eclipse.ui.workbench/shouldPromptForEnablement=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0/isSystem=true
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.debug.filter.list=org.codehaus.groovy,groovy.lang,java.lang.reflect,sun.reflect,groovy.ui,sun.misc
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_windowbuilder_WB_release_R201109201200_3.7/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/description=
/bundle_defaults/org.eclipse.jdt.ui/markLocalVariableOccurrences=true
/instance/org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml
version\="1.0" encoding\="UTF-8"?>\n<org.eclipse.ui.commands>\n<keyBinding
commandId\="org.eclipse.ui.project.buildProject"
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+B"/>\n<keyBinding
commandId\="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint"
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="ALT+CTRL+SHIFT+B"/>\n<keyBinding
commandId\="org.eclipse.debug.ui.commands.ToggleBreakpoint"
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="ALT+CTRL+B"/>\n<keyBinding
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+SHIFT+B"/>\n<keyBinding
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+SHIFT+B"/>\n<keyBinding
commandId\="org.eclipse.ui.project.buildAll"
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+SHIFT+B"/>\n<keyBinding
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+B"/>\n<keyBinding
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+B"/>\n<keyBinding
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="ALT+CTRL+C"/>\n<keyBinding
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="ALT+CTRL+C"/>\n<keyBinding
commandId\="org.tigris.subversion.subclipse.ui.commit"
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+SHIFT+C"/>\n<keyBinding
commandId\="org.tigris.subversion.subclipse.ui.update"
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="ALT+CTRL+U"/>\n<keyBinding
commandId\="org.eclipse.ui.project.cleanAction"
contextId\="org.eclipse.ui.contexts.window"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="ALT+CTRL+C"/>\n<keyBinding
commandId\="org.eclipse.wst.jsdt.ui.edit.text.java.add.block.comment"
contextId\="org.eclipse.ant.ui.AntEditorScope"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+SHIFT+/"/>\n<keyBinding
commandId\="org.eclipse.wst.sse.ui.remove.block.comment"
contextId\="org.eclipse.ant.ui.AntEditorScope"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+SHIFT+\\"/>\n<keyBinding
commandId\="org.eclipse.jdt.ui.edit.text.java.toggle.comment"
contextId\="org.eclipse.ant.ui.AntEditorScope"
keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration"
keySequence\="CTRL+/"/>\n</org.eclipse.ui.commands>
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/nickname=Update
Site
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900_aggregate/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/name=file\:/shared/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/I20110620-1631/repository
- artifacts
/bundle_defaults/org.scala-ide.sdt.core/formatter.spaceBeforeColon=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2eclipse-tycho_0.6.0_N_0.6.0.201109301325/version=1.0.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled
/bundle_defaults/org.eclipse.ui.workbench/overridepresentation=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/nickname=Yari
update site
/bundle_defaults/org.scala-ide.sdt.core/formatter.alignParameters=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update/provider=
@org.eclipse.ui.editors=3.7.0.v20110517-0800
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_nebula/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_updates/enabled=false
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.outputFolder=target-eclipse
/instance/org.eclipse.core.resources/version=1
/bundle_defaults/org.eclipse.ui.editors/javaScriptOccurrenceIndication=false
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.scaladoc.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.core_cache/description=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/suffix=artifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_ocl_3_0_updates/uri=http\://download.eclipse.org/modeling/mdt/ocl/3_0/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/version=1.0.0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/enabled=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/nickname=Composite
Marketplace Repository
/bundle_defaults/org.eclipse.ui.editors/linked.exit.overviewruler=false
/instance/org.eclipse.core.resources/description.autobuilding=false
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.globalUpdatePolicy=true
/bundle_defaults/org.eclipse.ui.workbench/HeapStatus.updateInterval=500
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.apply_patch_in_sychronize_view=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_ptp_updates_indigo/isSystem=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_projecttext_decoration={outgoing_change_flag}{name}
{tag} [{host}]
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do
not insert
/bundle_defaults/org.eclipse.ui.ide/PROBLEMS_FILTERS_MIGRATE=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do
not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_unstable/suffix=site.xml
/instance/org.eclipse.ui.browser/internalWebBrowserHistory=http\://marketplace.eclipse.org/search/apachesolr_search/bundle?mpc\=true&mpc_state\=|*|http\://marketplace.eclipse.org/content/bundle-class-finder?mpc\=true&mpc_state\=|*|file\:/tmp/1616089220/eclipse/.update/1319546616546/1319546616547/pde_schema_ru-microdigital-cms-core-ru-microdigital-model_preview.html|*|
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.method.color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_swordfish_updates/uri=http\://download.eclipse.org/swordfish/updates
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.scaladoc.underline=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_36_update/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/instance/org.eclipse.ui.workbench/perspectives=<Scala>
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/cleanup.add_missing_deprecated_annotations=true
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.underline=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_m2m_updates_releases/enabled=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.scaladoc.italic=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.method.bold=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo/count=1
/bundle_defaults/org.eclipse.ui.editors/infoIndicationColor=244,200,45
/bundle_defaults/org.eclipse.wb.core/editor.highlightVisitedLines.color=235,255,235
/bundle_defaults/org.eclipse.ui.editors/currentIPOverviewRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__bndtools-updates.s3.amazonaws.com/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/content_assist_completion_replacement_background=255,255,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_birt_update-site_3.7-interim/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/count=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/https\:__repository.sonatype.org_content_repositories_forge-sites_m2e-extras_0.14.0_N_0.14.0.201109270543/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__fluent-builders-generator-eclipse-plugin.googlecode.com_hg_site/nickname=${p2.metadata.repo.name}
/project/ru.microdigital.cms.drivers.mdr-i0008/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.7/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
/instance/org.eclipse.pde.ui/Preferences.RunConfigs.Feature.SortColumn=1
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__oroszgy.github.com_eclipsegraphviz_update/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_milestones_1.0_1.0.0.201106052308/isSystem=true
/bundle_defaults/org.eclipse.m2e.core/eclipse.m2.updateIndexes=true
@org.eclipse.egit.ui=1.0.0.201106090707-r
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/suffix=compositeArtifacts.xml
/instance/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.prompt_delete_conditional_breakpoint=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_fetch_change_path_on_Demand=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__www.eclipse.org_modeling_emft_updates/uri=http\://www.eclipse.org/modeling/emft/updates/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo/provider=
/bundle_defaults/org.eclipse.ui.editors/isOverrideIndicatorGoToNextNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_sequoyah_updates_2.0/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.field.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_mylyn_update_extras/uri=http\://download.eclipse.org/tools/mylyn/update/extras
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/provider=
/bundle_defaults/org.eclipse.ui.editors/isSpellingGoToNextNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/description=
/bundle_defaults/org.scala-ide.sdt.core/scala.tools.eclipse.formatter.alignSingleLineCaseStatements.maxArrowIndent=40
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.multiLineString.italic=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6-201006080911/provider=
/bundle_defaults/org.eclipse.jdt.ui/cleanup.remove_unused_private_methods=true
/instance/org.eclipse.pde.core/program_args=
/instance/org.tigris.subversion.subclipse.ui/pref_merge_provider=CollabNet
Desktop
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_mdt_papyrus_updates_releases/uri=http\://download.eclipse.org/modeling/mdt/papyrus/updates/releases/
/bundle_defaults/org.eclipse.team.cvs.ui/pref_edit_prompt=only
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__dist.springsource.org_release_GRECLIPSE_e3.7/nickname=Groovy
Update Site
/bundle_defaults/org.scala-ide.sdt.core/Xmigration=false
/bundle_defaults/org.tigris.subversion.subclipse.ui/pref_prompt_on_mixed_tags=true
@org.eclipse.pde.ui=3.6.100.201106211658
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.6/uri=http\://download.eclipse.org/tools/buckminster/updates-3.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_gmf_updates_releases/isSystem=false
/instance/org.eclipse.pde.core/saved_platform3=
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.xml.comment.underline=false
/instance/org.eclipse.pde.core/saved_platform2=
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.method.enabled=false
/instance/org.eclipse.pde.core/saved_platform1=/home/aromanov/eclipse
/instance/org.eclipse.pde.core/saved_platform0=/home/aromanov/eclipse/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/isSystem=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.0_update-site/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_modisco_updates_release/uri=http\://download.eclipse.org/modeling/mdt/modisco/updates/release/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mylyn_drops_3.6.4_v20111118-0100/uri=http\://download.eclipse.org/mylyn/drops/3.6.4/v20111118-0100/
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml
version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
/instance/org.eclipse.pde.core/additional_locations=/home/aromanov/cms2_ws/ru.microdigital.cms.libraries.external,/home/aromanov/cms2_ws/ru.focusmedia.rcplibs.external,/home/aromanov/cms2_ws/z.focusmedia.osgi,/home/aromanov/eclipse/deltapack/eclipse
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_releases/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance_aggregate/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/version=1.0.0
/bundle_defaults/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.annotation.color_bold=false
/bundle_defaults/org.eclipse.ui.editors/warningIndicationInVerticalRuler=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__erlide.org_update_sf/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_home_aromanov_eclipse/name=Bundle
pool
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/name=Indigo
/bundle_defaults/org.eclipse.ui.editors/jdt.linked.exit.overviewruler=false
/bundle_defaults/org.eclipse.ui.editors/linked.slave.text.style=NONE
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.interface.strikethrough=false
/bundle_defaults/org.eclipse.ui.workbench/coolBarVisible=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/uri=http\://download.eclipse.org/technology/epp/packages/indigo/
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.NavigationEndAction=prompt
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_buckminster_updates-3.6/uri=http\://download.eclipse.org/tools/buckminster/updates-3.6
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.default.bold=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do
not insert
/bundle_defaults/org.eclipse.jdt.ui/markExceptionOccurrences=true
/bundle_defaults/org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.ui.javaDebug.SuspendOnUncaughtExceptions=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/name=org.eclipse.mat.updatesite
Artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_maintenance/uri=http\://download.eclipse.org/releases/maintenance
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_modeling_mdt_modisco_updates_release/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_e4_downloads_drops_R-0.11-201106201631_repository/uri=http\://download.eclipse.org/e4/downloads/drops/R-0.11-201106201631/repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_releases_latest/isSystem=false
/bundle_defaults/org.eclipse.ui.editors/searchHighlightingHighlighting=true
/bundle_defaults/org.eclipse.ui.editors/useAnnotationsPrefPage=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases/name=m2e
releases repository
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7/enabled=true
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.equals.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/name=Indigo
artifacts
/bundle_defaults/org.eclipse.core.net/systemProxiesEnabled=true
/project/ru.microdigital.cms.drivers.mdr-x700/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.ui.sdk/showLatestVersion=true
/bundle_defaults/org.eclipse.debug.ui/org.eclipse.debug.ui.switch_perspective_on_suspend=prompt
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.typefilter.disabled=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.100.20110804-1717/provider=
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20100519200754_repository/uri=http\://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do
not insert
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site/nickname="Maven
for Scala"
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mat_1.1_update-site/suffix=content.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__erlide.org_update_sf/name=Erlang
IDE Update Site
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__alchim31.free.fr_m2e-scala_update-site_m2eclipse-scala/suffix=content.xml
/bundle_defaults/org.eclipse.core.resources/refresh.lightweight.enabled=false
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.7.x_M20110909-1335/description=
/bundle_defaults/org.eclipse.ui.editors/javaScriptIsOverrideIndicatorGoToPreviousNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.protest-project.eu/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert
/bundle_defaults/org.scala-ide.sdt.core/syntaxColouring.operator.strikethrough=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/formatter.multilineScaladocCommentsStartOnFirstLine=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_eclipse_updates_3.6_R-3.6.2-201102101200/name="Eclipse
Project Test Site"
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.color=0,0,0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__dist.springsource.com_release_TOOLS_update_e3.7/isSystem=false
/project/ru.focusmedia.rcplibs.util.scala/org.scala-ide.sdt.core/syntaxColouring.xml.tagDelimiter.underline=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__svn.codespot.com_a_eclipselabs.org_birt-innovent-update_2.5.2/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.jre.list=JRE+container
5 org.eclipse.jdt.launching.JRE_CONTAINER \# \# false
;JRE_LIB+variable+%28deprecated%29 4 JRE_LIB JRE_SRC JRE_SRCROOT false
;
/bundle_defaults/org.eclipse.ui.editors/linked.target.text.style=BOX
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/uri=http\://download.eclipse.org/modeling/m2t/updates/releases/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__eclipseguru.org/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__findbugs.cs.umd.edu_eclipse/suffix=site.xml
/bundle_defaults/org.eclipse.team.ui/org.eclipse.team.ui.syncview_default_perspective=org.eclipse.team.ui.TeamSynchronizingPerspective
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tm_updates_3.2/uri=http\://download.eclipse.org/tm/updates/3.2
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/name=Helios
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201102250900/name=Helios
artifacts
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_mylyn_incubator_drops_3.6.0_I20110616-0003/name=Mylyn
Incubator
/bundle_defaults/org.eclipse.team.cvs.ui/pref_prompt_on_change_granularity=true
/bundle_defaults/org.eclipse.core.resources/refresh.enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_actf_0.9_update-site/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__yari.pluginbuilder.org_releases_p2-updateSite/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
/project/ru.microdigital.cms.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.category=true
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_linuxtools_update/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.importorder=java;javax;org;com
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
/instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant_sec_id=1322816382126
/project/ru.microdigital.cms.plugins.libraries.util/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_ajdt_37_update/name=AJDT
Update Site
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do
not insert
@edu.umd.cs.findbugs.plugin.eclipse=1.3.9.20090821
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__www.cs.kent.ac.uk_projects_forse/uri=http\://www.cs.kent.ac.uk/projects/forse/
/bundle_defaults/org.eclipse.ui.workbench/KEYS_PREFERENCE_SELECTED_TAB=0
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_tools_orbit_downloads_drops_R20110523182458_repository/version=1.0.0
@com.collabnet.subversion.merge=2.2.4
/bundle_defaults/org.eclipse.ui.editors/showoverrideIndicatorInNextPrevDropdownToolbarAction=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/enabled=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__marketplace.eclipse.org_repo/isSystem=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_home_aromanov_eclipse_p2_org.eclipse.equinox.p2.engine_profileRegistry_epp.package.rcp.profile/version=1
/bundle_defaults/org.eclipse.ui.editors/isFilteredSearchResultGoToNextNavigationTarget=false
/instance/org.scala-ide.sdt.core/org.scala-ide.sdt.core.preferences.Templates=<?xml
version\="1.0" encoding\="UTF-8"
standalone\="no"?><templates><template autoinsert\="true"
context\="org.scala-ide.sdt.core.templates" deleted\="false"
description\="lazy val" enabled\="true" id\="scala.templates.lazy"
name\="lazy">lazy val ${name} \= new
${type}(${cursor})</template><template autoinsert\="true"
context\="org.scala-ide.sdt.core.templates" deleted\="false"
description\="new class" enabled\="true"
id\="scala.templates.newClass" name\="class">/**\n * @author ${user}\n
*/\nclass ${type_name}() {\n ${cursor}\n}</template><template
autoinsert\="true" context\="org.scala-ide.sdt.core.templates"
deleted\="false" description\="new trait" enabled\="true"
id\="scala.templates.newTrait" name\="trait">/**\n * @author ${user}\n
*/\ntrait ${type_name} {\n ${cursor}\n}</template><template
autoinsert\="true" context\="org.scala-ide.sdt.core.templates"
deleted\="false" description\="new object" enabled\="true"
id\="scala.templates.newObject" name\="obj">/**\n * @author ${user}\n
*/\nobject ${new_name} {\n ${cursor}\n}</template><template
autoinsert\="true" context\="org.scala-ide.sdt.core.templates"
deleted\="false" description\="new variable" enabled\="true"
id\="scala.templates.var" name\="var">var ${new_name} \: ${type} \=
${cursor}</template></templates>
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_helios/type=org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository
/bundle_defaults/org.eclipse.ui.editors/isInfoGoToNextNavigationTarget=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_releases_helios_201009240900/suffix=compositeArtifacts.xml
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__vrapper.sourceforge.net_update-site_stable/uri=http\://vrapper.sourceforge.net/update-site/stable
/bundle_defaults/org.eclipse.ui.editors/isRevisionAnnotationGoToNextNavigationTarget=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.bold=false
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_m2e_releases_1.0_1.0.0.20110607-2117/enabled=false
/bundle_defaults/org.eclipse.team.cvs.ui/pref_foldertext_decoration={outgoing_change_flag}{name}
{tag}
/bundle_defaults/org.eclipse.team.cvs.ui/pref_cvs_server=cvs
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_tools_gef_updates_milestones/uri=http\://download.eclipse.org/tools/gef/updates/milestones/
/profile/file\:\\2fhome\\2faromanov\\2feclipse\\2fconfiguration\\2f..\\2fp2\\2f/_SELF_/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__alchim31.net_m2e-scala_update-site/uri=http\://alchim31.net/m2e-scala/update-site

*** Current Install Configuration:

Bundles in the system:

Id: birt.controls.lib, Version: 2.5.2.1, Location:
reference:file:plugins/birt.controls.lib_2.5.2.1.jar
Id: birt.controls.lib.ui, Version: 2.5.2.1, Location:
reference:file:plugins/birt.controls.lib.ui_2.5.2.1.jar
Id: birt.functions.lib, Version: 2.5.2.1, Location:
reference:file:plugins/birt.functions.lib_2.5.2.1.jar
Id: biz.aQute.bndlib, Version: 1.51.0, Location:
reference:file:plugins/biz.aQute.bndlib_1.51.0.jar
Id: biz.junginger.ExploreFS, Version: 1.0.0, Location:
reference:file:plugins/biz.junginger.ExploreFS_1.0.0.jar
Id: bndtools.core, Version: 1.0.0.REL-111120-1951, Location:
reference:file:plugins/bndtools.core_1.0.0.REL-111120-1951.jar
Id: bndtools.diff, Version: 1.0.0.REL-111120-1951, Location:
reference:file:plugins/bndtools.diff_1.0.0.REL-111120-1951.jar
Id: bndtools.jareditor, Version: 1.0.0.REL-111120-1951, Location:
reference:file:plugins/bndtools.jareditor_1.0.0.REL-111120-1951.jar
Id: bndtools.release, Version: 1.0.0.REL-111120-1951, Location:
reference:file:plugins/bndtools.release_1.0.0.REL-111120-1951.jar
Id: bndtools.repository.base, Version: 1.0.0.REL-111120-1951,
Location: reference:file:plugins/bndtools.repository.base_1.0.0.REL-111120-1951.jar
Id: builder_generator_eclipse_plugin, Version: 1.0.9, Location:
reference:file:plugins/builder_generator_eclipse_plugin_1.0.9.jar
Id: ch.qos.logback.classic, Version: 0.9.27.v20110224-1110, Location:
reference:file:plugins/ch.qos.logback.classic_0.9.27.v20110224-1110.jar
Id: ch.qos.logback.core, Version: 0.9.27.v20110224-1110, Location:
reference:file:plugins/ch.qos.logback.core_0.9.27.v20110224-1110.jar
Id: ch.qos.logback.slf4j, Version: 0.9.27.v20110224-1110, Location:
reference:file:plugins/ch.qos.logback.slf4j_0.9.27.v20110224-1110.jar
Id: com.collabnet.subversion.merge, Version: 2.2.4, Location:
reference:file:plugins/com.collabnet.subversion.merge_2.2.4.jar
Id: com.essiembre.eclipse.i18n.resourcebundle, Version:
0.7.7.201011111449, Location:
reference:file:plugins/com.essiembre.eclipse.i18n.resourcebundle_0.7.7.201011111449.jar
Id: com.grepcode.eclipse.plugin, Version: 0.1.0, Location:
reference:file:plugins/com.grepcode.eclipse.plugin_0.1.0.jar
Id: com.ibm.icu, Version: 4.4.2.v20110208, Location:
reference:file:plugins/com.ibm.icu_4.4.2.v20110208.jar
Id: com.jcraft.jsch, Version: 0.1.41.v201101211617, Location:
reference:file:plugins/com.jcraft.jsch_0.1.41.v201101211617.jar
Id: com.lowagie.text, Version: 2.1.7.v201004222200, Location:
reference:file:plugins/com.lowagie.text_2.1.7.v201004222200.jar
Id: com.ning.async-http-client, Version: 1.6.3.201108040830, Location:
reference:file:plugins/com.ning.async-http-client_1.6.3.201108040830.jar
Id: com.springsource.org.objectweb.asm, Version: 3.1.0, Location:
reference:file:plugins/com.springsource.org.objectweb.asm_3.1.0.jar
Id: com.springsource.org.objectweb.asm.tree, Version: 3.1.0, Location:
reference:file:plugins/com.springsource.org.objectweb.asm.tree_3.1.0.jar
Id: com.sun.jna, Version: 3.2.7, Location:
reference:file:plugins/com.sun.jna_3.2.7.jar
Id: com.sun.syndication, Version: 0.9.0.v200803061811, Location:
reference:file:plugins/com.sun.syndication_0.9.0.v200803061811.jar
Id: edu.umd.cs.findbugs.plugin.eclipse, Version: 1.3.9.20090821,
Location: reference:file:plugins/edu.umd.cs.findbugs.plugin.eclipse_1.3.9.20090821/
Id: javax.activation, Version: 1.1.0.v201105071233, Location:
reference:file:plugins/javax.activation_1.1.0.v201105071233.jar
Id: javax.annotation, Version: 1.0.0.v20101115-0725, Location:
reference:file:plugins/javax.annotation_1.0.0.v20101115-0725.jar
Id: javax.el, Version: 2.1.0.v201105211819, Location:
reference:file:plugins/javax.el_2.1.0.v201105211819.jar
Id: javax.inject, Version: 1.0.0.v20091030, Location:
reference:file:plugins/javax.inject_1.0.0.v20091030.jar
Id: javax.mail, Version: 1.4.0.v201005080615, Location:
reference:file:plugins/javax.mail_1.4.0.v201005080615.jar
Id: javax.servlet, Version: 2.5.0.v201103041518, Location:
reference:file:plugins/javax.servlet_2.5.0.v201103041518.jar
Id: javax.servlet, Version: 3.0.0.v201103241727, Location:
reference:file:plugins/javax.servlet_3.0.0.v201103241727.jar
Id: javax.servlet.jsp, Version: 2.0.0.v201101211617, Location:
reference:file:plugins/javax.servlet.jsp_2.0.0.v201101211617.jar
Id: javax.servlet.jsp, Version: 2.2.0.v201103241009, Location:
reference:file:plugins/javax.servlet.jsp_2.2.0.v201103241009.jar
Id: javax.wsdl, Version: 1.5.1.v201012040544, Location:
reference:file:plugins/javax.wsdl_1.5.1.v201012040544.jar
Id: javax.xml, Version: 1.3.4.v201005080400, Location:
reference:file:plugins/javax.xml_1.3.4.v201005080400.jar
Id: javax.xml.bind, Version: 2.2.0.v201105210648, Location:
reference:file:plugins/javax.xml.bind_2.2.0.v201105210648.jar
Id: javax.xml.rpc, Version: 1.1.0.v201005080400, Location:
reference:file:plugins/javax.xml.rpc_1.1.0.v201005080400/
Id: javax.xml.soap, Version: 1.2.0.v201005080501, Location:
reference:file:plugins/javax.xml.soap_1.2.0.v201005080501/
Id: javax.xml.stream, Version: 1.0.1.v201004272200, Location:
reference:file:plugins/javax.xml.stream_1.0.1.v201004272200.jar
Id: net.sf.yari, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari_2.1.1.20110526PRD.jar
Id: net.sf.yari.bundles, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari.bundles_2.1.1.20110526PRD.jar
Id: net.sf.yari.classloader, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari.classloader_2.1.1.20110526PRD.jar
Id: net.sf.yari.eclipse, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari.eclipse_2.1.1.20110526PRD.jar
Id: net.sf.yari.extendedsleak, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari.extendedsleak_2.1.1.20110526PRD.jar
Id: net.sf.yari.hypergraph, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari.hypergraph_2.1.1.20110526PRD.jar
Id: net.sf.yari.pdeextension, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari.pdeextension_2.1.1.20110526PRD.jar
Id: net.sf.yari.swt, Version: 2.1.1.20110526PRD, Location:
reference:file:plugins/net.sf.yari.swt_2.1.1.20110526PRD.jar
Id: net.sourceforge.hypergraph, Version: 0.6.3.v20081014yari,
Location: reference:file:plugins/net.sourceforge.hypergraph_0.6.3.v20081014yari.jar
Id: net.sourceforge.lpg.lpgjavaruntime, Version: 1.1.0.v201004271650,
Location: reference:file:plugins/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar
Id: net.sourceforge.vrapper.core, Version: 0.16.0, Location:
reference:file:plugins/net.sourceforge.vrapper.core_0.16.0.jar
Id: net.sourceforge.vrapper.eclipse, Version: 0.16.0, Location:
reference:file:plugins/net.sourceforge.vrapper.eclipse_0.16.0.jar
Id: org.apache.ant, Version: 1.8.2.v20110505-1300, Location:
reference:file:plugins/org.apache.ant_1.8.2.v20110505-1300/
Id: org.apache.axis, Version: 1.4.0.v201005080400, Location:
reference:file:plugins/org.apache.axis_1.4.0.v201005080400/
Id: org.apache.batik.bridge, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.bridge_1.6.0.v201011041432.jar
Id: org.apache.batik.css, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.css_1.6.0.v201011041432.jar
Id: org.apache.batik.dom, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.dom_1.6.0.v201011041432.jar
Id: org.apache.batik.dom.svg, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.dom.svg_1.6.0.v201011041432.jar
Id: org.apache.batik.ext.awt, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.ext.awt_1.6.0.v201011041432.jar
Id: org.apache.batik.parser, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.parser_1.6.0.v201011041432.jar
Id: org.apache.batik.pdf, Version: 1.6.0.v201105071520, Location:
reference:file:plugins/org.apache.batik.pdf_1.6.0.v201105071520.jar
Id: org.apache.batik.svggen, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.svggen_1.6.0.v201011041432.jar
Id: org.apache.batik.transcoder, Version: 1.6.0.v201011041432,
Location: reference:file:plugins/org.apache.batik.transcoder_1.6.0.v201011041432.jar
Id: org.apache.batik.util, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.util_1.6.0.v201011041432.jar
Id: org.apache.batik.util.gui, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.util.gui_1.6.0.v201011041432.jar
Id: org.apache.batik.xml, Version: 1.6.0.v201011041432, Location:
reference:file:plugins/org.apache.batik.xml_1.6.0.v201011041432.jar
Id: org.apache.commons.codec, Version: 1.3.0.v201101211617, Location:
reference:file:plugins/org.apache.commons.codec_1.3.0.v201101211617.jar
Id: org.apache.commons.collections, Version: 3.2.0.v201005080500,
Location: reference:file:plugins/org.apache.commons.collections_3.2.0.v201005080500.jar
Id: org.apache.commons.discovery, Version: 0.2.0.v201004190315,
Location: reference:file:plugins/org.apache.commons.discovery_0.2.0.v201004190315/
Id: org.apache.commons.el, Version: 1.0.0.v201101211617, Location:
reference:file:plugins/org.apache.commons.el_1.0.0.v201101211617.jar
Id: org.apache.commons.httpclient, Version: 3.1.0.v201012070820,
Location: reference:file:plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar
Id: org.apache.commons.jxpath, Version: 1.3.0.v200911051830, Location:
reference:file:plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar
Id: org.apache.commons.lang, Version: 2.1.0.v201005080500, Location:
reference:file:plugins/org.apache.commons.lang_2.1.0.v201005080500.jar
Id: org.apache.commons.lang, Version: 2.4.0.v201005080502, Location:
reference:file:plugins/org.apache.commons.lang_2.4.0.v201005080502.jar
Id: org.apache.commons.logging, Version: 1.0.4.v201101211617,
Location: reference:file:plugins/org.apache.commons.logging_1.0.4.v201101211617.jar
Id: org.apache.commons.logging, Version: 1.1.1.v201101211721,
Location: reference:file:plugins/org.apache.commons.logging_1.1.1.v201101211721.jar
Id: org.apache.derby.core, Version: 10.5.1.1_v20110905, Location:
reference:file:plugins/org.apache.derby.core_10.5.1.1_v20110905/
Id: org.apache.jasper, Version: 5.5.17.v201101211617, Location:
reference:file:plugins/org.apache.jasper_5.5.17.v201101211617.jar
Id: org.apache.log4j, Version: 1.2.15.v201012070815, Location:
reference:file:plugins/org.apache.log4j_1.2.15.v201012070815.jar
Id: org.apache.lucene, Version: 1.9.1.v201101211617, Location:
reference:file:plugins/org.apache.lucene_1.9.1.v201101211617.jar
Id: org.apache.lucene, Version: 2.9.1.v201101211721, Location:
reference:file:plugins/org.apache.lucene_2.9.1.v201101211721.jar
Id: org.apache.lucene.analysis, Version: 2.9.1.v201101211721,
Location: reference:file:plugins/org.apache.lucene.analysis_2.9.1.v201101211721.jar
Id: org.apache.lucene.core, Version: 2.9.1.v201101211721, Location:
reference:file:plugins/org.apache.lucene.core_2.9.1.v201101211721.jar
Id: org.apache.lucene.highlighter, Version: 2.9.1.v20100421-0704,
Location: reference:file:plugins/org.apache.lucene.highlighter_2.9.1.v20100421-0704.jar
Id: org.apache.lucene.memory, Version: 2.9.1.v20100421-0704, Location:
reference:file:plugins/org.apache.lucene.memory_2.9.1.v20100421-0704.jar
Id: org.apache.lucene.misc, Version: 2.9.1.v20100421-0704, Location:
reference:file:plugins/org.apache.lucene.misc_2.9.1.v20100421-0704.jar
Id: org.apache.lucene.queries, Version: 2.9.1.v20100421-0704,
Location: reference:file:plugins/org.apache.lucene.queries_2.9.1.v20100421-0704.jar
Id: org.apache.lucene.snowball, Version: 2.9.1.v20100421-0704,
Location: reference:file:plugins/org.apache.lucene.snowball_2.9.1.v20100421-0704.jar
Id: org.apache.lucene.spellchecker, Version: 2.9.1.v20100421-0704,
Location: reference:file:plugins/org.apache.lucene.spellchecker_2.9.1.v20100421-0704.jar
Id: org.apache.oro, Version: 2.0.8.v201005080400, Location:
reference:file:plugins/org.apache.oro_2.0.8.v201005080400.jar
Id: org.apache.velocity, Version: 1.5.0.v200905192330, Location:
reference:file:plugins/org.apache.velocity_1.5.0.v200905192330.jar
Id: org.apache.ws.commons.util, Version: 1.0.1.v20100518-1140,
Location: reference:file:plugins/org.apache.ws.commons.util_1.0.1.v20100518-1140.jar
Id: org.apache.wsil4j, Version: 1.0.0.v200901211807, Location:
reference:file:plugins/org.apache.wsil4j_1.0.0.v200901211807.jar
Id: org.apache.xerces, Version: 2.9.0.v201101211617, Location:
reference:file:plugins/org.apache.xerces_2.9.0.v201101211617.jar
Id: org.apache.xml.resolver, Version: 1.2.0.v201005080400, Location:
reference:file:plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar
Id: org.apache.xml.serializer, Version: 2.7.1.v201005080400, Location:
reference:file:plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar
Id: org.apache.xmlrpc, Version: 3.0.0.v20100427-1100, Location:
reference:file:plugins/org.apache.xmlrpc_3.0.0.v20100427-1100.jar
Id: org.aspectj.runtime, Version: 1.6.12.20110613132200, Location:
reference:file:plugins/org.aspectj.runtime_1.6.12.20110613132200/
Id: org.aspectj.weaver, Version: 1.6.12.20110613132200, Location:
reference:file:plugins/org.aspectj.weaver_1.6.12.20110613132200/
Id: org.bndtools.embeddedrepo, Version: 1.0.0.REL-111120-1952,
Location: reference:file:plugins/org.bndtools.embeddedrepo_1.0.0.REL-111120-1952.jar
Id: org.codehaus.groovy, Version: 1.7.10.xx-20110929-1800-e37,
Location: reference:file:plugins/org.codehaus.groovy_1.7.10.xx-20110929-1800-e37/
Id: org.codehaus.groovy, Version: 1.8.2.xx-20110929-1800-e37,
Location: reference:file:plugins/org.codehaus.groovy_1.8.2.xx-20110929-1800-e37/
Id: org.codehaus.groovy.eclipse, Version: 2.5.2.xx-20110929-1800-e37,
Location: reference:file:plugins/org.codehaus.groovy.eclipse_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.ant, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.ant_2.5.2.xx-20110929-1800-e37/
Id: org.codehaus.groovy.eclipse.astviews, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.astviews_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.codeassist.completion, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.codeassist.completion_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.codebrowsing, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.codebrowsing_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.core, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.core_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.dsl, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.dsl_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.quickfix, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.quickfix_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.refactoring, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.refactoring_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.eclipse.ui, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.eclipse.ui_2.5.2.xx-20110929-1800-e37.jar
Id: org.codehaus.groovy.frameworkadapter, Version:
2.5.2.xx-20110929-1800-e37, Location:
initial@reference:file:plugins/org.codehaus.groovy.frameworkadapter_2.5.2.xx-20110929-1800-e37.jar/
Id: org.codehaus.groovy.m2eclipse, Version:
2.5.2.xx-20110929-1800-e37, Location:
reference:file:plugins/org.codehaus.groovy.m2eclipse_2.5.2.xx-20110929-1800-e37.jar
Id: org.dojotoolkit, Version: 1.6.1.v201105210659, Location:
reference:file:plugins/org.dojotoolkit_1.6.1.v201105210659.jar
Id: org.eclipse.ant.core, Version: 3.2.300.v20110511, Location:
reference:file:plugins/org.eclipse.ant.core_3.2.300.v20110511.jar
Id: org.eclipse.ant.launching, Version: 1.0.100.v20110506, Location:
reference:file:plugins/org.eclipse.ant.launching_1.0.100.v20110506.jar
Id: org.eclipse.ant.ui, Version: 3.5.100.v20110510, Location:
reference:file:plugins/org.eclipse.ant.ui_3.5.100.v20110510.jar
Id: org.eclipse.birt, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.chart_3.7.1.v20110905/
Id: org.eclipse.birt.chart.cshelp, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.chart.cshelp_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.device.extension, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.device.extension_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.device.pdf, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.device.pdf_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.device.svg, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.device.svg_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.device.swt, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.device.swt_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.doc.isv, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.doc.isv_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.engine, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.chart.engine_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.engine.extension, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.engine.extension_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.examples, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.examples_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.examples.core, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.examples.core_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.integration.wtp.ui, Version:
3.7.1.v20110905-1820, Location:
reference:file:plugins/org.eclipse.birt.chart.integration.wtp.ui_3.7.1.v20110905-1820/
Id: org.eclipse.birt.chart.reportitem, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.reportitem_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.reportitem.ui, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.reportitem.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.ui, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.chart.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.chart.ui.extension, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.chart.ui.extension_3.7.1.v20110905.jar
Id: org.eclipse.birt.core, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.core_3.7.1.v20110905.jar
Id: org.eclipse.birt.core.script.function, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.core.script.function_3.7.1.v20110905.jar
Id: org.eclipse.birt.core.ui, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.core.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.cshelp, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.cshelp_3.7.1.v20110905.jar
Id: org.eclipse.birt.data, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.data_3.7.1.v20110905.jar
Id: org.eclipse.birt.data.aggregation, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.data.aggregation_3.7.1.v20110905.jar
Id: org.eclipse.birt.doc, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.doc_3.7.1.v20110905.jar
Id: org.eclipse.birt.doc.isv, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.doc.isv_3.7.1.v20110905.jar
Id: org.eclipse.birt.example, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.example_3.7.1.v20110905.jar
Id: org.eclipse.birt.integration.wtp.ui, Version:
3.7.1.v20110905-1820, Location:
reference:file:plugins/org.eclipse.birt.integration.wtp.ui_3.7.1.v20110905-1820/
Id: org.eclipse.birt.report.data.adapter, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.data.adapter_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.bidi.utils, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.data.bidi.utils_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.bidi.utils.ui, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.bidi.utils.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.hive, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.data.oda.hive_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.hive.ui, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.hive.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.jdbc, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.data.oda.jdbc_3.7.1.v20110905/
Id: org.eclipse.birt.report.data.oda.jdbc.dbprofile, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui,
Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.jdbc.ui, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.jdbc.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.sampledb, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.sampledb_3.7.1.v20110905/
Id: org.eclipse.birt.report.data.oda.sampledb.ui, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.data.oda.sampledb.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.xml, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.data.oda.xml_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.data.oda.xml.ui, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.data.oda.xml.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.debug.core, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.debug.core_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.debug.ui, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.debug.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.core, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.designer.core_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.samplereports, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.samplereports_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.designer.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.cubebuilder, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.cubebuilder_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.data, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.data_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.editor.script, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.editor.script_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.editor.xml.wtp, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.editor.xml.wtp_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.editors, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.editors_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.editors.schematic, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.editors.schematic_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.ide, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.designer.ui.ide_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.lib, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.designer.ui.lib_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.lib.explorer, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.lib.explorer_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.preview.web, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.preview.web_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.samples.ide, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.samples.ide_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.samplesview, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.samplesview_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.designer.ui.views, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.designer.ui.views_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.engine_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.dataextraction, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.dataextraction_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.dataextraction.csv, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.dataextraction.csv_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.excel.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.excel.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.html, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.html_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.html.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.html.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.odp, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.odp_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.odp.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.odp.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.ods, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.ods_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.ods.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.ods.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.odt, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.odt_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.odt.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.odt.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.pdf, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.pdf_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.pdf.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.pdf.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.postscript, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.postscript_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.postscript.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.postscript.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.ppt, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.ppt_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.ppt.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.ppt.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.prototype.excel, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.prototype.excel_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.wpml, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.wpml_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.emitter.wpml.config, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.emitter.wpml.config_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.fonts, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.engine.fonts_3.7.1.v20110905/
Id: org.eclipse.birt.report.engine.odf, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.engine.odf_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.engine.script.javascript, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.engine.script.javascript_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.item.crosstab.core, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.item.crosstab.core_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.item.crosstab.ui, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.item.crosstab.ui_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.model, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.model_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.model.adapter.oda, Version:
3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.report.model.adapter.oda_3.7.1.v20110905.jar
Id: org.eclipse.birt.report.viewer, Version: 3.7.1.v20110905,
Location: reference:file:plugins/org.eclipse.birt.report.viewer_3.7.1.v20110905/
Id: org.eclipse.birt.resources, Version: 3.7.1.v20110905, Location:
reference:file:plugins/org.eclipse.birt.resources_3.7.1.v20110905/
Id: org.eclipse.compare, Version: 3.5.200.I20110525-0800, Location:
reference:file:plugins/org.eclipse.compare_3.5.200.I20110525-0800.jar
Id: org.eclipse.compare.core, Version: 3.5.200.I20110208-0800,
Location: reference:file:plugins/org.eclipse.compare.core_3.5.200.I20110208-0800.jar
Id: org.eclipse.core.boot, Version: 3.1.200.v20100505, Location:
reference:file:plugins/org.eclipse.core.boot_3.1.200.v20100505.jar
Id: org.eclipse.core.commands, Version: 3.6.0.I20110111-0800,
Location: reference:file:plugins/org.eclipse.core.commands_3.6.0.I20110111-0800.jar
Id: org.eclipse.core.contenttype, Version: 3.4.100.v20110423-0524,
Location: reference:file:plugins/org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar
Id: org.eclipse.core.databinding, Version: 1.4.0.I20110111-0800,
Location: reference:file:plugins/org.eclipse.core.databinding_1.4.0.I20110111-0800.jar
Id: org.eclipse.core.databinding.beans, Version:
1.2.100.I20100824-0800, Location:
reference:file:plugins/org.eclipse.core.databinding.beans_1.2.100.I20100824-0800.jar
Id: org.eclipse.core.databinding.observable, Version:
1.4.0.I20110222-0800, Location:
reference:file:plugins/org.eclipse.core.databinding.observable_1.4.0.I20110222-0800.jar
Id: org.eclipse.core.databinding.property, Version:
1.4.0.I20110222-0800, Location:
reference:file:plugins/org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar
Id: org.eclipse.core.expressions, Version: 3.4.300.v20110228,
Location: reference:file:plugins/org.eclipse.core.expressions_3.4.300.v20110228.jar
Id: org.eclipse.core.externaltools, Version: 1.0.100.v20110506,
Location: reference:file:plugins/org.eclipse.core.externaltools_1.0.100.v20110506.jar
Id: org.eclipse.core.filebuffers, Version: 3.5.200.v20110505-0800,
Location: reference:file:plugins/org.eclipse.core.filebuffers_3.5.200.v20110505-0800.jar
Id: org.eclipse.core.filesystem, Version: 1.3.100.v20110423-0524,
Location: reference:file:plugins/org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar
Id: org.eclipse.core.filesystem.linux.x86, Version:
1.4.0.v20110423-0524, Location:
reference:file:plugins/org.eclipse.core.filesystem.linux.x86_1.4.0.v20110423-0524.jar
Id: org.eclipse.core.jobs, Version: 3.5.100.v20110404, Location:
reference:file:plugins/org.eclipse.core.jobs_3.5.100.v20110404.jar
Id: org.eclipse.core.net, Version: 1.2.100.I20110511-0800, Location:
reference:file:plugins/org.eclipse.core.net_1.2.100.I20110511-0800.jar
Id: org.eclipse.core.net.linux.x86, Version: 1.1.200.I20110419-0800,
Location: reference:file:plugins/org.eclipse.core.net.linux.x86_1.1.200.I20110419-0800.jar
Id: org.eclipse.core.resources, Version: 3.7.100.v20110510-0712,
Location: reference:file:plugins/org.eclipse.core.resources_3.7.100.v20110510-0712.jar
Id: org.eclipse.core.resources.semantic, Version:
0.5.0.v20110415-1200, Location:
reference:file:plugins/org.eclipse.core.resources.semantic_0.5.0.v20110415-1200.jar
Id: org.eclipse.core.runtime, Version: 3.7.0.v20110110, Location:
reference:file:plugins/org.eclipse.core.runtime_3.7.0.v20110110.jar
Id: org.eclipse.core.runtime.compatibility, Version:
3.2.100.v20100505, Location:
reference:file:plugins/org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar
Id: org.eclipse.core.runtime.compatibility.auth, Version:
3.2.200.v20110110, Location:
reference:file:plugins/org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110.jar
Id: org.eclipse.core.runtime.compatibility.registry, Version:
3.5.0.v20110505, Location:
reference:file:plugins/org.eclipse.core.runtime.compatibility.registry_3.5.0.v20110505/
Id: org.eclipse.core.variables, Version: 3.2.500.v20110511, Location:
reference:file:plugins/org.eclipse.core.variables_3.2.500.v20110511.jar
Id: org.eclipse.cvs, Version: 1.1.100.v201106131736, Location:
reference:file:plugins/org.eclipse.cvs_1.1.100.v201106131736.jar
Id: org.eclipse.datatools.connectivity, Version: 1.2.3.v201108101135,
Location: reference:file:plugins/org.eclipse.datatools.connectivity_1.2.3.v201108101135.jar
Id: org.eclipse.datatools.connectivity.apache.derby, Version:
1.0.102.v201107130538, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.apache.derby_1.0.102.v201107130538.jar
Id: org.eclipse.datatools.connectivity.apache.derby.dbdefinition,
Version: 1.0.2.v200906161815, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.0.2.v200906161815.jar
Id: org.eclipse.datatools.connectivity.apache.derby.ui, Version:
1.0.3.v201007080903, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.apache.derby.ui_1.0.3.v201007080903.jar
Id: org.eclipse.datatools.connectivity.console.profile, Version:
1.0.0.v200906020553, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.console.profile_1.0.0.v200906020553.jar
Id: org.eclipse.datatools.connectivity.db.generic, Version:
1.0.1.v200908130547, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.db.generic_1.0.1.v200908130547.jar
Id: org.eclipse.datatools.connectivity.db.generic.ui, Version:
1.0.1.v201004070709, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.db.generic.ui_1.0.1.v201004070709.jar
Id: org.eclipse.datatools.connectivity.dbdefinition.genericJDBC,
Version: 1.0.1.v200906161815, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.0.1.v200906161815.jar
Id: org.eclipse.datatools.connectivity.oda, Version:
3.3.2.v201105200920, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda_3.3.2.v201105200920.jar
Id: org.eclipse.datatools.connectivity.oda.consumer, Version:
3.2.4.v201105200848, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda.consumer_3.2.4.v201105200848.jar
Id: org.eclipse.datatools.connectivity.oda.design, Version:
3.3.3.v201105191315, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda.design_3.3.3.v201105191315.jar
Id: org.eclipse.datatools.connectivity.oda.design.ui, Version:
3.2.5.v201105240457, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda.design.ui_3.2.5.v201105240457.jar
Id: org.eclipse.datatools.connectivity.oda.flatfile, Version:
3.1.1.v201108260633, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda.flatfile_3.1.1.v201108260633.jar
Id: org.eclipse.datatools.connectivity.oda.flatfile.ui, Version:
3.1.1.v201109011655, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda.flatfile.ui_3.1.1.v201109011655.jar
Id: org.eclipse.datatools.connectivity.oda.profile, Version:
3.2.6.v201108060848, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda.profile_3.2.6.v201108060848.jar
Id: org.eclipse.datatools.connectivity.oda.template.ui, Version:
3.2.2.v201108260345, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.oda.template.ui_3.2.2.v201108260345.jar
Id: org.eclipse.datatools.connectivity.sqm.core, Version:
1.2.3.v201109022323, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.sqm.core_1.2.3.v201109022323.jar
Id: org.eclipse.datatools.connectivity.sqm.core.ui, Version:
1.2.0.v201002281800, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.sqm.core.ui_1.2.0.v201002281800.jar
Id: org.eclipse.datatools.connectivity.sqm.server.ui, Version:
1.1.100.v201009280455, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.sqm.server.ui_1.1.100.v201009280455.jar
Id: org.eclipse.datatools.connectivity.ui, Version:
1.2.1.v201010211430, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.ui_1.2.1.v201010211430.jar
Id: org.eclipse.datatools.connectivity.ui.dse, Version:
1.1.4.v201004270430, Location:
reference:file:plugins/org.eclipse.datatools.connectivity.ui.dse_1.1.4.v201004270430.jar
Id: org.eclipse.datatools.doc.user, Version: 1.7.0.20090521092446,
Location: reference:file:plugins/org.eclipse.datatools.doc.user_1.7.0.20090521092446.jar
Id: org.eclipse.datatools.enablement.finfo, Version:
1.5.1.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.finfo_1.5.1.v200906161800.jar
Id: org.eclipse.datatools.enablement.hsqldb, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.hsqldb_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.enablement.hsqldb.dbdefinition, Version:
1.0.0.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.0.0.v200906161800.jar
Id: org.eclipse.datatools.enablement.hsqldb.ui, Version:
1.0.0.v201108120600, Location:
reference:file:plugins/org.eclipse.datatools.enablement.hsqldb.ui_1.0.0.v201108120600.jar
Id: org.eclipse.datatools.enablement.ibm.db2.iseries, Version:
1.0.2.v201005211230, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.iseries_1.0.2.v201005211230.jar
Id: org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition,
Version: 1.0.3.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.0.3.v200906161800.jar
Id: org.eclipse.datatools.enablement.ibm.db2.iseries.ui, Version:
1.0.1.v201108130630, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.iseries.ui_1.0.1.v201108130630.jar
Id: org.eclipse.datatools.enablement.ibm.db2.luw, Version:
1.0.2.v201005211230, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.luw_1.0.2.v201005211230.jar
Id: org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition,
Version: 1.0.4.v201005211215, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.0.4.v201005211215.jar
Id: org.eclipse.datatools.enablement.ibm.db2.luw.ui, Version:
1.0.2.v201108130630, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.luw.ui_1.0.2.v201108130630.jar
Id: org.eclipse.datatools.enablement.ibm.db2.zseries, Version:
1.0.2.v201005211230, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.zseries_1.0.2.v201005211230.jar
Id: org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition,
Version: 1.0.4.v201005211230, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.0.4.v201005211230.jar
Id: org.eclipse.datatools.enablement.ibm.db2.zseries.ui, Version:
1.0.1.v201108130630, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.db2.zseries.ui_1.0.1.v201108130630.jar
Id: org.eclipse.datatools.enablement.ibm.informix, Version:
1.0.1.v201005211230, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.informix_1.0.1.v201005211230.jar
Id: org.eclipse.datatools.enablement.ibm.informix.dbdefinition,
Version: 1.0.4.v201005211230, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.0.4.v201005211230.jar
Id: org.eclipse.datatools.enablement.ibm.informix.ui, Version:
1.0.2.v201108130630, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.informix.ui_1.0.2.v201108130630.jar
Id: org.eclipse.datatools.enablement.ibm.ui, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ibm.ui_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.enablement.ingres, Version:
1.0.0.v200906111150, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ingres_1.0.0.v200906111150.jar
Id: org.eclipse.datatools.enablement.ingres.dbdefinition, Version:
1.0.0.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ingres.dbdefinition_1.0.0.v200906161800.jar
Id: org.eclipse.datatools.enablement.ingres.ui, Version:
1.0.0.v201105270214, Location:
reference:file:plugins/org.eclipse.datatools.enablement.ingres.ui_1.0.0.v201105270214.jar
Id: org.eclipse.datatools.enablement.jdt.classpath, Version:
1.0.1.v201004070709, Location:
reference:file:plugins/org.eclipse.datatools.enablement.jdt.classpath_1.0.1.v201004070709.jar
Id: org.eclipse.datatools.enablement.msft.sqlserver, Version:
1.0.1.v201001180222, Location:
reference:file:plugins/org.eclipse.datatools.enablement.msft.sqlserver_1.0.1.v201001180222.jar
Id: org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition,
Version: 1.0.0.v201004211630, Location:
reference:file:plugins/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.0.0.v201004211630.jar
Id: org.eclipse.datatools.enablement.msft.sqlserver.ui, Version:
1.0.1.v200908130512, Location:
reference:file:plugins/org.eclipse.datatools.enablement.msft.sqlserver.ui_1.0.1.v200908130512.jar
Id: org.eclipse.datatools.enablement.mysql, Version:
1.0.2.v201109022323, Location:
reference:file:plugins/org.eclipse.datatools.enablement.mysql_1.0.2.v201109022323.jar
Id: org.eclipse.datatools.enablement.mysql.dbdefinition, Version:
1.0.4.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.mysql.dbdefinition_1.0.4.v200906161800.jar
Id: org.eclipse.datatools.enablement.mysql.ui, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.mysql.ui_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.enablement.oda.ws, Version:
1.2.2.v201106161731, Location:
reference:file:plugins/org.eclipse.datatools.enablement.oda.ws_1.2.2.v201106161731.jar
Id: org.eclipse.datatools.enablement.oda.ws.ui, Version:
1.2.2.v201105111200, Location:
reference:file:plugins/org.eclipse.datatools.enablement.oda.ws.ui_1.2.2.v201105111200.jar
Id: org.eclipse.datatools.enablement.oda.xml, Version:
1.2.1.v201104121500, Location:
reference:file:plugins/org.eclipse.datatools.enablement.oda.xml_1.2.1.v201104121500.jar
Id: org.eclipse.datatools.enablement.oda.xml.ui, Version:
1.2.1.v201104211630, Location:
reference:file:plugins/org.eclipse.datatools.enablement.oda.xml.ui_1.2.1.v201104211630.jar
Id: org.eclipse.datatools.enablement.oracle, Version:
1.0.0.v200908130544, Location:
reference:file:plugins/org.eclipse.datatools.enablement.oracle_1.0.0.v200908130544.jar
Id: org.eclipse.datatools.enablement.oracle.dbdefinition, Version:
1.0.102.v201101120745, Location:
reference:file:plugins/org.eclipse.datatools.enablement.oracle.dbdefinition_1.0.102.v201101120745.jar
Id: org.eclipse.datatools.enablement.oracle.ui, Version:
1.0.2.v201005051303, Location:
reference:file:plugins/org.eclipse.datatools.enablement.oracle.ui_1.0.2.v201005051303.jar
Id: org.eclipse.datatools.enablement.postgresql, Version:
1.0.1.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.postgresql_1.0.1.v200906020900.jar
Id: org.eclipse.datatools.enablement.postgresql.dbdefinition, Version:
1.0.1.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.postgresql.dbdefinition_1.0.1.v200906161800.jar
Id: org.eclipse.datatools.enablement.postgresql.ui, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.postgresql.ui_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.enablement.sap.maxdb, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sap.maxdb_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.enablement.sap.maxdb.dbdefinition, Version:
1.0.0.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.0.0.v200906161800.jar
Id: org.eclipse.datatools.enablement.sap.maxdb.ui, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sap.maxdb.ui_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.enablement.sqlite, Version:
1.0.0.v201002041100, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sqlite_1.0.0.v201002041100.jar
Id: org.eclipse.datatools.enablement.sqlite.dbdefinition, Version:
1.0.1.v201002041100, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sqlite.dbdefinition_1.0.1.v201002041100.jar
Id: org.eclipse.datatools.enablement.sqlite.ui, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sqlite.ui_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.enablement.sybase, Version:
1.0.1.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase_1.0.1.v200906020900.jar
Id: org.eclipse.datatools.enablement.sybase.asa, Version:
1.0.1.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.asa_1.0.1.v200906020900.jar
Id: org.eclipse.datatools.enablement.sybase.asa.dbdefinition, Version:
1.0.0.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.asa.dbdefinition_1.0.0.v200906161800.jar
Id: org.eclipse.datatools.enablement.sybase.asa.models, Version:
1.0.0.v201010140307, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.asa.models_1.0.0.v201010140307.jar
Id: org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples,
Version: 2.5.0.200810071, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples_2.5.0.200810071.jar
Id: org.eclipse.datatools.enablement.sybase.asa.ui, Version:
1.0.1.v200906111150, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.asa.ui_1.0.1.v200906111150.jar
Id: org.eclipse.datatools.enablement.sybase.ase, Version:
1.0.1.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.ase_1.0.1.v200906020900.jar
Id: org.eclipse.datatools.enablement.sybase.ase.dbdefinition, Version:
1.0.0.v200906161800, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.ase.dbdefinition_1.0.0.v200906161800.jar
Id: org.eclipse.datatools.enablement.sybase.ase.models, Version:
1.0.1.v201010140307, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.ase.models_1.0.1.v201010140307.jar
Id: org.eclipse.datatools.enablement.sybase.ase.ui, Version:
1.0.1.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.ase.ui_1.0.1.v200906020900.jar
Id: org.eclipse.datatools.enablement.sybase.models, Version:
1.0.0.v201010140307, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.models_1.0.0.v201010140307.jar
Id: org.eclipse.datatools.enablement.sybase.ui, Version:
1.0.0.v200906090458, Location:
reference:file:plugins/org.eclipse.datatools.enablement.sybase.ui_1.0.0.v200906090458.jar
Id: org.eclipse.datatools.help, Version: 1.5.0.v200906020553,
Location: reference:file:plugins/org.eclipse.datatools.help_1.5.0.v200906020553.jar
Id: org.eclipse.datatools.modelbase.dbdefinition, Version:
1.0.2.v201002130228, Location:
reference:file:plugins/org.eclipse.datatools.modelbase.dbdefinition_1.0.2.v201002130228.jar
Id: org.eclipse.datatools.modelbase.derby, Version:
1.0.0.v201002161452, Location:
reference:file:plugins/org.eclipse.datatools.modelbase.derby_1.0.0.v201002161452.jar
Id: org.eclipse.datatools.modelbase.sql, Version: 1.0.4.v201002250945,
Location: reference:file:plugins/org.eclipse.datatools.modelbase.sql_1.0.4.v201002250945.jar
Id: org.eclipse.datatools.modelbase.sql.edit, Version:
1.0.1.v201002161452, Location:
reference:file:plugins/org.eclipse.datatools.modelbase.sql.edit_1.0.1.v201002161452.jar
Id: org.eclipse.datatools.modelbase.sql.query, Version:
1.1.1.v201008100700, Location:
reference:file:plugins/org.eclipse.datatools.modelbase.sql.query_1.1.1.v201008100700.jar
Id: org.eclipse.datatools.modelbase.sql.query.edit, Version:
1.0.0.v201105201100, Location:
reference:file:plugins/org.eclipse.datatools.modelbase.sql.query.edit_1.0.0.v201105201100.jar
Id: org.eclipse.datatools.modelbase.sql.xml.query, Version:
1.0.1.v201004291415, Location:
reference:file:plugins/org.eclipse.datatools.modelbase.sql.xml.query_1.0.1.v201004291415.jar
Id: org.eclipse.datatools.oda.cshelp, Version: 1.1.1.v200907031118,
Location: reference:file:plugins/org.eclipse.datatools.oda.cshelp_1.1.1.v200907031118.jar
Id: org.eclipse.datatools.sqltools.common.ui, Version:
1.0.0.v200906022302, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.common.ui_1.0.0.v200906022302.jar
Id: org.eclipse.datatools.sqltools.data.core, Version:
1.2.0.v201005241300, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.data.core_1.2.0.v201005241300.jar
Id: org.eclipse.datatools.sqltools.data.ui, Version:
1.2.1.v201010270945, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.data.ui_1.2.1.v201010270945.jar
Id: org.eclipse.datatools.sqltools.db.derby, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.db.derby_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.sqltools.db.derby.ui, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.db.derby.ui_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.sqltools.db.generic, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.db.generic_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.sqltools.db.generic.ui, Version:
1.0.0.v200906020900, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.db.generic.ui_1.0.0.v200906020900.jar
Id: org.eclipse.datatools.sqltools.ddlgen.ui, Version:
1.0.1.v201002270530, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.ddlgen.ui_1.0.1.v201002270530.jar
Id: org.eclipse.datatools.sqltools.debugger.core, Version:
1.0.1.v201005250945, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.debugger.core_1.0.1.v201005250945.jar
Id: org.eclipse.datatools.sqltools.debugger.core.ui, Version:
1.0.0.v201003161000, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.debugger.core.ui_1.0.0.v201003161000.jar
Id: org.eclipse.datatools.sqltools.editor.core, Version:
1.0.0.v201001150815, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.editor.core_1.0.0.v201001150815.jar
Id: org.eclipse.datatools.sqltools.editor.core.ui, Version:
1.0.0.v201001150815, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.editor.core.ui_1.0.0.v201001150815.jar
Id: org.eclipse.datatools.sqltools.parsers.sql, Version:
1.0.2.v201004291415, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.parsers.sql_1.0.2.v201004291415.jar
Id: org.eclipse.datatools.sqltools.parsers.sql.lexer, Version:
1.0.1.v200906030654, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.parsers.sql.lexer_1.0.1.v200906030654.jar
Id: org.eclipse.datatools.sqltools.parsers.sql.query, Version:
1.2.0.v201004291415, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.parsers.sql.query_1.2.0.v201004291415.jar
Id: org.eclipse.datatools.sqltools.parsers.sql.xml.query, Version:
1.0.0.v200906022302, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.parsers.sql.xml.query_1.0.0.v200906022302.jar
Id: org.eclipse.datatools.sqltools.plan, Version: 1.0.0.v200906022302,
Location: reference:file:plugins/org.eclipse.datatools.sqltools.plan_1.0.0.v200906022302.jar
Id: org.eclipse.datatools.sqltools.result, Version:
1.1.1.v201101210500, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.result_1.1.1.v201101210500.jar
Id: org.eclipse.datatools.sqltools.result.ui, Version:
1.1.1.v201101140415, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.result.ui_1.1.1.v201101140415.jar
Id: org.eclipse.datatools.sqltools.routineeditor, Version:
1.0.0.v201003161000, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.routineeditor_1.0.0.v201003161000.jar
Id: org.eclipse.datatools.sqltools.routineeditor.ui, Version:
1.0.1.v201004060545, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.routineeditor.ui_1.0.1.v201004060545.jar
Id: org.eclipse.datatools.sqltools.schemaobjecteditor, Version:
1.1.0.v200906022302, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.schemaobjecteditor_1.1.0.v200906022302.jar
Id: org.eclipse.datatools.sqltools.schemaobjecteditor.ui, Version:
1.1.1.200810071, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.schemaobjecteditor.ui_1.1.1.200810071.jar
Id: org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages,
Version: 1.1.0.200810071, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages_1.1.0.200810071.jar
Id: org.eclipse.datatools.sqltools.sql, Version: 1.0.0.v200906022302,
Location: reference:file:plugins/org.eclipse.datatools.sqltools.sql_1.0.0.v200906022302.jar
Id: org.eclipse.datatools.sqltools.sql.ui, Version:
1.0.0.v200906022302, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.sql.ui_1.0.0.v200906022302.jar
Id: org.eclipse.datatools.sqltools.sqlbuilder, Version:
1.0.3.v201009131745, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.sqlbuilder_1.0.3.v201009131745.jar
Id: org.eclipse.datatools.sqltools.sqleditor, Version:
1.0.2.v201009230800, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.sqleditor_1.0.2.v201009230800.jar
Id: org.eclipse.datatools.sqltools.sqlscrapbook, Version:
1.0.1.v201005250945, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.sqlscrapbook_1.0.1.v201005250945.jar
Id: org.eclipse.datatools.sqltools.tabledataeditor, Version:
1.0.1.v201005250945, Location:
reference:file:plugins/org.eclipse.datatools.sqltools.tabledataeditor_1.0.1.v201005250945.jar
Id: org.eclipse.debug.core, Version: 3.7.0.v20110518, Location:
reference:file:plugins/org.eclipse.debug.core_3.7.0.v20110518.jar
Id: org.eclipse.debug.ui, Version: 3.7.0.v20110518, Location:
reference:file:plugins/org.eclipse.debug.ui_3.7.0.v20110518.jar
Id: org.eclipse.draw2d, Version: 3.7.1.v20110830-1143, Location:
reference:file:plugins/org.eclipse.draw2d_3.7.1.v20110830-1143.jar
Id: org.eclipse.e4.core.commands, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.core.commands_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.core.contexts, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.core.contexts.debug, Version: 0.1.0.v20110517-2030,
Location: reference:file:plugins/org.eclipse.e4.core.contexts.debug_0.1.0.v20110517-2030.jar
Id: org.eclipse.e4.core.deeplink, Version: 4.6.0.v20101018-1500,
Location: reference:file:plugins/org.eclipse.e4.core.deeplink_4.6.0.v20101018-1500.jar
Id: org.eclipse.e4.core.deeplink.handler, Version:
4.6.0.v20101018-1500, Location:
reference:file:plugins/org.eclipse.e4.core.deeplink.handler_4.6.0.v20101018-1500.jar
Id: org.eclipse.e4.core.deeplink.launchproxy, Version:
4.6.0.v20101018-1500, Location:
reference:file:plugins/org.eclipse.e4.core.deeplink.launchproxy_4.6.0.v20101018-1500.jar
Id: org.eclipse.e4.core.deeplink.typehandler.extensionpt, Version:
4.6.0.v20101018-1500, Location:
reference:file:plugins/org.eclipse.e4.core.deeplink.typehandler.extensionpt_4.6.0.v20101018-1500.jar
Id: org.eclipse.e4.core.di, Version: 0.10.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.core.di.extensions, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.core.functionalprog, Version: 4.6.0.v20100722-1700,
Location: reference:file:plugins/org.eclipse.e4.core.functionalprog_4.6.0.v20100722-1700.jar
Id: org.eclipse.e4.core.javascript, Version: 0.9.0.v20100614-1830,
Location: reference:file:plugins/org.eclipse.e4.core.javascript_0.9.0.v20100614-1830.jar
Id: org.eclipse.e4.core.metaconfig, Version: 4.6.0.v20100722-1700,
Location: reference:file:plugins/org.eclipse.e4.core.metaconfig_4.6.0.v20100722-1700.jar
Id: org.eclipse.e4.core.services, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.core.services_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.emf.javascript, Version: 0.9.0.v20091119-0800,
Location: reference:file:plugins/org.eclipse.e4.emf.javascript_0.9.0.v20091119-0800.jar
Id: org.eclipse.e4.emf.javascript.ui, Version: 0.9.0.v20091023-1600,
Location: reference:file:plugins/org.eclipse.e4.emf.javascript.ui_0.9.0.v20091023-1600.jar
Id: org.eclipse.e4.emf.xpath, Version: 0.1.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.emf.xpath_0.1.0.v20110613-2030.jar
Id: org.eclipse.e4.pde.ui, Version: 0.9.0.v20090714-1930, Location:
reference:file:plugins/org.eclipse.e4.pde.ui_0.9.0.v20090714-1930.jar
Id: org.eclipse.e4.pde.webui, Version: 0.9.0.v20100531-1530, Location:
reference:file:plugins/org.eclipse.e4.pde.webui_0.9.0.v20100531-1530.jar
Id: org.eclipse.e4.server.bespin, Version: 0.9.0.v20090716-1930,
Location: reference:file:plugins/org.eclipse.e4.server.bespin_0.9.0.v20090716-1930.jar
Id: org.eclipse.e4.tm, Version: 0.9.1.v20091029-1300, Location:
reference:file:plugins/org.eclipse.e4.tm_0.9.1.v20091029-1300.jar
Id: org.eclipse.e4.tm.builder, Version: 0.9.1.v20091029-1300,
Location: reference:file:plugins/org.eclipse.e4.tm.builder_0.9.1.v20091029-1300.jar
Id: org.eclipse.e4.tm.graphics, Version: 0.9.0.v20091029-1230,
Location: reference:file:plugins/org.eclipse.e4.tm.graphics_0.9.0.v20091029-1230.jar
Id: org.eclipse.e4.tm.ui, Version: 0.9.1.v20091029-1300, Location:
reference:file:plugins/org.eclipse.e4.tm.ui_0.9.1.v20091029-1300.jar
Id: org.eclipse.e4.tools, Version: 0.10.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.tools_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.tools.compat, Version: 0.11.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.tools.compat_0.11.0.v20110613-2030.jar
Id: org.eclipse.e4.tools.emf.editor3x, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.tools.emf.editor3x_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.tools.emf.liveeditor, Version:
0.10.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.tools.emf.liveeditor_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.tools.emf.ui, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.tools.emf.ui_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.tools.emf.ui.script.js, Version:
0.11.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.tools.emf.ui.script.js_0.11.0.v20110613-2030.jar
Id: org.eclipse.e4.tools.services, Version: 0.11.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.tools.services_0.11.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.bindings, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.bindings_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.css.core, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.css.core_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.css.jface, Version: 0.9.0.v20100720-1930,
Location: reference:file:plugins/org.eclipse.e4.ui.css.jface_0.9.0.v20100720-1930.jar
Id: org.eclipse.e4.ui.css.nebula, Version: 0.9.0.v20100630-1000,
Location: reference:file:plugins/org.eclipse.e4.ui.css.nebula_0.9.0.v20100630-1000.jar
Id: org.eclipse.e4.ui.css.swt, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.css.swt_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.css.swt.theme, Version: 0.9.1.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.css.swt.theme_0.9.1.v20110613-2030.jar
Id: org.eclipse.e4.ui.deeplink.typehandler.perspective, Version:
4.6.0.v20101018-1500, Location:
reference:file:plugins/org.eclipse.e4.ui.deeplink.typehandler.perspective_4.6.0.v20101018-1500.jar
Id: org.eclipse.e4.ui.di, Version: 0.10.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.gadgets, Version: 0.9.2.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.gadgets_0.9.2.v20110613-2030.jar
Id: org.eclipse.e4.ui.model.workbench, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.model.workbench.edit, Version:
0.10.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.ui.model.workbench.edit_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.services, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.web, Version: 0.9.0.v20110427-1700, Location:
reference:file:plugins/org.eclipse.e4.ui.web_0.9.0.v20110427-1700.jar
Id: org.eclipse.e4.ui.widgets, Version: 0.11.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.widgets_0.11.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.workbench, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.workbench.addons.swt, Version:
0.10.0.v20110613-2030, Location:
reference:file:plugins/org.eclipse.e4.ui.workbench.addons.swt_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.workbench.renderers.swt, Version:
0.10.0.v20110614-1530, Location:
reference:file:plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.10.0.v20110614-1530.jar
Id: org.eclipse.e4.ui.workbench.swt, Version: 0.10.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.workbench.swt_0.10.0.v20110613-2030.jar
Id: org.eclipse.e4.ui.workbench3, Version: 0.11.0.v20110613-2030,
Location: reference:file:plugins/org.eclipse.e4.ui.workbench3_0.11.0.v20110613-2030.jar
Id: org.eclipse.e4.xwt, Version: 0.9.1.v20110603, Location:
reference:file:plugins/org.eclipse.e4.xwt_0.9.1.v20110603.jar
Id: org.eclipse.e4.xwt.css, Version: 0.9.0.v20100617-2100, Location:
reference:file:plugins/org.eclipse.e4.xwt.css_0.9.0.v20100617-2100.jar
Id: org.eclipse.e4.xwt.doc.user, Version: 1.0.0, Location:
reference:file:plugins/org.eclipse.e4.xwt.doc.user_1.0.0.jar
Id: org.eclipse.e4.xwt.emf, Version: 0.9.0.v20100617-2100, Location:
reference:file:plugins/org.eclipse.e4.xwt.emf_0.9.0.v20100617-2100.jar
Id: org.eclipse.e4.xwt.forms, Version: 0.9.1.v20101021, Location:
reference:file:plugins/org.eclipse.e4.xwt.forms_0.9.1.v20101021.jar
Id: org.eclipse.e4.xwt.pde, Version: 0.9.1.v20110603, Location:
reference:file:plugins/org.eclipse.e4.xwt.pde_0.9.1.v20110603.jar
Id: org.eclipse.e4.xwt.tools.categorynode, Version:
0.9.0.v20100617-2100, Location:
reference:file:plugins/org.eclipse.e4.xwt.tools.categorynode_0.9.0.v20100617-2100.jar
Id: org.eclipse.e4.xwt.tools.categorynode.edit, Version:
0.9.0.v20100617-2100, Location:
reference:file:plugins/org.eclipse.e4.xwt.tools.categorynode.edit_0.9.0.v20100617-2100.jar
Id: org.eclipse.e4.xwt.tools.ui, Version: 0.9.0.v20101021, Location:
reference:file:plugins/org.eclipse.e4.xwt.tools.ui_0.9.0.v20101021.jar
Id: org.eclipse.e4.xwt.tools.ui.designer, Version: 0.9.1.v20101021,
Location: reference:file:plugins/org.eclipse.e4.xwt.tools.ui.designer_0.9.1.v20101021.jar
Id: org.eclipse.e4.xwt.tools.ui.designer.core, Version:
0.9.1.v20101021, Location:
reference:file:plugins/org.eclipse.e4.xwt.tools.ui.designer.core_0.9.1.v20101021.jar
Id: org.eclipse.e4.xwt.tools.ui.editor, Version: 0.9.0.v20101021,
Location: reference:file:plugins/org.eclipse.e4.xwt.tools.ui.editor_0.9.0.v20101021.jar
Id: org.eclipse.e4.xwt.tools.ui.imagecapture, Version:
0.9.1.v20100617-2100, Location:
reference:file:plugins/org.eclipse.e4.xwt.tools.ui.imagecapture_0.9.1.v20100617-2100.jar
Id: org.eclipse.e4.xwt.tools.ui.palette, Version:
0.9.1.v20100617-2100, Location:
reference:file:plugins/org.eclipse.e4.xwt.tools.ui.palette_0.9.1.v20100617-2100.jar
Id: org.eclipse.e4.xwt.tools.ui.xaml, Version: 0.9.1.v20100617-2100,
Location: reference:file:plugins/org.eclipse.e4.xwt.tools.ui.xaml_0.9.1.v20100617-2100.jar
Id: org.eclipse.e4.xwt.ui.workbench, Version: 0.9.0.v20101119-0800,
Location: reference:file:plugins/org.eclipse.e4.xwt.ui.workbench_0.9.0.v20101119-0800.jar
Id: org.eclipse.e4.xwt.vex, Version: 0.9.1.v20100627-1530, Location:
reference:file:plugins/org.eclipse.e4.xwt.vex_0.9.1.v20100627-1530.jar
Id: org.eclipse.e4.xwt.xml, Version: 0.9.0.v20100617-2100, Location:
reference:file:plugins/org.eclipse.e4.xwt.xml_0.9.0.v20100617-2100.jar
Id: org.eclipse.ecf, Version: 3.1.300.v20110531-2218, Location:
reference:file:plugins/org.eclipse.ecf_3.1.300.v20110531-2218.jar
Id: org.eclipse.ecf.filetransfer, Version: 5.0.0.v20110531-2218,
Location: reference:file:plugins/org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar
Id: org.eclipse.ecf.identity, Version: 3.1.100.v20110531-2218,
Location: reference:file:plugins/org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar
Id: org.eclipse.ecf.provider.filetransfer, Version:
3.2.0.v20110531-2218, Location:
reference:file:plugins/org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar
Id: org.eclipse.ecf.provider.filetransfer.httpclient, Version:
4.0.0.v20110531-2218, Location:
reference:file:plugins/org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20110531-2218.jar
Id: org.eclipse.ecf.provider.filetransfer.httpclient.ssl, Version:
1.0.0.v20110531-2218, Location:
reference:file:plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20110531-2218.jar
Id: org.eclipse.ecf.provider.filetransfer.ssl, Version:
1.0.0.v20110531-2218, Location:
reference:file:plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20110531-2218.jar
Id: org.eclipse.ecf.ssl, Version: 1.0.100.v20110531-2218, Location:
reference:file:plugins/org.eclipse.ecf.ssl_1.0.100.v20110531-2218.jar
Id: org.eclipse.egit, Version: 1.0.0.201106090707-r, Location:
reference:file:plugins/org.eclipse.egit_1.0.0.201106090707-r.jar
Id: org.eclipse.egit.core, Version: 1.0.0.201106090707-r, Location:
reference:file:plugins/org.eclipse.egit.core_1.0.0.201106090707-r.jar
Id: org.eclipse.egit.doc, Version: 1.0.0.201106090707-r, Location:
reference:file:plugins/org.eclipse.egit.doc_1.0.0.201106090707-r.jar
Id: org.eclipse.egit.ui, Version: 1.0.0.201106090707-r, Location:
reference:file:plugins/org.eclipse.egit.ui_1.0.0.201106090707-r.jar
Id: org.eclipse.emf, Version: 2.6.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.emf_2.6.0.v20110606-0949.jar
Id: org.eclipse.emf.ant, Version: 2.7.0.v20100905-1633, Location:
reference:file:plugins/org.eclipse.emf.ant_2.7.0.v20100905-1633.jar
Id: org.eclipse.emf.codegen, Version: 2.6.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.emf.codegen_2.6.0.v20110606-0949.jar
Id: org.eclipse.emf.codegen.ecore, Version: 2.7.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.codegen.ecore_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.codegen.ecore.ui, Version: 2.7.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.codegen.ecore.ui_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.codegen.ui, Version: 2.6.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.codegen.ui_2.6.0.v20110606-0949.jar
Id: org.eclipse.emf.common, Version: 2.7.0.v20110605-0747, Location:
reference:file:plugins/org.eclipse.emf.common_2.7.0.v20110605-0747.jar
Id: org.eclipse.emf.common.ui, Version: 2.7.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.common.ui_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.converter, Version: 2.5.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.converter_2.5.0.v20110606-0949.jar
Id: org.eclipse.emf.databinding, Version: 1.2.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.databinding_1.2.0.v20110606-0949.jar
Id: org.eclipse.emf.databinding.edit, Version: 1.2.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.databinding.edit_1.2.0.v20110606-0949.jar
Id: org.eclipse.emf.ecore, Version: 2.7.0.v20110605-0747, Location:
reference:file:plugins/org.eclipse.emf.ecore_2.7.0.v20110605-0747.jar
Id: org.eclipse.emf.ecore.change, Version: 2.7.0.v20110408-2116,
Location: reference:file:plugins/org.eclipse.emf.ecore.change_2.7.0.v20110408-2116.jar
Id: org.eclipse.emf.ecore.change.edit, Version: 2.5.0.v20100521-1846,
Location: reference:file:plugins/org.eclipse.emf.ecore.change.edit_2.5.0.v20100521-1846.jar
Id: org.eclipse.emf.ecore.edit, Version: 2.7.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.ecore.edit_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.ecore.editor, Version: 2.7.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.ecore.editor_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.ecore.xmi, Version: 2.7.0.v20110520-1406,
Location: reference:file:plugins/org.eclipse.emf.ecore.xmi_2.7.0.v20110520-1406.jar
Id: org.eclipse.emf.edit, Version: 2.7.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.emf.edit_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.edit.ui, Version: 2.7.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.emf.edit.ui_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.exporter, Version: 2.6.0.v20100521-1846, Location:
reference:file:plugins/org.eclipse.emf.exporter_2.6.0.v20100521-1846.jar
Id: org.eclipse.emf.importer, Version: 2.6.0.v20100521-1846, Location:
reference:file:plugins/org.eclipse.emf.importer_2.6.0.v20100521-1846.jar
Id: org.eclipse.emf.importer.ecore, Version: 2.6.0.v20100521-1846,
Location: reference:file:plugins/org.eclipse.emf.importer.ecore_2.6.0.v20100521-1846.jar
Id: org.eclipse.emf.importer.java, Version: 2.6.0.v20100521-1846,
Location: reference:file:plugins/org.eclipse.emf.importer.java_2.6.0.v20100521-1846.jar
Id: org.eclipse.emf.importer.rose, Version: 2.6.0.v20100521-1846,
Location: reference:file:plugins/org.eclipse.emf.importer.rose_2.6.0.v20100521-1846.jar
Id: org.eclipse.emf.mapping, Version: 2.7.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.emf.mapping_2.7.0.v20110606-0949.jar
Id: org.eclipse.emf.mapping.ecore, Version: 2.6.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.mapping.ecore_2.6.0.v20110606-0949.jar
Id: org.eclipse.emf.mapping.ecore.editor, Version:
2.6.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.emf.mapping.ecore.editor_2.6.0.v20110606-0949.jar
Id: org.eclipse.emf.mapping.ecore2ecore, Version:
2.7.0.v20110331-2022, Location:
reference:file:plugins/org.eclipse.emf.mapping.ecore2ecore_2.7.0.v20110331-2022.jar
Id: org.eclipse.emf.mapping.ecore2ecore.editor, Version:
2.5.0.v20110120-0110, Location:
reference:file:plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.5.0.v20110120-0110.jar
Id: org.eclipse.emf.mapping.ecore2xml, Version: 2.7.0.v20110331-2022,
Location: reference:file:plugins/org.eclipse.emf.mapping.ecore2xml_2.7.0.v20110331-2022.jar
Id: org.eclipse.emf.mapping.ecore2xml.ui, Version:
2.6.0.v20110120-0109, Location:
reference:file:plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.6.0.v20110120-0109.jar
Id: org.eclipse.emf.mapping.ui, Version: 2.6.0.v20110606-0949,
Location: reference:file:plugins/org.eclipse.emf.mapping.ui_2.6.0.v20110606-0949.jar
Id: org.eclipse.epp.mpc.core, Version: 1.1.0.I20110525-0742, Location:
reference:file:plugins/org.eclipse.epp.mpc.core_1.1.0.I20110525-0742.jar
Id: org.eclipse.epp.mpc.help.ui, Version: 1.1.0.I20110525-0742,
Location: reference:file:plugins/org.eclipse.epp.mpc.help.ui_1.1.0.I20110525-0742.jar
Id: org.eclipse.epp.mpc.ui, Version: 1.1.0.I20110525-0742, Location:
reference:file:plugins/org.eclipse.epp.mpc.ui_1.1.0.I20110525-0742.jar
Id: org.eclipse.epp.package.rcp, Version: 1.4.0.20110609-1120,
Location: reference:file:plugins/org.eclipse.epp.package.rcp_1.4.0.20110609-1120/
Id: org.eclipse.epp.usagedata.gathering, Version: 1.3.1.R201106061540,
Location: reference:file:plugins/org.eclipse.epp.usagedata.gathering_1.3.1.R201106061540.jar
Id: org.eclipse.epp.usagedata.recording, Version: 1.3.1.R201106061540,
Location: reference:file:plugins/org.eclipse.epp.usagedata.recording_1.3.1.R201106061540.jar
Id: org.eclipse.epp.usagedata.ui, Version: 1.3.1.R201106061540,
Location: reference:file:plugins/org.eclipse.epp.usagedata.ui_1.3.1.R201106061540.jar
Id: org.eclipse.equinox.app, Version: 1.3.100.v20110321, Location:
reference:file:plugins/org.eclipse.equinox.app_1.3.100.v20110321.jar
Id: org.eclipse.equinox.common, Version: 3.6.0.v20110523, Location:
reference:file:plugins/org.eclipse.equinox.common_3.6.0.v20110523.jar
Id: org.eclipse.equinox.concurrent, Version: 1.0.200.v20110502,
Location: reference:file:plugins/org.eclipse.equinox.concurrent_1.0.200.v20110502.jar
Id: org.eclipse.equinox.ds, Version: 1.3.0.v20110502, Location:
reference:file:plugins/org.eclipse.equinox.ds_1.3.0.v20110502.jar
Id: org.eclipse.equinox.event, Version: 1.2.100.v20110502, Location:
reference:file:plugins/org.eclipse.equinox.event_1.2.100.v20110502.jar
Id: org.eclipse.equinox.frameworkadmin, Version: 2.0.0.v20110502-1955,
Location: reference:file:plugins/org.eclipse.equinox.frameworkadmin_2.0.0.v20110502-1955.jar
Id: org.eclipse.equinox.frameworkadmin.equinox, Version:
1.0.300.v20110506, Location:
reference:file:plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.300.v20110506.jar
Id: org.eclipse.equinox.http.jetty, Version: 2.0.100.v20110502,
Location: reference:file:plugins/org.eclipse.equinox.http.jetty_2.0.100.v20110502.jar
Id: org.eclipse.equinox.http.registry, Version: 1.1.100.v20110502,
Location: reference:file:plugins/org.eclipse.equinox.http.registry_1.1.100.v20110502.jar
Id: org.eclipse.equinox.http.servlet, Version: 1.1.200.v20110502,
Location: reference:file:plugins/org.eclipse.equinox.http.servlet_1.1.200.v20110502.jar
Id: org.eclipse.equinox.jsp.jasper, Version: 1.0.300.v20110502,
Location: reference:file:plugins/org.eclipse.equinox.jsp.jasper_1.0.300.v20110502.jar
Id: org.eclipse.equinox.jsp.jasper.registry, Version:
1.0.200.v20100503, Location:
reference:file:plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.200.v20100503.jar
Id: org.eclipse.equinox.launcher, Version: 1.2.0.v20110502, Location:
reference:file:plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
Id: org.eclipse.equinox.launcher.gtk.linux.x86, Version:
1.1.100.v20110505, Location:
reference:file:plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/
Id: org.eclipse.equinox.p2.artifact.repository, Version:
1.1.100.v20110519, Location:
reference:file:plugins/org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar
Id: org.eclipse.equinox.p2.console, Version: 1.0.300.v20110502-1955,
Location: reference:file:plugins/org.eclipse.equinox.p2.console_1.0.300.v20110502-1955.jar
Id: org.eclipse.equinox.p2.core, Version: 2.1.0.v20110502-1955,
Location: reference:file:plugins/org.eclipse.equinox.p2.core_2.1.0.v20110502-1955.jar
Id: org.eclipse.equinox.p2.director, Version: 2.1.0.v20110504-1715,
Location: reference:file:plugins/org.eclipse.equinox.p2.director_2.1.0.v20110504-1715.jar
Id: org.eclipse.equinox.p2.director.app, Version: 1.0.300.v20110505,
Location: reference:file:plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20110505.jar
Id: org.eclipse.equinox.p2.directorywatcher, Version:
1.0.300.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110502-1955.jar
Id: org.eclipse.equinox.p2.discovery, Version: 1.0.100.v20110502-1955,
Location: reference:file:plugins/org.eclipse.equinox.p2.discovery_1.0.100.v20110502-1955.jar
Id: org.eclipse.equinox.p2.discovery.compatibility, Version:
1.0.1.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.p2.discovery.compatibility_1.0.1.v20110502-1955.jar
Id: org.eclipse.equinox.p2.engine, Version: 2.1.0.v20110511, Location:
reference:file:plugins/org.eclipse.equinox.p2.engine_2.1.0.v20110511.jar
Id: org.eclipse.equinox.p2.extensionlocation, Version:
1.2.100.v20110510, Location:
reference:file:plugins/org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110510.jar
Id: org.eclipse.equinox.p2.garbagecollector, Version:
1.0.200.v20110510, Location:
reference:file:plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110510.jar
Id: org.eclipse.equinox.p2.jarprocessor, Version:
1.0.200.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110502-1955.jar
Id: org.eclipse.equinox.p2.metadata, Version: 2.1.0.v20110510,
Location: reference:file:plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20110510.jar
Id: org.eclipse.equinox.p2.metadata.repository, Version:
1.2.0.v20110511-1359, Location:
reference:file:plugins/org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110511-1359.jar
Id: org.eclipse.equinox.p2.operations, Version: 2.1.0.v20110511-1821,
Location: reference:file:plugins/org.eclipse.equinox.p2.operations_2.1.0.v20110511-1821.jar
Id: org.eclipse.equinox.p2.publisher, Version: 1.2.0.v20110511,
Location: reference:file:plugins/org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar
Id: org.eclipse.equinox.p2.publisher.eclipse, Version:
1.0.0.v20110511, Location:
reference:file:plugins/org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110511/
Id: org.eclipse.equinox.p2.ql, Version: 2.0.100.v20110510, Location:
reference:file:plugins/org.eclipse.equinox.p2.ql_2.0.100.v20110510.jar
Id: org.eclipse.equinox.p2.reconciler.dropins, Version:
1.1.100.v20110510, Location:
reference:file:plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.100.v20110510.jar
Id: org.eclipse.equinox.p2.repository, Version: 2.1.0.v20110601,
Location: reference:file:plugins/org.eclipse.equinox.p2.repository_2.1.0.v20110601.jar
Id: org.eclipse.equinox.p2.repository.tools, Version:
2.0.100.v20110512-1320, Location:
reference:file:plugins/org.eclipse.equinox.p2.repository.tools_2.0.100.v20110512-1320.jar
Id: org.eclipse.equinox.p2.touchpoint.eclipse, Version:
2.1.0.v20110511, Location:
reference:file:plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511.jar
Id: org.eclipse.equinox.p2.touchpoint.natives, Version:
1.0.300.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110502-1955.jar
Id: org.eclipse.equinox.p2.transport.ecf, Version: 1.0.0.v20110510,
Location: reference:file:plugins/org.eclipse.equinox.p2.transport.ecf_1.0.0.v20110510.jar
Id: org.eclipse.equinox.p2.ui, Version: 2.1.0.v20110601, Location:
reference:file:plugins/org.eclipse.equinox.p2.ui_2.1.0.v20110601.jar
Id: org.eclipse.equinox.p2.ui.discovery, Version:
1.0.0.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.p2.ui.discovery_1.0.0.v20110502-1955.jar
Id: org.eclipse.equinox.p2.ui.importexport, Version: 1.0.0.v20110511,
Location: reference:file:plugins/org.eclipse.equinox.p2.ui.importexport_1.0.0.v20110511.jar
Id: org.eclipse.equinox.p2.ui.sdk, Version: 1.0.200.v20110502-1955,
Location: reference:file:plugins/org.eclipse.equinox.p2.ui.sdk_1.0.200.v20110502-1955.jar
Id: org.eclipse.equinox.p2.ui.sdk.scheduler, Version:
1.0.100.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.100.v20110502-1955.jar
Id: org.eclipse.equinox.p2.updatechecker, Version:
1.1.200.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110502-1955.jar
Id: org.eclipse.equinox.p2.updatesite, Version: 1.0.300.v20110510,
Location: reference:file:plugins/org.eclipse.equinox.p2.updatesite_1.0.300.v20110510.jar
Id: org.eclipse.equinox.preferences, Version: 3.4.0.v20110502,
Location: reference:file:plugins/org.eclipse.equinox.preferences_3.4.0.v20110502.jar
Id: org.eclipse.equinox.registry, Version: 3.5.100.v20110502,
Location: reference:file:plugins/org.eclipse.equinox.registry_3.5.100.v20110502.jar
Id: org.eclipse.equinox.security, Version: 1.1.0.v20110502, Location:
reference:file:plugins/org.eclipse.equinox.security_1.1.0.v20110502.jar
Id: org.eclipse.equinox.security.ui, Version: 1.1.0.v20101004,
Location: reference:file:plugins/org.eclipse.equinox.security.ui_1.1.0.v20101004.jar
Id: org.eclipse.equinox.simpleconfigurator, Version:
1.0.200.v20110502-1955, Location:
initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.200.v20110502-1955.jar/
Id: org.eclipse.equinox.simpleconfigurator.manipulator, Version:
2.0.0.v20110502-1955, Location:
reference:file:plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110502-1955.jar
Id: org.eclipse.equinox.util, Version: 1.0.300.v20110502, Location:
reference:file:plugins/org.eclipse.equinox.util_1.0.300.v20110502.jar
Id: org.eclipse.equinox.weaving.aspectj, Version: 1.0.0.v20100503,
Location: reference:file:plugins/org.eclipse.equinox.weaving.aspectj_1.0.0.v20100503.jar
Id: org.eclipse.equinox.weaving.hook, Version: 1.0.0.v20100503,
Location: initial@reference:file:plugins/org.eclipse.equinox.weaving.hook_1.0.0.v20100503.jar/
Id: org.eclipse.gef, Version: 3.7.1.v20110830-1143, Location:
reference:file:plugins/org.eclipse.gef_3.7.1.v20110830-1143.jar
Id: org.eclipse.gef.examples.flow, Version: 3.7.0.v20101201-2050,
Location: reference:file:plugins/org.eclipse.gef.examples.flow_3.7.0.v20101201-2050.jar
Id: org.eclipse.gef.examples.logic, Version: 3.7.0.v20110105-2050,
Location: reference:file:plugins/org.eclipse.gef.examples.logic_3.7.0.v20110105-2050.jar
Id: org.eclipse.gef.examples.shapes, Version: 3.7.0.v20101201-2050,
Location: reference:file:plugins/org.eclipse.gef.examples.shapes_3.7.0.v20101201-2050.jar
Id: org.eclipse.gef.examples.text, Version: 3.7.0.v20101201-2050,
Location: reference:file:plugins/org.eclipse.gef.examples.text_3.7.0.v20101201-2050.jar
Id: org.eclipse.help, Version: 3.5.100.v20110426, Location:
reference:file:plugins/org.eclipse.help_3.5.100.v20110426.jar
Id: org.eclipse.help.appserver, Version: 3.1.400.v20110425, Location:
reference:file:plugins/org.eclipse.help.appserver_3.1.400.v20110425.jar
Id: org.eclipse.help.base, Version: 3.6.0.v201106131736, Location:
reference:file:plugins/org.eclipse.help.base_3.6.0.v201106131736.jar
Id: org.eclipse.help.ui, Version: 3.5.100.v20110425, Location:
reference:file:plugins/org.eclipse.help.ui_3.5.100.v20110425.jar
Id: org.eclipse.help.webapp, Version: 3.6.0.v20110518, Location:
reference:file:plugins/org.eclipse.help.webapp_3.6.0.v20110518.jar
Id: org.eclipse.jdt, Version: 3.7.0.v201106131736, Location:
reference:file:plugins/org.eclipse.jdt_3.7.0.v201106131736.jar
Id: org.eclipse.jdt.apt.core, Version: 3.3.500.v20110420-1015,
Location: reference:file:plugins/org.eclipse.jdt.apt.core_3.3.500.v20110420-1015.jar
Id: org.eclipse.jdt.apt.pluggable.core, Version:
1.0.400.v20110305-1450, Location:
reference:file:plugins/org.eclipse.jdt.apt.pluggable.core_1.0.400.v20110305-1450.jar
Id: org.eclipse.jdt.apt.ui, Version: 3.3.300.v20110305-1450, Location:
reference:file:plugins/org.eclipse.jdt.apt.ui_3.3.300.v20110305-1450.jar
Id: org.eclipse.jdt.compiler.apt, Version: 1.0.400.v0110509-1300,
Location: reference:file:plugins/org.eclipse.jdt.compiler.apt_1.0.400.v0110509-1300.jar
Id: org.eclipse.jdt.compiler.tool, Version: 1.0.100.v_B61, Location:
reference:file:plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_B61.jar
Id: org.eclipse.jdt.core, Version: 3.7.1.xx-20110929-1800-e37,
Location: reference:file:plugins/org.eclipse.jdt.core_3.7.1.xx-20110929-1800-e37.jar
Id: org.eclipse.jdt.core.manipulation, Version: 1.4.0.v20110505-0800,
Location: reference:file:plugins/org.eclipse.jdt.core.manipulation_1.4.0.v20110505-0800.jar
Id: org.eclipse.jdt.debug, Version: 3.7.0.v20110509, Location:
reference:file:plugins/org.eclipse.jdt.debug_3.7.0.v20110509/
Id: org.eclipse.jdt.debug.ui, Version: 3.6.0.v20110512, Location:
reference:file:plugins/org.eclipse.jdt.debug.ui_3.6.0.v20110512.jar
Id: org.eclipse.jdt.doc.user, Version: 3.7.0.v20110601-0800, Location:
reference:file:plugins/org.eclipse.jdt.doc.user_3.7.0.v20110601-0800.jar
Id: org.eclipse.jdt.groovy.core, Version: 2.5.2.xx-20110929-1800-e37,
Location: reference:file:plugins/org.eclipse.jdt.groovy.core_2.5.2.xx-20110929-1800-e37.jar
Id: org.eclipse.jdt.junit, Version: 3.7.0.v20110505-0800, Location:
reference:file:plugins/org.eclipse.jdt.junit_3.7.0.v20110505-0800.jar
Id: org.eclipse.jdt.junit.core, Version: 3.7.0.v20110518-0800,
Location: reference:file:plugins/org.eclipse.jdt.junit.core_3.7.0.v20110518-0800.jar
Id: org.eclipse.jdt.junit.runtime, Version: 3.4.300.v20110505-0800,
Location: reference:file:plugins/org.eclipse.jdt.junit.runtime_3.4.300.v20110505-0800.jar
Id: org.eclipse.jdt.junit4.runtime, Version: 1.1.200.v20110505-0800,
Location: reference:file:plugins/org.eclipse.jdt.junit4.runtime_1.1.200.v20110505-0800.jar
Id: org.eclipse.jdt.launching, Version: 3.6.0.v20110509, Location:
reference:file:plugins/org.eclipse.jdt.launching_3.6.0.v20110509.jar
Id: org.eclipse.jdt.ui, Version: 3.7.0.v20110531-1200, Location:
reference:file:plugins/org.eclipse.jdt.ui_3.7.0.v20110531-1200.jar
Id: org.eclipse.jem, Version: 2.0.500.v201104271400, Location:
reference:file:plugins/org.eclipse.jem_2.0.500.v201104271400.jar
Id: org.eclipse.jem.beaninfo, Version: 2.0.300.v200905030615,
Location: reference:file:plugins/org.eclipse.jem.beaninfo_2.0.300.v200905030615.jar
Id: org.eclipse.jem.beaninfo.vm, Version: 2.0.300.v201004110600,
Location: reference:file:plugins/org.eclipse.jem.beaninfo.vm_2.0.300.v201004110600.jar
Id: org.eclipse.jem.beaninfo.vm.common, Version:
2.0.300.v201004110600, Location:
reference:file:plugins/org.eclipse.jem.beaninfo.vm.common_2.0.300.v201004110600.jar
Id: org.eclipse.jem.proxy, Version: 2.0.400.v201101101900, Location:
reference:file:plugins/org.eclipse.jem.proxy_2.0.400.v201101101900.jar
Id: org.eclipse.jem.util, Version: 2.1.100.v201103021400, Location:
reference:file:plugins/org.eclipse.jem.util_2.1.100.v201103021400.jar
Id: org.eclipse.jem.workbench, Version: 2.0.400.v201104251400,
Location: reference:file:plugins/org.eclipse.jem.workbench_2.0.400.v201104251400.jar
Id: org.eclipse.jface, Version: 3.7.0.I20110522-1430, Location:
reference:file:plugins/org.eclipse.jface_3.7.0.I20110522-1430.jar
Id: org.eclipse.jface.databinding, Version: 1.5.0.I20100907-0800,
Location: reference:file:plugins/org.eclipse.jface.databinding_1.5.0.I20100907-0800.jar
Id: org.eclipse.jface.text, Version: 3.7.0.v20110505-0800, Location:
reference:file:plugins/org.eclipse.jface.text_3.7.0.v20110505-0800.jar
Id: org.eclipse.jgit, Version: 1.0.0.201106090707-r, Location:
reference:file:plugins/org.eclipse.jgit_1.0.0.201106090707-r.jar
Id: org.eclipse.jpt.common.branding, Version: 1.0.0.v201104050000,
Location: reference:file:plugins/org.eclipse.jpt.common.branding_1.0.0.v201104050000.jar
Id: org.eclipse.jpt.common.core, Version: 1.0.1.v201108080010,
Location: reference:file:plugins/org.eclipse.jpt.common.core_1.0.1.v201108080010.jar
Id: org.eclipse.jpt.common.ui, Version: 1.0.0.v201104120000, Location:
reference:file:plugins/org.eclipse.jpt.common.ui_1.0.0.v201104120000.jar
Id: org.eclipse.jpt.common.utility, Version: 2.0.0.v201105110001,
Location: reference:file:plugins/org.eclipse.jpt.common.utility_2.0.0.v201105110001.jar
Id: org.eclipse.jpt.doc.user, Version: 1.4.1.v201105190000, Location:
reference:file:plugins/org.eclipse.jpt.doc.user_1.4.1.v201105190000.jar
Id: org.eclipse.jpt.jaxb.branding, Version: 1.0.0.v201103020003,
Location: reference:file:plugins/org.eclipse.jpt.jaxb.branding_1.0.0.v201103020003.jar
Id: org.eclipse.jpt.jaxb.core, Version: 1.0.1.v201108080010, Location:
reference:file:plugins/org.eclipse.jpt.jaxb.core_1.0.1.v201108080010.jar
Id: org.eclipse.jpt.jaxb.core.schemagen, Version:
1.0.100.v201104110000, Location:
reference:file:plugins/org.eclipse.jpt.jaxb.core.schemagen_1.0.100.v201104110000.jar
Id: org.eclipse.jpt.jaxb.ui, Version: 1.1.1.v201108080010, Location:
reference:file:plugins/org.eclipse.jpt.jaxb.ui_1.1.1.v201108080010.jar
Id: org.eclipse.jpt.jpa.branding, Version: 2.4.0.v201103020003,
Location: reference:file:plugins/org.eclipse.jpt.jpa.branding_2.4.0.v201103020003.jar
Id: org.eclipse.jpt.jpa.core, Version: 3.0.1.v201109073010, Location:
reference:file:plugins/org.eclipse.jpt.jpa.core_3.0.1.v201109073010.jar
Id: org.eclipse.jpt.jpa.db, Version: 2.0.0.v201105030000, Location:
reference:file:plugins/org.eclipse.jpt.jpa.db_2.0.0.v201105030000.jar
Id: org.eclipse.jpt.jpa.db.ui, Version: 2.0.0.v201104110000, Location:
reference:file:plugins/org.eclipse.jpt.jpa.db.ui_2.0.0.v201104110000.jar
Id: org.eclipse.jpt.jpa.gen, Version: 2.0.0.v201105190000, Location:
reference:file:plugins/org.eclipse.jpt.jpa.gen_2.0.0.v201105190000.jar
Id: org.eclipse.jpt.jpa.ui, Version: 3.0.1.v201108080010, Location:
reference:file:plugins/org.eclipse.jpt.jpa.ui_3.0.1.v201108080010.jar
Id: org.eclipse.jsch.core, Version: 1.1.300.I20110514-0800, Location:
reference:file:plugins/org.eclipse.jsch.core_1.1.300.I20110514-0800.jar
Id: org.eclipse.jsch.ui, Version: 1.1.300.I20110511-0800, Location:
reference:file:plugins/org.eclipse.jsch.ui_1.1.300.I20110511-0800.jar
Id: org.eclipse.jst.common.annotations.controller, Version:
1.1.300.v200908252030, Location:
reference:file:plugins/org.eclipse.jst.common.annotations.controller_1.1.300.v200908252030.jar
Id: org.eclipse.jst.common.annotations.core, Version:
1.1.300.v201004141630, Location:
reference:file:plugins/org.eclipse.jst.common.annotations.core_1.1.300.v201004141630.jar
Id: org.eclipse.jst.common.annotations.ui, Version:
1.1.300.v201002081900, Location:
reference:file:plugins/org.eclipse.jst.common.annotations.ui_1.1.300.v201002081900.jar
Id: org.eclipse.jst.common.frameworks, Version: 1.1.500.v201104081500,
Location: reference:file:plugins/org.eclipse.jst.common.frameworks_1.1.500.v201104081500.jar
Id: org.eclipse.jst.common.project.facet.core, Version:
1.4.200.v201103170302, Location:
reference:file:plugins/org.eclipse.jst.common.project.facet.core_1.4.200.v201103170302.jar
Id: org.eclipse.jst.common.project.facet.ui, Version:
1.4.200.v201008182133, Location:
reference:file:plugins/org.eclipse.jst.common.project.facet.ui_1.4.200.v201008182133.jar
Id: org.eclipse.jst.common.ui, Version: 1.0.100.v201105030440,
Location: reference:file:plugins/org.eclipse.jst.common.ui_1.0.100.v201105030440.jar
Id: org.eclipse.jst.ejb.doc.user, Version: 1.1.301.v201105130956,
Location: reference:file:plugins/org.eclipse.jst.ejb.doc.user_1.1.301.v201105130956.jar
Id: org.eclipse.jst.ejb.ui, Version: 1.1.600.v201104261451, Location:
reference:file:plugins/org.eclipse.jst.ejb.ui_1.1.600.v201104261451.jar
Id: org.eclipse.jst.ejb.ui.infopop, Version: 1.0.300.v2010022311013,
Location: reference:file:plugins/org.eclipse.jst.ejb.ui.infopop_1.0.300.v2010022311013.jar
Id: org.eclipse.jst.j2ee, Version: 1.1.501.v201108231845, Location:
reference:file:plugins/org.eclipse.jst.j2ee_1.1.501.v201108231845.jar
Id: org.eclipse.jst.j2ee.core, Version: 1.2.101.v201108110300,
Location: reference:file:plugins/org.eclipse.jst.j2ee.core_1.2.101.v201108110300.jar
Id: org.eclipse.jst.j2ee.doc.user, Version: 1.1.400.v201008122303,
Location: reference:file:plugins/org.eclipse.jst.j2ee.doc.user_1.1.400.v201008122303.jar
Id: org.eclipse.jst.j2ee.ejb, Version: 1.1.503.v201108102200,
Location: reference:file:plugins/org.eclipse.jst.j2ee.ejb_1.1.503.v201108102200.jar
Id: org.eclipse.jst.j2ee.ejb.annotation.model, Version:
1.1.300.v201003112036, Location:
reference:file:plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.300.v201003112036.jar
Id: org.eclipse.jst.j2ee.ejb.annotations.emitter, Version:
1.1.200.v200909290826, Location:
reference:file:plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.200.v200909290826.jar
Id: org.eclipse.jst.j2ee.ejb.annotations.ui, Version:
1.1.200.v201004290730, Location:
reference:file:plugins/org.eclipse.jst.j2ee.ejb.annotations.ui_1.1.200.v201004290730.jar
Id: org.eclipse.jst.j2ee.ejb.annotations.xdoclet, Version:
1.2.200.v201103302125, Location:
reference:file:plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.200.v201103302125.jar
Id: org.eclipse.jst.j2ee.infopop, Version: 1.0.300.v200805140415,
Location: reference:file:plugins/org.eclipse.jst.j2ee.infopop_1.0.300.v200805140415.jar
Id: org.eclipse.jst.j2ee.jca, Version: 1.1.500.v201108102200,
Location: reference:file:plugins/org.eclipse.jst.j2ee.jca_1.1.500.v201108102200.jar
Id: org.eclipse.jst.j2ee.jca.ui, Version: 1.1.400.v201004150700,
Location: reference:file:plugins/org.eclipse.jst.j2ee.jca.ui_1.1.400.v201004150700.jar
Id: org.eclipse.jst.j2ee.navigator.ui, Version: 1.1.501.v201107261503,
Location: reference:file:plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.501.v201107261503.jar
Id: org.eclipse.jst.j2ee.ui, Version: 1.1.501.v201108231700, Location:
reference:file:plugins/org.eclipse.jst.j2ee.ui_1.1.501.v201108231700.jar
Id: org.eclipse.jst.j2ee.web, Version: 1.1.501.v201108231500,
Location: reference:file:plugins/org.eclipse.jst.j2ee.web_1.1.501.v201108231500.jar
Id: org.eclipse.jst.j2ee.webservice, Version: 1.1.400.v201004110600,
Location: reference:file:plugins/org.eclipse.jst.j2ee.webservice_1.1.400.v201004110600.jar
Id: org.eclipse.jst.j2ee.webservice.ui, Version:
1.1.500.v201105122000, Location:
reference:file:plugins/org.eclipse.jst.j2ee.webservice.ui_1.1.500.v201105122000.jar
Id: org.eclipse.jst.j2ee.xdoclet.runtime, Version:
1.1.300.v201004280700, Location:
reference:file:plugins/org.eclipse.jst.j2ee.xdoclet.runtime_1.1.300.v201004280700.jar
Id: org.eclipse.jst.jee, Version: 1.0.401.v201105122000, Location:
reference:file:plugins/org.eclipse.jst.jee_1.0.401.v201105122000.jar
Id: org.eclipse.jst.jee.ejb, Version: 1.0.301.v201007070821, Location:
reference:file:plugins/org.eclipse.jst.jee.ejb_1.0.301.v201007070821.jar
Id: org.eclipse.jst.jee.ui, Version: 1.0.400.v201105122000, Location:
reference:file:plugins/org.eclipse.jst.jee.ui_1.0.400.v201105122000.jar
Id: org.eclipse.jst.jee.web, Version: 1.0.301.v201007070907, Location:
reference:file:plugins/org.eclipse.jst.jee.web_1.0.301.v201007070907.jar
Id: org.eclipse.jst.jsf.doc.user, Version: 1.2.1.v20100827, Location:
reference:file:plugins/org.eclipse.jst.jsf.doc.user_1.2.1.v20100827.jar
Id: org.eclipse.jst.jsp.core, Version: 1.2.401.v201108302147,
Location: reference:file:plugins/org.eclipse.jst.jsp.core_1.2.401.v201108302147.jar
Id: org.eclipse.jst.jsp.ui, Version: 1.1.601.v201108151912, Location:
reference:file:plugins/org.eclipse.jst.jsp.ui_1.1.601.v201108151912.jar
Id: org.eclipse.jst.jsp.ui.infopop, Version: 1.0.200.v201004150328,
Location: reference:file:plugins/org.eclipse.jst.jsp.ui.infopop_1.0.200.v201004150328.jar
Id: org.eclipse.jst.server.core, Version: 1.2.202.v20110419, Location:
reference:file:plugins/org.eclipse.jst.server.core_1.2.202.v20110419.jar
Id: org.eclipse.jst.servlet.ui, Version: 1.1.501.v201108220630,
Location: reference:file:plugins/org.eclipse.jst.servlet.ui_1.1.501.v201108220630.jar
Id: org.eclipse.jst.servlet.ui.infopop, Version:
1.0.500.v201105122000, Location:
reference:file:plugins/org.eclipse.jst.servlet.ui.infopop_1.0.500.v201105122000.jar
Id: org.eclipse.jst.standard.schemas, Version: 1.2.0.v201101142102,
Location: reference:file:plugins/org.eclipse.jst.standard.schemas_1.2.0.v201101142102.jar
Id: org.eclipse.jst.ws, Version: 1.0.509.v201108250610, Location:
reference:file:plugins/org.eclipse.jst.ws_1.0.509.v201108250610.jar
Id: org.eclipse.jst.ws.axis.consumption.core, Version:
1.0.407.v201104071820, Location:
reference:file:plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.407.v201104071820.jar
Id: org.eclipse.jst.ws.axis.consumption.ui, Version:
1.0.505.v201004211805, Location:
reference:file:plugins/org.eclipse.jst.ws.axis.consumption.ui_1.0.505.v201004211805.jar
Id: org.eclipse.jst.ws.axis.creation.ui, Version:
1.0.700.v201104070312, Location:
reference:file:plugins/org.eclipse.jst.ws.axis.creation.ui_1.0.700.v201104070312.jar
Id: org.eclipse.jst.ws.axis.infopop, Version: 1.0.300.v200805140230,
Location: reference:file:plugins/org.eclipse.jst.ws.axis.infopop_1.0.300.v200805140230.jar
Id: org.eclipse.jst.ws.axis.ui.doc.user, Version:
1.1.100.v201005192217, Location:
reference:file:plugins/org.eclipse.jst.ws.axis.ui.doc.user_1.1.100.v201005192217.jar
Id: org.eclipse.jst.ws.consumption, Version: 1.0.601.v201108230319,
Location: reference:file:plugins/org.eclipse.jst.ws.consumption_1.0.601.v201108230319.jar
Id: org.eclipse.jst.ws.consumption.infopop, Version:
1.0.300.v200805140230, Location:
reference:file:plugins/org.eclipse.jst.ws.consumption.infopop_1.0.300.v200805140230.jar
Id: org.eclipse.jst.ws.consumption.ui, Version: 1.1.401.v201108240414,
Location: reference:file:plugins/org.eclipse.jst.ws.consumption.ui_1.1.401.v201108240414.jar
Id: org.eclipse.jst.ws.consumption.ui.doc.user, Version:
1.0.600.v201005192217, Location:
reference:file:plugins/org.eclipse.jst.ws.consumption.ui.doc.user_1.0.600.v201005192217.jar
Id: org.eclipse.jst.ws.creation.ejb.ui, Version:
1.0.201.v201004211805, Location:
reference:file:plugins/org.eclipse.jst.ws.creation.ejb.ui_1.0.201.v201004211805.jar
Id: org.eclipse.jst.ws.creation.ui, Version: 1.0.609.v201103082016,
Location: reference:file:plugins/org.eclipse.jst.ws.creation.ui_1.0.609.v201103082016.jar
Id: org.eclipse.jst.ws.doc.user, Version: 1.0.600.v201005192217,
Location: reference:file:plugins/org.eclipse.jst.ws.doc.user_1.0.600.v201005192217.jar
Id: org.eclipse.jst.ws.infopop, Version: 1.0.300.v200805140230,
Location: reference:file:plugins/org.eclipse.jst.ws.infopop_1.0.300.v200805140230.jar
Id: org.eclipse.jst.ws.jaxrs.core, Version: 1.0.301.v201108240656,
Location: reference:file:plugins/org.eclipse.jst.ws.jaxrs.core_1.0.301.v201108240656.jar
Id: org.eclipse.jst.ws.jaxrs.ui, Version: 1.0.401.v201108230518,
Location: reference:file:plugins/org.eclipse.jst.ws.jaxrs.ui_1.0.401.v201108230518.jar
Id: org.eclipse.jst.ws.uddiregistry, Version: 1.0.500.v201004211805,
Location: reference:file:plugins/org.eclipse.jst.ws.uddiregistry_1.0.500.v201004211805.jar
Id: org.eclipse.jst.ws.ui, Version: 1.0.403.v201004211805, Location:
reference:file:plugins/org.eclipse.jst.ws.ui_1.0.403.v201004211805.jar
Id: org.eclipse.ltk.core.refactoring, Version: 3.5.200.v20110505-0800,
Location: reference:file:plugins/org.eclipse.ltk.core.refactoring_3.5.200.v20110505-0800.jar
Id: org.eclipse.ltk.ui.refactoring, Version: 3.6.0.v20110505-0800,
Location: reference:file:plugins/org.eclipse.ltk.ui.refactoring_3.6.0.v20110505-0800.jar
Id: org.eclipse.m2e.archetype.common, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.archetype.common_1.0.100.20110804-1717/
Id: org.eclipse.m2e.core, Version: 1.0.100.20110804-1717, Location:
reference:file:plugins/org.eclipse.m2e.core_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.core.ui, Version: 1.0.100.20110804-1717, Location:
reference:file:plugins/org.eclipse.m2e.core.ui_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.discovery, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.discovery_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.editor, Version: 1.0.100.20110804-1717, Location:
reference:file:plugins/org.eclipse.m2e.editor_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.editor.xml, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.editor.xml_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.jdt, Version: 1.0.100.20110804-1717, Location:
reference:file:plugins/org.eclipse.m2e.jdt_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.launching, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.launching_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.lifecyclemapping.defaults, Version:
1.0.100.20110804-1717, Location:
reference:file:plugins/org.eclipse.m2e.lifecyclemapping.defaults_1.0.100.20110804-1717/
Id: org.eclipse.m2e.logback.appender, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.logback.appender_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.logback.configuration, Version:
1.0.100.20110804-1717, Location:
reference:file:plugins/org.eclipse.m2e.logback.configuration_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.maven.indexer, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.maven.indexer_1.0.100.20110804-1717/
Id: org.eclipse.m2e.maven.runtime, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.maven.runtime_1.0.100.20110804-1717/
Id: org.eclipse.m2e.model.edit, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.model.edit_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.refactoring, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.refactoring_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.scm, Version: 1.0.100.20110804-1717, Location:
reference:file:plugins/org.eclipse.m2e.scm_1.0.100.20110804-1717.jar
Id: org.eclipse.m2e.usagedata, Version: 1.0.100.20110804-1717,
Location: reference:file:plugins/org.eclipse.m2e.usagedata_1.0.100.20110804-1717.jar
Id: org.eclipse.mat.api, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.api_1.1.1.201108240735.jar
Id: org.eclipse.mat.chart, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.chart_1.1.1.201108240735.jar
Id: org.eclipse.mat.chart.ui, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.chart.ui_1.1.1.201108240735.jar
Id: org.eclipse.mat.dtfj, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.dtfj_1.1.1.201108240735.jar
Id: org.eclipse.mat.hprof, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.hprof_1.1.1.201108240735.jar
Id: org.eclipse.mat.ibmdumps, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.ibmdumps_1.1.1.201108240735.jar
Id: org.eclipse.mat.jdt, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.jdt_1.1.1.201108240735.jar
Id: org.eclipse.mat.jruby.resolver, Version: 1.1.1.201108240735,
Location: reference:file:plugins/org.eclipse.mat.jruby.resolver_1.1.1.201108240735.jar
Id: org.eclipse.mat.parser, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.parser_1.1.1.201108240735.jar
Id: org.eclipse.mat.report, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.report_1.1.1.201108240735.jar
Id: org.eclipse.mat.ui, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.ui_1.1.1.201108240735.jar
Id: org.eclipse.mat.ui.help, Version: 1.1.1.201108240735, Location:
reference:file:plugins/org.eclipse.mat.ui.help_1.1.1.201108240735.jar
Id: org.eclipse.mylyn, Version: 3.6.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.bugzilla.core, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.bugzilla.core_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.bugzilla.ide, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.bugzilla.ide_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.bugzilla.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.bugzilla.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.core, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.commons.core_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.identity, Version: 0.8.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.commons.identity_0.8.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.net, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.commons.net_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.repositories, Version:
0.8.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.commons.repositories_0.8.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.screenshots, Version:
3.6.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.commons.screenshots_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.team, Version: 0.8.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.commons.team_0.8.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.commons.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.commons.xmlrpc, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.commons.xmlrpc_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.context.core, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.context.core_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.context.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.context.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.discovery.core, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.discovery.core_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.discovery.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.discovery.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.help.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.help.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.ide.ant, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.ide.ant_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.ide.ui, Version: 3.6.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.ide.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.java.tasks, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.java.tasks_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.java.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.java.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.monitor.core, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.monitor.core_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.monitor.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.monitor.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.pde.ui, Version: 3.6.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.pde.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.resources.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.resources.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.tasks.bugs, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.tasks.bugs_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.tasks.core, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.tasks.core_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.tasks.search, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.tasks.search_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.tasks.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.tasks.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.team.cvs, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.team.cvs_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.team.ui, Version: 3.6.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.team.ui_3.6.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.confluence.core, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.confluence.core_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.confluence.ui, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.confluence.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.core, Version: 1.5.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.wikitext.core_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.help.ui, Version: 1.5.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.wikitext.help.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.mediawiki.core, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.mediawiki.core_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.mediawiki.ui, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.tasks.ui, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.tasks.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.textile.core, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.textile.core_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.textile.ui, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.textile.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.tracwiki.core, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.tracwiki.core_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.tracwiki.ui, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.twiki.core, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.twiki.core_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.twiki.ui, Version:
1.5.0.v20110608-1400, Location:
reference:file:plugins/org.eclipse.mylyn.wikitext.twiki.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.mylyn.wikitext.ui, Version: 1.5.0.v20110608-1400,
Location: reference:file:plugins/org.eclipse.mylyn.wikitext.ui_1.5.0.v20110608-1400.jar
Id: org.eclipse.nebula.widgets.gallery, Version: 1.0.0.R_0_20090212,
Location: reference:file:plugins/org.eclipse.nebula.widgets.gallery_1.0.0.R_0_20090212.jar
Id: org.eclipse.nebula.widgets.gallery, Version: 1.0.0.v20081014yari,
Location: reference:file:plugins/org.eclipse.nebula.widgets.gallery_1.0.0.v20081014yari.jar
Id: org.eclipse.net4j.jms.api, Version: 3.0.1.v20110818-0811,
Location: reference:file:plugins/org.eclipse.net4j.jms.api_3.0.1.v20110818-0811/
Id: org.eclipse.osgi, Version: 3.7.0.v20110613, Location: System Bundle
Id: org.eclipse.osgi.services, Version: 3.3.0.v20110513, Location:
reference:file:plugins/org.eclipse.osgi.services_3.3.0.v20110513.jar
Id: org.eclipse.osgi.util, Version: 3.2.200.v20110110, Location:
reference:file:plugins/org.eclipse.osgi.util_3.2.200.v20110110.jar
Id: org.eclipse.pde, Version: 3.6.100.v201106131736, Location:
reference:file:plugins/org.eclipse.pde_3.6.100.v201106131736.jar
Id: org.eclipse.pde.api.tools, Version: 1.0.300.v20110523-1600,
Location: reference:file:plugins/org.eclipse.pde.api.tools_1.0.300.v20110523-1600.jar
Id: org.eclipse.pde.api.tools.ui, Version: 1.0.300.v20110523-1600,
Location: reference:file:plugins/org.eclipse.pde.api.tools.ui_1.0.300.v20110523-1600.jar
Id: org.eclipse.pde.build, Version: 3.7.0.v20110512-1320, Location:
reference:file:plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/
Id: org.eclipse.pde.core, Version: 3.7.0.201106211658, Location:
reference:file:plugins/org.eclipse.pde.core_3.7.0.201106211658.jar
Id: org.eclipse.pde.doc.user, Version: 3.7.0.v20110601-0800, Location:
reference:file:plugins/org.eclipse.pde.doc.user_3.7.0.v20110601-0800.jar
Id: org.eclipse.pde.ds.core, Version: 1.0.100.v20100601, Location:
reference:file:plugins/org.eclipse.pde.ds.core_1.0.100.v20100601.jar
Id: org.eclipse.pde.ds.ui, Version: 1.0.100.v20110516, Location:
reference:file:plugins/org.eclipse.pde.ds.ui_1.0.100.v20110516.jar
Id: org.eclipse.pde.junit.runtime, Version: 3.4.100.201106211658,
Location: reference:file:plugins/org.eclipse.pde.junit.runtime_3.4.100.201106211658.jar
Id: org.eclipse.pde.launching, Version: 3.6.0.201106211658, Location:
reference:file:plugins/org.eclipse.pde.launching_3.6.0.201106211658.jar
Id: org.eclipse.pde.runtime, Version: 3.4.200.201106211658, Location:
reference:file:plugins/org.eclipse.pde.runtime_3.4.200.201106211658.jar
Id: org.eclipse.pde.ua.core, Version: 1.0.100.v20110516, Location:
reference:file:plugins/org.eclipse.pde.ua.core_1.0.100.v20110516.jar
Id: org.eclipse.pde.ua.ui, Version: 1.0.100.v20110516, Location:
reference:file:plugins/org.eclipse.pde.ua.ui_1.0.100.v20110516.jar
Id: org.eclipse.pde.ui, Version: 3.6.100.201106211658, Location:
reference:file:plugins/org.eclipse.pde.ui_3.6.100.201106211658.jar
Id: org.eclipse.pde.ui.templates, Version: 3.4.400.v20110516,
Location: reference:file:plugins/org.eclipse.pde.ui.templates_3.4.400.v20110516.jar
Id: org.eclipse.persistence.jpa.jpql, Version: 1.0.1.v20110908-r10021,
Location: reference:file:plugins/org.eclipse.persistence.jpa.jpql_1.0.1.v20110908-r10021.jar
Id: org.eclipse.platform, Version: 3.7.0.v201106131736, Location:
reference:file:plugins/org.eclipse.platform_3.7.0.v201106131736/
Id: org.eclipse.platform.doc.isv, Version: 3.7.0.v20110602-0800,
Location: reference:file:plugins/org.eclipse.platform.doc.isv_3.7.0.v20110602-0800.jar
Id: org.eclipse.platform.doc.user, Version: 3.7.0.v20110601-0800,
Location: reference:file:plugins/org.eclipse.platform.doc.user_3.7.0.v20110601-0800.jar
Id: org.eclipse.rap.help, Version: 1.4.0.20110614-2335, Location:
reference:file:plugins/org.eclipse.rap.help_1.4.0.20110614-2335.jar
Id: org.eclipse.rap.ui.intro, Version: 1.4.0.20110614-2335, Location:
reference:file:plugins/org.eclipse.rap.ui.intro_1.4.0.20110614-2335.jar
Id: org.eclipse.rap.ui.launch, Version: 1.4.0.20110614-2335, Location:
reference:file:plugins/org.eclipse.rap.ui.launch_1.4.0.20110614-2335.jar
Id: org.eclipse.rap.ui.launch.rwt, Version: 1.4.0.20110614-2335,
Location: reference:file:plugins/org.eclipse.rap.ui.launch.rwt_1.4.0.20110614-2335.jar
Id: org.eclipse.rap.ui.templates, Version: 1.4.0.20110614-2335,
Location: reference:file:plugins/org.eclipse.rap.ui.templates_1.4.0.20110614-2335.jar
Id: org.eclipse.rcp, Version: 3.7.0.v201106131736, Location:
reference:file:plugins/org.eclipse.rcp_3.7.0.v201106131736.jar
Id: org.eclipse.search, Version: 3.7.0.v20110505-0800, Location:
reference:file:plugins/org.eclipse.search_3.7.0.v20110505-0800.jar
Id: org.eclipse.swt, Version: 3.7.0.v3735b, Location:
reference:file:plugins/org.eclipse.swt_3.7.0.v3735b.jar
Id: org.eclipse.swt.gtk.linux.x86, Version: 3.7.0.v3735b, Location:
reference:file:plugins/org.eclipse.swt.gtk.linux.x86_3.7.0.v3735b.jar
Id: org.eclipse.team.core, Version: 3.6.0.I20110525-0800, Location:
reference:file:plugins/org.eclipse.team.core_3.6.0.I20110525-0800.jar
Id: org.eclipse.team.cvs.core, Version: 3.3.400.I20110510-0800,
Location: reference:file:plugins/org.eclipse.team.cvs.core_3.3.400.I20110510-0800.jar
Id: org.eclipse.team.cvs.ssh2, Version: 3.2.300.I20110511-0800,
Location: reference:file:plugins/org.eclipse.team.cvs.ssh2_3.2.300.I20110511-0800.jar
Id: org.eclipse.team.cvs.ui, Version: 3.3.400.I20110510-0800,
Location: reference:file:plugins/org.eclipse.team.cvs.ui_3.3.400.I20110510-0800.jar
Id: org.eclipse.team.ui, Version: 3.6.100.I20110525-0800, Location:
reference:file:plugins/org.eclipse.team.ui_3.6.100.I20110525-0800.jar
Id: org.eclipse.text, Version: 3.5.100.v20110505-0800, Location:
reference:file:plugins/org.eclipse.text_3.5.100.v20110505-0800.jar
Id: org.eclipse.ui, Version: 3.7.0.I20110602-0100, Location:
reference:file:plugins/org.eclipse.ui_3.7.0.I20110602-0100.jar
Id: org.eclipse.ui.browser, Version: 3.3.100.v20110426, Location:
reference:file:plugins/org.eclipse.ui.browser_3.3.100.v20110426.jar
Id: org.eclipse.ui.cheatsheets, Version: 3.4.100.v20110425, Location:
reference:file:plugins/org.eclipse.ui.cheatsheets_3.4.100.v20110425.jar
Id: org.eclipse.ui.console, Version: 3.5.100.v20110511, Location:
reference:file:plugins/org.eclipse.ui.console_3.5.100.v20110511.jar
Id: org.eclipse.ui.editors, Version: 3.7.0.v20110517-0800, Location:
reference:file:plugins/org.eclipse.ui.editors_3.7.0.v20110517-0800.jar
Id: org.eclipse.ui.externaltools, Version: 3.2.0.v20110506, Location:
reference:file:plugins/org.eclipse.ui.externaltools_3.2.0.v20110506.jar
Id: org.eclipse.ui.forms, Version: 3.5.100.v20110425, Location:
reference:file:plugins/org.eclipse.ui.forms_3.5.100.v20110425.jar
Id: org.eclipse.ui.ide, Version: 3.7.0.I20110519-0100, Location:
reference:file:plugins/org.eclipse.ui.ide_3.7.0.I20110519-0100.jar
Id: org.eclipse.ui.ide.application, Version: 1.0.300.I20110306-2000,
Location: reference:file:plugins/org.eclipse.ui.ide.application_1.0.300.I20110306-2000.jar
Id: org.eclipse.ui.intro, Version: 3.4.100.v20110425, Location:
reference:file:plugins/org.eclipse.ui.intro_3.4.100.v20110425.jar
Id: org.eclipse.ui.intro.universal, Version: 3.2.500.v20110510,
Location: reference:file:plugins/org.eclipse.ui.intro.universal_3.2.500.v20110510/
Id: org.eclipse.ui.navigator, Version: 3.5.100.I20110524-0800,
Location: reference:file:plugins/org.eclipse.ui.navigator_3.5.100.I20110524-0800.jar
Id: org.eclipse.ui.navigator.resources, Version:
3.4.300.I20110421-1800, Location:
reference:file:plugins/org.eclipse.ui.navigator.resources_3.4.300.I20110421-1800.jar
Id: org.eclipse.ui.net, Version: 1.2.100.I20110511-0800, Location:
reference:file:plugins/org.eclipse.ui.net_1.2.100.I20110511-0800.jar
Id: org.eclipse.ui.presentations.r21, Version: 3.2.200.I20100517-1500,
Location: reference:file:plugins/org.eclipse.ui.presentations.r21_3.2.200.I20100517-1500.jar
Id: org.eclipse.ui.resources.semantic, Version: 0.5.0.v20110415-1200,
Location: reference:file:plugins/org.eclipse.ui.resources.semantic_0.5.0.v20110415-1200.jar
Id: org.eclipse.ui.views, Version: 3.6.0.I20110412-0800, Location:
reference:file:plugins/org.eclipse.ui.views_3.6.0.I20110412-0800.jar
Id: org.eclipse.ui.views.log, Version: 1.0.200.v20110404, Location:
reference:file:plugins/org.eclipse.ui.views.log_1.0.200.v20110404.jar
Id: org.eclipse.ui.views.properties.tabbed, Version:
3.5.200.I20110201-0800, Location:
reference:file:plugins/org.eclipse.ui.views.properties.tabbed_3.5.200.I20110201-0800.jar
Id: org.eclipse.ui.workbench, Version: 3.7.0.I20110519-0100, Location:
reference:file:plugins/org.eclipse.ui.workbench_3.7.0.I20110519-0100.jar
Id: org.eclipse.ui.workbench.compatibility, Version:
3.2.100.I20110413-1600, Location:
reference:file:plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20110413-1600/
Id: org.eclipse.ui.workbench.texteditor, Version:
3.7.0.v20110505-0800, Location:
reference:file:plugins/org.eclipse.ui.workbench.texteditor_3.7.0.v20110505-0800.jar
Id: org.eclipse.update.configurator, Version: 3.3.100.v20100512,
Location: reference:file:plugins/org.eclipse.update.configurator_3.3.100.v20100512.jar
Id: org.eclipse.update.core, Version: 3.2.500.v20110330, Location:
reference:file:plugins/org.eclipse.update.core_3.2.500.v20110330.jar
Id: org.eclipse.update.core.linux, Version: 3.2.200.v20100512,
Location: reference:file:plugins/org.eclipse.update.core.linux_3.2.200.v20100512.jar
Id: org.eclipse.update.scheduler, Version: 3.2.300.v20100512,
Location: reference:file:plugins/org.eclipse.update.scheduler_3.2.300.v20100512.jar
Id: org.eclipse.update.ui, Version: 3.2.300.v20100512, Location:
reference:file:plugins/org.eclipse.update.ui_3.2.300.v20100512.jar
Id: org.eclipse.wb.core, Version: 1.1.0.r37x201109091012, Location:
reference:file:plugins/org.eclipse.wb.core_1.1.0.r37x201109091012.jar
Id: org.eclipse.wb.core.databinding, Version: 1.1.0.r37x201109091012,
Location: reference:file:plugins/org.eclipse.wb.core.databinding_1.1.0.r37x201109091012.jar
Id: org.eclipse.wb.core.databinding.xml, Version:
1.1.0.r37x201109091031, Location:
reference:file:plugins/org.eclipse.wb.core.databinding.xml_1.1.0.r37x201109091031.jar
Id: org.eclipse.wb.core.lib, Version: 1.1.0.r37x201109091012,
Location: reference:file:plugins/org.eclipse.wb.core.lib_1.1.0.r37x201109091012/
Id: org.eclipse.wb.core.ui, Version: 1.1.0.r37x201109091028, Location:
reference:file:plugins/org.eclipse.wb.core.ui_1.1.0.r37x201109091028.jar
Id: org.eclipse.wb.core.xml, Version: 1.1.0.r37x201109091031,
Location: reference:file:plugins/org.eclipse.wb.core.xml_1.1.0.r37x201109091031.jar
Id: org.eclipse.wb.discovery.core, Version: 1.1.0.r37x201109091028,
Location: reference:file:plugins/org.eclipse.wb.discovery.core_1.1.0.r37x201109091028.jar
Id: org.eclipse.wb.discovery.ui, Version: 1.1.0.r37x201109091028,
Location: reference:file:plugins/org.eclipse.wb.discovery.ui_1.1.0.r37x201109091028.jar
Id: org.eclipse.wb.doc.user, Version: 1.1.0.r37x201109091024,
Location: reference:file:plugins/org.eclipse.wb.doc.user_1.1.0.r37x201109091024.jar
Id: org.eclipse.wb.jdt.fragment, Version: 1.1.0.r37x201109091012,
Location: reference:file:plugins/org.eclipse.wb.jdt.fragment_1.1.0.r37x201109091012.jar
Id: org.eclipse.wb.layout.group, Version: 1.1.0.r37x201109091112,
Location: reference:file:plugins/org.eclipse.wb.layout.group_1.1.0.r37x201109091112.jar
Id: org.eclipse.wb.os, Version: 1.1.0.r37x201109091012, Location:
reference:file:plugins/org.eclipse.wb.os_1.1.0.r37x201109091012.jar
Id: org.eclipse.wb.os.linux, Version: 1.1.0.r37x201109091012,
Location: reference:file:plugins/org.eclipse.wb.os.linux_1.1.0.r37x201109091012.jar
Id: org.eclipse.wb.rcp, Version: 1.1.0.r37x201109091152, Location:
reference:file:plugins/org.eclipse.wb.rcp_1.1.0.r37x201109091152.jar
Id: org.eclipse.wb.rcp.SWT_AWT, Version: 1.1.0.r37x201109091215,
Location: reference:file:plugins/org.eclipse.wb.rcp.SWT_AWT_1.1.0.r37x201109091215.jar
Id: org.eclipse.wb.rcp.databinding, Version: 1.1.0.r37x201109091152,
Location: reference:file:plugins/org.eclipse.wb.rcp.databinding_1.1.0.r37x201109091152.jar
Id: org.eclipse.wb.rcp.databinding.emf, Version:
1.1.0.r37x201109091152, Location:
reference:file:plugins/org.eclipse.wb.rcp.databinding.emf_1.1.0.r37x201109091152.jar
Id: org.eclipse.wb.rcp.databinding.xwt, Version:
1.1.0.r37x201109091200, Location:
reference:file:plugins/org.eclipse.wb.rcp.databinding.xwt_1.1.0.r37x201109091200.jar
Id: org.eclipse.wb.rcp.doc.user, Version: 1.1.0.r37x201109091057,
Location: reference:file:plugins/org.eclipse.wb.rcp.doc.user_1.1.0.r37x201109091057.jar
Id: org.eclipse.wb.rcp.nebula, Version: 1.1.0.r37x201109091152,
Location: reference:file:plugins/org.eclipse.wb.rcp.nebula_1.1.0.r37x201109091152.jar
Id: org.eclipse.wb.rcp.swing2swt, Version: 1.1.0.r37x201109091152,
Location: reference:file:plugins/org.eclipse.wb.rcp.swing2swt_1.1.0.r37x201109091152.jar
Id: org.eclipse.wb.runtime, Version: 1.1.0.r37x201109091012, Location:
reference:file:plugins/org.eclipse.wb.runtime_1.1.0.r37x201109091012.jar
Id: org.eclipse.wb.runtime.lib, Version: 1.1.0.r37x201109091012,
Location: reference:file:plugins/org.eclipse.wb.runtime.lib_1.1.0.r37x201109091012/
Id: org.eclipse.wb.swing, Version: 1.1.0.r37x201109091143, Location:
reference:file:plugins/org.eclipse.wb.swing_1.1.0.r37x201109091143.jar
Id: org.eclipse.wb.swing.FormLayout, Version: 1.1.0.r37x201109091143,
Location: reference:file:plugins/org.eclipse.wb.swing.FormLayout_1.1.0.r37x201109091143.jar
Id: org.eclipse.wb.swing.FormLayout.lib, Version:
1.1.0.r37x201109091143, Location:
reference:file:plugins/org.eclipse.wb.swing.FormLayout.lib_1.1.0.r37x201109091143/
Id: org.eclipse.wb.swing.MigLayout, Version: 1.1.0.r37x201109091143,
Location: reference:file:plugins/org.eclipse.wb.swing.MigLayout_1.1.0.r37x201109091143.jar
Id: org.eclipse.wb.swing.MigLayout.lib, Version:
1.1.0.r37x201109091143, Location:
reference:file:plugins/org.eclipse.wb.swing.MigLayout.lib_1.1.0.r37x201109091143.jar
Id: org.eclipse.wb.swing.databinding, Version: 1.1.0.r37x201109091143,
Location: reference:file:plugins/org.eclipse.wb.swing.databinding_1.1.0.r37x201109091143.jar
Id: org.eclipse.wb.swing.doc.user, Version: 1.1.0.r37x201109091102,
Location: reference:file:plugins/org.eclipse.wb.swing.doc.user_1.1.0.r37x201109091102.jar
Id: org.eclipse.wb.swing.java6, Version: 1.1.0.r37x201109091143,
Location: reference:file:plugins/org.eclipse.wb.swing.java6_1.1.0.r37x201109091143.jar
Id: org.eclipse.wb.swing.jsr296, Version: 1.1.0.r37x201109091143,
Location: reference:file:plugins/org.eclipse.wb.swing.jsr296_1.1.0.r37x201109091143.jar
Id: org.eclipse.wb.swt, Version: 1.1.0.r37x201109091134, Location:
reference:file:plugins/org.eclipse.wb.swt_1.1.0.r37x201109091134.jar
Id: org.eclipse.wb.swt.widgets.baseline, Version:
1.1.0.r37x201109091152, Location:
reference:file:plugins/org.eclipse.wb.swt.widgets.baseline_1.1.0.r37x201109091152.jar
Id: org.eclipse.wb.xwt, Version: 1.1.0.r37x201109091200, Location:
reference:file:plugins/org.eclipse.wb.xwt_1.1.0.r37x201109091200.jar
Id: org.eclipse.wst.command.env, Version: 1.0.409.v201004211805,
Location: reference:file:plugins/org.eclipse.wst.command.env_1.0.409.v201004211805.jar
Id: org.eclipse.wst.command.env.core, Version: 1.0.205.v201004211805,
Location: reference:file:plugins/org.eclipse.wst.command.env.core_1.0.205.v201004211805.jar
Id: org.eclipse.wst.command.env.doc.user, Version:
1.5.300.v201005192225, Location:
reference:file:plugins/org.eclipse.wst.command.env.doc.user_1.5.300.v201005192225.jar
Id: org.eclipse.wst.command.env.infopop, Version:
1.0.100.v200805301544, Location:
reference:file:plugins/org.eclipse.wst.command.env.infopop_1.0.100.v200805301544.jar
Id: org.eclipse.wst.command.env.ui, Version: 1.1.103.v201102260635,
Location: reference:file:plugins/org.eclipse.wst.command.env.ui_1.1.103.v201102260635.jar
Id: org.eclipse.wst.common.core, Version: 1.2.0.v200908252030,
Location: reference:file:plugins/org.eclipse.wst.common.core_1.2.0.v200908252030.jar
Id: org.eclipse.wst.common.emf, Version: 1.2.100.v201101101900,
Location: reference:file:plugins/org.eclipse.wst.common.emf_1.2.100.v201101101900.jar
Id: org.eclipse.wst.common.emfworkbench.integration, Version:
1.2.101.v201107140600, Location:
reference:file:plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201107140600.jar
Id: org.eclipse.wst.common.environment, Version:
1.0.400.v200912181832, Location:
reference:file:plugins/org.eclipse.wst.common.environment_1.0.400.v200912181832.jar
Id: org.eclipse.wst.common.frameworks, Version: 1.2.101.v201107192200,
Location: reference:file:plugins/org.eclipse.wst.common.frameworks_1.2.101.v201107192200.jar
Id: org.eclipse.wst.common.frameworks.ui, Version:
1.2.100.v201105122000, Location:
reference:file:plugins/org.eclipse.wst.common.frameworks.ui_1.2.100.v201105122000.jar
Id: org.eclipse.wst.common.infopop, Version: 1.0.300.v201004280700,
Location: reference:file:plugins/org.eclipse.wst.common.infopop_1.0.300.v201004280700.jar
Id: org.eclipse.wst.common.modulecore, Version: 1.2.101.v201108231700,
Location: reference:file:plugins/org.eclipse.wst.common.modulecore_1.2.101.v201108231700.jar
Id: org.eclipse.wst.common.modulecore.ui, Version:
1.0.101.v201108231700, Location:
reference:file:plugins/org.eclipse.wst.common.modulecore.ui_1.0.101.v201108231700.jar
Id: org.eclipse.wst.common.project.facet.core, Version:
1.4.200.v201103170332, Location:
reference:file:plugins/org.eclipse.wst.common.project.facet.core_1.4.200.v201103170332.jar
Id: org.eclipse.wst.common.project.facet.ui, Version:
1.4.200.v201103311536, Location:
reference:file:plugins/org.eclipse.wst.common.project.facet.ui_1.4.200.v201103311536.jar
Id: org.eclipse.wst.common.snippets, Version: 1.2.100.v201103281740,
Location: reference:file:plugins/org.eclipse.wst.common.snippets_1.2.100.v201103281740.jar
Id: org.eclipse.wst.common.ui, Version: 1.1.500.v200911190730,
Location: reference:file:plugins/org.eclipse.wst.common.ui_1.1.500.v200911190730.jar
Id: org.eclipse.wst.common.uriresolver, Version:
1.1.401.v201004280700, Location:
reference:file:plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar
Id: org.eclipse.wst.css.core, Version: 1.1.500.v201104191926,
Location: reference:file:plugins/org.eclipse.wst.css.core_1.1.500.v201104191926.jar
Id: org.eclipse.wst.css.ui, Version: 1.0.600.v201103022054, Location:
reference:file:plugins/org.eclipse.wst.css.ui_1.0.600.v201103022054.jar
Id: org.eclipse.wst.doc.user, Version: 1.2.0.v200806052254, Location:
reference:file:plugins/org.eclipse.wst.doc.user_1.2.0.v200806052254.jar
Id: org.eclipse.wst.dtd.core, Version: 1.1.501.v201107252021,
Location: reference:file:plugins/org.eclipse.wst.dtd.core_1.1.501.v201107252021.jar
Id: org.eclipse.wst.dtd.ui, Version: 1.0.600.v201103171359, Location:
reference:file:plugins/org.eclipse.wst.dtd.ui_1.0.600.v201103171359.jar
Id: org.eclipse.wst.dtd.ui.infopop, Version: 1.0.400.v201008112018,
Location: reference:file:plugins/org.eclipse.wst.dtd.ui.infopop_1.0.400.v201008112018.jar
Id: org.eclipse.wst.dtdeditor.doc.user, Version:
1.0.700.v201008112018, Location:
reference:file:plugins/org.eclipse.wst.dtdeditor.doc.user_1.0.700.v201008112018.jar
Id: org.eclipse.wst.html.core, Version: 1.1.501.v201109080146,
Location: reference:file:plugins/org.eclipse.wst.html.core_1.1.501.v201109080146.jar
Id: org.eclipse.wst.html.ui, Version: 1.0.601.v201108152113, Location:
reference:file:plugins/org.eclipse.wst.html.ui_1.0.601.v201108152113.jar
Id: org.eclipse.wst.html.ui.infopop, Version: 1.0.200.v201004150328,
Location: reference:file:plugins/org.eclipse.wst.html.ui.infopop_1.0.200.v201004150328.jar
Id: org.eclipse.wst.internet.cache, Version: 1.0.400.v201004280700,
Location: reference:file:plugins/org.eclipse.wst.internet.cache_1.0.400.v201004280700.jar
Id: org.eclipse.wst.internet.monitor.core, Version: 1.0.505.v20110419,
Location: reference:file:plugins/org.eclipse.wst.internet.monitor.core_1.0.505.v20110419.jar
Id: org.eclipse.wst.internet.monitor.ui, Version:
1.0.507.v20110817_1651, Location:
reference:file:plugins/org.eclipse.wst.internet.monitor.ui_1.0.507.v20110817_1651.jar
Id: org.eclipse.wst.jsdt.core, Version: 1.1.101.v201108151912,
Location: reference:file:plugins/org.eclipse.wst.jsdt.core_1.1.101.v201108151912.jar
Id: org.eclipse.wst.jsdt.debug.core, Version: 2.0.100.v201103232243,
Location: reference:file:plugins/org.eclipse.wst.jsdt.debug.core_2.0.100.v201103232243.jar
Id: org.eclipse.wst.jsdt.debug.rhino, Version: 1.0.100.v201103080228,
Location: reference:file:plugins/org.eclipse.wst.jsdt.debug.rhino_1.0.100.v201103080228.jar
Id: org.eclipse.wst.jsdt.debug.rhino.debugger, Version:
1.0.200.v201103080228, Location:
reference:file:plugins/org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.200.v201103080228.jar
Id: org.eclipse.wst.jsdt.debug.rhino.ui, Version: 1.0.0.v201103232243,
Location: reference:file:plugins/org.eclipse.wst.jsdt.debug.rhino.ui_1.0.0.v201103232243.jar
Id: org.eclipse.wst.jsdt.debug.transport, Version:
1.0.0.v201008101442, Location:
reference:file:plugins/org.eclipse.wst.jsdt.debug.transport_1.0.0.v201008101442.jar
Id: org.eclipse.wst.jsdt.debug.ui, Version: 1.0.100.v201103232243,
Location: reference:file:plugins/org.eclipse.wst.jsdt.debug.ui_1.0.100.v201103232243.jar
Id: org.eclipse.wst.jsdt.doc, Version: 1.0.400.v201011052052,
Location: reference:file:plugins/org.eclipse.wst.jsdt.doc_1.0.400.v201011052052.jar
Id: org.eclipse.wst.jsdt.manipulation, Version: 1.0.300.v201104272153,
Location: reference:file:plugins/org.eclipse.wst.jsdt.manipulation_1.0.300.v201104272153.jar
Id: org.eclipse.wst.jsdt.support.firefox, Version:
1.0.400.v201008112000, Location:
reference:file:plugins/org.eclipse.wst.jsdt.support.firefox_1.0.400.v201008112000.jar
Id: org.eclipse.wst.jsdt.support.ie, Version: 1.0.400.v201008112000,
Location: reference:file:plugins/org.eclipse.wst.jsdt.support.ie_1.0.400.v201008112000.jar
Id: org.eclipse.wst.jsdt.ui, Version: 1.1.101.v201108151912, Location:
reference:file:plugins/org.eclipse.wst.jsdt.ui_1.1.101.v201108151912.jar
Id: org.eclipse.wst.jsdt.web.core, Version: 1.0.401.v201108152113,
Location: reference:file:plugins/org.eclipse.wst.jsdt.web.core_1.0.401.v201108152113.jar
Id: org.eclipse.wst.jsdt.web.support.jsp, Version:
1.0.400.v201102241833, Location:
reference:file:plugins/org.eclipse.wst.jsdt.web.support.jsp_1.0.400.v201102241833.jar
Id: org.eclipse.wst.jsdt.web.ui, Version: 1.0.401.v201108152113,
Location: reference:file:plugins/org.eclipse.wst.jsdt.web.ui_1.0.401.v201108152113.jar
Id: org.eclipse.wst.server.core, Version: 1.1.303.v20110816_1717,
Location: reference:file:plugins/org.eclipse.wst.server.core_1.1.303.v20110816_1717.jar
Id: org.eclipse.wst.server.discovery, Version: 1.0.200.v20110518,
Location: reference:file:plugins/org.eclipse.wst.server.discovery_1.0.200.v20110518.jar
Id: org.eclipse.wst.server.ui, Version: 1.1.306.v20110823_1704,
Location: reference:file:plugins/org.eclipse.wst.server.ui_1.1.306.v20110823_1704.jar
Id: org.eclipse.wst.server.ui.doc.user, Version:
1.1.400.v201104111553, Location:
reference:file:plugins/org.eclipse.wst.server.ui.doc.user_1.1.400.v201104111553.jar
Id: org.eclipse.wst.server.ui.infopop, Version: 1.1.100.v201005192130,
Location: reference:file:plugins/org.eclipse.wst.server.ui.infopop_1.1.100.v201005192130.jar
Id: org.eclipse.wst.sse.core, Version: 1.1.601.v201108151912,
Location: reference:file:plugins/org.eclipse.wst.sse.core_1.1.601.v201108151912.jar
Id: org.eclipse.wst.sse.doc.user, Version: 1.1.100.v201005192212,
Location: reference:file:plugins/org.eclipse.wst.sse.doc.user_1.1.100.v201005192212.jar
Id: org.eclipse.wst.sse.ui, Version: 1.3.1.v201108191312, Location:
reference:file:plugins/org.eclipse.wst.sse.ui_1.3.1.v201108191312.jar
Id: org.eclipse.wst.sse.ui.infopop, Version: 1.0.300.v201004150328,
Location: reference:file:plugins/org.eclipse.wst.sse.ui.infopop_1.0.300.v201004150328.jar
Id: org.eclipse.wst.standard.schemas, Version: 1.0.401.v201108151912,
Location: reference:file:plugins/org.eclipse.wst.standard.schemas_1.0.401.v201108151912.jar
Id: org.eclipse.wst.validation, Version: 1.2.302.v201107140600,
Location: reference:file:plugins/org.eclipse.wst.validation_1.2.302.v201107140600.jar
Id: org.eclipse.wst.validation.infopop, Version:
1.0.300.v200806041506, Location:
reference:file:plugins/org.eclipse.wst.validation.infopop_1.0.300.v200806041506.jar
Id: org.eclipse.wst.validation.ui, Version: 1.2.204.v201004150700,
Location: reference:file:plugins/org.eclipse.wst.validation.ui_1.2.204.v201004150700.jar
Id: org.eclipse.wst.web, Version: 1.1.500.v201104251400, Location:
reference:file:plugins/org.eclipse.wst.web_1.1.500.v201104251400.jar
Id: org.eclipse.wst.web.ui, Version: 1.1.400.v201004141630, Location:
reference:file:plugins/org.eclipse.wst.web.ui_1.1.400.v201004141630.jar
Id: org.eclipse.wst.web.ui.infopop, Version: 1.0.300.v200805140415,
Location: reference:file:plugins/org.eclipse.wst.web.ui.infopop_1.0.300.v200805140415.jar
Id: org.eclipse.wst.webtools.doc.user, Version: 1.0.500.v201005192212,
Location: reference:file:plugins/org.eclipse.wst.webtools.doc.user_1.0.500.v201005192212.jar
Id: org.eclipse.wst.ws, Version: 1.1.203.v201004211805, Location:
reference:file:plugins/org.eclipse.wst.ws_1.1.203.v201004211805.jar
Id: org.eclipse.wst.ws.explorer, Version: 1.0.607.v201103082002,
Location: reference:file:plugins/org.eclipse.wst.ws.explorer_1.0.607.v201103082002.jar
Id: org.eclipse.wst.ws.infopop, Version: 1.0.300.v200805140230,
Location: reference:file:plugins/org.eclipse.wst.ws.infopop_1.0.300.v200805140230.jar
Id: org.eclipse.wst.ws.parser, Version: 1.0.403.v201004211805,
Location: reference:file:plugins/org.eclipse.wst.ws.parser_1.0.403.v201004211805.jar
Id: org.eclipse.wst.ws.service.policy, Version: 1.0.303.v201009221810,
Location: reference:file:plugins/org.eclipse.wst.ws.service.policy_1.0.303.v201009221810.jar
Id: org.eclipse.wst.ws.service.policy.ui, Version:
1.0.300.v201108240515, Location:
reference:file:plugins/org.eclipse.wst.ws.service.policy.ui_1.0.300.v201108240515.jar
Id: org.eclipse.wst.ws.ui, Version: 1.1.200.v201004211805, Location:
reference:file:plugins/org.eclipse.wst.ws.ui_1.1.200.v201004211805.jar
Id: org.eclipse.wst.wsdl, Version: 1.2.202.v201108230355, Location:
reference:file:plugins/org.eclipse.wst.wsdl_1.2.202.v201108230355.jar
Id: org.eclipse.wst.wsdl.ui, Version: 1.2.403.v201108240515, Location:
reference:file:plugins/org.eclipse.wst.wsdl.ui_1.2.403.v201108240515.jar
Id: org.eclipse.wst.wsdl.ui.doc.user, Version: 1.0.800.v201008122303,
Location: reference:file:plugins/org.eclipse.wst.wsdl.ui.doc.user_1.0.800.v201008122303.jar
Id: org.eclipse.wst.wsdl.validation, Version: 1.1.502.v201104071820,
Location: reference:file:plugins/org.eclipse.wst.wsdl.validation_1.1.502.v201104071820.jar
Id: org.eclipse.wst.wsi, Version: 1.0.401.v201104071820, Location:
reference:file:plugins/org.eclipse.wst.wsi_1.0.401.v201104071820.jar
Id: org.eclipse.wst.wsi.ui, Version: 1.0.502.v201104071820, Location:
reference:file:plugins/org.eclipse.wst.wsi.ui_1.0.502.v201104071820.jar
Id: org.eclipse.wst.wsi.ui.doc.user, Version: 1.0.700.v201008122303,
Location: reference:file:plugins/org.eclipse.wst.wsi.ui.doc.user_1.0.700.v201008122303.jar
Id: org.eclipse.wst.xml.core, Version: 1.1.601.v201108302147,
Location: reference:file:plugins/org.eclipse.wst.xml.core_1.1.601.v201108302147.jar
Id: org.eclipse.wst.xml.ui, Version: 1.1.201.v201108151912, Location:
reference:file:plugins/org.eclipse.wst.xml.ui_1.1.201.v201108151912.jar
Id: org.eclipse.wst.xml.ui.infopop, Version: 1.0.400.v201004292007,
Location: reference:file:plugins/org.eclipse.wst.xml.ui.infopop_1.0.400.v201004292007.jar
Id: org.eclipse.wst.xmleditor.doc.user, Version:
1.0.700.v201005192212, Location:
reference:file:plugins/org.eclipse.wst.xmleditor.doc.user_1.0.700.v201005192212.jar
Id: org.eclipse.wst.xsd.core, Version: 1.1.600.v201104070312,
Location: reference:file:plugins/org.eclipse.wst.xsd.core_1.1.600.v201104070312.jar
Id: org.eclipse.wst.xsd.ui, Version: 1.2.404.v201105050216, Location:
reference:file:plugins/org.eclipse.wst.xsd.ui_1.2.404.v201105050216.jar
Id: org.eclipse.wst.xsdeditor.doc.user, Version:
1.0.800.v201005192212, Location:
reference:file:plugins/org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201005192212.jar
Id: org.eclipse.xsd, Version: 2.7.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.xsd_2.7.0.v20110606-0949.jar
Id: org.eclipse.xsd.edit, Version: 2.6.0.v20110606-0949, Location:
reference:file:plugins/org.eclipse.xsd.edit_2.6.0.v20110606-0949.jar
Id: org.eclipse.zest.core, Version: 1.3.0.v20110221-2050, Location:
reference:file:plugins/org.eclipse.zest.core_1.3.0.v20110221-2050.jar
Id: org.eclipse.zest.layouts, Version: 1.1.0.v20110425-2050, Location:
reference:file:plugins/org.eclipse.zest.layouts_1.1.0.v20110425-2050.jar
Id: org.hamcrest.core, Version: 1.1.0.v20090501071000, Location:
reference:file:plugins/org.hamcrest.core_1.1.0.v20090501071000.jar
Id: org.jboss.netty, Version: 3.2.4.Final-201108040830, Location:
reference:file:plugins/org.jboss.netty_3.2.4.Final-201108040830.jar
Id: org.jdom, Version: 1.0.0.v201005080400, Location:
reference:file:plugins/org.jdom_1.0.0.v201005080400.jar
Id: org.junit, Version: 3.8.2.v3_8_2_v20100427-1100, Location:
reference:file:plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
Id: org.junit, Version: 4.8.2.v4_8_2_v20110321-1705, Location:
reference:file:plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/
Id: org.junit4, Version: 4.8.1.v20100525, Location:
reference:file:plugins/org.junit4_4.8.1.v20100525/
Id: org.maven.ide.eclipse.scala, Version: 0.3.1, Location:
reference:file:plugins/org.maven.ide.eclipse.scala_0.3.1.jar
Id: org.mortbay.jetty.server, Version: 6.1.23.v201012071420, Location:
reference:file:plugins/org.mortbay.jetty.server_6.1.23.v201012071420.jar
Id: org.mortbay.jetty.util, Version: 6.1.23.v201012071420, Location:
reference:file:plugins/org.mortbay.jetty.util_6.1.23.v201012071420.jar
Id: org.mozilla.javascript, Version: 1.7.2.v201005080400, Location:
reference:file:plugins/org.mozilla.javascript_1.7.2.v201005080400.jar
Id: org.objectweb.asm, Version: 3.3.1.v201105211655, Location:
reference:file:plugins/org.objectweb.asm_3.3.1.v201105211655.jar
Id: org.osgi.impl.bundle.bindex, Version: 2.2.1, Location:
reference:file:plugins/org.osgi.impl.bundle.bindex_2.2.1.jar
Id: org.pushingpixels.trident, Version: 1.2.0.v20110609-1700,
Location: reference:file:plugins/org.pushingpixels.trident_1.2.0.v20110609-1700.jar
Id: org.sat4j.core, Version: 2.3.0.v20110329, Location:
reference:file:plugins/org.sat4j.core_2.3.0.v20110329.jar
Id: org.sat4j.pb, Version: 2.3.0.v20110329, Location:
reference:file:plugins/org.sat4j.pb_2.3.0.v20110329.jar
Id: org.scala-ide.sbt.full.library, Version:
0.11.4.2_09-20111209-0501, Location:
reference:file:plugins/org.scala-ide.sbt.full.library_0.11.4.2_09-20111209-0501.jar
Id: org.scala-ide.scala.compiler, Version:
2.9.2.r26031-b20111119033233, Location:
reference:file:plugins/org.scala-ide.scala.compiler_2.9.2.r26031-b20111119033233.jar
Id: org.scala-ide.scala.library, Version: 2.9.1.final, Location:
reference:file:plugins/org.scala-ide.scala.library_2.9.1.final.jar
Id: org.scala-ide.sdt.aspects, Version:
2.0.0.rc03-2_09-201112091328-06d2a99, Location:
reference:file:plugins/org.scala-ide.sdt.aspects_2.0.0.rc03-2_09-201112091328-06d2a99.jar
Id: org.scala-ide.sdt.core, Version:
2.0.0.rc03-2_09-201112091328-06d2a99, Location:
reference:file:plugins/org.scala-ide.sdt.core_2.0.0.rc03-2_09-201112091328-06d2a99.jar
Id: org.scala-refactoring.library, Version:
0.3.0.201112081527-a852509, Location:
reference:file:plugins/org.scala-refactoring.library_0.3.0.201112081527-a852509.jar
Id: org.slf4j.api, Version: 1.6.1.v20100831-0715, Location:
reference:file:plugins/org.slf4j.api_1.6.1.v20100831-0715.jar
Id: org.sonatype.m2e.mavenarchiver, Version: 0.14.0.201109270543,
Location: reference:file:plugins/org.sonatype.m2e.mavenarchiver_0.14.0.201109270543.jar
Id: org.sonatype.tycho.m2e, Version: 0.6.0.201109301325, Location:
reference:file:plugins/org.sonatype.tycho.m2e_0.6.0.201109301325.jar
Id: org.tigris.subversion.clientadapter, Version: 1.6.12, Location:
reference:file:plugins/org.tigris.subversion.clientadapter_1.6.12.jar
Id: org.tigris.subversion.clientadapter.javahl, Version: 1.6.17,
Location: reference:file:plugins/org.tigris.subversion.clientadapter.javahl_1.6.17.jar
Id: org.tigris.subversion.clientadapter.svnkit, Version: 1.6.15,
Location: reference:file:plugins/org.tigris.subversion.clientadapter.svnkit_1.6.15.jar
Id: org.tigris.subversion.subclipse.core, Version: 1.6.18, Location:
reference:file:plugins/org.tigris.subversion.subclipse.core_1.6.18.jar
Id: org.tigris.subversion.subclipse.doc, Version: 1.3.0, Location:
reference:file:plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar
Id: org.tigris.subversion.subclipse.graph, Version: 1.0.9, Location:
reference:file:plugins/org.tigris.subversion.subclipse.graph_1.0.9.jar
Id: org.tigris.subversion.subclipse.mylyn, Version: 3.0.0, Location:
reference:file:plugins/org.tigris.subversion.subclipse.mylyn_3.0.0.jar
Id: org.tigris.subversion.subclipse.tools.usage, Version: 1.0.1,
Location: reference:file:plugins/org.tigris.subversion.subclipse.tools.usage_1.0.1.jar
Id: org.tigris.subversion.subclipse.ui, Version: 1.6.18, Location:
reference:file:plugins/org.tigris.subversion.subclipse.ui_1.6.18.jar
Id: org.tmatesoft.svnkit, Version: 1.3.5.7406, Location:
reference:file:plugins/org.tmatesoft.svnkit_1.3.5.7406.jar
Id: org.uddi4j, Version: 2.0.5.v200805270300, Location:
reference:file:plugins/org.uddi4j_2.0.5.v200805270300.jar
Id: org.w3c.css.sac, Version: 1.3.0.v200805290154, Location:
reference:file:plugins/org.w3c.css.sac_1.3.0.v200805290154.jar
Id: org.w3c.dom.smil, Version: 1.0.0.v200806040011, Location:
reference:file:plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar
Id: org.w3c.dom.svg, Version: 1.1.0.v201011041433, Location:
reference:file:plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar
Id: org.w3c.sac, Version: 1.3.0.v20110905, Location:
reference:file:plugins/org.w3c.sac_1.3.0.v20110905/
Id: scalariform, Version: 0.1.2.201112081526-fc5a1fd, Location:
reference:file:plugins/scalariform_0.1.2.201112081526-fc5a1fd.jar
Id: stax2-api, Version: 3.1.1, Location:
reference:file:plugins/stax2-api_3.1.1.jar
Id: woodstox-core-asl, Version: 4.1.1, Location:
reference:file:plugins/woodstox-core-asl_4.1.1.jar

*** Security Configuration:
Providers (9):

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

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

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

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

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

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

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

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

Provider: SunPKCS11-NSS, Version: 1.7, Class: sun.security.pkcs11.SunPKCS11
Description: SunPKCS11-NSS using library null
Services (56):
Service: KeyPairGenerator, Algorithm: DH, Class:
sun.security.pkcs11.P11KeyPairGenerator
Aliases: DiffieHellman
Service: AlgorithmParameters, Algorithm: EC, Class:
sun.security.ec.ECParameters
Aliases: 1.2.840.10045.2.1
Service: KeyGenerator, Algorithm: DESede, Class:
sun.security.pkcs11.P11KeyGenerator
Service: Cipher, Algorithm: AES/CBC/NoPadding, Class:
sun.security.pkcs11.P11Cipher
Service: KeyGenerator, Algorithm: ARCFOUR, Class:
sun.security.pkcs11.P11KeyGenerator
Aliases: RC4
Service: Signature, Algorithm: SHA512withRSA, Class:
sun.security.pkcs11.P11Signature
Service: MessageDigest, Algorithm: SHA-384, Class:
sun.security.pkcs11.P11Digest
Service: Signature, Algorithm: MD2withRSA, Class:
sun.security.pkcs11.P11Signature
Service: KeyGenerator, Algorithm: SunTlsPrf, Class:
sun.security.pkcs11.P11TlsPrfGenerator
Service: Signature, Algorithm: SHA1withECDSA, Class:
sun.security.pkcs11.P11Signature
Aliases: ECDSA
Service: MessageDigest, Algorithm: SHA-256, Class:
sun.security.pkcs11.P11Digest
Service: MessageDigest, Algorithm: SHA-512, Class:
sun.security.pkcs11.P11Digest
Service: KeyFactory, Algorithm: DH, Class:
sun.security.pkcs11.P11DHKeyFactory
Aliases: DiffieHellman
Service: Cipher, Algorithm: DESede/CBC/NoPadding, Class:
sun.security.pkcs11.P11Cipher
Service: KeyFactory, Algorithm: RSA, Class:
sun.security.pkcs11.P11RSAKeyFactory
Service: Signature, Algorithm: NONEwithECDSA, Class:
sun.security.pkcs11.P11Signature
Service: SecretKeyFactory, Algorithm: ARCFOUR, Class:
sun.security.pkcs11.P11SecretKeyFactory
Aliases: RC4
Service: KeyGenerator, Algorithm: SunTlsRsaPremasterSecret, Class:
sun.security.pkcs11.P11TlsRsaPremasterSecretGenerator
Service: Signature, Algorithm: MD5withRSA, Class:
sun.security.pkcs11.P11Signature
Service: Signature, Algorithm: SHA256withECDSA, Class:
sun.security.pkcs11.P11Signature
Service: Mac, Algorithm: HmacMD5, Class: sun.security.pkcs11.P11MAC
Service: Cipher, Algorithm: DES/CBC/NoPadding, Class:
sun.security.pkcs11.P11Cipher
Service: MessageDigest, Algorithm: SHA1, Class: sun.security.pkcs11.P11Digest
Aliases: SHA
Service: SecretKeyFactory, Algorithm: DESede, Class:
sun.security.pkcs11.P11SecretKeyFactory
Service: Mac, Algorithm: SslMacSHA1, Class: sun.security.pkcs11.P11MAC
Service: KeyGenerator, Algorithm: DES, Class:
sun.security.pkcs11.P11KeyGenerator
Service: Signature, Algorithm: SHA512withECDSA, Class:
sun.security.pkcs11.P11Signature
Service: KeyGenerator, Algorithm: SunTlsMasterSecret, Class:
sun.security.pkcs11.P11TlsMasterSecretGenerator
Service: Cipher, Algorithm: ARCFOUR, Class: sun.security.pkcs11.P11Cipher
Aliases: RC4
Service: Signature, Algorithm: SHA256withRSA, Class:
sun.security.pkcs11.P11Signature
Service: KeyStore, Algorithm: PKCS11, Class: sun.security.pkcs11.P11KeyStore
Aliases: PKCS11-NSS
Service: MessageDigest, Algorithm: MD5, Class: sun.security.pkcs11.P11Digest
Service: KeyPairGenerator, Algorithm: DSA, Class:
sun.security.pkcs11.P11KeyPairGenerator
Aliases: SHA1withDSA
Service: SecretKeyFactory, Algorithm: DES, Class:
sun.security.pkcs11.P11SecretKeyFactory
Service: MessageDigest, Algorithm: MD2, Class: sun.security.pkcs11.P11Digest
Service: SecureRandom, Algorithm: PKCS11, Class:
sun.security.pkcs11.P11SecureRandom
Aliases: PKCS11-NSS
Service: KeyAgreement, Algorithm: DH, Class:
sun.security.pkcs11.P11KeyAgreement
Aliases: DiffieHellman
Service: Signature, Algorithm: DSA, Class: sun.security.pkcs11.P11Signature
Aliases: SHA1withDSA
Service: KeyPairGenerator, Algorithm: EC, Class:
sun.security.pkcs11.P11KeyPairGenerator
Aliases: 1.2.840.10045.2.1
Service: Signature, Algorithm: SHA1withRSA, Class:
sun.security.pkcs11.P11Signature
Service: KeyGenerator, Algorithm: AES, Class:
sun.security.pkcs11.P11KeyGenerator
Service: Signature, Algorithm: SHA384withRSA, Class:
sun.security.pkcs11.P11Signature
Service: KeyAgreement, Algorithm: ECDH, Class:
sun.security.pkcs11.P11ECDHKeyAgreement
Service: Mac, Algorithm: SslMacMD5, Class: sun.security.pkcs11.P11MAC
Service: Signature, Algorithm: SHA384withECDSA, Class:
sun.security.pkcs11.P11Signature
Service: Mac, Algorithm: HmacSHA1, Class: sun.security.pkcs11.P11MAC
Service: KeyFactory, Algorithm: DSA, Class:
sun.security.pkcs11.P11DSAKeyFactory
Aliases: SHA1withDSA
Service: Mac, Algorithm: HmacSHA384, Class: sun.security.pkcs11.P11MAC
Service: SecretKeyFactory, Algorithm: AES, Class:
sun.security.pkcs11.P11SecretKeyFactory
Service: KeyPairGenerator, Algorithm: RSA, Class:
sun.security.pkcs11.P11KeyPairGenerator
Service: KeyFactory, Algorithm: EC, Class:
sun.security.pkcs11.P11DHKeyFactory
Aliases: 1.2.840.10045.2.1
Service: KeyGenerator, Algorithm: SunTlsKeyMaterial, Class:
sun.security.pkcs11.P11TlsKeyMaterialGenerator
Service: Mac, Algorithm: HmacSHA256, Class: sun.security.pkcs11.P11MAC
Service: Mac, Algorithm: HmacSHA512, Class: sun.security.pkcs11.P11MAC
Service: Signature, Algorithm: RawDSA, Class:
sun.security.pkcs11.P11Signature
Aliases: NONEwithDSA
Service: Cipher, Algorithm: RSA/ECB/PKCS1Padding, Class:
sun.security.pkcs11.P11RSACipher

Mirco Dotta

unread,
Dec 9, 2011, 12:20:18 PM12/9/11
to scala-i...@googlegroups.com
Hi Alexey,

The good news is that I was able to reproduce your problem.

The problem arise when you have both Groovy IDE and Scala IDE (RC3) plugins installed.

I created a ticket

http://scala-ide-portfolio.assembla.com/spaces/scala-ide/tickets/1000798

and I'll take a closer look next Monday.

Thanks for reporting this.

Cheers,
Mirco

Mirco Dotta

unread,
Dec 9, 2011, 12:22:43 PM12/9/11
to Alexey Romanov, scala-i...@googlegroups.com
I forgot to mention that if you uninstall the Groovy IDE, then the Scala IDE works fine :)

-- Mirco

Alexey Romanov

unread,
Dec 9, 2011, 12:34:35 PM12/9/11
to Mirco Dotta, scala-i...@googlegroups.com
Great, thanks!

Yours, Alexey Romanov

> � Je d�teste la montagne, �a cache le paysage �

Eric Kolotyluk

unread,
Dec 9, 2011, 4:00:43 PM12/9/11
to scala-i...@googlegroups.com
On 2011-12-09 8:22 AM, Mirco Dotta wrote:
For some reason before, I only had to hover the mouse cursor over the identifier. But this workaround is OK. It would be nice if the old way worked too.

Hovering is not enough, Open Declaration really depends on the caret position when you press F3. 

I promise you that this is the way it always worked, nothing changed.

NP - I was probably not paying attention before.

:-)

Eclipse Scala IDE

unread,
Mar 22, 2012, 6:16:16 AM3/22/12
to scala-a...@googlegroups.com, scala-ide-dev Dev, scala-tools, scala-i...@googlegroups.com

We are very happy to announce a new release candidate of the Scala IDE for Eclipse! 2.0.1 is a maintenance release containing only bug fixes, and is recommended for all users.

Builder improvements

In 2.0.0 the IDE delivered better incremental compilation by building on the already proven Sbt incremental compiler. In 2.0.1 we improve on the Eclipse builder by following Sbt more closely when dealing with dependent projects:

  • when a project has build errors, dependent projects are not rebuilt
  • fine-grained information about changes in a project are propagated to downstream dependent projects, leading to even less files being recompiled

In 2.0.1, the Eclipse builder compiles exactly the same number of files at the command line Sbt.

Editor improvements

We fixed a couple of small, but annoying editor issues: double braces are inserted and deleted together, completions that need an additional import won't mess up the file, and Open Declaration works when called from the contextual menu.

Compiler improvements

This release is based on Scala 2.9.2-RC1, and includes a couple of improvements in the way compiler plugins are loaded, including the continuations plugin. Now you can have several compiler plugins loaded side-by-side, and properly use the Xpluginsdir option.

For a complete list of changes, please see the Changelog

The fine print

This version works with both Eclipse 3.6 (Helios) and 3.7 (Indigo). We developed and tested it using Java 6, but Java 7 can be used with some caveats.



-- The Scala IDE for Eclipse Team

Eric Kolotyluk

unread,
Mar 22, 2012, 12:45:47 PM3/22/12
to scala-i...@googlegroups.com
Weird - when I try to update my Scala IDE for Eclipse - in Eclipse - it says "no updates found" and my current version is 2.0.0.

Maybe the changes have not percolated through the update system yet?

Cheers, Eric

Mirco Dotta

unread,
Mar 22, 2012, 12:58:30 PM3/22/12
to scala-i...@googlegroups.com
Hi Eric,

You need to use a different update site to install the rc. After we release 2.0.1-final you will be able to update from 2.0.0.

If you want to install rc1, use the update site provided here: http://scala-ide.org/download/current.html#201rc01

Cheers,
  Mirco

---------------
Mirco Dotta
Typesafe - The software stack for applications that scale

Clint Gilbert

unread,
Mar 22, 2012, 3:18:12 PM3/22/12
to scala-i...@googlegroups.com
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/22/2012 06:16 AM, Eclipse Scala IDE wrote:
> completions that need an additional
> import won't mess up the file

Thanks very much! This bug was a total drag!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9revQACgkQ5IyIbnMUeTuRlwCdG0HYxOWqxipspAv2JUX8os+t
PMUAnjI7tO07L2jsvUI+5wtUmDXHxuDS
=EC9s
-----END PGP SIGNATURE-----

Eclipse Scala IDE

unread,
Mar 30, 2012, 9:44:49 AM3/30/12
to scala-a...@googlegroups.com, scala-ide-dev Dev, scala-tools, scala-i...@googlegroups.com

We are very happy to announce a new release candidate for the next maintenance release of the Scala IDE for Eclipse. Scala IDE 2.0.1 RC2 is available now!

The only change with respect to 2.0.1 RC1 is the bundled Scala, which is now Scala 2.9.2-RC2.

What is new in 2.0.1?

Builder improvements

In 2.0.0 the IDE delivered better incremental compilation by building on the already proven Sbt incremental compiler. In 2.0.1 we improve on the Eclipse builder by following Sbt more closely when dealing with dependent projects:

  • when a project has build errors, dependent projects are not rebuilt
  • fine-grained information about changes in a project are propagated to downstream dependent projects, leading to even less files being recompiled

In 2.0.1, the Eclipse builder compiles exactly the same number of files at the command line Sbt.

Editor improvements

We fixed a couple of small, but annoying editor issues: double braces are inserted and deleted together, completions that need an additional import won’t mess up the file, and Open Declaration works when called from the contextual menu.

Compiler improvements

This release is based on Scala 2.9.2-RC2, and includes a couple of improvements in the way compiler plugins are loaded, including the continuations plugin. Now you can have several compiler plugins loaded side-by-side, and properly use the Xpluginsdir option.

For a complete list of changes, please see the Changelog

The fine print

This version works with both Eclipse 3.6 (Helios) and 3.7 (Indigo). We developed and tested it using Java 6, but Java 7 can be used with some caveats.


-- The Scala IDE Team

Mirco Dotta

unread,
Apr 2, 2012, 2:40:44 AM4/2/12
to Dmitry Grigoriev, scala-tools, scala-i...@googlegroups.com
(Dmitry, would you mind moving this discussion over scala-ide-user ML. I think other people may find the information useful and I believe it is a better place to discuss it further).

On 03/29/2012 12:10 PM, Eclipse Scala IDE wrote:
Are you also using m2eclipse-scala (https://github.com/sonatype/m2eclipse-scala)?

Yes, I was before I tried IAM. Now I turned back to it since IAM does not even allow me to specify sources and javadocs paths for maven dependencies.

I see a recent commit which may be related to what you are seeing: https://github.com/sonatype/m2eclipse-scala/commit/c58f45c8cabb003545cd6f4509c8d889b935d553

Recent? 8 months ago. :) Anyway, its about old groupId/artifactId. No 3.0x support.

Uuups, I did not noticed it was 8 months ago :)


But anyhow, even with good old m2eclipse + m2eclipse-scala, 2.10 does not work at all. :( Shows me some weird errors, among which: Marker property value is too long: while unpickling /home/dimgel/.m2/repository/org/scalatest/scalatest_2.10.0-M2/1.8-SNAPSHOT/scalatest_2.10.0-M2-1.8-SNAPSHOT.jar(org/scalatest/package.class), ...

Don't know where to dig or report. It looks like same bug is already reported on assembla.com: http://www.assembla.com/spaces/scala-ide/tickets/1000927

I think what you are seeing is different from #1000927. 

Recently in 2.10 the trait ScalaObject disappeared, such change make the current 2.10 nightly incompatible 
with any library compiled prior to the mentioned change. And, I believe that in M2 ScalaObject was still there, 
hence scalatest M2 cannot be used with the current 2.10 nightly.





--
Cheers,
dimgel

http://dimgel.ru/lib.web
Thin, stateless, strictly typed Scala web framework.

Reply all
Reply to author
Forward
0 new messages