OSDN Git Service

android-2.1_r1 snapshot
authorThe Android Open Source Project <initial-contribution@android.com>
Tue, 12 Jan 2010 23:19:28 +0000 (15:19 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 12 Jan 2010 23:19:28 +0000 (15:19 -0800)
commite13151727c63786342cddc3ea355425582bd4e7a
treec76fb1f4b468169a2b43edbccd25a8c01d0a68f5
parent0bafe5fed9fe0f1066d5e359512441ce4920c3cd
android-2.1_r1 snapshot
1186 files changed:
.gitignore [new file with mode: 0644]
androidprefs/.classpath [new file with mode: 0644]
androidprefs/.gitignore [new file with mode: 0644]
androidprefs/.project [new file with mode: 0644]
androidprefs/Android.mk [new file with mode: 0644]
androidprefs/src/Android.mk [new file with mode: 0644]
androidprefs/src/com/android/prefs/AndroidLocation.java [new file with mode: 0644]
anttasks/.classpath [new file with mode: 0644]
anttasks/.gitignore [new file with mode: 0644]
anttasks/.project [new file with mode: 0644]
anttasks/Android.mk [new file with mode: 0644]
anttasks/src/Android.mk [new file with mode: 0644]
anttasks/src/com/android/ant/AaptExecLoopTask.java [new file with mode: 0644]
anttasks/src/com/android/ant/ApkBuilderTask.java [new file with mode: 0644]
anttasks/src/com/android/ant/SetupTask.java [new file with mode: 0644]
anttasks/src/com/android/ant/XPathTask.java [new file with mode: 0644]
apkbuilder/.classpath [new file with mode: 0644]
apkbuilder/.gitignore [new file with mode: 0644]
apkbuilder/.project [new file with mode: 0644]
apkbuilder/Android.mk [new file with mode: 0644]
apkbuilder/etc/Android.mk [new file with mode: 0644]
apkbuilder/etc/apkbuilder [new file with mode: 0755]
apkbuilder/etc/apkbuilder.bat [new file with mode: 0755]
apkbuilder/etc/manifest.txt [new file with mode: 0644]
apkbuilder/src/Android.mk [new file with mode: 0644]
apkbuilder/src/com/android/apkbuilder/ApkBuilder.java [new file with mode: 0644]
apkbuilder/src/com/android/apkbuilder/internal/ApkBuilderImpl.java [new file with mode: 0644]
archquery/.classpath [new file with mode: 0644]
archquery/.gitignore [new file with mode: 0644]
archquery/.project [new file with mode: 0644]
archquery/Android.mk [new file with mode: 0644]
archquery/etc/manifest.txt [new file with mode: 0644]
archquery/src/Android.mk [new file with mode: 0644]
archquery/src/com/android/archquery/Main.java [new file with mode: 0644]
ddms/.gitignore [new file with mode: 0644]
ddms/Android.mk [new file with mode: 0644]
ddms/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
ddms/app/.classpath [new file with mode: 0644]
ddms/app/.project [new file with mode: 0644]
ddms/app/Android.mk [new file with mode: 0644]
ddms/app/README [new file with mode: 0644]
ddms/app/etc/Android.mk [new file with mode: 0644]
ddms/app/etc/ddms [new file with mode: 0755]
ddms/app/etc/ddms.bat [new file with mode: 0755]
ddms/app/etc/manifest.txt [new file with mode: 0644]
ddms/app/src/Android.mk [new file with mode: 0644]
ddms/app/src/com/android/ddms/AboutDialog.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/DebugPortProvider.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/DeviceCommandDialog.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/DropdownSelectionListener.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/Main.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/PrefsDialog.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/StaticPortConfigDialog.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/StaticPortEditDialog.java [new file with mode: 0644]
ddms/app/src/com/android/ddms/UIThread.java [new file with mode: 0644]
ddms/app/src/resources/images/ddms-icon.png [new file with mode: 0644]
ddms/app/src/resources/images/ddms-logo.png [new file with mode: 0644]
ddms/libs/Android.mk [new file with mode: 0644]
ddms/libs/ddmlib/.classpath [new file with mode: 0644]
ddms/libs/ddmlib/.project [new file with mode: 0644]
ddms/libs/ddmlib/Android.mk [new file with mode: 0644]
ddms/libs/ddmlib/src/Android.mk [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/AdbHelper.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/AllocationInfo.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/AndroidDebugBridge.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/BadPacketException.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/ChunkHandler.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/Client.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/ClientData.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/DdmConstants.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/DdmPreferences.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/DebugPortManager.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/Debugger.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/Device.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/DeviceMonitor.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/EmulatorConsole.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/FileListingService.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/GetPropReceiver.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleAppName.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleExit.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleHeap.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleHello.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleNativeHeap.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleProfiling.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleTest.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleThread.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HandleWait.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/HeapSegment.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/IDevice.java [new file with mode: 0755]
ddms/libs/ddmlib/src/com/android/ddmlib/IShellOutputReceiver.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/IStackTraceInfo.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/JdwpPacket.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/Log.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/MonitorThread.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/MultiLineReceiver.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/NativeAllocationInfo.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/NativeLibraryMapInfo.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/NativeStackCallInfo.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/NullOutputReceiver.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/RawImage.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/SyncService.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/ThreadInfo.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/log/EventContainer.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/log/EventLogParser.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/log/EventValueDescription.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/log/GcEventContainer.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/log/InvalidTypeException.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/log/InvalidValueTypeException.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/log/LogReceiver.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ITestRunListener.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/InstrumentationResultParser.java [new file with mode: 0755]
ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/RemoteAndroidTestRunner.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/TestIdentifier.java [new file with mode: 0644]
ddms/libs/ddmlib/src/com/android/ddmlib/utils/ArrayHelper.java [new file with mode: 0644]
ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/InstrumentationResultParserTest.java [new file with mode: 0644]
ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/RemoteAndroidTestRunnerTest.java [new file with mode: 0644]
ddms/libs/ddmuilib/.classpath [new file with mode: 0644]
ddms/libs/ddmuilib/.project [new file with mode: 0644]
ddms/libs/ddmuilib/Android.mk [new file with mode: 0644]
ddms/libs/ddmuilib/README [new file with mode: 0644]
ddms/libs/ddmuilib/src/Android.mk [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/Addr2Line.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/AllocationPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/BackgroundThread.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/BaseHeapPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/ClientDisplayPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/DdmUiPreferences.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/DevicePanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/EmulatorControlPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/HeapPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/IImageLoader.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/ITableFocusListener.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/ImageHelper.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/ImageLoader.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/InfoPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/NativeHeapPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/Panel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/PortFieldEditor.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/ScreenShotDialog.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/SelectionDependentPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/StackTracePanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/SyncProgressMonitor.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/SysinfoPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/TableHelper.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/TablePanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/ThreadPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/ICommonAction.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/ToolItemAction.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/annotation/UiThread.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/annotation/WorkerThread.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/console/DdmConsole.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/console/IDdmConsole.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/DeviceContentProvider.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/DeviceExplorer.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/FileLabelProvider.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/BaseFileHandler.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/MethodProfilingHandler.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/CoordinateControls.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/GpxParser.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/KmlParser.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/LocationPoint.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/TrackContentProvider.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/TrackLabelProvider.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/TrackPoint.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/WayPoint.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/WayPointContentProvider.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/location/WayPointLabelProvider.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/BugReportImporter.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/DisplayFilteredLog.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/DisplayGraph.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/DisplayLog.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/DisplaySync.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/DisplaySyncHistogram.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/DisplaySyncPerf.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/EventDisplay.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/EventDisplayOptions.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/EventLogImporter.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/EventLogPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/EventValueSelector.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/OccurrenceRenderer.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/SyncCommon.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/EditFilterDialog.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/LogColors.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/LogFilter.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/LogPanel.java [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/add.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/android.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/backward.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/clear.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/d.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/debug-attach.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/debug-error.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/debug-wait.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/delete.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/device.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/down.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/e.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/edit.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/empty.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/emulator.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/file.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/folder.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/forward.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/gc.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/halt.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/heap.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/hprof.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/i.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/importBug.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/load.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/pause.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/play.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/pull.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/push.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/save.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/thread.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/tracing_start.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/tracing_stop.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/up.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/v.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/w.png [new file with mode: 0644]
ddms/libs/ddmuilib/src/resources/images/warning.png [new file with mode: 0644]
draw9patch/Android.mk [new file with mode: 0644]
draw9patch/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
draw9patch/etc/Android.mk [new file with mode: 0644]
draw9patch/etc/draw9patch [new file with mode: 0755]
draw9patch/etc/draw9patch.bat [new file with mode: 0755]
draw9patch/etc/manifest.txt [new file with mode: 0644]
draw9patch/src/Android.mk [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/Application.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/graphics/GraphicsUtilities.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/GradientPanel.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/ImageEditorPanel.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/ImageTransferHandler.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/MainFrame.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/OpenFilePanel.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/PngFileFilter.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/action/BackgroundAction.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/action/ExitAction.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/action/OpenAction.java [new file with mode: 0644]
draw9patch/src/com/android/draw9patch/ui/action/SaveAction.java [new file with mode: 0644]
draw9patch/src/resources/images/checker.png [new file with mode: 0644]
draw9patch/src/resources/images/drop.png [new file with mode: 0644]
dumpeventlog/.classpath [new file with mode: 0644]
dumpeventlog/.project [new file with mode: 0644]
dumpeventlog/Android.mk [new file with mode: 0644]
dumpeventlog/etc/Android.mk [new file with mode: 0644]
dumpeventlog/etc/dumpeventlog [new file with mode: 0755]
dumpeventlog/etc/manifest.txt [new file with mode: 0644]
dumpeventlog/src/Android.mk [new file with mode: 0644]
dumpeventlog/src/com/android/dumpeventlog/DumpEventLog.java [new file with mode: 0644]
eclipse/README_WINDOWS.txt [new file with mode: 0644]
eclipse/buildConfig/allElements.xml [new file with mode: 0644]
eclipse/buildConfig/build.properties [new file with mode: 0644]
eclipse/buildConfig/buildUpdateSite.xml [new file with mode: 0644]
eclipse/buildConfig/customTargets.xml [new file with mode: 0644]
eclipse/changes.txt [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.adt/.project [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.adt/build.properties [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.adt/feature.xml [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.ddms/.project [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.ddms/build.properties [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.ddms/feature.xml [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.tests/.project [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.tests/build.properties [new file with mode: 0644]
eclipse/features/com.android.ide.eclipse.tests/feature.xml [new file with mode: 0644]
eclipse/plugins/.gitignore [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/.classpath [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/.gitignore [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/.project [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/MODULE_LICENSE_EPL [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/NOTICE [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/about.ini [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/build.properties [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/add.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/android.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/android_32X32.jpg [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/android_large.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/android_project.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/androidjunit.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/avd_manager.png [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/icons/az_sort.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/clipping.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/delete.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/dimension.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/down.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/dpi.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/error.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/keyboard.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/language.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/mainLaunchTab.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/match.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/mcc.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/mnc.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/navpad.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/new_adt_project.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/new_xml.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/orientation.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/region.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/text_input.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/touch.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/up.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/icons/warning.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AdtPlugin.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/AndroidConstants.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/Messages.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/VersionCheck.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ConvertToAndroidAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/FixProjectAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ApkBuilder.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ApkDeltaVisitor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/BaseBuilder.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/Messages.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/PreCompilerBuilder.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/PreCompilerDeltaVisitor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ResourceManagerBuilder.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/build_messages.properties [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/AndroidContentAssist.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/AndroidEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/AndroidSourceViewerConfig.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/FirstElementParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/IconFactory.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/AttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/AttributeDescriptorLabelProvider.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/BooleanAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/DescriptorsUtils.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/DocumentDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ElementDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/EnumAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/FlagAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/IDescriptorProvider.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ListAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ReferenceAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/SeparatorAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/TextAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/TextValueDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/XmlnsAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/BasePullParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ExplodedRenderingHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/IGraphicalLayoutEditor.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/LayoutConstants.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/LayoutContentAssist.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/LayoutEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/LayoutReloadMonitor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/LayoutSourceViewerConfig.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/MatchingStrategy.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ProjectCallback.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/UiElementPullParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/WidgetPullParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ConfigEditDialog.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ConfigManagerDialog.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ConfigurationComposite.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/LayoutCreatorDialog.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/CustomViewDescriptorService.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/LayoutDescriptors.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ViewElementDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/GraphicalLayoutEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/PaletteFactory.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/UiContentOutlinePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/UiPropertySheetPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/GraphicalEditorPart.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/LayoutCanvas.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/PaletteComposite.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/DropFeedback.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ElementCreateCommand.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ElementFigure.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/LayoutFigure.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiDocumentEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiDocumentTreeEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiElementEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiElementTreeEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiElementTreeEditPartFactory.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiElementsEditPartFactory.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiLayoutEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiLayoutTreeEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiViewEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/UiViewTreeEditPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/UiViewElementNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ManifestContentAssist.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ManifestEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ManifestEditorContributor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ManifestSourceViewerConfig.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/AndroidManifestDescriptors.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ApplicationAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ClassAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ManifestElementDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ManifestPkgAttrDescriptor.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/PackageAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/PostActivityCreationAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/PostReceiverCreationAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ThemeAttributeDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/UiClassAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/UiManifestElementNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/UiManifestPkgAttrNode.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/UiPackageAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ApplicationAttributesPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ApplicationPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ApplicationToggle.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/InstrumentationPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/OverviewExportPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/OverviewInfoPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/OverviewLinksPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/OverviewPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/PermissionPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/MenuContentAssist.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/MenuEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/MenuSourceViewerConfig.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/MenuTreePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/MenuDescriptors.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ResourcesContentAssist.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ResourcesEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ResourcesSourceViewerConfig.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ResourcesTreePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/ColorValueDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/ItemElementDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/ResourcesDescriptors.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/uimodel/UiColorValueNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/uimodel/UiItemElementNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/EditableDialogCellEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ErrorImageComposite.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/FlagValueCellEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ListValueCellEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ResourceValueCellEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/SectionHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/TextValueCellEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/UiElementPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/CopyCutAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ICommitXml.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/NewItemSelectionDialog.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/PasteAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/UiActions.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/UiElementDetail.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/UiModelTreeContentProvider.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/UiModelTreeLabelProvider.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/UiTreeBlock.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/IUiSettableAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/IUiUpdateListener.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiAbstractTextAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiDocumentNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiElementNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiFlagAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiListAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiResourceAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiSeparatorAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiTextAttributeNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/UiTextValueNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/XmlContentAssist.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/XmlEditor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/XmlSourceViewerConfig.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/XmlTreePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/XmlDescriptors.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AMReceiver.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ActivityLaunchAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunch.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunchConfiguration.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/AndroidLaunchController.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/DelayedLaunchInfo.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/DeviceChooserDialog.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/EmptyLaunchAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/EmulatorConfigTab.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/IAndroidLaunchAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ILaunchController.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/JUnitLaunchConfigDelegate.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/LaunchConfigDelegate.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/LaunchConfigTabGroup.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/LaunchShortcut.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/MainLaunchConfigTab.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/AndroidJUnitLaunchAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/AndroidJUnitLaunchConfigDelegate.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/AndroidJUnitLaunchConfigurationTab.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/AndroidJUnitLaunchShortcut.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/AndroidJUnitPropertyTester.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/AndroidJUnitTabGroup.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/InstrumentationRunnerValidator.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/AndroidJUnitLaunchInfo.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/AndroidTestReference.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/RemoteAdtTestRunner.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/TestCaseReference.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/TestCollector.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/TestSuiteReference.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/AdtPrefs.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/AndroidPreferencePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/BuildPreferencePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/LaunchPreferencePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/Messages.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/UsagePreferencePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/messages.properties [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/AndroidClasspathContainer.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/AndroidClasspathContainerInitializer.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/AndroidManifestParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/AndroidNature.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ApkInstallManager.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/BaseProjectHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ExportHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/FixLaunchConfig.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/FolderDecorator.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ProjectChooserHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ProjectHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/XmlErrorHandler.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/AndroidPropertyPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ExtractStringAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ExtractStringContribution.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ExtractStringDescriptor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ExtractStringInputPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ExtractStringRefactoring.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ExtractStringWizard.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ReplaceStringsVisitor.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/XmlStringFileHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/AttrsXmlParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/DeclareStyleableInfo.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/IIdResourceItem.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/IResourceRepository.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ResourceItem.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ResourceType.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ViewClassInfo.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/CountryCodeQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/FolderConfiguration.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/KeyboardStateQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/LanguageQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/NavigationMethodQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/NetworkCodeQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/PixelDensityQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/RegionQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ResourceQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ScreenDimensionQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ScreenOrientationQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ScreenRatioQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/ScreenSizeQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/TextInputMethodQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/TouchScreenQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/VersionQualifier.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/CompiledResourcesMonitor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ConfigurableResourceItem.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/FolderTypeRelationship.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/IdResourceItem.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/IntArrayWrapper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/MultiResourceFile.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ProjectClassLoader.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ProjectResourceItem.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ProjectResources.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/Resource.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ResourceFile.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ResourceFolder.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ResourceFolderType.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ResourceManager.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ResourceMonitor.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/SingleResourceFile.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/FileWrapper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/FolderWrapper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/IAbstractFile.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/IAbstractFolder.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/IAbstractResource.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/IFileWrapper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/IFolderWrapper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/AndroidJarLoader.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/AndroidTargetData.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/AndroidTargetParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/DexWrapper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/FrameworkResourceRepository.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/IAndroidClassLoader.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/LayoutDevice.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/LayoutDeviceHandler.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/LayoutDeviceManager.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/LayoutDevicesXsd.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/LayoutParamsParser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/LoadStatus.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/Sdk.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/WidgetClassLoader.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/layout-devices.xsd [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ConfigurationSelector.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/EclipseUiHelper.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/IUpdateWizardDialog.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ReferenceChooserDialog.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ResourceChooser.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ResourceContentProvider.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ResourceExplorerView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ResourceLabelProvider.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/WizardDialogEx.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/AvdManagerAction.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ExportAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ExportWizardAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/NewProjectAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/NewTestProjectAction.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/NewXmlFileAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/OpenWizardAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ExportWizard.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/KeyCheckPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/KeyCreationPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/KeySelectionPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/KeystoreSelectionPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ProjectCheckPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/NewProjectCreationPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/NewProjectWizard.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/NewTestProjectCreationPage.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/NewTestProjectWizard.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/NewXmlFileCreationPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/NewXmlFileWizard.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/messages.properties [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/AndroidManifest.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_hdpi.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_ldpi.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/icon_mdpi.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/java_file.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/launcher_intent_filter.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/layout.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/preference_intent_filter.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/string.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/strings.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.adt/templates/test_instrumentation.template [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/templates/test_uses-library.template [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.adt/templates/uses-sdk.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/.classpath [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/.project [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/build.properties [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/icons/.gitignore [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/icons/android.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/icons/capture.png [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/libs/.gitignore [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/plugin.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/.gitignore [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/CommonAction.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/DdmsPlugin.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ImageLoader.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/Perspective.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/LogCatPreferencePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/PreferenceInitializer.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/PreferencePage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/AllocTrackerView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/DeviceView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/EmulatorControlView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/EventLogView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/FileExplorerView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/HeapView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/LogCatView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/NativeHeapView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/SelectionDependentViewPart.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/TableView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ThreadView.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/.classpath [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/.gitignore [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/.project [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/MODULE_LICENSE_EPL [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/NOTICE [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/README.txt [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/build.properties [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/not_source_folder/jar/example/Class1.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/not_source_folder/jar/example/Class2.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/prefs.template [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/launch/JUnitLaunchConfigDelegateTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/TestGroovy.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/TestLayoutDevicesXsd.java [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/compile_error.groovy [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/config_sample.xml [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/invalid_interface.groovy [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/simple_test.groovy [new file with mode: 0755]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/StubProjectCreationPage.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/StubProjectWizard.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/AdtTestData.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/AllTests.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/AndroidTestPlugin.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/EclipseTestCollector.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/FuncTests.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/SdkTestCase.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/UnitTests.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ApiDemosRenderingTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/AndroidManifestWriter.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/SampleProjectTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/test.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittest.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/BaseBuilderTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/descriptors/DescriptorsUtilsTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/UiElementPullParserTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/UiElementNodeTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/MockNamedNodeMap.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/MockNodeList.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/MockXmlNode.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/CountryCodeQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/KeyboardStateQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/LanguageQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/NavigationMethodQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/NetworkCodeQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/PixelDensityQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/RegionQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/ScreenDimensionQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/ScreenOrientationQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/TextInputMethodQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/TouchScreenQualifierTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/ConfigMatchTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/QualifierListTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/AndroidManifestParserTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/ProjectHelperTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/AttrsXmlParserTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/AndroidJarLoaderTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/LayoutParamsParserTest.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ClasspathEntryMock.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/FileMock.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/FolderMock.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/JavaProjectMock.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ProjectMock.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/AndroidManifest-instrumentation.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/AndroidManifest-testapp.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/jar_example.jar [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/jar_example.jardesc [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/mock_attrs.xml [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/view/View.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/view/ViewGroup.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/widget/LinearLayout.java [new file with mode: 0644]
eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/widget/TableLayout.java [new file with mode: 0644]
eclipse/scripts/_mk_icons.sh [new file with mode: 0755]
eclipse/scripts/build_plugins.sh [new file with mode: 0755]
eclipse/scripts/build_server.sh [new file with mode: 0755]
eclipse/scripts/build_update_site.sh [new file with mode: 0755]
eclipse/scripts/collect_sources_for_sdk.py [new file with mode: 0755]
eclipse/scripts/create_adt_symlinks.sh [new file with mode: 0755]
eclipse/scripts/create_all_symlinks.sh [new file with mode: 0755]
eclipse/scripts/create_bridge_symlinks.sh [new file with mode: 0755]
eclipse/scripts/create_ddms_symlinks.sh [new file with mode: 0755]
eclipse/scripts/create_test_symlinks.sh [new file with mode: 0755]
eclipse/scripts/gen_icon.py [new file with mode: 0755]
eclipse/scripts/setup_eclipse.sh [new file with mode: 0755]
eclipse/scripts/update_version.sh [new file with mode: 0644]
eclipse/sites/external/.project [new file with mode: 0644]
eclipse/sites/external/index.html [new file with mode: 0644]
eclipse/sites/external/site.xml [new file with mode: 0644]
eclipse/sites/external/web/site.css [new file with mode: 0644]
eclipse/sites/external/web/site.xsl [new file with mode: 0644]
eclipse/sites/internal/.project [new file with mode: 0644]
eclipse/sites/internal/index.html [new file with mode: 0644]
eclipse/sites/internal/site.xml [new file with mode: 0644]
eclipse/sites/internal/web/site.css [new file with mode: 0644]
eclipse/sites/internal/web/site.xsl [new file with mode: 0644]
emulator/keymaps/AVRCP.kl [new file with mode: 0644]
emulator/keymaps/Android.mk [new file with mode: 0644]
emulator/keymaps/qwerty.kcm [new file with mode: 0644]
emulator/keymaps/qwerty.kl [new file with mode: 0644]
emulator/keymaps/qwerty2.kcm [new file with mode: 0644]
emulator/mksdcard/Android.mk [new file with mode: 0644]
emulator/mksdcard/mksdcard.c [new file with mode: 0644]
emulator/mksdcard/vfat-empty-32MB.img.gz [new file with mode: 0644]
emulator/qemud/Android.mk [new file with mode: 0644]
emulator/qemud/qemud.c [new file with mode: 0644]
emulator/qtools/Android.mk [new file with mode: 0644]
emulator/qtools/armdis.cpp [new file with mode: 0644]
emulator/qtools/armdis.h [new file with mode: 0644]
emulator/qtools/bb2sym.cpp [new file with mode: 0644]
emulator/qtools/bb_dump.cpp [new file with mode: 0644]
emulator/qtools/bbprof.cpp [new file with mode: 0644]
emulator/qtools/bitvector.h [new file with mode: 0644]
emulator/qtools/callstack.h [new file with mode: 0644]
emulator/qtools/check_stack.cpp [new file with mode: 0644]
emulator/qtools/check_trace.cpp [new file with mode: 0644]
emulator/qtools/coverage.cpp [new file with mode: 0644]
emulator/qtools/decoder.cpp [new file with mode: 0644]
emulator/qtools/decoder.h [new file with mode: 0644]
emulator/qtools/dmtrace.cpp [new file with mode: 0644]
emulator/qtools/dmtrace.h [new file with mode: 0644]
emulator/qtools/dump_regions.cpp [new file with mode: 0644]
emulator/qtools/exc_dump.cpp [new file with mode: 0644]
emulator/qtools/gtrace.cpp [new file with mode: 0644]
emulator/qtools/gtrace.h [new file with mode: 0644]
emulator/qtools/hash_table.h [new file with mode: 0644]
emulator/qtools/hist_trace.cpp [new file with mode: 0644]
emulator/qtools/opcode.cpp [new file with mode: 0644]
emulator/qtools/opcode.h [new file with mode: 0644]
emulator/qtools/parse_options-inl.h [new file with mode: 0644]
emulator/qtools/parse_options.cpp [new file with mode: 0644]
emulator/qtools/parse_options.h [new file with mode: 0644]
emulator/qtools/post_trace.cpp [new file with mode: 0644]
emulator/qtools/profile_pid.cpp [new file with mode: 0644]
emulator/qtools/profile_trace.cpp [new file with mode: 0644]
emulator/qtools/q2dm.cpp [new file with mode: 0644]
emulator/qtools/q2g.cpp [new file with mode: 0644]
emulator/qtools/read_addr.cpp [new file with mode: 0644]
emulator/qtools/read_elf.cpp [new file with mode: 0644]
emulator/qtools/read_elf.h [new file with mode: 0644]
emulator/qtools/read_method.cpp [new file with mode: 0644]
emulator/qtools/read_pid.cpp [new file with mode: 0644]
emulator/qtools/read_trace.cpp [new file with mode: 0644]
emulator/qtools/stack_dump.cpp [new file with mode: 0644]
emulator/qtools/tests/common_head.mk [new file with mode: 0644]
emulator/qtools/tests/common_tail.mk [new file with mode: 0644]
emulator/qtools/tests/gtrace/Makefile [new file with mode: 0644]
emulator/qtools/tests/gtrace/test.c [new file with mode: 0644]
emulator/qtools/tests/macros.h [new file with mode: 0644]
emulator/qtools/tests/tests.ld [new file with mode: 0644]
emulator/qtools/thumbdis.cpp [new file with mode: 0644]
emulator/qtools/trace_reader.cpp [new file with mode: 0644]
emulator/qtools/trace_reader.h [new file with mode: 0644]
emulator/qtools/trace_reader_base.h [new file with mode: 0644]
emulator/sensors/Android.mk [new file with mode: 0644]
emulator/sensors/sensors_qemu.c [new file with mode: 0644]
emulator/skins/HVGA/arrow_down.png [new file with mode: 0644]
emulator/skins/HVGA/arrow_left.png [new file with mode: 0644]
emulator/skins/HVGA/arrow_right.png [new file with mode: 0644]
emulator/skins/HVGA/arrow_up.png [new file with mode: 0644]
emulator/skins/HVGA/background_land.png [new file with mode: 0644]
emulator/skins/HVGA/background_port.png [new file with mode: 0644]
emulator/skins/HVGA/button.png [new file with mode: 0644]
emulator/skins/HVGA/controls.png [new file with mode: 0644]
emulator/skins/HVGA/hardware.ini [new file with mode: 0644]
emulator/skins/HVGA/key.png [new file with mode: 0644]
emulator/skins/HVGA/keyboard.png [new file with mode: 0644]
emulator/skins/HVGA/layout [new file with mode: 0644]
emulator/skins/HVGA/select.png [new file with mode: 0644]
emulator/skins/HVGA/spacebar.png [new file with mode: 0644]
emulator/skins/QVGA/arrow_down.png [new file with mode: 0644]
emulator/skins/QVGA/arrow_left.png [new file with mode: 0644]
emulator/skins/QVGA/arrow_right.png [new file with mode: 0644]
emulator/skins/QVGA/arrow_up.png [new file with mode: 0644]
emulator/skins/QVGA/background_land.png [new file with mode: 0644]
emulator/skins/QVGA/background_port.png [new file with mode: 0644]
emulator/skins/QVGA/button.png [new file with mode: 0644]
emulator/skins/QVGA/controls.png [new file with mode: 0644]
emulator/skins/QVGA/hardware.ini [new file with mode: 0644]
emulator/skins/QVGA/key.png [new file with mode: 0644]
emulator/skins/QVGA/keyboard.png [new file with mode: 0644]
emulator/skins/QVGA/layout [new file with mode: 0644]
emulator/skins/QVGA/select.png [new file with mode: 0644]
emulator/skins/QVGA/spacebar.png [new file with mode: 0644]
emulator/skins/WQVGA400/arrow_down.png [new file with mode: 0644]
emulator/skins/WQVGA400/arrow_left.png [new file with mode: 0644]
emulator/skins/WQVGA400/arrow_right.png [new file with mode: 0644]
emulator/skins/WQVGA400/arrow_up.png [new file with mode: 0644]
emulator/skins/WQVGA400/background_land.png [new file with mode: 0644]
emulator/skins/WQVGA400/background_port.png [new file with mode: 0644]
emulator/skins/WQVGA400/button.png [new file with mode: 0644]
emulator/skins/WQVGA400/controls.png [new file with mode: 0644]
emulator/skins/WQVGA400/hardware.ini [new file with mode: 0644]
emulator/skins/WQVGA400/key.png [new file with mode: 0644]
emulator/skins/WQVGA400/keyboard.png [new file with mode: 0644]
emulator/skins/WQVGA400/layout [new file with mode: 0644]
emulator/skins/WQVGA400/select.png [new file with mode: 0644]
emulator/skins/WQVGA400/spacebar.png [new file with mode: 0644]
emulator/skins/WQVGA432/arrow_down.png [new file with mode: 0644]
emulator/skins/WQVGA432/arrow_left.png [new file with mode: 0644]
emulator/skins/WQVGA432/arrow_right.png [new file with mode: 0644]
emulator/skins/WQVGA432/arrow_up.png [new file with mode: 0644]
emulator/skins/WQVGA432/background_land.png [new file with mode: 0644]
emulator/skins/WQVGA432/background_port.png [new file with mode: 0644]
emulator/skins/WQVGA432/button.png [new file with mode: 0644]
emulator/skins/WQVGA432/controls.png [new file with mode: 0644]
emulator/skins/WQVGA432/hardware.ini [new file with mode: 0644]
emulator/skins/WQVGA432/key.png [new file with mode: 0644]
emulator/skins/WQVGA432/keyboard.png [new file with mode: 0644]
emulator/skins/WQVGA432/layout [new file with mode: 0644]
emulator/skins/WQVGA432/select.png [new file with mode: 0644]
emulator/skins/WQVGA432/spacebar.png [new file with mode: 0644]
emulator/skins/WVGA800/arrow_down.png [new file with mode: 0644]
emulator/skins/WVGA800/arrow_left.png [new file with mode: 0644]
emulator/skins/WVGA800/arrow_right.png [new file with mode: 0644]
emulator/skins/WVGA800/arrow_up.png [new file with mode: 0644]
emulator/skins/WVGA800/background_land.png [new file with mode: 0644]
emulator/skins/WVGA800/background_port.png [new file with mode: 0644]
emulator/skins/WVGA800/button.png [new file with mode: 0644]
emulator/skins/WVGA800/controls.png [new file with mode: 0644]
emulator/skins/WVGA800/hardware.ini [new file with mode: 0644]
emulator/skins/WVGA800/key.png [new file with mode: 0644]
emulator/skins/WVGA800/keyboard.png [new file with mode: 0644]
emulator/skins/WVGA800/layout [new file with mode: 0644]
emulator/skins/WVGA800/select.png [new file with mode: 0644]
emulator/skins/WVGA800/spacebar.png [new file with mode: 0644]
emulator/skins/WVGA854/arrow_down.png [new file with mode: 0644]
emulator/skins/WVGA854/arrow_left.png [new file with mode: 0644]
emulator/skins/WVGA854/arrow_right.png [new file with mode: 0644]
emulator/skins/WVGA854/arrow_up.png [new file with mode: 0644]
emulator/skins/WVGA854/background_land.png [new file with mode: 0644]
emulator/skins/WVGA854/background_port.png [new file with mode: 0644]
emulator/skins/WVGA854/button.png [new file with mode: 0644]
emulator/skins/WVGA854/controls.png [new file with mode: 0644]
emulator/skins/WVGA854/hardware.ini [new file with mode: 0644]
emulator/skins/WVGA854/key.png [new file with mode: 0644]
emulator/skins/WVGA854/keyboard.png [new file with mode: 0644]
emulator/skins/WVGA854/layout [new file with mode: 0644]
emulator/skins/WVGA854/select.png [new file with mode: 0644]
emulator/skins/WVGA854/spacebar.png [new file with mode: 0644]
emulator/tools/Android.mk [new file with mode: 0644]
emulator/tools/qemu-props.c [new file with mode: 0644]
eventanalyzer/.classpath [new file with mode: 0644]
eventanalyzer/.project [new file with mode: 0644]
eventanalyzer/Android.mk [new file with mode: 0644]
eventanalyzer/etc/Android.mk [new file with mode: 0644]
eventanalyzer/etc/eventanalyzer [new file with mode: 0755]
eventanalyzer/etc/manifest.txt [new file with mode: 0644]
eventanalyzer/src/Android.mk [new file with mode: 0644]
eventanalyzer/src/com/android/eventanalyzer/EventAnalyzer.java [new file with mode: 0644]
files/README_add-ons.txt [new file with mode: 0644]
files/alias_rules.xml [new file with mode: 0644]
files/android.el [new file with mode: 0644]
files/android_rules.xml [new file with mode: 0644]
files/android_test_rules.xml [new file with mode: 0644]
files/devices.xml [new file with mode: 0644]
files/plugin.prop [new file with mode: 0644]
files/sdk_files_NOTICE.txt [new file with mode: 0644]
files/tools_source.properties [new file with mode: 0644]
hierarchyviewer/Android.mk [new file with mode: 0644]
hierarchyviewer/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
hierarchyviewer/etc/Android.mk [new file with mode: 0644]
hierarchyviewer/etc/hierarchyviewer [new file with mode: 0755]
hierarchyviewer/etc/hierarchyviewer.bat [new file with mode: 0755]
hierarchyviewer/etc/manifest.txt [new file with mode: 0644]
hierarchyviewer/src/Android.mk [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/HierarchyViewer.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/device/Configuration.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/device/DeviceBridge.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/device/Window.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/laf/UnifiedContentBorder.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/scene/CaptureLoader.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/scene/ProfilesLoader.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/scene/ViewHierarchyLoader.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/scene/ViewHierarchyScene.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/scene/ViewManager.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/scene/ViewNode.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/scene/WindowsLoader.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/CaptureRenderer.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/LayoutRenderer.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/ScreenViewer.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/Workspace.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/BackgroundAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/CaptureNodeAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ExitAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/InvalidateAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/LoadGraphAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/RefreshWindowsAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/RequestLayoutAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/SaveSceneAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/ShowDevicesAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/StartServerAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/action/StopServerAction.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ProfilesTableModel.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/model/PropertiesTableModel.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ViewsTreeModel.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/util/IconLoader.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/ui/util/PngFileFilter.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/util/OS.java [new file with mode: 0644]
hierarchyviewer/src/com/android/hierarchyviewer/util/WorkerThread.java [new file with mode: 0644]
hierarchyviewer/src/resources/images/icon-graph-view-selected.png [new file with mode: 0644]
hierarchyviewer/src/resources/images/icon-graph-view.png [new file with mode: 0644]
hierarchyviewer/src/resources/images/icon-pixel-perfect-view-selected.png [new file with mode: 0644]
hierarchyviewer/src/resources/images/icon-pixel-perfect-view.png [new file with mode: 0644]
jarutils/.classpath [new file with mode: 0644]
jarutils/.gitignore [new file with mode: 0644]
jarutils/.project [new file with mode: 0644]
jarutils/Android.mk [new file with mode: 0644]
jarutils/src/Android.mk [new file with mode: 0644]
jarutils/src/com/android/jarutils/DebugKeyProvider.java [new file with mode: 0644]
jarutils/src/com/android/jarutils/JavaResourceFilter.java [new file with mode: 0644]
jarutils/src/com/android/jarutils/KeystoreHelper.java [new file with mode: 0644]
jarutils/src/com/android/jarutils/SignedJarBuilder.java [new file with mode: 0644]
layoutlib_utils/.classpath [new file with mode: 0644]
layoutlib_utils/.gitignore [new file with mode: 0644]
layoutlib_utils/.project [new file with mode: 0644]
layoutlib_utils/Android.mk [new file with mode: 0644]
layoutlib_utils/src/com/android/layoutlib/utils/DensityBasedResourceValue.java [new file with mode: 0644]
layoutlib_utils/src/com/android/layoutlib/utils/ResourceValue.java [new file with mode: 0644]
layoutlib_utils/src/com/android/layoutlib/utils/StyleResourceValue.java [new file with mode: 0644]
layoutlib_utils/src/com/android/layoutlib/utils/ValueResourceParser.java [new file with mode: 0644]
layoutopt/Android.mk [new file with mode: 0644]
layoutopt/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
layoutopt/app/Android.mk [new file with mode: 0644]
layoutopt/app/README [new file with mode: 0644]
layoutopt/app/etc/Android.mk [new file with mode: 0644]
layoutopt/app/etc/layoutopt [new file with mode: 0755]
layoutopt/app/etc/layoutopt.bat [new file with mode: 0755]
layoutopt/app/etc/manifest.txt [new file with mode: 0644]
layoutopt/app/src/Android.mk [new file with mode: 0644]
layoutopt/app/src/com/android/layoutopt/cli/Main.java [new file with mode: 0644]
layoutopt/libs/Android.mk [new file with mode: 0644]
layoutopt/libs/uix/Android.mk [new file with mode: 0644]
layoutopt/libs/uix/src/Android.mk [new file with mode: 0644]
layoutopt/libs/uix/src/com/android/layoutopt/uix/LayoutAnalysis.java [new file with mode: 0644]
layoutopt/libs/uix/src/com/android/layoutopt/uix/LayoutAnalyzer.java [new file with mode: 0644]
layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/LayoutAnalysisCategory.java [new file with mode: 0644]
layoutopt/libs/uix/src/com/android/layoutopt/uix/rules/GroovyRule.java [new file with mode: 0644]
layoutopt/libs/uix/src/com/android/layoutopt/uix/rules/Rule.java [new file with mode: 0644]
layoutopt/libs/uix/src/com/android/layoutopt/uix/util/IOUtilities.java [new file with mode: 0644]
layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/XmlDocumentBuilder.java [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/IncorrectHeightInScrollView.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/IncorrectWidthInHorizontalScrollView.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/InefficientWeight.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/MergeRootFrameLayout.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/NestedScrollingWidgets.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/TooManyChildren.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/TooManyLevels.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/TooManyViews.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/UseCompoundDrawables.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/UselessLayout.rule [new file with mode: 0644]
layoutopt/libs/uix/src/resources/rules/UselessView.rule [new file with mode: 0644]
layoutopt/samples/compound.xml [new file with mode: 0644]
layoutopt/samples/has_children.xml [new file with mode: 0644]
layoutopt/samples/inefficient_weight.xml [new file with mode: 0644]
layoutopt/samples/scrolling.xml [new file with mode: 0644]
layoutopt/samples/simple.xml [new file with mode: 0644]
layoutopt/samples/too_deep.xml [new file with mode: 0644]
layoutopt/samples/too_many.xml [new file with mode: 0644]
layoutopt/samples/useless.xml [new file with mode: 0644]
layoutopt/samples/wrong_dimension.xml [new file with mode: 0644]
ninepatch/.classpath [new file with mode: 0644]
ninepatch/.gitignore [new file with mode: 0644]
ninepatch/.project [new file with mode: 0644]
ninepatch/Android.mk [new file with mode: 0644]
ninepatch/src/com/android/ninepatch/GraphicsUtilities.java [new file with mode: 0644]
ninepatch/src/com/android/ninepatch/NinePatch.java [new file with mode: 0644]
screenshot/.classpath [new file with mode: 0644]
screenshot/.gitignore [new file with mode: 0644]
screenshot/.project [new file with mode: 0644]
screenshot/Android.mk [new file with mode: 0644]
screenshot/etc/Android.mk [new file with mode: 0644]
screenshot/etc/manifest.txt [new file with mode: 0644]
screenshot/etc/screenshot2 [new file with mode: 0755]
screenshot/src/Android.mk [new file with mode: 0644]
screenshot/src/com/android/screenshot/Screenshot.java [new file with mode: 0644]
sdklauncher/.gitignore [new file with mode: 0644]
sdklauncher/Android.mk [new file with mode: 0644]
sdklauncher/images/android_icon.ico [new file with mode: 0644]
sdklauncher/images/android_icon.rc [new file with mode: 0644]
sdklauncher/sdklauncher.c [new file with mode: 0644]
sdkmanager/.gitignore [new file with mode: 0644]
sdkmanager/Android.mk [new file with mode: 0644]
sdkmanager/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
sdkmanager/app/.classpath [new file with mode: 0644]
sdkmanager/app/.project [new file with mode: 0644]
sdkmanager/app/Android.mk [new file with mode: 0644]
sdkmanager/app/etc/Android.mk [new file with mode: 0644]
sdkmanager/app/etc/android [new file with mode: 0755]
sdkmanager/app/etc/android.bat [new file with mode: 0755]
sdkmanager/app/etc/manifest.txt [new file with mode: 0644]
sdkmanager/app/src/Android.mk [new file with mode: 0644]
sdkmanager/app/src/com/android/sdkmanager/CommandLineProcessor.java [new file with mode: 0644]
sdkmanager/app/src/com/android/sdkmanager/Main.java [new file with mode: 0644]
sdkmanager/app/src/com/android/sdkmanager/SdkCommandLine.java [new file with mode: 0644]
sdkmanager/app/src/com/android/sdkmanager/internal/repository/AboutPage.java [new file with mode: 0755]
sdkmanager/app/src/com/android/sdkmanager/internal/repository/SettingsPage.java [new file with mode: 0755]
sdkmanager/app/src/com/android/sdkmanager/internal/repository/logo.png [new file with mode: 0644]
sdkmanager/app/tests/com/android/sdkmanager/CommandLineProcessorTest.java [new file with mode: 0644]
sdkmanager/app/tests/com/android/sdkmanager/MockStdLogger.java [new file with mode: 0644]
sdkmanager/app/tests/com/android/sdkmanager/SdkCommandLineTest.java [new file with mode: 0644]
sdkmanager/libs/Android.mk [new file with mode: 0644]
sdkmanager/libs/sdklib/.classpath [new file with mode: 0644]
sdkmanager/libs/sdklib/.project [new file with mode: 0644]
sdkmanager/libs/sdklib/Android.mk [new file with mode: 0644]
sdkmanager/libs/sdklib/src/Android.mk [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/AddOnTarget.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/AndroidVersion.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/IAndroidTarget.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/ISdkLog.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/NullSdkLog.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/PlatformTarget.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/SdkConstants.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/SdkManager.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/AvdManager.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/HardwareProperties.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ApkConfigurationHelper.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ApkSettings.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectCreator.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectProperties.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/AddonPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/Archive.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/DocPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ExtraPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/IDescription.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/IPackageVersion.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ITask.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ITaskFactory.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ITaskMonitor.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/LocalSdkParser.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/MinToolsPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/Package.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/PlatformPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/RepoSource.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/RepoSources.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ToolPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/XmlParserUtils.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/repository/SdkRepository.java [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-repository-1.xsd [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-repository-2.xsd [new file with mode: 0755]
sdkmanager/libs/sdklib/src/com/android/sdklib/xml/AndroidManifest.java [new file with mode: 0644]
sdkmanager/libs/sdklib/src/com/android/sdklib/xml/AndroidXPathFactory.java [new file with mode: 0644]
sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/MockAddonPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/MockPlatformPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/MockToolPackage.java [new file with mode: 0755]
sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/RepoSourceTest.java [new file with mode: 0755]
sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/SdkRepositoryTest.java [new file with mode: 0755]
sdkmanager/libs/sdklib/tests/com/android/sdklib/testdata/repository_sample_1.xml [new file with mode: 0755]
sdkmanager/libs/sdkuilib/.classpath [new file with mode: 0644]
sdkmanager/libs/sdkuilib/.project [new file with mode: 0644]
sdkmanager/libs/sdkuilib/Android.mk [new file with mode: 0644]
sdkmanager/libs/sdkuilib/README [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/Android.mk [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/AdbWrapper.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ArchiveInfo.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/AvdManagerPage.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ISettingsPage.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/LocalPackagesPage.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/LocalSdkAdapter.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/RemotePackagesPage.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/RepoSourcesAdapter.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/SettingsController.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/UpdateChooserDialog.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/UpdaterData.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/UpdaterLogic.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/UpdaterWindowImpl.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/ImageFactory.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/accept_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/addon_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/android_icon_128.png [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/android_icon_16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/archive_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/doc_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/error_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/extra_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/incompat_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/nopkg_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/reject_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/source_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/tool_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/unknown_icon16.png [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ProgressDialog.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ProgressTask.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ProgressTaskFactory.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/AvdCreationDialog.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/AvdDetailsDialog.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/AvdSelector.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/AvdStartDialog.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/HardwarePropertyChooser.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ResolutionChooserDialog.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/SdkTargetSelector.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/UpdaterWindow.java [new file with mode: 0755]
sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/GridDialog.java [new file with mode: 0644]
sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/UpdaterLogicTest.java [new file with mode: 0755]
sdkstats/.classpath [new file with mode: 0644]
sdkstats/.gitignore [new file with mode: 0644]
sdkstats/.project [new file with mode: 0644]
sdkstats/Android.mk [new file with mode: 0644]
sdkstats/README [new file with mode: 0644]
sdkstats/src/Android.mk [new file with mode: 0644]
sdkstats/src/com/android/sdkstats/SdkStatsService.java [new file with mode: 0644]
templates/AndroidManifest.alias.template [new file with mode: 0644]
templates/AndroidManifest.template [new file with mode: 0644]
templates/AndroidManifest.tests.template [new file with mode: 0644]
templates/alias.template [new file with mode: 0644]
templates/build.alias.template [new file with mode: 0644]
templates/build.template [new file with mode: 0644]
templates/icon_hdpi.png [new file with mode: 0644]
templates/icon_ldpi.png [new file with mode: 0644]
templates/icon_mdpi.png [new file with mode: 0644]
templates/java_file.template [new file with mode: 0644]
templates/java_tests_file.template [new file with mode: 0644]
templates/layout.template [new file with mode: 0644]
templates/strings.template [new file with mode: 0644]
traceview/.classpath [new file with mode: 0644]
traceview/.gitignore [new file with mode: 0644]
traceview/.project [new file with mode: 0644]
traceview/Android.mk [new file with mode: 0644]
traceview/README [new file with mode: 0644]
traceview/etc/Android.mk [new file with mode: 0644]
traceview/etc/manifest.txt [new file with mode: 0644]
traceview/etc/traceview [new file with mode: 0755]
traceview/etc/traceview.bat [new file with mode: 0755]
traceview/src/Android.mk [new file with mode: 0644]
traceview/src/com/android/traceview/Call.java [new file with mode: 0644]
traceview/src/com/android/traceview/ColorController.java [new file with mode: 0644]
traceview/src/com/android/traceview/DmTraceReader.java [new file with mode: 0644]
traceview/src/com/android/traceview/MainWindow.java [new file with mode: 0644]
traceview/src/com/android/traceview/MethodData.java [new file with mode: 0644]
traceview/src/com/android/traceview/ProfileData.java [new file with mode: 0644]
traceview/src/com/android/traceview/ProfileNode.java [new file with mode: 0644]
traceview/src/com/android/traceview/ProfileProvider.java [new file with mode: 0644]
traceview/src/com/android/traceview/ProfileSelf.java [new file with mode: 0644]
traceview/src/com/android/traceview/ProfileView.java [new file with mode: 0644]
traceview/src/com/android/traceview/QtraceReader.java [new file with mode: 0644]
traceview/src/com/android/traceview/Selection.java [new file with mode: 0644]
traceview/src/com/android/traceview/SelectionController.java [new file with mode: 0644]
traceview/src/com/android/traceview/ThreadData.java [new file with mode: 0644]
traceview/src/com/android/traceview/TickScaler.java [new file with mode: 0644]
traceview/src/com/android/traceview/TimeLineView.java [new file with mode: 0644]
traceview/src/com/android/traceview/TraceReader.java [new file with mode: 0644]
traceview/src/com/android/traceview/TraceUnits.java [new file with mode: 0644]
traceview/src/resources/icons/sort_down.png [new file with mode: 0644]
traceview/src/resources/icons/sort_up.png [new file with mode: 0644]