. └── tools ├── android ├── ant │   ├── build.xml │   ├── NOTICE │   └── uibuild.xml ├── apps │   └── SdkController │   ├── AndroidManifest.xml │   ├── assets │   │   └── intro_help.html │   ├── bin │   │   └── SdkControllerApp.apk │   ├── Implementation.txt │   ├── NOTICE │   ├── proguard-project.txt │   ├── project.properties │   ├── res │   │   ├── drawable-hdpi │   │   │   └── ic_launcher.png │   │   ├── drawable-ldpi │   │   │   └── ic_launcher.png │   │   ├── drawable-mdpi │   │   │   └── ic_launcher.png │   │   ├── drawable-xhdpi │   │   │   └── ic_launcher.png │   │   ├── layout │   │   │   ├── main.xml │   │   │   ├── multitouch.xml │   │   │   ├── sensor_row.xml │   │   │   └── sensors.xml │   │   ├── layout-land │   │   │   └── sensors.xml │   │   ├── values │   │   │   ├── strings.xml │   │   │   └── styles.xml │   │   └── values-v11 │   │   └── styles_v11.xml │   └── src │   └── com │   └── android │   └── tools │   └── sdkcontroller │   ├── activities │   │   ├── BaseBindingActivity.java │   │   ├── MainActivity.java │   │   ├── MultiTouchActivity.java │   │   └── SensorActivity.java │   ├── handlers │   │   ├── MultiTouchChannel.java │   │   └── SensorChannel.java │   ├── lib │   │   ├── Channel.java │   │   ├── Connection.java │   │   ├── ProtocolConstants.java │   │   └── Socket.java │   ├── service │   │   └── ControllerService.java │   ├── utils │   │   ├── ApiHelper_11.java │   │   └── ApiHelper.java │   └── views │   └── MultiTouchView.java ├── bin │   └── sdkmanager ├── bin64 │   ├── e2fsck │   ├── fsck.ext4 │   ├── mkfs.ext4 │   ├── resize2fs │   └── tune2fs ├── ddms ├── draw9patch ├── emulator ├── emulator64-arm ├── emulator64-crash-service ├── emulator64-mips ├── emulator64-x86 ├── emulator-check ├── hierarchyviewer ├── jobb ├── lib │   ├── advancedFeatures.ini │   ├── android.el │   ├── annotations-12.0.jar │   ├── annotations-25.3.0-dev.jar │   ├── annotations.jar │   ├── ant-tasks.jar │   ├── archquery.jar │   ├── asm-5.0.3.jar │   ├── asm-analysis-5.0.3.jar │   ├── asm-tree-5.0.3.jar │   ├── asset-studio.jar │   ├── builder-model.jar │   ├── build_gradle.template │   ├── build.template │   ├── ca-bundle.pem │   ├── chimpchat.jar │   ├── common-25.3.0-dev.jar │   ├── common.jar │   ├── commons-codec-1.4.jar │   ├── commons-compress-1.8.1.jar │   ├── commons-logging-1.1.1.jar │   ├── ddmlib.jar │   ├── ddms.jar │   ├── ddmuilib.jar │   ├── devices.xml │   ├── draw9patch.jar │   ├── dvlib-25.3.0-dev.jar │   ├── dvlib.jar │   ├── ecj-4.4.2.jar │   ├── emma_ant.jar │   ├── emma_device.jar │   ├── emma.jar │   ├── emulator │   │   └── snapshots.img │   ├── fat32lib.jar │   ├── gson-2.2.4.jar │   ├── guava-17.0.jar │   ├── guava-18.0.jar │   ├── hardware-properties.ini │   ├── hierarchyviewer2.jar │   ├── hierarchyviewer2lib.jar │   ├── httpclient-4.1.1.jar │   ├── httpcore-4.1.jar │   ├── httpmime-4.1.jar │   ├── jcommon-1.0.12.jar │   ├── jfreechart-1.0.9.jar │   ├── jfreechart-swt-1.0.9.jar │   ├── jimfs-1.1.jar │   ├── jobb.jar │   ├── jsilver-1.0.0.jar │   ├── jython-standalone-2.5.3.jar │   ├── kxml2-2.3.0.jar │   ├── layoutlib-api-25.3.0-dev.jar │   ├── layoutlib-api.jar │   ├── libstdc++ │   │   ├── libstdc++.so.6 │   │   └── libstdc++.so.6.0.18 │   ├── lint-api.jar │   ├── lint-checks.jar │   ├── lint.jar │   ├── lombok-ast-0.2.3.jar │   ├── manifest-merger.jar │   ├── monitor-x86 │   │   ├── artifacts.xml │   │   ├── configuration │   │   │   ├── config.ini │   │   │   └── org.eclipse.update │   │   │   └── platform.xml │   │   ├── epl-v10.html │   │   ├── features │   │   │   ├── com.android.ide.eclipse.ddms.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.gldebugger.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.hierarchyviewer.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.monitor.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.traceview.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.e4.rcp_1.1.2.v20130130-191718-91FUvGP7GIX2Kgz-z-gvjMvXV1NS │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.emf.common_2.8.0.v20130125-0546 │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.emf.ecore_2.8.3.v20130125-0546 │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0 │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.extras.feature_1.1.0.v20121211-153934-7A6FEcDiVOTg2RYDuZuFz-L2z00w │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.user.ui_2.2.0.v20121212-204731-62DG9JXTlTj-UXcQ2y3NLn6U4Z3H │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.help_1.4.1.v20120912-144938-8R7xFOXFLWUl7PpNBh_HIGkb4 │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.platform_4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7 │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   └── org.eclipse.rcp_4.2.2.v20130129-152330-7IARAABrMQkGSvMgQnUlz-DQz00h │   │   │   ├── eclipse_update_120.jpg │   │   │   ├── epl-v10.html │   │   │   ├── feature.properties │   │   │   ├── feature.xml │   │   │   ├── license.html │   │   │   └── META-INF │   │   │   ├── eclipse.inf │   │   │   ├── ECLIPSE_.RSA │   │   │   ├── ECLIPSE_.SF │   │   │   └── MANIFEST.MF │   │   ├── libcairo-swt.so │   │   ├── monitor │   │   ├── monitor.ini │   │   ├── notice.html │   │   ├── p2 │   │   │   ├── org.eclipse.equinox.p2.core │   │   │   │   └── cache │   │   │   │   ├── artifacts.xml │   │   │   │   └── binary │   │   │   │   ├── monitorproduct.executable.gtk.linux.x86_25.2.5.3567187 │   │   │   │   ├── org.eclipse.platform_root_4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7 │   │   │   │   └── org.eclipse.rcp_root_4.2.2.v20130129-152330-7IARAABrMQkGSvMgQnUlz-DQz00h │   │   │   └── org.eclipse.equinox.p2.engine │   │   │   └── profileRegistry │   │   │   └── DefaultProfile.profile │   │   │   ├── 1481587678809.profile.gz │   │   │   ├── 1481587678812.profile.gz │   │   │   ├── 1481587680447.profile.gz │   │   │   └── 1481587680782.profile.gz │   │   ├── plugins │   │   │   ├── com.android.ide.eclipse.base_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.ddms_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.gldebugger_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.hierarchyviewer_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.monitor_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.traceview_25.2.5.3567187.jar │   │   │   ├── com.ibm.icu_4.4.2.v20110823.jar │   │   │   ├── com.jcraft.jsch_0.1.46.v201205102330.jar │   │   │   ├── com.sun.el_2.2.0.v201108011116.jar │   │   │   ├── javax.annotation_1.0.0.v20101115-0725.jar │   │   │   ├── javax.el_2.2.0.v201108011116.jar │   │   │   ├── javax.inject_1.0.0.v20091030.jar │   │   │   ├── javax.servlet_3.0.0.v201112011016.jar │   │   │   ├── javax.servlet.jsp_2.2.0.v201112011158.jar │   │   │   ├── javax.xml_1.3.4.v201005080400.jar │   │   │   ├── org.apache.batik.css_1.6.0.v201011041432.jar │   │   │   ├── org.apache.batik.util_1.6.0.v201011041432.jar │   │   │   ├── org.apache.batik.util.gui_1.6.0.v201011041432.jar │   │   │   ├── org.apache.commons.codec_1.3.0.v201101211617.jar │   │   │   ├── org.apache.commons.httpclient_3.1.0.v201012070820.jar │   │   │   ├── org.apache.commons.logging_1.0.4.v201101211617.jar │   │   │   ├── org.apache.felix.gogo.command_0.8.0.v201108120515.jar │   │   │   ├── org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar │   │   │   ├── org.apache.felix.gogo.shell_0.8.0.v201110170705.jar │   │   │   ├── org.apache.lucene_2.9.1.v201101211721.jar │   │   │   ├── org.apache.lucene.analysis_2.9.1.v201101211721.jar │   │   │   ├── org.eclipse.ant.core_3.2.401.v20121204-162022.jar │   │   │   ├── org.eclipse.compare_3.5.301.v20130125-135424.jar │   │   │   ├── org.eclipse.compare.core_3.5.200.v20120522-1148.jar │   │   │   ├── org.eclipse.core.commands_3.6.2.v20130123-162658.jar │   │   │   ├── org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar │   │   │   ├── org.eclipse.core.databinding_1.4.1.v20120912-132807.jar │   │   │   ├── org.eclipse.core.databinding.beans_1.2.200.v20120523-1955.jar │   │   │   ├── org.eclipse.core.databinding.observable_1.4.1.v20120521-2329.jar │   │   │   ├── org.eclipse.core.databinding.property_1.4.100.v20120523-1955.jar │   │   │   ├── org.eclipse.core.expressions_3.4.401.v20120912-155018.jar │   │   │   ├── org.eclipse.core.externaltools_1.0.100.v20120521-2012.jar │   │   │   ├── org.eclipse.core.filebuffers_3.5.200.v20120523-1310.jar │   │   │   ├── org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar │   │   │   ├── org.eclipse.core.filesystem.linux.x86_1.4.0.v20120522-1137.jar │   │   │   ├── org.eclipse.core.jobs_3.5.300.v20120912-155018.jar │   │   │   ├── org.eclipse.core.net_1.2.200.v20120914-093638.jar │   │   │   ├── org.eclipse.core.net.linux.x86_1.1.200.v20120522-1148.jar │   │   │   ├── org.eclipse.core.resources_3.8.1.v20121114-124432.jar │   │   │   ├── org.eclipse.core.runtime_3.8.0.v20120912-155025.jar │   │   │   ├── org.eclipse.core.runtime.compatibility_3.2.200.v20120521-2346.jar │   │   │   ├── org.eclipse.core.runtime.compatibility.registry_3.5.101.v20130108-163257 │   │   │   │   ├── about.html │   │   │   │   ├── fragment.properties │   │   │   │   ├── META-INF │   │   │   │   │   ├── eclipse.inf │   │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   │   └── MANIFEST.MF │   │   │   │   └── runtime_registry_compatibility.jar │   │   │   ├── org.eclipse.core.variables_3.2.600.v20120521-2012.jar │   │   │   ├── org.eclipse.debug.core_3.7.100.v20120521-2012.jar │   │   │   ├── org.eclipse.debug.ui_3.8.2.v20130130-171415.jar │   │   │   ├── org.eclipse.e4.core.commands_0.10.1.v20120523-1955.jar │   │   │   ├── org.eclipse.e4.core.contexts_1.2.0.v20121221-192508.jar │   │   │   ├── org.eclipse.e4.core.di_1.2.0.v20121024-173149.jar │   │   │   ├── org.eclipse.e4.core.di.extensions_0.11.100.v20121024-182359.jar │   │   │   ├── org.eclipse.e4.core.services_1.0.0.v20120521-2346.jar │   │   │   ├── org.eclipse.e4.ui.bindings_0.10.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.css.core_0.10.2.v20120912-132817.jar │   │   │   ├── org.eclipse.e4.ui.css.swt_0.10.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.css.swt.theme_0.9.4.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.di_0.10.1.v20120523-1955.jar │   │   │   ├── org.eclipse.e4.ui.model.workbench_0.10.1.v20120523-1955.jar │   │   │   ├── org.eclipse.e4.ui.services_0.10.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.widgets_0.12.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.workbench_0.11.0.v20130125-100758.jar │   │   │   ├── org.eclipse.e4.ui.workbench3_0.12.0.v20120521-2329.jar │   │   │   ├── org.eclipse.e4.ui.workbench.addons.swt_0.10.3.v20130124-185622.jar │   │   │   ├── org.eclipse.e4.ui.workbench.renderers.swt_0.10.3.v20130124-170312.jar │   │   │   ├── org.eclipse.e4.ui.workbench.swt_0.10.3.v20130124-133900.jar │   │   │   ├── org.eclipse.ecf_3.1.300.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.filetransfer_5.0.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.identity_3.1.200.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer_3.2.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.ssl_1.0.100.v20120610-1946.jar │   │   │   ├── org.eclipse.emf.common_2.8.0.v20130125-0546.jar │   │   │   ├── org.eclipse.emf.ecore_2.8.3.v20130125-0546.jar │   │   │   ├── org.eclipse.emf.ecore.change_2.8.0.v20130125-0546.jar │   │   │   ├── org.eclipse.emf.ecore.xmi_2.8.1.v20130125-0546.jar │   │   │   ├── org.eclipse.equinox.app_1.3.100.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.bidi_0.9.100.v20121107-021609.jar │   │   │   ├── org.eclipse.equinox.common_3.6.100.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.console_1.0.0.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar │   │   │   ├── org.eclipse.equinox.event_1.2.200.v20120522-2049.jar │   │   │   ├── org.eclipse.equinox.frameworkadmin_2.0.100.v20120913-155515.jar │   │   │   ├── org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709.jar │   │   │   ├── org.eclipse.equinox.http.jetty_3.0.1.v20121109-203239.jar │   │   │   ├── org.eclipse.equinox.http.registry_1.1.200.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.http.servlet_1.1.300.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.jsp.jasper_1.0.400.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar │   │   │   ├── org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120913-144807 │   │   │   │   ├── about.html │   │   │   │   ├── eclipse_1502.so │   │   │   │   ├── launcher.gtk.linux.x86.properties │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959.jar │   │   │   ├── org.eclipse.equinox.p2.console_1.0.300.v20120429-0125.jar │   │   │   ├── org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar │   │   │   ├── org.eclipse.equinox.p2.director_2.2.0.v20120524-0542.jar │   │   │   ├── org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar │   │   │   ├── org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar │   │   │   ├── org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar │   │   │   ├── org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar │   │   │   ├── org.eclipse.equinox.p2.operations_2.2.0.v20130119-010614.jar │   │   │   ├── org.eclipse.equinox.p2.publisher_1.2.0.v20121002-080415.jar │   │   │   ├── org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120913-155635.jar │   │   │   ├── org.eclipse.equinox.p2.ql_2.0.100.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20120301-2145.jar │   │   │   ├── org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar │   │   │   ├── org.eclipse.equinox.p2.repository.tools_2.0.100.v20120501-1314.jar │   │   │   ├── org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117.jar │   │   │   ├── org.eclipse.equinox.p2.touchpoint.natives_1.1.0.v20130121-021919.jar │   │   │   ├── org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120913-155635.jar │   │   │   ├── org.eclipse.equinox.p2.ui_2.2.0.v20130119-010614.jar │   │   │   ├── org.eclipse.equinox.p2.ui.importexport_1.0.1.v20120913-155635.jar │   │   │   ├── org.eclipse.equinox.p2.ui.sdk_1.0.200.v20120515-1650.jar │   │   │   ├── org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744.jar │   │   │   ├── org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.updatesite_1.0.400.v20120412-1615.jar │   │   │   ├── org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar │   │   │   ├── org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.security_1.1.100.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.security.ui_1.1.100.v20120522-2049.jar │   │   │   ├── org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar │   │   │   ├── org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.util_1.0.400.v20120917-192807.jar │   │   │   ├── org.eclipse.help_3.6.0.v20120912-134126.jar │   │   │   ├── org.eclipse.jetty.continuation_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.http_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.io_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.security_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.servlet_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.util_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jface_3.8.102.v20130123-162658.jar │   │   │   ├── org.eclipse.jface.databinding_1.6.0.v20120912-132807.jar │   │   │   ├── org.eclipse.jface.text_3.8.2.v20121126-164145.jar │   │   │   ├── org.eclipse.jsch.core_1.1.400.v20120522-1148.jar │   │   │   ├── org.eclipse.jsch.ui_1.1.400.v20120522-1148.jar │   │   │   ├── org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543.jar │   │   │   ├── org.eclipse.ltk.ui.refactoring_3.7.0.v20120523-1543.jar │   │   │   ├── org.eclipse.osgi_3.8.2.v20130124-134944.jar │   │   │   ├── org.eclipse.osgi.services_3.3.100.v20120522-1822.jar │   │   │   ├── org.eclipse.osgi.util_3.2.300.v20120913-144807.jar │   │   │   ├── org.eclipse.platform_4.2.2.v201302041200 │   │   │   │   ├── about.html │   │   │   │   ├── about.ini │   │   │   │   ├── about.mappings │   │   │   │   ├── about.properties │   │   │   │   ├── book.css │   │   │   │   ├── cheatsheets │   │   │   │   │   ├── cvs_checkout.xml │   │   │   │   │   └── cvs_merge.xml │   │   │   │   ├── css │   │   │   │   │   ├── e4_basestyle.css │   │   │   │   │   ├── e4_classic_win7.css │   │   │   │   │   ├── e4_classic_winxp.css │   │   │   │   │   ├── e4_default.css │   │   │   │   │   ├── e4_default_gtk.css │   │   │   │   │   ├── e4_default_mac.css │   │   │   │   │   ├── e4_default_mru_on_win7.css │   │   │   │   │   ├── e4_default_win7.css │   │   │   │   │   ├── e4_default_winxp_blu.css │   │   │   │   │   └── e4_default_winxp_olv.css │   │   │   │   ├── disabled_book.css │   │   │   │   ├── eclipse16.gif │   │   │   │   ├── eclipse16.png │   │   │   │   ├── eclipse256.png │   │   │   │   ├── eclipse32.gif │   │   │   │   ├── eclipse32.png │   │   │   │   ├── eclipse48.gif │   │   │   │   ├── eclipse48.png │   │   │   │   ├── eclipse_lg.gif │   │   │   │   ├── helpData.xml │   │   │   │   ├── images │   │   │   │   │   ├── dragHandle.png │   │   │   │   │   ├── gtkGrey.png │   │   │   │   │   ├── gtkHandle.png │   │   │   │   │   ├── gtkTSFrame.png │   │   │   │   │   ├── macGrey.png │   │   │   │   │   ├── macHandle.png │   │   │   │   │   ├── macTSFrame.png │   │   │   │   │   ├── topiclabel │   │   │   │   │   │   ├── arrow.gif │   │   │   │   │   │   ├── ov_teamsup48.gif │   │   │   │   │   │   ├── ov_teamsup48_hov.gif │   │   │   │   │   │   ├── ov_wbbasics48.gif │   │   │   │   │   │   ├── ov_wbbasics48_hov.gif │   │   │   │   │   │   ├── tu_checkout48.gif │   │   │   │   │   │   ├── tu_checkout48_hov.gif │   │   │   │   │   │   ├── tu_merge48.gif │   │   │   │   │   │   ├── tu_merge48_hov.gif │   │   │   │   │   │   ├── wn_eclcommunity48.gif │   │   │   │   │   │   ├── wn_eclcommunity48_hov.gif │   │   │   │   │   │   ├── wn_eclplatform48.gif │   │   │   │   │   │   ├── wn_eclplatform48_hov.gif │   │   │   │   │   │   ├── wn_migrate48.gif │   │   │   │   │   │   ├── wn_migrate48_hov.gif │   │   │   │   │   │   ├── wn_updates48.gif │   │   │   │   │   │   └── wn_updates48_hov.gif │   │   │   │   │   ├── win7Handle.png │   │   │   │   │   ├── win7.png │   │   │   │   │   ├── win7TSFrame.png │   │   │   │   │   ├── winClassicHandle.png │   │   │   │   │   ├── winClassicTSFrame.png │   │   │   │   │   ├── winXPBlue.png │   │   │   │   │   ├── winXPBluHandle.png │   │   │   │   │   ├── winXPBluTSFrame.png │   │   │   │   │   ├── winXPHandle.png │   │   │   │   │   ├── winXPOlive.png │   │   │   │   │   └── winXPTSFrame.png │   │   │   │   ├── intro │   │   │   │   │   ├── css │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   ├── overview.properties │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   │   ├── whatsnew.css │   │   │   │   │   │   └── whatsnew.properties │   │   │   │   │   ├── overviewExtensionContent.xml │   │   │   │   │   ├── tutorialsExtensionContent.xml │   │   │   │   │   ├── whatsnewExtensionContent1.xml │   │   │   │   │   ├── whatsnewExtensionContent2.xml │   │   │   │   │   └── whatsnewExtensionContent3.xml │   │   │   │   ├── introData.xml │   │   │   │   ├── intro-eclipse.png │   │   │   │   ├── LegacyIDE.e4xmi │   │   │   │   ├── macosx_narrow_book.css │   │   │   │   ├── META-INF │   │   │   │   │   ├── eclipse.inf │   │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   │   └── MANIFEST.MF │   │   │   │   ├── narrow_book.css │   │   │   │   ├── platform.jar │   │   │   │   ├── plugin_customization.ini │   │   │   │   ├── plugin_customization.properties │   │   │   │   ├── plugin.properties │   │   │   │   ├── plugin.xml │   │   │   │   └── splash.bmp │   │   │   ├── org.eclipse.rcp_4.2.1.v201302041200.jar │   │   │   ├── org.eclipse.search_3.8.0.v20120523-1540.jar │   │   │   ├── org.eclipse.swt_3.100.1.v4236b.jar │   │   │   ├── org.eclipse.swt.gtk.linux.x86_3.100.1.v4236b.jar │   │   │   ├── org.eclipse.text_3.5.200.v20120523-1310.jar │   │   │   ├── org.eclipse.ui_3.104.0.v20121024-145224.jar │   │   │   ├── org.eclipse.ui.browser_3.4.2.v20130123-162658.jar │   │   │   ├── org.eclipse.ui.console_3.5.100.v20120521-2012.jar │   │   │   ├── org.eclipse.ui.editors_3.8.0.v20120523-1540.jar │   │   │   ├── org.eclipse.ui.externaltools_3.2.100.v20120530-1753.jar │   │   │   ├── org.eclipse.ui.forms_3.5.200.v20120705-114351.jar │   │   │   ├── org.eclipse.ui.ide_3.8.2.v20121106-165923.jar │   │   │   ├── org.eclipse.ui.ide.application_1.0.400.v20120523-1955.jar │   │   │   ├── org.eclipse.ui.intro.universal_3.2.600.v20120912-155524 │   │   │   │   ├── about.html │   │   │   │   ├── icons │   │   │   │   │   ├── full │   │   │   │   │   │   ├── elcl16 │   │   │   │   │   │   │   └── configure.gif │   │   │   │   │   │   └── obj16 │   │   │   │   │   │   ├── extension_obj.gif │   │   │   │   │   │   ├── icallout_obj.gif │   │   │   │   │   │   ├── ihigh_obj.gif │   │   │   │   │   │   ├── ilow_obj.gif │   │   │   │   │   │   ├── image_obj.gif │   │   │   │   │   │   └── inew_obj.gif │   │   │   │   │   └── welcome16.gif │   │   │   │   ├── introContent.xml │   │   │   │   ├── META-INF │   │   │   │   │   ├── eclipse.inf │   │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   │   └── MANIFEST.MF │   │   │   │   ├── plugin.properties │   │   │   │   ├── plugin.xml │   │   │   │   ├── themes │   │   │   │   │   ├── circles │   │   │   │   │   │   ├── graphics │   │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   │   ├── fs_banner.jpg │   │   │   │   │   │   │   │   ├── mi_banner.jpg │   │   │   │   │   │   │   │   ├── ov_banner.jpg │   │   │   │   │   │   │   │   ├── sa_banner.jpg │   │   │   │   │   │   │   │   ├── tu_banner.jpg │   │   │   │   │   │   │   │   ├── wn_banner.jpg │   │   │   │   │   │   │   │   └── wr_banner.jpg │   │   │   │   │   │   │   ├── icons │   │   │   │   │   │   │   │   ├── ctool │   │   │   │   │   │   │   │   │   ├── arrow_rtl.gif │   │   │   │   │   │   │   │   │   ├── content_nav_bar.gif │   │   │   │   │   │   │   │   │   ├── cpt_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── cpt_midhov.gif │   │   │   │   │   │   │   │   │   ├── firststeps.gif │   │   │   │   │   │   │   │   │   ├── firststeps.png │   │   │   │   │   │   │   │   │   ├── firststeps_tophov.gif │   │   │   │   │   │   │   │   │   ├── fs_nav_32.gif │   │   │   │   │   │   │   │   │   ├── fs_nav_64.gif │   │   │   │   │   │   │   │   │   ├── fs_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── fs_nav.png │   │   │   │   │   │   │   │   │   ├── migrate.gif │   │   │   │   │   │   │   │   │   ├── migrate.png │   │   │   │   │   │   │   │   │   ├── migrate_tophov.gif │   │   │   │   │   │   │   │   │   ├── mi_nav_32.gif │   │   │   │   │   │   │   │   │   ├── mi_nav_64.gif │   │   │   │   │   │   │   │   │   ├── mi_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── mi_nav.png │   │   │   │   │   │   │   │   │   ├── nav_midhov.gif │   │   │   │   │   │   │   │   │   ├── nav_rightedgehov.gif │   │   │   │   │   │   │   │   │   ├── overview_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── overview.gif │   │   │   │   │   │   │   │   │   ├── overview_midhov.gif │   │   │   │   │   │   │   │   │   ├── overview.png │   │   │   │   │   │   │   │   │   ├── overview_tophov.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_32.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_64.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_midhov.gif │   │   │   │   │   │   │   │   │   ├── ov_nav.png │   │   │   │   │   │   │   │   │   ├── ov_nav_rightedgehov.gif │   │   │   │   │   │   │   │   │   ├── root_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── root_midhov2.gif │   │   │   │   │   │   │   │   │   ├── root_midhov.gif │   │   │   │   │   │   │   │   │   ├── samples.gif │   │   │   │   │   │   │   │   │   ├── samples.png │   │   │   │   │   │   │   │   │   ├── samples_tophov.gif │   │   │   │   │   │   │   │   │   ├── sa_nav_32.gif │   │   │   │   │   │   │   │   │   ├── sa_nav_64.gif │   │   │   │   │   │   │   │   │   ├── sa_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── sa_nav.png │   │   │   │   │   │   │   │   │   ├── sa_onesample48.gif │   │   │   │   │   │   │   │   │   ├── tu_nav_32.gif │   │   │   │   │   │   │   │   │   ├── tu_nav_64.gif │   │   │   │   │   │   │   │   │   ├── tu_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── tu_nav.png │   │   │   │   │   │   │   │   │   ├── tutorials.gif │   │   │   │   │   │   │   │   │   ├── tutorials.png │   │   │   │   │   │   │   │   │   ├── tutorials_tophov.gif │   │   │   │   │   │   │   │   │   ├── wb_nav_32.gif │   │   │   │   │   │   │   │   │   ├── wb_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── wb_nav.png │   │   │   │   │   │   │   │   │   ├── webresources.gif │   │   │   │   │   │   │   │   │   ├── webresources.png │   │   │   │   │   │   │   │   │   ├── webresources_tophov.gif │   │   │   │   │   │   │   │   │   ├── whatsnew.gif │   │   │   │   │   │   │   │   │   ├── whatsnew.png │   │   │   │   │   │   │   │   │   ├── whatsnew_tophov.gif │   │   │   │   │   │   │   │   │   ├── wn_nav_32.gif │   │   │   │   │   │   │   │   │   ├── wn_nav_64.gif │   │   │   │   │   │   │   │   │   ├── wn_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── wn_nav.png │   │   │   │   │   │   │   │   │   ├── workbench_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── workbench.gif │   │   │   │   │   │   │   │   │   ├── workbench_midhov.gif │   │   │   │   │   │   │   │   │   ├── workbench.png │   │   │   │   │   │   │   │   │   ├── workbench_tophov.gif │   │   │   │   │   │   │   │   │   ├── wr_nav_32.gif │   │   │   │   │   │   │   │   │   ├── wr_nav_64.gif │   │   │   │   │   │   │   │   │   ├── wr_nav_hover.gif │   │   │   │   │   │   │   │   │   └── wr_nav.png │   │   │   │   │   │   │   │   └── obj48 │   │   │   │   │   │   │   │   ├── newhov_obj.gif │   │   │   │   │   │   │   │   └── new_obj.gif │   │   │   │   │   │   │   ├── launchbar │   │   │   │   │   │   │   │   ├── firststeps16.png │   │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   │   ├── overview16.png │   │   │   │   │   │   │   │   ├── samples16.png │   │   │   │   │   │   │   │   ├── tutorials16.png │   │   │   │   │   │   │   │   ├── webresources16.png │   │   │   │   │   │   │   │   └── whatsnew16.png │   │   │   │   │   │   │   ├── rootpage │   │   │   │   │   │   │   │   └── welcomebckgrd.jpg │   │   │   │   │   │   │   └── standby │   │   │   │   │   │   │   ├── fs_standby.gif │   │   │   │   │   │   │   ├── fs_standbyhov.gif │   │   │   │   │   │   │   ├── mi_standby.gif │   │   │   │   │   │   │   ├── mi_standbyhov.gif │   │   │   │   │   │   │   ├── ov_standby.gif │   │   │   │   │   │   │   ├── ov_standbyhov.gif │   │   │   │   │   │   │   ├── sa_standby.gif │   │   │   │   │   │   │   ├── sa_standbyhov.gif │   │   │   │   │   │   │   ├── tu_standby.gif │   │   │   │   │   │   │   ├── tu_standbyhov.gif │   │   │   │   │   │   │   ├── wb_standby.gif │   │   │   │   │   │   │   ├── wb_standbyhov.gif │   │   │   │   │   │   │   ├── wn_standby.gif │   │   │   │   │   │   │   ├── wn_standbyhov.gif │   │   │   │   │   │   │   ├── wr_standby.gif │   │   │   │   │   │   │   └── wr_standbyhov.gif │   │   │   │   │   │   ├── html │   │   │   │   │   │   │   ├── firststeps.css │   │   │   │   │   │   │   ├── font-absolute.css │   │   │   │   │   │   │   ├── font-relative.css │   │   │   │   │   │   │   ├── ltr.css │   │   │   │   │   │   │   ├── migrate.css │   │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   │   ├── root.css │   │   │   │   │   │   │   ├── rtl.css │   │   │   │   │   │   │   ├── samples.css │   │   │   │   │   │   │   ├── shared.css │   │   │   │   │   │   │   ├── standby.css │   │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   │   ├── webresources.css │   │   │   │   │   │   │   └── whatsnew.css │   │   │   │   │   │   ├── preview.png │   │   │   │   │   │   └── swt │   │   │   │   │   │   ├── firststeps.properties │   │   │   │   │   │   ├── migrate.properties │   │   │   │   │   │   ├── overview.properties │   │   │   │   │   │   ├── root.properties │   │   │   │   │   │   ├── samples.properties │   │   │   │   │   │   ├── standby.properties │   │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   │   ├── webresources.properties │   │   │   │   │   │   └── whatsnew.properties │   │   │   │   │   ├── purpleMesh │   │   │   │   │   │   ├── graphics │   │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   │   ├── backgroundcurve.gif │   │   │   │   │   │   │   │   ├── background.jpg │   │   │   │   │   │   │   │   ├── firsteps_wtr.jpg │   │   │   │   │   │   │   │   ├── migrate_wtr.jpg │   │   │   │   │   │   │   │   ├── overview_wtr.jpg │   │   │   │   │   │   │   │   ├── samples_wtr.jpg │   │   │   │   │   │   │   │   ├── section1.gif │   │   │   │   │   │   │   │   ├── section2.gif │   │   │   │   │   │   │   │   ├── section3.gif │   │   │   │   │   │   │   │   ├── section4.gif │   │   │   │   │   │   │   │   ├── tutorials_wtr.jpg │   │   │   │   │   │   │   │   ├── webrsrc_wtr.jpg │   │   │   │   │   │   │   │   └── whatsnew_wtr.jpg │   │   │   │   │   │   │   ├── icons │   │   │   │   │   │   │   │   ├── ctool │   │   │   │   │   │   │   │   │   ├── back.gif │   │   │   │   │   │   │   │   │   ├── firsteps16.png │   │   │   │   │   │   │   │   │   ├── firsteps48.gif │   │   │   │   │   │   │   │   │   ├── firsteps48sel.gif │   │   │   │   │   │   │   │   │   ├── firsteps72.gif │   │   │   │   │   │   │   │   │   ├── forward.gif │   │   │   │   │   │   │   │   │   ├── home.gif │   │   │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   │   │   ├── migrate48.gif │   │   │   │   │   │   │   │   │   ├── migrate48sel.gif │   │   │   │   │   │   │   │   │   ├── migrate72.gif │   │   │   │   │   │   │   │   │   ├── overview16.png │   │   │   │   │   │   │   │   │   ├── overview48.gif │   │   │   │   │   │   │   │   │   ├── overview48sel.gif │   │   │   │   │   │   │   │   │   ├── overview72.gif │   │   │   │   │   │   │   │   │   ├── samples16.png │   │   │   │   │   │   │   │   │   ├── samples48.gif │   │   │   │   │   │   │   │   │   ├── samples48sel.gif │   │   │   │   │   │   │   │   │   ├── samples72.gif │   │   │   │   │   │   │   │   │   ├── tutorials16.png │   │   │   │   │   │   │   │   │   ├── tutorials48.gif │   │   │   │   │   │   │   │   │   ├── tutorials48sel.gif │   │   │   │   │   │   │   │   │   ├── tutorials72.gif │   │   │   │   │   │   │   │   │   ├── wb16.png │   │   │   │   │   │   │   │   │   ├── wb48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc16.png │   │   │   │   │   │   │   │   │   ├── webrsrc48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc48sel.gif │   │   │   │   │   │   │   │   │   ├── webrsrc72.gif │   │   │   │   │   │   │   │   │   ├── whatsnew16.png │   │   │   │   │   │   │   │   │   ├── whatsnew48.gif │   │   │   │   │   │   │   │   │   ├── whatsnew48sel.gif │   │   │   │   │   │   │   │   │   └── whatsnew72.gif │   │   │   │   │   │   │   │   ├── dtool │   │   │   │   │   │   │   │   │   ├── back.gif │   │   │   │   │   │   │   │   │   └── forward.gif │   │   │   │   │   │   │   │   ├── etool │   │   │   │   │   │   │   │   │   ├── back.gif │   │   │   │   │   │   │   │   │   ├── firsteps48.gif │   │   │   │   │   │   │   │   │   ├── firsteps48sel.gif │   │   │   │   │   │   │   │   │   ├── firsteps72.gif │   │   │   │   │   │   │   │   │   ├── forward.gif │   │   │   │   │   │   │   │   │   ├── home.gif │   │   │   │   │   │   │   │   │   ├── migrate48.gif │   │   │   │   │   │   │   │   │   ├── migrate48sel.gif │   │   │   │   │   │   │   │   │   ├── migrate72.gif │   │   │   │   │   │   │   │   │   ├── overview48.gif │   │   │   │   │   │   │   │   │   ├── overview48sel.gif │   │   │   │   │   │   │   │   │   ├── overview72.gif │   │   │   │   │   │   │   │   │   ├── samples48.gif │   │   │   │   │   │   │   │   │   ├── samples48sel.gif │   │   │   │   │   │   │   │   │   ├── samples72.gif │   │   │   │   │   │   │   │   │   ├── tutorials48.gif │   │   │   │   │   │   │   │   │   ├── tutorials48sel.gif │   │   │   │   │   │   │   │   │   ├── tutorials72.gif │   │   │   │   │   │   │   │   │   ├── wb48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc48sel.gif │   │   │   │   │   │   │   │   │   ├── webrsrc72.gif │   │   │   │   │   │   │   │   │   ├── whatsnew48.gif │   │   │   │   │   │   │   │   │   ├── whatsnew48sel.gif │   │   │   │   │   │   │   │   │   └── whatsnew72.gif │   │   │   │   │   │   │   │   └── obj48 │   │   │   │   │   │   │   │   ├── newhov_obj.gif │   │   │   │   │   │   │   │   └── new_obj.gif │   │   │   │   │   │   │   ├── launchbar │   │   │   │   │   │   │   │   ├── firststeps16.png │   │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   │   ├── overview.gif │   │   │   │   │   │   │   │   ├── samples.gif │   │   │   │   │   │   │   │   ├── tutorials.gif │   │   │   │   │   │   │   │   ├── webresources16.png │   │   │   │   │   │   │   │   └── whatsnew.gif │   │   │   │   │   │   │   ├── root │   │   │   │   │   │   │   │   ├── background.jpg │   │   │   │   │   │   │   │   ├── brandmark.gif │   │   │   │   │   │   │   │   └── dots.gif │   │   │   │   │   │   │   └── swt │   │   │   │   │   │   │   └── form_banner.gif │   │   │   │   │   │   ├── html │   │   │   │   │   │   │   ├── firststeps.css │   │   │   │   │   │   │   ├── font-absolute.css │   │   │   │   │   │   │   ├── font-relative.css │   │   │   │   │   │   │   ├── ltr.css │   │   │   │   │   │   │   ├── migrate.css │   │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   │   ├── root.css │   │   │   │   │   │   │   ├── rtl.css │   │   │   │   │   │   │   ├── samples.css │   │   │   │   │   │   │   ├── shared.css │   │   │   │   │   │   │   ├── standby.css │   │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   │   ├── webresources.css │   │   │   │   │   │   │   └── whatsnew.css │   │   │   │   │   │   ├── preview.png │   │   │   │   │   │   └── swt │   │   │   │   │   │   ├── firststeps.properties │   │   │   │   │   │   ├── migrate.properties │   │   │   │   │   │   ├── overview.properties │   │   │   │   │   │   ├── root.properties │   │   │   │   │   │   ├── samples.properties │   │   │   │   │   │   ├── standby.properties │   │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   │   ├── webresources.properties │   │   │   │   │   │   └── whatsnew.properties │   │   │   │   │   ├── shared │   │   │   │   │   │   ├── graphics │   │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   │   ├── grey_callout.gif │   │   │   │   │   │   │   │   ├── ov_high.gif │   │   │   │   │   │   │   │   ├── ov_med.gif │   │   │   │   │   │   │   │   ├── tu-sa_high.gif │   │   │   │   │   │   │   │   ├── tu-sa_med.gif │   │   │   │   │   │   │   │   ├── wn-fs_high.gif │   │   │   │   │   │   │   │   ├── wn-fs_med.gif │   │   │   │   │   │   │   │   ├── wr-mi_high.gif │   │   │   │   │   │   │   │   └── wr-mi_med.gif │   │   │   │   │   │   │   └── icons │   │   │   │   │   │   │   └── ctool │   │   │   │   │   │   │   ├── arrow.gif │   │   │   │   │   │   │   ├── arrow_rtl.gif │   │   │   │   │   │   │   ├── widget_closed.gif │   │   │   │   │   │   │   ├── widget_closed_hov.gif │   │   │   │   │   │   │   ├── widget_closed_hov_rtl.gif │   │   │   │   │   │   │   ├── widget_closed_rtl.gif │   │   │   │   │   │   │   ├── widget_open.gif │   │   │   │   │   │   │   └── widget_open_hov.gif │   │   │   │   │   │   └── html │   │   │   │   │   │   └── shared.css │   │   │   │   │   └── slate │   │   │   │   │   ├── graphics │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   ├── banner_extension.jpg │   │   │   │   │   │   │   ├── fs_banner.jpg │   │   │   │   │   │   │   ├── mi_banner.jpg │   │   │   │   │   │   │   ├── ov_banner.jpg │   │   │   │   │   │   │   ├── sa_banner.jpg │   │   │   │   │   │   │   ├── tu_banner.jpg │   │   │   │   │   │   │   ├── wn_banner.jpg │   │   │   │   │   │   │   └── wr_banner.jpg │   │   │   │   │   │   ├── icons │   │   │   │   │   │   │   └── ctool │   │   │   │   │   │   │   ├── arrow_rtl.gif │   │   │   │   │   │   │   ├── firststeps.png │   │   │   │   │   │   │   ├── firststeps-select.gif │   │   │   │   │   │   │   ├── firststeps-select.png │   │   │   │   │   │   │   ├── fs_nav_32.gif │   │   │   │   │   │   │   ├── fs_nav.png │   │   │   │   │   │   │   ├── migrate.png │   │   │   │   │   │   │   ├── migrate-select.gif │   │   │   │   │   │   │   ├── migrate-select.png │   │   │   │   │   │   │   ├── mi_nav_32.gif │   │   │   │   │   │   │   ├── mi_nav.png │   │   │   │   │   │   │   ├── overview.png │   │   │   │   │   │   │   ├── overview-select.gif │   │   │   │   │   │   │   ├── overview-select.png │   │   │   │   │   │   │   ├── ov_nav_32.gif │   │   │   │   │   │   │   ├── ov_nav.png │   │   │   │   │   │   │   ├── samples.png │   │   │   │   │   │   │   ├── samples-select.gif │   │   │   │   │   │   │   ├── samples-select.png │   │   │   │   │   │   │   ├── sa_nav_32.gif │   │   │   │   │   │   │   ├── sa_nav.png │   │   │   │   │   │   │   ├── tu_nav_32.gif │   │   │   │   │   │   │   ├── tu_nav.png │   │   │   │   │   │   │   ├── tutorials.png │   │   │   │   │   │   │   ├── tutorials-select.gif │   │   │   │   │   │   │   ├── tutorials-select.png │   │   │   │   │   │   │   ├── wb_nav_32.gif │   │   │   │   │   │   │   ├── wb_nav.png │   │   │   │   │   │   │   ├── webresources.png │   │   │   │   │   │   │   ├── webresources-select.gif │   │   │   │   │   │   │   ├── webresources-select.png │   │   │   │   │   │   │   ├── whatsnew.png │   │   │   │   │   │   │   ├── whatsnew-select.gif │   │   │   │   │   │   │   ├── whatsnew-select.png │   │   │   │   │   │   │   ├── wn_nav_32.gif │   │   │   │   │   │   │   ├── wn_nav.png │   │   │   │   │   │   │   ├── workbench.png │   │   │   │   │   │   │   ├── wr_nav_32.gif │   │   │   │   │   │   │   └── wr_nav.png │   │   │   │   │   │   ├── launchbar │   │   │   │   │   │   │   ├── firststeps16.png │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   ├── overview16.png │   │   │   │   │   │   │   ├── samples16.png │   │   │   │   │   │   │   ├── tutorials16.png │   │   │   │   │   │   │   ├── webresources16.png │   │   │   │   │   │   │   └── whatsnew16.png │   │   │   │   │   │   ├── rootpage │   │   │   │   │   │   │   ├── background.jpg │   │   │   │   │   │   │   ├── firststeps48.gif │   │   │   │   │   │   │   ├── firststeps48_hov.gif │   │   │   │   │   │   │   ├── firststeps48_hov.png │   │   │   │   │   │   │   ├── firststeps48.png │   │   │   │   │   │   │   ├── migrate48.gif │   │   │   │   │   │   │   ├── migrate48_hov.gif │   │   │   │   │   │   │   ├── migrate48_hov.png │   │   │   │   │   │   │   ├── migrate48.png │   │   │   │   │   │   │   ├── overview48.gif │   │   │   │   │   │   │   ├── overview48_hov.gif │   │   │   │   │   │   │   ├── overview48_hov.png │   │   │   │   │   │   │   ├── overview48.png │   │   │   │   │   │   │   ├── root_banner.jpg │   │   │   │   │   │   │   ├── root_banner_logo.jpg │   │   │   │   │   │   │   ├── samples48.gif │   │   │   │   │   │   │   ├── samples48_hov.gif │   │   │   │   │   │   │   ├── samples48_hov.png │   │   │   │   │   │   │   ├── samples48.png │   │   │   │   │   │   │   ├── tutorials48.gif │   │   │   │   │   │   │   ├── tutorials48_hov.gif │   │   │   │   │   │   │   ├── tutorials48_hov.png │   │   │   │   │   │   │   ├── tutorials48.png │   │   │   │   │   │   │   ├── webresources48.gif │   │   │   │   │   │   │   ├── webresources48_hov.gif │   │   │   │   │   │   │   ├── webresources48_hov.png │   │   │   │   │   │   │   ├── webresources48.png │   │   │   │   │   │   │   ├── whatsnew48.gif │   │   │   │   │   │   │   ├── whatsnew48_hov.gif │   │   │   │   │   │   │   ├── whatsnew48_hov.png │   │   │   │   │   │   │   ├── whatsnew48.png │   │   │   │   │   │   │   ├── workbench48.gif │   │   │   │   │   │   │   ├── workbench48_hov.gif │   │   │   │   │   │   │   ├── workbench48_hov.png │   │   │   │   │   │   │   └── workbench48.png │   │   │   │   │   │   └── standby │   │   │   │   │   │   ├── fs_standby.gif │   │   │   │   │   │   ├── fs_standbyhov.gif │   │   │   │   │   │   ├── mi_standby.gif │   │   │   │   │   │   ├── mi_standbyhov.gif │   │   │   │   │   │   ├── ov_standby.gif │   │   │   │   │   │   ├── ov_standbyhov.gif │   │   │   │   │   │   ├── sa_standby.gif │   │   │   │   │   │   ├── sa_standbyhov.gif │   │   │   │   │   │   ├── tu_standby.gif │   │   │   │   │   │   ├── tu_standbyhov.gif │   │   │   │   │   │   ├── wb_standby.gif │   │   │   │   │   │   ├── wb_standbyhov.gif │   │   │   │   │   │   ├── wn_standby.gif │   │   │   │   │   │   ├── wn_standbyhov.gif │   │   │   │   │   │   ├── wr_standby.gif │   │   │   │   │   │   └── wr_standbyhov.gif │   │   │   │   │   ├── html │   │   │   │   │   │   ├── firststeps.css │   │   │   │   │   │   ├── font-absolute.css │   │   │   │   │   │   ├── font-relative.css │   │   │   │   │   │   ├── ltr.css │   │   │   │   │   │   ├── migrate.css │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   ├── root.css │   │   │   │   │   │   ├── rtl.css │   │   │   │   │   │   ├── samples.css │   │   │   │   │   │   ├── shared.css │   │   │   │   │   │   ├── standby.css │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   ├── webresources.css │   │   │   │   │   │   └── whatsnew.css │   │   │   │   │   ├── preview.png │   │   │   │   │   └── swt │   │   │   │   │   ├── firststeps.properties │   │   │   │   │   ├── migrate.properties │   │   │   │   │   ├── overview.properties │   │   │   │   │   ├── root.properties │   │   │   │   │   ├── samples.properties │   │   │   │   │   ├── standby.properties │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   ├── webresources.properties │   │   │   │   │   └── whatsnew.properties │   │   │   │   └── universal.jar │   │   │   ├── org.eclipse.ui.navigator_3.5.200.v20120705-114103.jar │   │   │   ├── org.eclipse.ui.navigator.resources_3.4.400.v20120705-114010.jar │   │   │   ├── org.eclipse.ui.net_1.2.101.v20120914-093638.jar │   │   │   ├── org.eclipse.ui.views_3.6.100.v20120705-114010.jar │   │   │   ├── org.eclipse.ui.views.properties.tabbed_3.5.300.v20120912-132807.jar │   │   │   ├── org.eclipse.ui.workbench_3.104.0.v20130204-164612.jar │   │   │   ├── org.eclipse.ui.workbench.texteditor_3.8.0.v20120523-1310.jar │   │   │   ├── org.eclipse.update.configurator_3.3.200.v20120912-144026.jar │   │   │   ├── org.sat4j.core_2.3.0.v20110329.jar │   │   │   ├── org.sat4j.pb_2.3.0.v20110329.jar │   │   │   ├── org.w3c.css.sac_1.3.1.v200903091627.jar │   │   │   ├── org.w3c.dom.smil_1.0.0.v200806040011.jar │   │   │   └── org.w3c.dom.svg_1.1.0.v201011041433.jar │   │   └── readme │   │   └── readme_eclipse.html │   ├── monitor-x86_64 │   │   ├── artifacts.xml │   │   ├── configuration │   │   │   ├── config.ini │   │   │   └── org.eclipse.update │   │   │   └── platform.xml │   │   ├── epl-v10.html │   │   ├── features │   │   │   ├── com.android.ide.eclipse.ddms.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.gldebugger.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.hierarchyviewer.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.monitor.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── com.android.ide.eclipse.traceview.feature_25.2.5.3567187 │   │   │   │   ├── feature.xml │   │   │   │   └── META-INF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.e4.rcp_1.1.2.v20130130-191718-91FUvGP7GIX2Kgz-z-gvjMvXV1NS │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.emf.common_2.8.0.v20130125-0546 │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.emf.ecore_2.8.3.v20130125-0546 │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.core.feature_1.1.0.v20121211-153934-8297FndFWmE7h7Bpz-vcqkxyKz0 │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.extras.feature_1.1.0.v20121211-153934-7A6FEcDiVOTg2RYDuZuFz-L2z00w │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.rcp.feature_1.1.0.v20121211-153934-785EoBqNKNZz-DW7sUc8hFwz00wd │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.user.ui_2.2.0.v20121212-204731-62DG9JXTlTj-UXcQ2y3NLn6U4Z3H │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.help_1.4.1.v20120912-144938-8R7xFOXFLWUl7PpNBh_HIGkb4 │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.platform_4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7 │   │   │   │   ├── eclipse_update_120.jpg │   │   │   │   ├── epl-v10.html │   │   │   │   ├── feature.properties │   │   │   │   ├── feature.xml │   │   │   │   ├── license.html │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   └── org.eclipse.rcp_4.2.2.v20130129-152330-7IARAABrMQkGSvMgQnUlz-DQz00h │   │   │   ├── eclipse_update_120.jpg │   │   │   ├── epl-v10.html │   │   │   ├── feature.properties │   │   │   ├── feature.xml │   │   │   ├── license.html │   │   │   └── META-INF │   │   │   ├── eclipse.inf │   │   │   ├── ECLIPSE_.RSA │   │   │   ├── ECLIPSE_.SF │   │   │   └── MANIFEST.MF │   │   ├── libcairo-swt.so │   │   ├── monitor │   │   ├── monitor.ini │   │   ├── notice.html │   │   ├── p2 │   │   │   ├── org.eclipse.equinox.p2.core │   │   │   │   └── cache │   │   │   │   ├── artifacts.xml │   │   │   │   └── binary │   │   │   │   ├── monitorproduct.executable.gtk.linux.x86_64_25.2.5.3567187 │   │   │   │   ├── org.eclipse.platform_root_4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7 │   │   │   │   └── org.eclipse.rcp_root_4.2.2.v20130129-152330-7IARAABrMQkGSvMgQnUlz-DQz00h │   │   │   └── org.eclipse.equinox.p2.engine │   │   │   └── profileRegistry │   │   │   └── DefaultProfile.profile │   │   │   ├── 1481587684562.profile.gz │   │   │   ├── 1481587684564.profile.gz │   │   │   ├── 1481587686389.profile.gz │   │   │   └── 1481587686737.profile.gz │   │   ├── plugins │   │   │   ├── com.android.ide.eclipse.base_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.ddms_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.gldebugger_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.hierarchyviewer_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.monitor_25.2.5.3567187.jar │   │   │   ├── com.android.ide.eclipse.traceview_25.2.5.3567187.jar │   │   │   ├── com.ibm.icu_4.4.2.v20110823.jar │   │   │   ├── com.jcraft.jsch_0.1.46.v201205102330.jar │   │   │   ├── com.sun.el_2.2.0.v201108011116.jar │   │   │   ├── javax.annotation_1.0.0.v20101115-0725.jar │   │   │   ├── javax.el_2.2.0.v201108011116.jar │   │   │   ├── javax.inject_1.0.0.v20091030.jar │   │   │   ├── javax.servlet_3.0.0.v201112011016.jar │   │   │   ├── javax.servlet.jsp_2.2.0.v201112011158.jar │   │   │   ├── javax.xml_1.3.4.v201005080400.jar │   │   │   ├── org.apache.batik.css_1.6.0.v201011041432.jar │   │   │   ├── org.apache.batik.util_1.6.0.v201011041432.jar │   │   │   ├── org.apache.batik.util.gui_1.6.0.v201011041432.jar │   │   │   ├── org.apache.commons.codec_1.3.0.v201101211617.jar │   │   │   ├── org.apache.commons.httpclient_3.1.0.v201012070820.jar │   │   │   ├── org.apache.commons.logging_1.0.4.v201101211617.jar │   │   │   ├── org.apache.felix.gogo.command_0.8.0.v201108120515.jar │   │   │   ├── org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar │   │   │   ├── org.apache.felix.gogo.shell_0.8.0.v201110170705.jar │   │   │   ├── org.apache.lucene_2.9.1.v201101211721.jar │   │   │   ├── org.apache.lucene.analysis_2.9.1.v201101211721.jar │   │   │   ├── org.eclipse.ant.core_3.2.401.v20121204-162022.jar │   │   │   ├── org.eclipse.compare_3.5.301.v20130125-135424.jar │   │   │   ├── org.eclipse.compare.core_3.5.200.v20120522-1148.jar │   │   │   ├── org.eclipse.core.commands_3.6.2.v20130123-162658.jar │   │   │   ├── org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar │   │   │   ├── org.eclipse.core.databinding_1.4.1.v20120912-132807.jar │   │   │   ├── org.eclipse.core.databinding.beans_1.2.200.v20120523-1955.jar │   │   │   ├── org.eclipse.core.databinding.observable_1.4.1.v20120521-2329.jar │   │   │   ├── org.eclipse.core.databinding.property_1.4.100.v20120523-1955.jar │   │   │   ├── org.eclipse.core.expressions_3.4.401.v20120912-155018.jar │   │   │   ├── org.eclipse.core.externaltools_1.0.100.v20120521-2012.jar │   │   │   ├── org.eclipse.core.filebuffers_3.5.200.v20120523-1310.jar │   │   │   ├── org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar │   │   │   ├── org.eclipse.core.filesystem.linux.x86_64_1.2.0.v20120522-1137.jar │   │   │   ├── org.eclipse.core.jobs_3.5.300.v20120912-155018.jar │   │   │   ├── org.eclipse.core.net_1.2.200.v20120914-093638.jar │   │   │   ├── org.eclipse.core.net.linux.x86_64_1.1.0.v20120522-1148.jar │   │   │   ├── org.eclipse.core.resources_3.8.1.v20121114-124432.jar │   │   │   ├── org.eclipse.core.runtime_3.8.0.v20120912-155025.jar │   │   │   ├── org.eclipse.core.runtime.compatibility_3.2.200.v20120521-2346.jar │   │   │   ├── org.eclipse.core.runtime.compatibility.registry_3.5.101.v20130108-163257 │   │   │   │   ├── about.html │   │   │   │   ├── fragment.properties │   │   │   │   ├── META-INF │   │   │   │   │   ├── eclipse.inf │   │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   │   └── MANIFEST.MF │   │   │   │   └── runtime_registry_compatibility.jar │   │   │   ├── org.eclipse.core.variables_3.2.600.v20120521-2012.jar │   │   │   ├── org.eclipse.debug.core_3.7.100.v20120521-2012.jar │   │   │   ├── org.eclipse.debug.ui_3.8.2.v20130130-171415.jar │   │   │   ├── org.eclipse.e4.core.commands_0.10.1.v20120523-1955.jar │   │   │   ├── org.eclipse.e4.core.contexts_1.2.0.v20121221-192508.jar │   │   │   ├── org.eclipse.e4.core.di_1.2.0.v20121024-173149.jar │   │   │   ├── org.eclipse.e4.core.di.extensions_0.11.100.v20121024-182359.jar │   │   │   ├── org.eclipse.e4.core.services_1.0.0.v20120521-2346.jar │   │   │   ├── org.eclipse.e4.ui.bindings_0.10.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.css.core_0.10.2.v20120912-132817.jar │   │   │   ├── org.eclipse.e4.ui.css.swt_0.10.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.css.swt.theme_0.9.4.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.di_0.10.1.v20120523-1955.jar │   │   │   ├── org.eclipse.e4.ui.model.workbench_0.10.1.v20120523-1955.jar │   │   │   ├── org.eclipse.e4.ui.services_0.10.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.widgets_0.12.3.v20130123-162658.jar │   │   │   ├── org.eclipse.e4.ui.workbench_0.11.0.v20130125-100758.jar │   │   │   ├── org.eclipse.e4.ui.workbench3_0.12.0.v20120521-2329.jar │   │   │   ├── org.eclipse.e4.ui.workbench.addons.swt_0.10.3.v20130124-185622.jar │   │   │   ├── org.eclipse.e4.ui.workbench.renderers.swt_0.10.3.v20130124-170312.jar │   │   │   ├── org.eclipse.e4.ui.workbench.swt_0.10.3.v20130124-133900.jar │   │   │   ├── org.eclipse.ecf_3.1.300.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.filetransfer_5.0.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.identity_3.1.200.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer_3.2.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer.httpclient.ssl_1.0.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20120610-1946.jar │   │   │   ├── org.eclipse.ecf.ssl_1.0.100.v20120610-1946.jar │   │   │   ├── org.eclipse.emf.common_2.8.0.v20130125-0546.jar │   │   │   ├── org.eclipse.emf.ecore_2.8.3.v20130125-0546.jar │   │   │   ├── org.eclipse.emf.ecore.change_2.8.0.v20130125-0546.jar │   │   │   ├── org.eclipse.emf.ecore.xmi_2.8.1.v20130125-0546.jar │   │   │   ├── org.eclipse.equinox.app_1.3.100.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.bidi_0.9.100.v20121107-021609.jar │   │   │   ├── org.eclipse.equinox.common_3.6.100.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.console_1.0.0.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.ds_1.4.1.v20120926-201320.jar │   │   │   ├── org.eclipse.equinox.event_1.2.200.v20120522-2049.jar │   │   │   ├── org.eclipse.equinox.frameworkadmin_2.0.100.v20120913-155515.jar │   │   │   ├── org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120913-155709.jar │   │   │   ├── org.eclipse.equinox.http.jetty_3.0.1.v20121109-203239.jar │   │   │   ├── org.eclipse.equinox.http.registry_1.1.200.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.http.servlet_1.1.300.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.jsp.jasper_1.0.400.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20120912-130548.jar │   │   │   ├── org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar │   │   │   ├── org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807 │   │   │   │   ├── about.html │   │   │   │   ├── eclipse_1502.so │   │   │   │   ├── launcher.gtk.linux.x86_64.properties │   │   │   │   └── META-INF │   │   │   │   ├── eclipse.inf │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   └── MANIFEST.MF │   │   │   ├── org.eclipse.equinox.p2.artifact.repository_1.1.200.v20120430-1959.jar │   │   │   ├── org.eclipse.equinox.p2.console_1.0.300.v20120429-0125.jar │   │   │   ├── org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar │   │   │   ├── org.eclipse.equinox.p2.director_2.2.0.v20120524-0542.jar │   │   │   ├── org.eclipse.equinox.p2.director.app_1.0.300.v20120428-0517.jar │   │   │   ├── org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar │   │   │   ├── org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar │   │   │   ├── org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar │   │   │   ├── org.eclipse.equinox.p2.operations_2.2.0.v20130119-010614.jar │   │   │   ├── org.eclipse.equinox.p2.publisher_1.2.0.v20121002-080415.jar │   │   │   ├── org.eclipse.equinox.p2.publisher.eclipse_1.1.0.v20120913-155635.jar │   │   │   ├── org.eclipse.equinox.p2.ql_2.0.100.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20120301-2145.jar │   │   │   ├── org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar │   │   │   ├── org.eclipse.equinox.p2.repository.tools_2.0.100.v20120501-1314.jar │   │   │   ├── org.eclipse.equinox.p2.touchpoint.eclipse_2.1.100.v20120428-0117.jar │   │   │   ├── org.eclipse.equinox.p2.touchpoint.natives_1.1.0.v20130121-021919.jar │   │   │   ├── org.eclipse.equinox.p2.transport.ecf_1.0.100.v20120913-155635.jar │   │   │   ├── org.eclipse.equinox.p2.ui_2.2.0.v20130119-010614.jar │   │   │   ├── org.eclipse.equinox.p2.ui.importexport_1.0.1.v20120913-155635.jar │   │   │   ├── org.eclipse.equinox.p2.ui.sdk_1.0.200.v20120515-1650.jar │   │   │   ├── org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744.jar │   │   │   ├── org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.p2.updatesite_1.0.400.v20120412-1615.jar │   │   │   ├── org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar │   │   │   ├── org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.security_1.1.100.v20120522-1841.jar │   │   │   ├── org.eclipse.equinox.security.ui_1.1.100.v20120522-2049.jar │   │   │   ├── org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar │   │   │   ├── org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar │   │   │   ├── org.eclipse.equinox.util_1.0.400.v20120917-192807.jar │   │   │   ├── org.eclipse.help_3.6.0.v20120912-134126.jar │   │   │   ├── org.eclipse.jetty.continuation_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.http_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.io_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.security_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.servlet_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jetty.util_8.1.3.v20120522.jar │   │   │   ├── org.eclipse.jface_3.8.102.v20130123-162658.jar │   │   │   ├── org.eclipse.jface.databinding_1.6.0.v20120912-132807.jar │   │   │   ├── org.eclipse.jface.text_3.8.2.v20121126-164145.jar │   │   │   ├── org.eclipse.jsch.core_1.1.400.v20120522-1148.jar │   │   │   ├── org.eclipse.jsch.ui_1.1.400.v20120522-1148.jar │   │   │   ├── org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543.jar │   │   │   ├── org.eclipse.ltk.ui.refactoring_3.7.0.v20120523-1543.jar │   │   │   ├── org.eclipse.osgi_3.8.2.v20130124-134944.jar │   │   │   ├── org.eclipse.osgi.services_3.3.100.v20120522-1822.jar │   │   │   ├── org.eclipse.osgi.util_3.2.300.v20120913-144807.jar │   │   │   ├── org.eclipse.platform_4.2.2.v201302041200 │   │   │   │   ├── about.html │   │   │   │   ├── about.ini │   │   │   │   ├── about.mappings │   │   │   │   ├── about.properties │   │   │   │   ├── book.css │   │   │   │   ├── cheatsheets │   │   │   │   │   ├── cvs_checkout.xml │   │   │   │   │   └── cvs_merge.xml │   │   │   │   ├── css │   │   │   │   │   ├── e4_basestyle.css │   │   │   │   │   ├── e4_classic_win7.css │   │   │   │   │   ├── e4_classic_winxp.css │   │   │   │   │   ├── e4_default.css │   │   │   │   │   ├── e4_default_gtk.css │   │   │   │   │   ├── e4_default_mac.css │   │   │   │   │   ├── e4_default_mru_on_win7.css │   │   │   │   │   ├── e4_default_win7.css │   │   │   │   │   ├── e4_default_winxp_blu.css │   │   │   │   │   └── e4_default_winxp_olv.css │   │   │   │   ├── disabled_book.css │   │   │   │   ├── eclipse16.gif │   │   │   │   ├── eclipse16.png │   │   │   │   ├── eclipse256.png │   │   │   │   ├── eclipse32.gif │   │   │   │   ├── eclipse32.png │   │   │   │   ├── eclipse48.gif │   │   │   │   ├── eclipse48.png │   │   │   │   ├── eclipse_lg.gif │   │   │   │   ├── helpData.xml │   │   │   │   ├── images │   │   │   │   │   ├── dragHandle.png │   │   │   │   │   ├── gtkGrey.png │   │   │   │   │   ├── gtkHandle.png │   │   │   │   │   ├── gtkTSFrame.png │   │   │   │   │   ├── macGrey.png │   │   │   │   │   ├── macHandle.png │   │   │   │   │   ├── macTSFrame.png │   │   │   │   │   ├── topiclabel │   │   │   │   │   │   ├── arrow.gif │   │   │   │   │   │   ├── ov_teamsup48.gif │   │   │   │   │   │   ├── ov_teamsup48_hov.gif │   │   │   │   │   │   ├── ov_wbbasics48.gif │   │   │   │   │   │   ├── ov_wbbasics48_hov.gif │   │   │   │   │   │   ├── tu_checkout48.gif │   │   │   │   │   │   ├── tu_checkout48_hov.gif │   │   │   │   │   │   ├── tu_merge48.gif │   │   │   │   │   │   ├── tu_merge48_hov.gif │   │   │   │   │   │   ├── wn_eclcommunity48.gif │   │   │   │   │   │   ├── wn_eclcommunity48_hov.gif │   │   │   │   │   │   ├── wn_eclplatform48.gif │   │   │   │   │   │   ├── wn_eclplatform48_hov.gif │   │   │   │   │   │   ├── wn_migrate48.gif │   │   │   │   │   │   ├── wn_migrate48_hov.gif │   │   │   │   │   │   ├── wn_updates48.gif │   │   │   │   │   │   └── wn_updates48_hov.gif │   │   │   │   │   ├── win7Handle.png │   │   │   │   │   ├── win7.png │   │   │   │   │   ├── win7TSFrame.png │   │   │   │   │   ├── winClassicHandle.png │   │   │   │   │   ├── winClassicTSFrame.png │   │   │   │   │   ├── winXPBlue.png │   │   │   │   │   ├── winXPBluHandle.png │   │   │   │   │   ├── winXPBluTSFrame.png │   │   │   │   │   ├── winXPHandle.png │   │   │   │   │   ├── winXPOlive.png │   │   │   │   │   └── winXPTSFrame.png │   │   │   │   ├── intro │   │   │   │   │   ├── css │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   ├── overview.properties │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   │   ├── whatsnew.css │   │   │   │   │   │   └── whatsnew.properties │   │   │   │   │   ├── overviewExtensionContent.xml │   │   │   │   │   ├── tutorialsExtensionContent.xml │   │   │   │   │   ├── whatsnewExtensionContent1.xml │   │   │   │   │   ├── whatsnewExtensionContent2.xml │   │   │   │   │   └── whatsnewExtensionContent3.xml │   │   │   │   ├── introData.xml │   │   │   │   ├── intro-eclipse.png │   │   │   │   ├── LegacyIDE.e4xmi │   │   │   │   ├── macosx_narrow_book.css │   │   │   │   ├── META-INF │   │   │   │   │   ├── eclipse.inf │   │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   │   └── MANIFEST.MF │   │   │   │   ├── narrow_book.css │   │   │   │   ├── platform.jar │   │   │   │   ├── plugin_customization.ini │   │   │   │   ├── plugin_customization.properties │   │   │   │   ├── plugin.properties │   │   │   │   ├── plugin.xml │   │   │   │   └── splash.bmp │   │   │   ├── org.eclipse.rcp_4.2.1.v201302041200.jar │   │   │   ├── org.eclipse.search_3.8.0.v20120523-1540.jar │   │   │   ├── org.eclipse.swt_3.100.1.v4236b.jar │   │   │   ├── org.eclipse.swt.gtk.linux.x86_64_3.100.1.v4236b.jar │   │   │   ├── org.eclipse.text_3.5.200.v20120523-1310.jar │   │   │   ├── org.eclipse.ui_3.104.0.v20121024-145224.jar │   │   │   ├── org.eclipse.ui.browser_3.4.2.v20130123-162658.jar │   │   │   ├── org.eclipse.ui.console_3.5.100.v20120521-2012.jar │   │   │   ├── org.eclipse.ui.editors_3.8.0.v20120523-1540.jar │   │   │   ├── org.eclipse.ui.externaltools_3.2.100.v20120530-1753.jar │   │   │   ├── org.eclipse.ui.forms_3.5.200.v20120705-114351.jar │   │   │   ├── org.eclipse.ui.ide_3.8.2.v20121106-165923.jar │   │   │   ├── org.eclipse.ui.ide.application_1.0.400.v20120523-1955.jar │   │   │   ├── org.eclipse.ui.intro.universal_3.2.600.v20120912-155524 │   │   │   │   ├── about.html │   │   │   │   ├── icons │   │   │   │   │   ├── full │   │   │   │   │   │   ├── elcl16 │   │   │   │   │   │   │   └── configure.gif │   │   │   │   │   │   └── obj16 │   │   │   │   │   │   ├── extension_obj.gif │   │   │   │   │   │   ├── icallout_obj.gif │   │   │   │   │   │   ├── ihigh_obj.gif │   │   │   │   │   │   ├── ilow_obj.gif │   │   │   │   │   │   ├── image_obj.gif │   │   │   │   │   │   └── inew_obj.gif │   │   │   │   │   └── welcome16.gif │   │   │   │   ├── introContent.xml │   │   │   │   ├── META-INF │   │   │   │   │   ├── eclipse.inf │   │   │   │   │   ├── ECLIPSE_.RSA │   │   │   │   │   ├── ECLIPSE_.SF │   │   │   │   │   └── MANIFEST.MF │   │   │   │   ├── plugin.properties │   │   │   │   ├── plugin.xml │   │   │   │   ├── themes │   │   │   │   │   ├── circles │   │   │   │   │   │   ├── graphics │   │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   │   ├── fs_banner.jpg │   │   │   │   │   │   │   │   ├── mi_banner.jpg │   │   │   │   │   │   │   │   ├── ov_banner.jpg │   │   │   │   │   │   │   │   ├── sa_banner.jpg │   │   │   │   │   │   │   │   ├── tu_banner.jpg │   │   │   │   │   │   │   │   ├── wn_banner.jpg │   │   │   │   │   │   │   │   └── wr_banner.jpg │   │   │   │   │   │   │   ├── icons │   │   │   │   │   │   │   │   ├── ctool │   │   │   │   │   │   │   │   │   ├── arrow_rtl.gif │   │   │   │   │   │   │   │   │   ├── content_nav_bar.gif │   │   │   │   │   │   │   │   │   ├── cpt_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── cpt_midhov.gif │   │   │   │   │   │   │   │   │   ├── firststeps.gif │   │   │   │   │   │   │   │   │   ├── firststeps.png │   │   │   │   │   │   │   │   │   ├── firststeps_tophov.gif │   │   │   │   │   │   │   │   │   ├── fs_nav_32.gif │   │   │   │   │   │   │   │   │   ├── fs_nav_64.gif │   │   │   │   │   │   │   │   │   ├── fs_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── fs_nav.png │   │   │   │   │   │   │   │   │   ├── migrate.gif │   │   │   │   │   │   │   │   │   ├── migrate.png │   │   │   │   │   │   │   │   │   ├── migrate_tophov.gif │   │   │   │   │   │   │   │   │   ├── mi_nav_32.gif │   │   │   │   │   │   │   │   │   ├── mi_nav_64.gif │   │   │   │   │   │   │   │   │   ├── mi_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── mi_nav.png │   │   │   │   │   │   │   │   │   ├── nav_midhov.gif │   │   │   │   │   │   │   │   │   ├── nav_rightedgehov.gif │   │   │   │   │   │   │   │   │   ├── overview_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── overview.gif │   │   │   │   │   │   │   │   │   ├── overview_midhov.gif │   │   │   │   │   │   │   │   │   ├── overview.png │   │   │   │   │   │   │   │   │   ├── overview_tophov.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_32.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_64.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── ov_nav_midhov.gif │   │   │   │   │   │   │   │   │   ├── ov_nav.png │   │   │   │   │   │   │   │   │   ├── ov_nav_rightedgehov.gif │   │   │   │   │   │   │   │   │   ├── root_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── root_midhov2.gif │   │   │   │   │   │   │   │   │   ├── root_midhov.gif │   │   │   │   │   │   │   │   │   ├── samples.gif │   │   │   │   │   │   │   │   │   ├── samples.png │   │   │   │   │   │   │   │   │   ├── samples_tophov.gif │   │   │   │   │   │   │   │   │   ├── sa_nav_32.gif │   │   │   │   │   │   │   │   │   ├── sa_nav_64.gif │   │   │   │   │   │   │   │   │   ├── sa_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── sa_nav.png │   │   │   │   │   │   │   │   │   ├── sa_onesample48.gif │   │   │   │   │   │   │   │   │   ├── tu_nav_32.gif │   │   │   │   │   │   │   │   │   ├── tu_nav_64.gif │   │   │   │   │   │   │   │   │   ├── tu_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── tu_nav.png │   │   │   │   │   │   │   │   │   ├── tutorials.gif │   │   │   │   │   │   │   │   │   ├── tutorials.png │   │   │   │   │   │   │   │   │   ├── tutorials_tophov.gif │   │   │   │   │   │   │   │   │   ├── wb_nav_32.gif │   │   │   │   │   │   │   │   │   ├── wb_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── wb_nav.png │   │   │   │   │   │   │   │   │   ├── webresources.gif │   │   │   │   │   │   │   │   │   ├── webresources.png │   │   │   │   │   │   │   │   │   ├── webresources_tophov.gif │   │   │   │   │   │   │   │   │   ├── whatsnew.gif │   │   │   │   │   │   │   │   │   ├── whatsnew.png │   │   │   │   │   │   │   │   │   ├── whatsnew_tophov.gif │   │   │   │   │   │   │   │   │   ├── wn_nav_32.gif │   │   │   │   │   │   │   │   │   ├── wn_nav_64.gif │   │   │   │   │   │   │   │   │   ├── wn_nav_hover.gif │   │   │   │   │   │   │   │   │   ├── wn_nav.png │   │   │   │   │   │   │   │   │   ├── workbench_bottomhov.gif │   │   │   │   │   │   │   │   │   ├── workbench.gif │   │   │   │   │   │   │   │   │   ├── workbench_midhov.gif │   │   │   │   │   │   │   │   │   ├── workbench.png │   │   │   │   │   │   │   │   │   ├── workbench_tophov.gif │   │   │   │   │   │   │   │   │   ├── wr_nav_32.gif │   │   │   │   │   │   │   │   │   ├── wr_nav_64.gif │   │   │   │   │   │   │   │   │   ├── wr_nav_hover.gif │   │   │   │   │   │   │   │   │   └── wr_nav.png │   │   │   │   │   │   │   │   └── obj48 │   │   │   │   │   │   │   │   ├── newhov_obj.gif │   │   │   │   │   │   │   │   └── new_obj.gif │   │   │   │   │   │   │   ├── launchbar │   │   │   │   │   │   │   │   ├── firststeps16.png │   │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   │   ├── overview16.png │   │   │   │   │   │   │   │   ├── samples16.png │   │   │   │   │   │   │   │   ├── tutorials16.png │   │   │   │   │   │   │   │   ├── webresources16.png │   │   │   │   │   │   │   │   └── whatsnew16.png │   │   │   │   │   │   │   ├── rootpage │   │   │   │   │   │   │   │   └── welcomebckgrd.jpg │   │   │   │   │   │   │   └── standby │   │   │   │   │   │   │   ├── fs_standby.gif │   │   │   │   │   │   │   ├── fs_standbyhov.gif │   │   │   │   │   │   │   ├── mi_standby.gif │   │   │   │   │   │   │   ├── mi_standbyhov.gif │   │   │   │   │   │   │   ├── ov_standby.gif │   │   │   │   │   │   │   ├── ov_standbyhov.gif │   │   │   │   │   │   │   ├── sa_standby.gif │   │   │   │   │   │   │   ├── sa_standbyhov.gif │   │   │   │   │   │   │   ├── tu_standby.gif │   │   │   │   │   │   │   ├── tu_standbyhov.gif │   │   │   │   │   │   │   ├── wb_standby.gif │   │   │   │   │   │   │   ├── wb_standbyhov.gif │   │   │   │   │   │   │   ├── wn_standby.gif │   │   │   │   │   │   │   ├── wn_standbyhov.gif │   │   │   │   │   │   │   ├── wr_standby.gif │   │   │   │   │   │   │   └── wr_standbyhov.gif │   │   │   │   │   │   ├── html │   │   │   │   │   │   │   ├── firststeps.css │   │   │   │   │   │   │   ├── font-absolute.css │   │   │   │   │   │   │   ├── font-relative.css │   │   │   │   │   │   │   ├── ltr.css │   │   │   │   │   │   │   ├── migrate.css │   │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   │   ├── root.css │   │   │   │   │   │   │   ├── rtl.css │   │   │   │   │   │   │   ├── samples.css │   │   │   │   │   │   │   ├── shared.css │   │   │   │   │   │   │   ├── standby.css │   │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   │   ├── webresources.css │   │   │   │   │   │   │   └── whatsnew.css │   │   │   │   │   │   ├── preview.png │   │   │   │   │   │   └── swt │   │   │   │   │   │   ├── firststeps.properties │   │   │   │   │   │   ├── migrate.properties │   │   │   │   │   │   ├── overview.properties │   │   │   │   │   │   ├── root.properties │   │   │   │   │   │   ├── samples.properties │   │   │   │   │   │   ├── standby.properties │   │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   │   ├── webresources.properties │   │   │   │   │   │   └── whatsnew.properties │   │   │   │   │   ├── purpleMesh │   │   │   │   │   │   ├── graphics │   │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   │   ├── backgroundcurve.gif │   │   │   │   │   │   │   │   ├── background.jpg │   │   │   │   │   │   │   │   ├── firsteps_wtr.jpg │   │   │   │   │   │   │   │   ├── migrate_wtr.jpg │   │   │   │   │   │   │   │   ├── overview_wtr.jpg │   │   │   │   │   │   │   │   ├── samples_wtr.jpg │   │   │   │   │   │   │   │   ├── section1.gif │   │   │   │   │   │   │   │   ├── section2.gif │   │   │   │   │   │   │   │   ├── section3.gif │   │   │   │   │   │   │   │   ├── section4.gif │   │   │   │   │   │   │   │   ├── tutorials_wtr.jpg │   │   │   │   │   │   │   │   ├── webrsrc_wtr.jpg │   │   │   │   │   │   │   │   └── whatsnew_wtr.jpg │   │   │   │   │   │   │   ├── icons │   │   │   │   │   │   │   │   ├── ctool │   │   │   │   │   │   │   │   │   ├── back.gif │   │   │   │   │   │   │   │   │   ├── firsteps16.png │   │   │   │   │   │   │   │   │   ├── firsteps48.gif │   │   │   │   │   │   │   │   │   ├── firsteps48sel.gif │   │   │   │   │   │   │   │   │   ├── firsteps72.gif │   │   │   │   │   │   │   │   │   ├── forward.gif │   │   │   │   │   │   │   │   │   ├── home.gif │   │   │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   │   │   ├── migrate48.gif │   │   │   │   │   │   │   │   │   ├── migrate48sel.gif │   │   │   │   │   │   │   │   │   ├── migrate72.gif │   │   │   │   │   │   │   │   │   ├── overview16.png │   │   │   │   │   │   │   │   │   ├── overview48.gif │   │   │   │   │   │   │   │   │   ├── overview48sel.gif │   │   │   │   │   │   │   │   │   ├── overview72.gif │   │   │   │   │   │   │   │   │   ├── samples16.png │   │   │   │   │   │   │   │   │   ├── samples48.gif │   │   │   │   │   │   │   │   │   ├── samples48sel.gif │   │   │   │   │   │   │   │   │   ├── samples72.gif │   │   │   │   │   │   │   │   │   ├── tutorials16.png │   │   │   │   │   │   │   │   │   ├── tutorials48.gif │   │   │   │   │   │   │   │   │   ├── tutorials48sel.gif │   │   │   │   │   │   │   │   │   ├── tutorials72.gif │   │   │   │   │   │   │   │   │   ├── wb16.png │   │   │   │   │   │   │   │   │   ├── wb48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc16.png │   │   │   │   │   │   │   │   │   ├── webrsrc48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc48sel.gif │   │   │   │   │   │   │   │   │   ├── webrsrc72.gif │   │   │   │   │   │   │   │   │   ├── whatsnew16.png │   │   │   │   │   │   │   │   │   ├── whatsnew48.gif │   │   │   │   │   │   │   │   │   ├── whatsnew48sel.gif │   │   │   │   │   │   │   │   │   └── whatsnew72.gif │   │   │   │   │   │   │   │   ├── dtool │   │   │   │   │   │   │   │   │   ├── back.gif │   │   │   │   │   │   │   │   │   └── forward.gif │   │   │   │   │   │   │   │   ├── etool │   │   │   │   │   │   │   │   │   ├── back.gif │   │   │   │   │   │   │   │   │   ├── firsteps48.gif │   │   │   │   │   │   │   │   │   ├── firsteps48sel.gif │   │   │   │   │   │   │   │   │   ├── firsteps72.gif │   │   │   │   │   │   │   │   │   ├── forward.gif │   │   │   │   │   │   │   │   │   ├── home.gif │   │   │   │   │   │   │   │   │   ├── migrate48.gif │   │   │   │   │   │   │   │   │   ├── migrate48sel.gif │   │   │   │   │   │   │   │   │   ├── migrate72.gif │   │   │   │   │   │   │   │   │   ├── overview48.gif │   │   │   │   │   │   │   │   │   ├── overview48sel.gif │   │   │   │   │   │   │   │   │   ├── overview72.gif │   │   │   │   │   │   │   │   │   ├── samples48.gif │   │   │   │   │   │   │   │   │   ├── samples48sel.gif │   │   │   │   │   │   │   │   │   ├── samples72.gif │   │   │   │   │   │   │   │   │   ├── tutorials48.gif │   │   │   │   │   │   │   │   │   ├── tutorials48sel.gif │   │   │   │   │   │   │   │   │   ├── tutorials72.gif │   │   │   │   │   │   │   │   │   ├── wb48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc48.gif │   │   │   │   │   │   │   │   │   ├── webrsrc48sel.gif │   │   │   │   │   │   │   │   │   ├── webrsrc72.gif │   │   │   │   │   │   │   │   │   ├── whatsnew48.gif │   │   │   │   │   │   │   │   │   ├── whatsnew48sel.gif │   │   │   │   │   │   │   │   │   └── whatsnew72.gif │   │   │   │   │   │   │   │   └── obj48 │   │   │   │   │   │   │   │   ├── newhov_obj.gif │   │   │   │   │   │   │   │   └── new_obj.gif │   │   │   │   │   │   │   ├── launchbar │   │   │   │   │   │   │   │   ├── firststeps16.png │   │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   │   ├── overview.gif │   │   │   │   │   │   │   │   ├── samples.gif │   │   │   │   │   │   │   │   ├── tutorials.gif │   │   │   │   │   │   │   │   ├── webresources16.png │   │   │   │   │   │   │   │   └── whatsnew.gif │   │   │   │   │   │   │   ├── root │   │   │   │   │   │   │   │   ├── background.jpg │   │   │   │   │   │   │   │   ├── brandmark.gif │   │   │   │   │   │   │   │   └── dots.gif │   │   │   │   │   │   │   └── swt │   │   │   │   │   │   │   └── form_banner.gif │   │   │   │   │   │   ├── html │   │   │   │   │   │   │   ├── firststeps.css │   │   │   │   │   │   │   ├── font-absolute.css │   │   │   │   │   │   │   ├── font-relative.css │   │   │   │   │   │   │   ├── ltr.css │   │   │   │   │   │   │   ├── migrate.css │   │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   │   ├── root.css │   │   │   │   │   │   │   ├── rtl.css │   │   │   │   │   │   │   ├── samples.css │   │   │   │   │   │   │   ├── shared.css │   │   │   │   │   │   │   ├── standby.css │   │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   │   ├── webresources.css │   │   │   │   │   │   │   └── whatsnew.css │   │   │   │   │   │   ├── preview.png │   │   │   │   │   │   └── swt │   │   │   │   │   │   ├── firststeps.properties │   │   │   │   │   │   ├── migrate.properties │   │   │   │   │   │   ├── overview.properties │   │   │   │   │   │   ├── root.properties │   │   │   │   │   │   ├── samples.properties │   │   │   │   │   │   ├── standby.properties │   │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   │   ├── webresources.properties │   │   │   │   │   │   └── whatsnew.properties │   │   │   │   │   ├── shared │   │   │   │   │   │   ├── graphics │   │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   │   ├── grey_callout.gif │   │   │   │   │   │   │   │   ├── ov_high.gif │   │   │   │   │   │   │   │   ├── ov_med.gif │   │   │   │   │   │   │   │   ├── tu-sa_high.gif │   │   │   │   │   │   │   │   ├── tu-sa_med.gif │   │   │   │   │   │   │   │   ├── wn-fs_high.gif │   │   │   │   │   │   │   │   ├── wn-fs_med.gif │   │   │   │   │   │   │   │   ├── wr-mi_high.gif │   │   │   │   │   │   │   │   └── wr-mi_med.gif │   │   │   │   │   │   │   └── icons │   │   │   │   │   │   │   └── ctool │   │   │   │   │   │   │   ├── arrow.gif │   │   │   │   │   │   │   ├── arrow_rtl.gif │   │   │   │   │   │   │   ├── widget_closed.gif │   │   │   │   │   │   │   ├── widget_closed_hov.gif │   │   │   │   │   │   │   ├── widget_closed_hov_rtl.gif │   │   │   │   │   │   │   ├── widget_closed_rtl.gif │   │   │   │   │   │   │   ├── widget_open.gif │   │   │   │   │   │   │   └── widget_open_hov.gif │   │   │   │   │   │   └── html │   │   │   │   │   │   └── shared.css │   │   │   │   │   └── slate │   │   │   │   │   ├── graphics │   │   │   │   │   │   ├── contentpage │   │   │   │   │   │   │   ├── banner_extension.jpg │   │   │   │   │   │   │   ├── fs_banner.jpg │   │   │   │   │   │   │   ├── mi_banner.jpg │   │   │   │   │   │   │   ├── ov_banner.jpg │   │   │   │   │   │   │   ├── sa_banner.jpg │   │   │   │   │   │   │   ├── tu_banner.jpg │   │   │   │   │   │   │   ├── wn_banner.jpg │   │   │   │   │   │   │   └── wr_banner.jpg │   │   │   │   │   │   ├── icons │   │   │   │   │   │   │   └── ctool │   │   │   │   │   │   │   ├── arrow_rtl.gif │   │   │   │   │   │   │   ├── firststeps.png │   │   │   │   │   │   │   ├── firststeps-select.gif │   │   │   │   │   │   │   ├── firststeps-select.png │   │   │   │   │   │   │   ├── fs_nav_32.gif │   │   │   │   │   │   │   ├── fs_nav.png │   │   │   │   │   │   │   ├── migrate.png │   │   │   │   │   │   │   ├── migrate-select.gif │   │   │   │   │   │   │   ├── migrate-select.png │   │   │   │   │   │   │   ├── mi_nav_32.gif │   │   │   │   │   │   │   ├── mi_nav.png │   │   │   │   │   │   │   ├── overview.png │   │   │   │   │   │   │   ├── overview-select.gif │   │   │   │   │   │   │   ├── overview-select.png │   │   │   │   │   │   │   ├── ov_nav_32.gif │   │   │   │   │   │   │   ├── ov_nav.png │   │   │   │   │   │   │   ├── samples.png │   │   │   │   │   │   │   ├── samples-select.gif │   │   │   │   │   │   │   ├── samples-select.png │   │   │   │   │   │   │   ├── sa_nav_32.gif │   │   │   │   │   │   │   ├── sa_nav.png │   │   │   │   │   │   │   ├── tu_nav_32.gif │   │   │   │   │   │   │   ├── tu_nav.png │   │   │   │   │   │   │   ├── tutorials.png │   │   │   │   │   │   │   ├── tutorials-select.gif │   │   │   │   │   │   │   ├── tutorials-select.png │   │   │   │   │   │   │   ├── wb_nav_32.gif │   │   │   │   │   │   │   ├── wb_nav.png │   │   │   │   │   │   │   ├── webresources.png │   │   │   │   │   │   │   ├── webresources-select.gif │   │   │   │   │   │   │   ├── webresources-select.png │   │   │   │   │   │   │   ├── whatsnew.png │   │   │   │   │   │   │   ├── whatsnew-select.gif │   │   │   │   │   │   │   ├── whatsnew-select.png │   │   │   │   │   │   │   ├── wn_nav_32.gif │   │   │   │   │   │   │   ├── wn_nav.png │   │   │   │   │   │   │   ├── workbench.png │   │   │   │   │   │   │   ├── wr_nav_32.gif │   │   │   │   │   │   │   └── wr_nav.png │   │   │   │   │   │   ├── launchbar │   │   │   │   │   │   │   ├── firststeps16.png │   │   │   │   │   │   │   ├── migrate16.png │   │   │   │   │   │   │   ├── overview16.png │   │   │   │   │   │   │   ├── samples16.png │   │   │   │   │   │   │   ├── tutorials16.png │   │   │   │   │   │   │   ├── webresources16.png │   │   │   │   │   │   │   └── whatsnew16.png │   │   │   │   │   │   ├── rootpage │   │   │   │   │   │   │   ├── background.jpg │   │   │   │   │   │   │   ├── firststeps48.gif │   │   │   │   │   │   │   ├── firststeps48_hov.gif │   │   │   │   │   │   │   ├── firststeps48_hov.png │   │   │   │   │   │   │   ├── firststeps48.png │   │   │   │   │   │   │   ├── migrate48.gif │   │   │   │   │   │   │   ├── migrate48_hov.gif │   │   │   │   │   │   │   ├── migrate48_hov.png │   │   │   │   │   │   │   ├── migrate48.png │   │   │   │   │   │   │   ├── overview48.gif │   │   │   │   │   │   │   ├── overview48_hov.gif │   │   │   │   │   │   │   ├── overview48_hov.png │   │   │   │   │   │   │   ├── overview48.png │   │   │   │   │   │   │   ├── root_banner.jpg │   │   │   │   │   │   │   ├── root_banner_logo.jpg │   │   │   │   │   │   │   ├── samples48.gif │   │   │   │   │   │   │   ├── samples48_hov.gif │   │   │   │   │   │   │   ├── samples48_hov.png │   │   │   │   │   │   │   ├── samples48.png │   │   │   │   │   │   │   ├── tutorials48.gif │   │   │   │   │   │   │   ├── tutorials48_hov.gif │   │   │   │   │   │   │   ├── tutorials48_hov.png │   │   │   │   │   │   │   ├── tutorials48.png │   │   │   │   │   │   │   ├── webresources48.gif │   │   │   │   │   │   │   ├── webresources48_hov.gif │   │   │   │   │   │   │   ├── webresources48_hov.png │   │   │   │   │   │   │   ├── webresources48.png │   │   │   │   │   │   │   ├── whatsnew48.gif │   │   │   │   │   │   │   ├── whatsnew48_hov.gif │   │   │   │   │   │   │   ├── whatsnew48_hov.png │   │   │   │   │   │   │   ├── whatsnew48.png │   │   │   │   │   │   │   ├── workbench48.gif │   │   │   │   │   │   │   ├── workbench48_hov.gif │   │   │   │   │   │   │   ├── workbench48_hov.png │   │   │   │   │   │   │   └── workbench48.png │   │   │   │   │   │   └── standby │   │   │   │   │   │   ├── fs_standby.gif │   │   │   │   │   │   ├── fs_standbyhov.gif │   │   │   │   │   │   ├── mi_standby.gif │   │   │   │   │   │   ├── mi_standbyhov.gif │   │   │   │   │   │   ├── ov_standby.gif │   │   │   │   │   │   ├── ov_standbyhov.gif │   │   │   │   │   │   ├── sa_standby.gif │   │   │   │   │   │   ├── sa_standbyhov.gif │   │   │   │   │   │   ├── tu_standby.gif │   │   │   │   │   │   ├── tu_standbyhov.gif │   │   │   │   │   │   ├── wb_standby.gif │   │   │   │   │   │   ├── wb_standbyhov.gif │   │   │   │   │   │   ├── wn_standby.gif │   │   │   │   │   │   ├── wn_standbyhov.gif │   │   │   │   │   │   ├── wr_standby.gif │   │   │   │   │   │   └── wr_standbyhov.gif │   │   │   │   │   ├── html │   │   │   │   │   │   ├── firststeps.css │   │   │   │   │   │   ├── font-absolute.css │   │   │   │   │   │   ├── font-relative.css │   │   │   │   │   │   ├── ltr.css │   │   │   │   │   │   ├── migrate.css │   │   │   │   │   │   ├── overview.css │   │   │   │   │   │   ├── root.css │   │   │   │   │   │   ├── rtl.css │   │   │   │   │   │   ├── samples.css │   │   │   │   │   │   ├── shared.css │   │   │   │   │   │   ├── standby.css │   │   │   │   │   │   ├── tutorials.css │   │   │   │   │   │   ├── webresources.css │   │   │   │   │   │   └── whatsnew.css │   │   │   │   │   ├── preview.png │   │   │   │   │   └── swt │   │   │   │   │   ├── firststeps.properties │   │   │   │   │   ├── migrate.properties │   │   │   │   │   ├── overview.properties │   │   │   │   │   ├── root.properties │   │   │   │   │   ├── samples.properties │   │   │   │   │   ├── standby.properties │   │   │   │   │   ├── tutorials.properties │   │   │   │   │   ├── webresources.properties │   │   │   │   │   └── whatsnew.properties │   │   │   │   └── universal.jar │   │   │   ├── org.eclipse.ui.navigator_3.5.200.v20120705-114103.jar │   │   │   ├── org.eclipse.ui.navigator.resources_3.4.400.v20120705-114010.jar │   │   │   ├── org.eclipse.ui.net_1.2.101.v20120914-093638.jar │   │   │   ├── org.eclipse.ui.views_3.6.100.v20120705-114010.jar │   │   │   ├── org.eclipse.ui.views.properties.tabbed_3.5.300.v20120912-132807.jar │   │   │   ├── org.eclipse.ui.workbench_3.104.0.v20130204-164612.jar │   │   │   ├── org.eclipse.ui.workbench.texteditor_3.8.0.v20120523-1310.jar │   │   │   ├── org.eclipse.update.configurator_3.3.200.v20120912-144026.jar │   │   │   ├── org.sat4j.core_2.3.0.v20110329.jar │   │   │   ├── org.sat4j.pb_2.3.0.v20110329.jar │   │   │   ├── org.w3c.css.sac_1.3.1.v200903091627.jar │   │   │   ├── org.w3c.dom.smil_1.0.0.v200806040011.jar │   │   │   └── org.w3c.dom.svg_1.1.0.v201011041433.jar │   │   └── readme │   │   └── readme_eclipse.html │   ├── monkeyrunner.jar │   ├── ninepatch.jar │   ├── org-eclipse-core-commands-3.6.0.jar │   ├── org-eclipse-equinox-common-3.6.0.jar │   ├── org-eclipse-jface-3.6.2.jar │   ├── osgi-4.0.0.jar │   ├── pc-bios │   │   ├── bios-256k.bin │   │   ├── bios.bin │   │   ├── efi-virtio.rom │   │   ├── kvmvapic.bin │   │   ├── linuxboot.bin │   │   └── vgabios-cirrus.bin │   ├── plugin.prop │   ├── proguard-project.txt │   ├── repository-25.3.0-dev.jar │   ├── rule-api.jar │   ├── screenshot2.jar │   ├── sdk-common.jar │   ├── sdklib-25.3.0-dev.jar │   ├── sdklib.jar │   ├── sdkmanager.jar │   ├── sdkstats.jar │   ├── sdkuilib.jar │   ├── swtmenubar.jar │   ├── traceview.jar │   ├── uiautomatorviewer.jar │   ├── uibuild.template │   ├── x86 │   │   └── swt.jar │   └── x86_64 │   └── swt.jar ├── lib64 │   ├── gles_mesa │   │   ├── libGL.so │   │   └── libGL.so.1 │   ├── gles_swiftshader │   │   ├── libEGL.so │   │   ├── libGLES_CM.so │   │   └── libGLESv2.so │   ├── lib64EGL_translator.so │   ├── lib64emugl_test_shared_library.so │   ├── lib64GLES_CM_translator.so │   ├── lib64GLES_V2_translator.so │   ├── lib64OpenglRender.so │   ├── libstdc++ │   │   ├── libstdc++.so.6 │   │   └── libstdc++.so.6.0.18 │   └── qt │   ├── lib │   │   ├── libQt5Concurrent.so │   │   ├── libQt5Concurrent.so.5 │   │   ├── libQt5Concurrent.so.5.5 │   │   ├── libQt5Concurrent.so.5.5.0 │   │   ├── libQt5Core.so │   │   ├── libQt5Core.so.5 │   │   ├── libQt5Core.so.5.5 │   │   ├── libQt5Core.so.5.5.0 │   │   ├── libQt5DBus.so │   │   ├── libQt5DBus.so.5 │   │   ├── libQt5DBus.so.5.5 │   │   ├── libQt5DBus.so.5.5.0 │   │   ├── libQt5Gui.so │   │   ├── libQt5Gui.so.5 │   │   ├── libQt5Gui.so.5.5 │   │   ├── libQt5Gui.so.5.5.0 │   │   ├── libQt5Network.so │   │   ├── libQt5Network.so.5 │   │   ├── libQt5Network.so.5.5 │   │   ├── libQt5Network.so.5.5.0 │   │   ├── libQt5OpenGL.so │   │   ├── libQt5OpenGL.so.5 │   │   ├── libQt5OpenGL.so.5.5 │   │   ├── libQt5OpenGL.so.5.5.0 │   │   ├── libQt5PrintSupport.so │   │   ├── libQt5PrintSupport.so.5 │   │   ├── libQt5PrintSupport.so.5.5 │   │   ├── libQt5PrintSupport.so.5.5.0 │   │   ├── libQt5Sql.so │   │   ├── libQt5Sql.so.5 │   │   ├── libQt5Sql.so.5.5 │   │   ├── libQt5Sql.so.5.5.0 │   │   ├── libQt5Svg.so │   │   ├── libQt5Svg.so.5 │   │   ├── libQt5Svg.so.5.5 │   │   ├── libQt5Svg.so.5.5.0 │   │   ├── libQt5Test.so │   │   ├── libQt5Test.so.5 │   │   ├── libQt5Test.so.5.5 │   │   ├── libQt5Test.so.5.5.0 │   │   ├── libQt5Widgets.so │   │   ├── libQt5Widgets.so.5 │   │   ├── libQt5Widgets.so.5.5 │   │   ├── libQt5Widgets.so.5.5.0 │   │   ├── libQt5XcbQpa.so │   │   ├── libQt5XcbQpa.so.5 │   │   ├── libQt5XcbQpa.so.5.5 │   │   ├── libQt5XcbQpa.so.5.5.0 │   │   ├── libQt5Xml.so │   │   ├── libQt5Xml.so.5 │   │   ├── libQt5Xml.so.5.5 │   │   └── libQt5Xml.so.5.5.0 │   └── plugins │   ├── bearer │   │   ├── libqconnmanbearer.so │   │   ├── libqgenericbearer.so │   │   └── libqnmbearer.so │   ├── generic │   │   ├── libqevdevkeyboardplugin.so │   │   ├── libqevdevmouseplugin.so │   │   ├── libqevdevtabletplugin.so │   │   ├── libqevdevtouchplugin.so │   │   └── libqtuiotouchplugin.so │   ├── iconengines │   │   └── libqsvgicon.so │   ├── imageformats │   │   ├── libqgif.so │   │   ├── libqico.so │   │   ├── libqjpeg.so │   │   └── libqsvg.so │   ├── platforminputcontexts │   │   ├── libcomposeplatforminputcontextplugin.so │   │   └── libibusplatforminputcontextplugin.so │   ├── platforms │   │   ├── libqlinuxfb.so │   │   ├── libqminimal.so │   │   ├── libqoffscreen.so │   │   └── libqxcb.so │   └── sqldrivers │   └── libqsqlite.so ├── lint ├── mksdcard ├── monitor ├── monkeyrunner ├── NOTICE.txt ├── proguard │   ├── ant │   │   └── task.properties │   ├── bin │   │   ├── proguardgui.sh │   │   ├── proguard.sh │   │   └── retrace.sh │   ├── docs │   │   ├── acknowledgements.html │   │   ├── alternatives.html │   │   ├── checkmark.gif │   │   ├── downloads.html │   │   ├── drop1.gif │   │   ├── drop2.gif │   │   ├── drop3.gif │   │   ├── FAQ.html │   │   ├── favicon.ico │   │   ├── feedback.html │   │   ├── GPL_exception.html │   │   ├── GPL.html │   │   ├── index.html │   │   ├── license.html │   │   ├── main.html │   │   ├── manual │   │   │   ├── ant.html │   │   │   ├── attention.gif │   │   │   ├── examples.html │   │   │   ├── gui.html │   │   │   ├── index.html │   │   │   ├── introduction.html │   │   │   ├── limitations.html │   │   │   ├── optimizations.html │   │   │   ├── refcard.html │   │   │   ├── retrace │   │   │   │   ├── examples.html │   │   │   │   ├── index.html │   │   │   │   ├── introduction.html │   │   │   │   └── usage.html │   │   │   ├── sections.html │   │   │   ├── style.css │   │   │   ├── troubleshooting.html │   │   │   ├── usage.html │   │   │   └── wtk.html │   │   ├── quality.html │   │   ├── results.html │   │   ├── saikoalogo.png │   │   ├── screenshot_console.gif │   │   ├── screenshot_console_small.gif │   │   ├── screenshot_gui1.gif │   │   ├── screenshot_gui2.gif │   │   ├── screenshot_gui3.gif │   │   ├── screenshot_gui4.gif │   │   ├── screenshot_gui5.gif │   │   ├── screenshot_gui6.gif │   │   ├── screenshot_gui7.gif │   │   ├── screenshot_gui8.gif │   │   ├── screenshots_gui_small.gif │   │   ├── screenshots.html │   │   ├── sections.html │   │   ├── sflogo.png │   │   ├── steel.gif │   │   ├── style.css │   │   ├── testimonials.html │   │   ├── title.gif │   │   └── title.html │   ├── examples │   │   ├── android.pro │   │   ├── annotations │   │   │   ├── examples │   │   │   │   ├── Applet.java │   │   │   │   ├── Application.java │   │   │   │   ├── Bean.java │   │   │   │   └── NativeCallBack.java │   │   │   ├── examples.pro │   │   │   ├── lib │   │   │   │   ├── annotations.jar │   │   │   │   └── annotations.pro │   │   │   └── src │   │   │   └── proguard │   │   │   └── annotation │   │   │   ├── KeepApplication.java │   │   │   ├── KeepClassMemberNames.java │   │   │   ├── KeepClassMembers.java │   │   │   ├── KeepGettersSetters.java │   │   │   ├── KeepImplementations.java │   │   │   ├── Keep.java │   │   │   ├── KeepName.java │   │   │   ├── KeepPublicClassMemberNames.java │   │   │   ├── KeepPublicClassMembers.java │   │   │   ├── KeepPublicGettersSetters.java │   │   │   ├── KeepPublicImplementations.java │   │   │   ├── KeepPublicProtectedClassMemberNames.java │   │   │   └── KeepPublicProtectedClassMembers.java │   │   ├── ant │   │   │   ├── android-8.xml │   │   │   ├── applets.xml │   │   │   ├── applications1.xml │   │   │   ├── applications2.xml │   │   │   ├── applications3.xml │   │   │   ├── library.xml │   │   │   ├── midlets.xml │   │   │   ├── proguard.xml │   │   │   └── servlets.xml │   │   ├── applets.pro │   │   ├── applications.pro │   │   ├── dictionaries │   │   │   ├── compact.txt │   │   │   ├── keywords.txt │   │   │   ├── shakespeare.txt │   │   │   └── windows.txt │   │   ├── library.pro │   │   ├── midlets.pro │   │   ├── proguardall.pro │   │   ├── proguardgui.pro │   │   ├── proguard.pro │   │   ├── retrace.pro │   │   ├── scala.pro │   │   └── servlets.pro │   ├── lib │   │   ├── proguardgui.jar │   │   ├── proguard.jar │   │   └── retrace.jar │   ├── license.html │   ├── proguard-android-optimize.txt │   ├── proguard-android.txt │   ├── proguard-project.txt │   └── README ├── qemu │   └── linux-x86_64 │   ├── qemu-system-aarch64 │   ├── qemu-system-armel │   ├── qemu-system-i386 │   ├── qemu-system-mips64el │   ├── qemu-system-mipsel │   └── qemu-system-x86_64 ├── screenshot2 ├── source.properties ├── support │   ├── annotations.jar │   ├── typos-de.txt │   ├── typos-en.txt │   ├── typos-es.txt │   ├── typos-hu.txt │   ├── typos-it.txt │   ├── typos-nb.txt │   ├── typos-pt.txt │   └── typos-tr.txt ├── templates │   ├── activities │   │   ├── BlankActivity │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   └── activity_simple.xml.ftl │   │   │   │   │   ├── menu │   │   │   │   │   │   └── main.xml.ftl │   │   │   │   │   ├── values │   │   │   │   │   │   ├── dimens.xml.ftl │   │   │   │   │   │   └── strings.xml.ftl │   │   │   │   │   └── values-w820dp │   │   │   │   │   └── dimens.xml │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── SimpleActivity.java.ftl │   │   │   ├── template_blank_activity.png │   │   │   └── template.xml │   │   ├── BlankActivityWithFragment │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   ├── activity_fragment_container.xml.ftl │   │   │   │   │   │   └── fragment_simple.xml.ftl │   │   │   │   │   ├── menu │   │   │   │   │   │   └── main.xml.ftl │   │   │   │   │   ├── values │   │   │   │   │   │   ├── dimens.xml.ftl │   │   │   │   │   │   └── strings.xml.ftl │   │   │   │   │   └── values-w820dp │   │   │   │   │   └── dimens.xml │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── include_fragment.java.ftl │   │   │   │   ├── include_options_menu.java.ftl │   │   │   │   └── SimpleActivity.java.ftl │   │   │   ├── template_blank_activity_fragment.png │   │   │   └── template.xml │   │   ├── EmptyActivity │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   └── activity_simple.xml │   │   │   │   │   └── values │   │   │   │   │   └── strings.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── SimpleActivity.java.ftl │   │   │   ├── template_blank_activity.png │   │   │   └── template.xml │   │   ├── FullscreenActivity │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   └── activity_fullscreen.xml.ftl │   │   │   │   │   ├── values │   │   │   │   │   │   ├── attrs.xml │   │   │   │   │   │   ├── colors.xml │   │   │   │   │   │   ├── strings.xml.ftl │   │   │   │   │   │   └── styles.xml │   │   │   │   │   └── values-v11 │   │   │   │   │   └── styles.xml │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── FullscreenActivity.java.ftl │   │   │   │   └── util │   │   │   │   ├── SystemUiHiderBase.java.ftl │   │   │   │   ├── SystemUiHiderHoneycomb.java.ftl │   │   │   │   └── SystemUiHider.java.ftl │   │   │   ├── template_fullscreen_activity.png │   │   │   └── template.xml │   │   ├── LoginActivity │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   └── activity_login.xml.ftl │   │   │   │   │   └── values │   │   │   │   │   ├── dimens.xml │   │   │   │   │   └── strings.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── LoginActivity.java.ftl │   │   │   │   └── PlusBaseActivity.java.ftl │   │   │   ├── template_login_activity.png │   │   │   └── template.xml │   │   ├── MasterDetailFlow │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   ├── activity_content_detail.xml.ftl │   │   │   │   │   │   ├── activity_content_list.xml.ftl │   │   │   │   │   │   ├── activity_content_twopane.xml.ftl │   │   │   │   │   │   └── fragment_content_detail.xml.ftl │   │   │   │   │   ├── values │   │   │   │   │   │   └── strings.xml.ftl │   │   │   │   │   ├── values-large │   │   │   │   │   │   └── refs.xml.ftl │   │   │   │   │   └── values-sw600dp │   │   │   │   │   └── refs.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── ContentDetailActivity.java.ftl │   │   │   │   ├── ContentDetailFragment.java.ftl │   │   │   │   ├── ContentListActivity.java.ftl │   │   │   │   ├── ContentListFragment.java.ftl │   │   │   │   └── dummy │   │   │   │   └── DummyContent.java.ftl │   │   │   ├── template_master_detail.png │   │   │   └── template.xml │   │   ├── NavigationDrawerActivity │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── build.gradle.ftl │   │   │   │   ├── res │   │   │   │   │   ├── drawable-hdpi │   │   │   │   │   │   ├── drawer_shadow.9.png │   │   │   │   │   │   └── ic_drawer.png │   │   │   │   │   ├── drawable-mdpi │   │   │   │   │   │   ├── drawer_shadow.9.png │   │   │   │   │   │   └── ic_drawer.png │   │   │   │   │   ├── drawable-xhdpi │   │   │   │   │   │   ├── drawer_shadow.9.png │   │   │   │   │   │   └── ic_drawer.png │   │   │   │   │   ├── drawable-xxhdpi │   │   │   │   │   │   ├── drawer_shadow.9.png │   │   │   │   │   │   └── ic_drawer.png │   │   │   │   │   ├── layout │   │   │   │   │   │   ├── activity_drawer.xml.ftl │   │   │   │   │   │   ├── fragment_navigation_drawer.xml.ftl │   │   │   │   │   │   └── fragment_simple.xml.ftl │   │   │   │   │   ├── menu │   │   │   │   │   │   ├── global.xml.ftl │   │   │   │   │   │   └── main.xml.ftl │   │   │   │   │   ├── values │   │   │   │   │   │   ├── dimens.xml.ftl │   │   │   │   │   │   └── strings.xml.ftl │   │   │   │   │   └── values-w820dp │   │   │   │   │   └── dimens.xml │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── DrawerActivity.java.ftl │   │   │   │   ├── include_fragment.java.ftl │   │   │   │   ├── include_options_menu.java.ftl │   │   │   │   └── NavigationDrawerFragment.java.ftl │   │   │   ├── template_blank_activity_drawer.png │   │   │   └── template.xml │   │   ├── SettingsActivity │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── values │   │   │   │   │   │   └── strings.xml.ftl │   │   │   │   │   └── xml │   │   │   │   │   ├── pref_data_sync.xml │   │   │   │   │   ├── pref_general.xml │   │   │   │   │   ├── pref_headers.xml.ftl │   │   │   │   │   └── pref_notification.xml │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── SettingsActivity.java.ftl │   │   │   ├── template_settings_activity.png │   │   │   └── template.xml │   │   └── TabbedActivity │   │   ├── globals.xml.ftl │   │   ├── recipe.xml.ftl │   │   ├── root │   │   │   ├── AndroidManifest.xml.ftl │   │   │   ├── res │   │   │   │   ├── layout │   │   │   │   │   ├── activity_fragment_container.xml.ftl │   │   │   │   │   ├── activity_pager.xml.ftl │   │   │   │   │   └── fragment_simple.xml.ftl │   │   │   │   ├── menu │   │   │   │   │   └── main.xml.ftl │   │   │   │   ├── values │   │   │   │   │   ├── dimens.xml.ftl │   │   │   │   │   └── strings.xml.ftl │   │   │   │   └── values-w820dp │   │   │   │   └── dimens.xml │   │   │   └── src │   │   │   └── app_package │   │   │   ├── DropdownActivity.java.ftl │   │   │   ├── include_fragment.java.ftl │   │   │   ├── include_options_menu.java.ftl │   │   │   └── TabsAndPagerActivity.java.ftl │   │   ├── template_blank_activity_dropdown.png │   │   ├── template_blank_activity_pager.png │   │   ├── template_blank_activity_tabs.png │   │   └── template.xml │   ├── gradle │   │   ├── utils │   │   │   └── dependencies.gradle.ftl │   │   └── wrapper │   │   ├── gradle │   │   │   └── wrapper │   │   │   ├── gradle-wrapper.jar │   │   │   └── gradle-wrapper.properties │   │   ├── gradlew │   │   └── gradlew.bat │   ├── other │   │   ├── AidlFile │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── interface.aidl.ftl │   │   │   └── template.xml │   │   ├── AidlFolder │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── AndroidManifest │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── AppWidget │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── drawable-nodpi │   │   │   │   │   │   └── example_appwidget_preview.png │   │   │   │   │   ├── layout │   │   │   │   │   │   ├── appwidget_configure.xml │   │   │   │   │   │   └── appwidget.xml │   │   │   │   │   ├── values │   │   │   │   │   │   ├── dimens.xml │   │   │   │   │   │   └── strings.xml.ftl │   │   │   │   │   ├── values-v14 │   │   │   │   │   │   └── dimens.xml │   │   │   │   │   └── xml │   │   │   │   │   └── appwidget_info.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── AppWidgetConfigureActivity.java.ftl │   │   │   │   └── AppWidget.java.ftl │   │   │   ├── template.xml │   │   │   └── thumbs │   │   │   ├── template_widget_1x1_h.png │   │   │   ├── template_widget_1x1.png │   │   │   ├── template_widget_1x1_vh.png │   │   │   ├── template_widget_1x1_v.png │   │   │   ├── template_widget_1x2_h.png │   │   │   ├── template_widget_1x2.png │   │   │   ├── template_widget_1x2_vh.png │   │   │   ├── template_widget_1x2_v.png │   │   │   ├── template_widget_1x3_h.png │   │   │   ├── template_widget_1x3.png │   │   │   ├── template_widget_1x3_vh.png │   │   │   ├── template_widget_1x3_v.png │   │   │   ├── template_widget_1x4_h.png │   │   │   ├── template_widget_1x4.png │   │   │   ├── template_widget_1x4_vh.png │   │   │   ├── template_widget_1x4_v.png │   │   │   ├── template_widget_2x1_h.png │   │   │   ├── template_widget_2x1.png │   │   │   ├── template_widget_2x1_vh.png │   │   │   ├── template_widget_2x1_v.png │   │   │   ├── template_widget_2x2_h.png │   │   │   ├── template_widget_2x2.png │   │   │   ├── template_widget_2x2_vh.png │   │   │   ├── template_widget_2x2_v.png │   │   │   ├── template_widget_2x3_h.png │   │   │   ├── template_widget_2x3.png │   │   │   ├── template_widget_2x3_vh.png │   │   │   ├── template_widget_2x3_v.png │   │   │   ├── template_widget_2x4_h.png │   │   │   ├── template_widget_2x4.png │   │   │   ├── template_widget_2x4_vh.png │   │   │   ├── template_widget_2x4_v.png │   │   │   ├── template_widget_3x1_h.png │   │   │   ├── template_widget_3x1.png │   │   │   ├── template_widget_3x1_vh.png │   │   │   ├── template_widget_3x1_v.png │   │   │   ├── template_widget_3x2_h.png │   │   │   ├── template_widget_3x2.png │   │   │   ├── template_widget_3x2_vh.png │   │   │   ├── template_widget_3x2_v.png │   │   │   ├── template_widget_3x3_h.png │   │   │   ├── template_widget_3x3.png │   │   │   ├── template_widget_3x3_vh.png │   │   │   ├── template_widget_3x3_v.png │   │   │   ├── template_widget_3x4_h.png │   │   │   ├── template_widget_3x4.png │   │   │   ├── template_widget_3x4_vh.png │   │   │   ├── template_widget_3x4_v.png │   │   │   ├── template_widget_4x1_h.png │   │   │   ├── template_widget_4x1.png │   │   │   ├── template_widget_4x1_vh.png │   │   │   ├── template_widget_4x1_v.png │   │   │   ├── template_widget_4x2_h.png │   │   │   ├── template_widget_4x2.png │   │   │   ├── template_widget_4x2_vh.png │   │   │   ├── template_widget_4x2_v.png │   │   │   ├── template_widget_4x3_h.png │   │   │   ├── template_widget_4x3.png │   │   │   ├── template_widget_4x3_vh.png │   │   │   ├── template_widget_4x3_v.png │   │   │   ├── template_widget_4x4_h.png │   │   │   ├── template_widget_4x4.png │   │   │   ├── template_widget_4x4_vh.png │   │   │   └── template_widget_4x4_v.png │   │   ├── AssetsFolder │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── BlankFragment │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   └── fragment_blank.xml.ftl │   │   │   │   │   └── values │   │   │   │   │   └── strings.xml │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── BlankFragment.java.ftl │   │   │   ├── template_blank_fragment.png │   │   │   └── template.xml │   │   ├── BroadcastReceiver │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── BroadcastReceiver.java.ftl │   │   │   └── template.xml │   │   ├── ContentProvider │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── ContentProvider.java.ftl │   │   │   └── template.xml │   │   ├── CustomView │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   └── sample.xml.ftl │   │   │   │   │   └── values │   │   │   │   │   └── attrs.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── CustomView.java.ftl │   │   │   └── template.xml │   │   ├── Daydream │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── layout-v17 │   │   │   │   │   │   └── dream.xml │   │   │   │   │   ├── values │   │   │   │   │   │   └── strings.xml.ftl │   │   │   │   │   └── xml │   │   │   │   │   ├── dream_prefs.xml │   │   │   │   │   └── xml_dream.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── DreamService.java.ftl │   │   │   │   └── SettingsActivity.java.ftl │   │   │   └── template.xml │   │   ├── IntentService │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── IntentService.java.ftl │   │   │   └── template.xml │   │   ├── JavaFolder │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── JniFolder │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── LayoutResourceFile │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── res │   │   │   │   └── layout.xml.ftl │   │   │   └── template.xml │   │   ├── ListFragment │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── res │   │   │   │   │   ├── layout │   │   │   │   │   │   ├── fragment_grid.xml │   │   │   │   │   │   └── fragment_list.xml │   │   │   │   │   ├── values │   │   │   │   │   │   ├── refs_lrg.xml.ftl │   │   │   │   │   │   └── refs.xml.ftl │   │   │   │   │   ├── values-large │   │   │   │   │   │   └── refs_lrg.xml.ftl │   │   │   │   │   └── values-sw600dp │   │   │   │   │   └── refs_lrg.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   ├── dummy │   │   │   │   │   └── DummyContent.java.ftl │   │   │   │   └── ListFragment.java.ftl │   │   │   ├── templates_list_fragment.png │   │   │   └── template.xml │   │   ├── Notification │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   ├── drawable-hdpi │   │   │   │   │   │   ├── ic_action_stat_reply.png │   │   │   │   │   │   └── ic_action_stat_share.png │   │   │   │   │   ├── drawable-mdpi │   │   │   │   │   │   ├── ic_action_stat_reply.png │   │   │   │   │   │   └── ic_action_stat_share.png │   │   │   │   │   ├── drawable-nodpi │   │   │   │   │   │   ├── example_picture_large.png │   │   │   │   │   │   └── example_picture_small.png │   │   │   │   │   ├── drawable-xhdpi │   │   │   │   │   │   ├── ic_action_stat_reply.png │   │   │   │   │   │   └── ic_action_stat_share.png │   │   │   │   │   └── values │   │   │   │   │   └── strings.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── NotificationHelper.java.ftl │   │   │   ├── template_notification_list_actions.png │   │   │   ├── template_notification_list.png │   │   │   ├── template_notification_none_actions.png │   │   │   ├── template_notification_none.png │   │   │   ├── template_notification_picture_actions.png │   │   │   ├── template_notification_picture.png │   │   │   ├── template_notification_text_actions.png │   │   │   ├── template_notification_text.png │   │   │   └── template.xml │   │   ├── PlusOneFragment │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   ├── res │   │   │   │   │   └── layout │   │   │   │   │   └── fragment_plus_one.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── PlusOneFragment.java.ftl │   │   │   ├── templates_plusone_fragment.png │   │   │   └── template.xml │   │   ├── ResFolder │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── ResourcesFolder │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── RsFolder │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   └── build.gradle.ftl │   │   │   └── template.xml │   │   ├── Service │   │   │   ├── globals.xml.ftl │   │   │   ├── recipe.xml.ftl │   │   │   ├── root │   │   │   │   ├── AndroidManifest.xml.ftl │   │   │   │   └── src │   │   │   │   └── app_package │   │   │   │   └── Service.java.ftl │   │   │   └── template.xml │   │   └── ValueResourceFile │   │   ├── recipe.xml.ftl │   │   ├── root │   │   │   └── res │   │   │   └── values.xml.ftl │   │   └── template.xml │   └── projects │   ├── NewAndroidApplication │   │   ├── globals.xml.ftl │   │   ├── recipe.xml.ftl │   │   ├── root │   │   │   ├── AndroidManifest.xml.ftl │   │   │   ├── build.gradle.ftl │   │   │   ├── res │   │   │   │   ├── drawable-hdpi │   │   │   │   │   └── ic_launcher.png │   │   │   │   ├── drawable-mdpi │   │   │   │   │   └── ic_launcher.png │   │   │   │   ├── drawable-xhdpi │   │   │   │   │   └── ic_launcher.png │   │   │   │   ├── values │   │   │   │   │   ├── strings.xml.ftl │   │   │   │   │   └── styles.xml.ftl │   │   │   │   ├── values-v11 │   │   │   │   │   └── styles_hc.xml.ftl │   │   │   │   └── values-v14 │   │   │   │   └── styles_ics.xml.ftl │   │   │   └── settings.gradle.ftl │   │   ├── template_new_project.png │   │   └── template.xml │   ├── NewAndroidLibrary │   │   ├── globals.xml.ftl │   │   ├── recipe.xml.ftl │   │   ├── root │   │   │   ├── AndroidManifest.xml.ftl │   │   │   ├── build.gradle.ftl │   │   │   ├── res │   │   │   │   ├── drawable-hdpi │   │   │   │   │   └── ic_launcher.png │   │   │   │   ├── drawable-mdpi │   │   │   │   │   └── ic_launcher.png │   │   │   │   ├── drawable-xhdpi │   │   │   │   │   └── ic_launcher.png │   │   │   │   ├── values │   │   │   │   │   ├── strings.xml.ftl │   │   │   │   │   └── styles.xml.ftl │   │   │   │   ├── values-v11 │   │   │   │   │   └── styles_hc.xml.ftl │   │   │   │   └── values-v14 │   │   │   │   └── styles_ics.xml.ftl │   │   │   └── settings.gradle.ftl │   │   ├── template_new_project.png │   │   └── template.xml │   └── NewJavaLibrary │   ├── globals.xml.ftl │   ├── recipe.xml.ftl │   ├── root │   │   ├── build.gradle.ftl │   │   ├── settings.gradle.ftl │   │   └── src │   │   └── library_package │   │   └── Placeholder.java.ftl │   ├── template_new_project.png │   └── template.xml ├── traceview └── uiautomatorviewer 483 directories, 2307 files