Android App zur Berechnung einer HDR Belichtungsreihe.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <workbench progressCount="21" version="2.0">
  3. <workbenchAdvisor/>
  4. <window height="768" maximized="true" width="1024" x="130" y="92">
  5. <fastViewData fastViewLocation="1024"/>
  6. <perspectiveBar>
  7. <itemSize x="265"/>
  8. </perspectiveBar>
  9. <coolbarLayout locked="0">
  10. <coolItem id="group.file" itemType="typeGroupMarker"/>
  11. <coolItem id="org.eclipse.ui.workbench.file" itemType="typeToolBarContribution" x="122" y="22"/>
  12. <coolItem id="additions" itemType="typeGroupMarker"/>
  13. <coolItem id="adt.actionSet.avdManager" itemType="typeToolBarContribution" x="38" y="22"/>
  14. <coolItem id="adt.actionSet.wizards" itemType="typeToolBarContribution" x="84" y="22"/>
  15. <coolItem id="com.instantiations.j2ee.actionset" itemType="typeToolBarContribution" x="39" y="22"/>
  16. <coolItem id="com.swtdesigner.actionset" itemType="typeToolBarContribution" x="75" y="22"/>
  17. <coolItem id="com.swtdesigner.gwt.actionset" itemType="typeToolBarContribution" x="62" y="22"/>
  18. <coolItem id="org.eclipse.debug.ui.launchActionSet" itemType="typeToolBarContribution" x="129" y="22"/>
  19. <coolItem id="org.eclipse.jdt.ui.JavaElementCreationActionSet" itemType="typeToolBarContribution" x="99" y="22"/>
  20. <coolItem id="org.eclipse.jst.j2ee.J2eeMainActionSet" itemType="typeToolBarContribution" x="88" y="22"/>
  21. <coolItem id="org.eclipse.search.searchActionSet" itemType="typeToolBarContribution" x="99" y="22"/>
  22. <coolItem id="org.eclipse.ui.edit.text.actionSet.presentation" itemType="typeToolBarContribution" x="61" y="22"/>
  23. <coolItem id="org.eclipse.wst.server.ui.internal.webbrowser.actionSet" itemType="typeToolBarContribution" x="39" y="22"/>
  24. <coolItem id="org.eclipse.wst.ws.explorer.explorer" itemType="typeToolBarContribution" x="39" y="22"/>
  25. <coolItem id="org.eclipse.wst.xml.ui.perspective.NewFileToolBar" itemType="typeToolBarContribution" x="-1" y="-1"/>
  26. <coolItem id="org.eclipse.wst.xml.ui.design.DesignToolBar" itemType="typeToolBarContribution" x="-1" y="-1"/>
  27. <coolItem id="group.nav" itemType="typeGroupMarker"/>
  28. <coolItem id="org.eclipse.ui.workbench.navigate" itemType="typeToolBarContribution" x="190" y="22"/>
  29. <coolItem id="group.editor" itemType="typeGroupMarker"/>
  30. <coolItem id="com.android.ide.eclipse.adt.binedit.BinaryXMLMultiPageEditorPart" itemType="typePlaceholder" x="-1" y="-1"/>
  31. <coolItem id="com.android.ide.eclipse.editors.layout.LayoutEditor" itemType="typeToolBarContribution" x="-1" y="-1"/>
  32. <coolItem id="org.eclipse.compare.CompareEditor" itemType="typePlaceholder" x="85" y="22"/>
  33. <coolItem id="org.eclipse.jdt.ui.ClassFileEditor" itemType="typePlaceholder" x="-1" y="-1"/>
  34. <coolItem id="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart" itemType="typePlaceholder" x="-1" y="-1"/>
  35. <coolItem id="org.eclipse.ui.DefaultTextEditor" itemType="typePlaceholder" x="-1" y="-1"/>
  36. <coolItem id="org.eclipse.jdt.ui.PropertiesFileEditor" itemType="typeToolBarContribution" x="-1" y="-1"/>
  37. <coolItem id="org.eclipse.jdt.ui.CompilationUnitEditor" itemType="typePlaceholder" x="-1" y="-1"/>
  38. <coolItem id="group.help" itemType="typeGroupMarker"/>
  39. <coolItem id="org.eclipse.ui.workbench.help" itemType="typeToolBarContribution" x="-1" y="-1"/>
  40. </coolbarLayout>
  41. <page aggregateWorkingSetId="Aggregate for window 1288867917704" focus="true" label="Workspace - Java">
  42. <editors>
  43. <editorArea activeWorkbook="DefaultEditorWorkbook">
  44. <info part="DefaultEditorWorkbook">
  45. <folder appearance="1" expanded="2">
  46. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/>
  47. </folder>
  48. </info>
  49. </editorArea>
  50. </editors>
  51. <views>
  52. <view id="org.eclipse.ui.views.ProgressView" partName="Progress">
  53. <viewState/>
  54. </view>
  55. <view id="org.eclipse.jdt.ui.TypeHierarchy" partName="Hierarchy"/>
  56. <view id="org.eclipse.search.ui.views.SearchView" partName="Search">
  57. <viewState isPinned="false">
  58. <view IMemento.internal.id="org.eclipse.search.text.FileSearchResultPage" org.eclipse.search.lastActivation="1" org.eclipse.search.resultpage.layout="2" org.eclipse.search.resultpage.limit="1000" org.eclipse.search.resultpage.sorting="2"/>
  59. <view IMemento.internal.id="" org.eclipse.search.lastActivation="0"/>
  60. </viewState>
  61. </view>
  62. <view id="org.eclipse.debug.ui.DebugView" partName="Debug">
  63. <viewState/>
  64. </view>
  65. <view id="org.eclipse.ui.views.TaskList" partName="Tasks"/>
  66. <view id="org.eclipse.debug.ui.VariableView" partName="Variables">
  67. <viewState/>
  68. </view>
  69. <view id="org.eclipse.debug.ui.BreakpointView" partName="Breakpoints">
  70. <viewState>
  71. <isTrackingSelection value="true"/>
  72. </viewState>
  73. </view>
  74. <view id="org.eclipse.ui.views.ContentOutline" partName="Outline">
  75. <viewState/>
  76. </view>
  77. <view id="org.eclipse.debug.ui.ExpressionView" partName="Expressions">
  78. <viewState/>
  79. </view>
  80. <view id="org.eclipse.ui.views.PropertySheet" partName="Properties">
  81. <viewState/>
  82. </view>
  83. <view id="org.eclipse.ui.views.ProblemView" partName="Problems">
  84. <viewState PRIMARY_SORT_FIELD="org.eclipse.ui.ide.severityAndDescriptionField" categoryGroup="org.eclipse.ui.ide.severity" markerContentGenerator="org.eclipse.ui.ide.problemsGenerator" partName="Problems">
  85. <expanded>&#x0A;<category IMemento.internal.id="Warnings (1 item)"/>
  86. <category IMemento.internal.id="Errors"/>
  87. </expanded>
  88. <columnWidths org.eclipse.ui.ide.locationField="84" org.eclipse.ui.ide.markerType="124" org.eclipse.ui.ide.pathField="260" org.eclipse.ui.ide.resourceField="184" org.eclipse.ui.ide.severityAndDescriptionField="897"/>
  89. <visible IMemento.internal.id="org.eclipse.ui.ide.severityAndDescriptionField"/>
  90. <visible IMemento.internal.id="org.eclipse.ui.ide.resourceField"/>
  91. <visible IMemento.internal.id="org.eclipse.ui.ide.pathField"/>
  92. <visible IMemento.internal.id="org.eclipse.ui.ide.locationField"/>
  93. <visible IMemento.internal.id="org.eclipse.ui.ide.markerType"/>
  94. </viewState>
  95. </view>
  96. <view id="org.eclipse.ui.console.ConsoleView" partName="Console">
  97. <viewState/>
  98. </view>
  99. <view id="org.eclipse.jdt.ui.PackageExplorer" partName="Package Explorer">
  100. <viewState group_libraries="1" layout="1" linkWithEditor="1" rootMode="1" workingSetName="">
  101. <customFilters userDefinedPatternsEnabled="true">
  102. <userDefinedPatterns>
  103. <child pattern="target"/>
  104. <child pattern="classes"/>
  105. </userDefinedPatterns>
  106. <xmlDefinedFilters>
  107. <child filterId="org.eclipse.jdt.ui.PackageExplorer.LibraryFilter" isEnabled="false"/>
  108. <child filterId="org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter" isEnabled="false"/>
  109. <child filterId="org.eclipse.pde.ui.ExternalPluginLibrariesFilter1" isEnabled="true"/>
  110. <child filterId="org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsConnections" isEnabled="true"/>
  111. <child filterId="org.eclipse.jdt.ui.PackageExplorer.FieldsFilter" isEnabled="false"/>
  112. <child filterId="jdt.external.source.project.filter" isEnabled="true"/>
  113. <child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter" isEnabled="true"/>
  114. <child filterId="org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter" isEnabled="false"/>
  115. <child filterId="org.maven.ide.eclipse.MavenModuleFilter" isEnabled="true"/>
  116. <child filterId="org.eclipse.pde.ui.BinaryProjectFilter1" isEnabled="false"/>
  117. <child filterId="org.eclipse.mylyn.java.ui.MembersFilter" isEnabled="false"/>
  118. <child filterId="org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter" isEnabled="false"/>
  119. <child filterId="org.eclipse.jdt.ui.PackageExplorer.StaticsFilter" isEnabled="false"/>
  120. <child filterId="org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter" isEnabled="true"/>
  121. <child filterId="org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter" isEnabled="false"/>
  122. <child filterId="org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter" isEnabled="false"/>
  123. <child filterId="org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter" isEnabled="false"/>
  124. <child filterId="org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter" isEnabled="false"/>
  125. <child filterId="org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter" isEnabled="true"/>
  126. <child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter" isEnabled="true"/>
  127. <child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter" isEnabled="false"/>
  128. <child filterId="org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter" isEnabled="true"/>
  129. <child filterId="org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*" isEnabled="false"/>
  130. <child filterId="org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter" isEnabled="true"/>
  131. <child filterId="org.eclipse.jdt.ui.PackageExplorer_patternFilterId_RemoteSystemsTempFiles" isEnabled="true"/>
  132. <child filterId="org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter" isEnabled="true"/>
  133. </xmlDefinedFilters>
  134. <lastRecentlyUsedFilters>
  135. <child filterId="org.eclipse.jdt.ui.PackageExplorer.LibraryFilter"/>
  136. <child filterId="org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter"/>
  137. </lastRecentlyUsedFilters>
  138. </customFilters>
  139. </viewState>
  140. </view>
  141. <view id="org.eclipse.jdt.ui.SourceView" partName="Declaration">
  142. <viewState/>
  143. </view>
  144. <view id="org.eclipse.wst.server.ui.ServersView" partName="Servers"/>
  145. <view id="org.eclipse.jdt.ui.JavadocView" partName="Javadoc">
  146. <viewState/>
  147. </view>
  148. </views>
  149. <perspectives activePart="org.eclipse.jdt.ui.PackageExplorer" activePerspective="org.eclipse.jdt.ui.JavaPerspective">
  150. <perspective editorAreaTrimState="2" editorAreaVisible="0" fixed="0" version="0.016">
  151. <descriptor class="com.android.ide.eclipse.ddms.Perspective" id="com.android.ide.eclipse.ddms.Perspective" label="DDMS"/>
  152. <alwaysOnActionSet id="org.eclipse.mylyn.context.ui.actionSet"/>
  153. <alwaysOnActionSet id="org.eclipse.mylyn.doc.actionSet"/>
  154. <alwaysOnActionSet id="org.eclipse.mylyn.tasks.ui.navigation"/>
  155. <alwaysOnActionSet id="org.eclipse.ui.cheatsheets.actionSet"/>
  156. <alwaysOnActionSet id="org.eclipse.rse.core.search.searchActionSet"/>
  157. <alwaysOnActionSet id="org.eclipse.search.searchActionSet"/>
  158. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
  159. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.navigation"/>
  160. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
  161. <alwaysOnActionSet id="org.eclipse.ui.externaltools.ExternalToolsSet"/>
  162. <alwaysOnActionSet id="org.eclipse.ui.actionSet.keyBindings"/>
  163. <alwaysOnActionSet id="org.eclipse.ui.actionSet.openFiles"/>
  164. <alwaysOnActionSet id="org.maven.ide.eclipse.ui.navigation"/>
  165. <alwaysOnActionSet id="org.maven.ide.eclipse.help.actionSet"/>
  166. <alwaysOnActionSet id="adt.actionSet.wizards"/>
  167. <alwaysOnActionSet id="adt.actionSet.refactorings"/>
  168. <alwaysOnActionSet id="adt.actionSet.avdManager"/>
  169. <alwaysOnActionSet id="org.maven.ide.eclipse.actions.maven"/>
  170. <show_view_action id="com.android.ide.eclipse.ddms.views.DeviceView"/>
  171. <show_view_action id="com.android.ide.eclipse.ddms.views.FileExplorerView"/>
  172. <show_view_action id="com.android.ide.eclipse.ddms.views.HeapView"/>
  173. <show_view_action id="com.android.ide.eclipse.ddms.views.AllocTrackerView"/>
  174. <show_view_action id="com.android.ide.eclipse.ddms.views.LogCatView"/>
  175. <show_view_action id="com.android.ide.eclipse.ddms.views.ThreadView"/>
  176. <show_view_action id="org.eclipse.ui.views.ResourceNavigator"/>
  177. <show_view_action id="org.eclipse.ui.views.BookmarkView"/>
  178. <show_view_action id="org.eclipse.ui.views.ContentOutline"/>
  179. <show_view_action id="org.eclipse.ui.views.PropertySheet"/>
  180. <show_view_action id="org.eclipse.ui.views.ProblemView"/>
  181. <show_view_action id="org.eclipse.ui.views.ProgressView"/>
  182. <show_view_action id="org.eclipse.ui.views.TaskList"/>
  183. <perspective_action id="org.eclipse.ui.resourcePerspective"/>
  184. <perspective_action id="org.eclipse.debug.ui.DebugPerspective"/>
  185. <perspective_action id="org.eclipse.jdt.ui.JavaPerspective"/>
  186. <hide_toolbar_item_id id="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"/>
  187. <view id="com.android.ide.eclipse.ddms.views.LogCatView" removed="true"/>
  188. <view id="org.eclipse.ui.console.ConsoleView"/>
  189. <view id="com.android.ide.eclipse.ddms.views.DeviceView" removed="true"/>
  190. <view id="com.android.ide.eclipse.ddms.views.EmulatorControlView" removed="true"/>
  191. <view id="com.android.ide.eclipse.ddms.views.ThreadView" removed="true"/>
  192. <view id="com.android.ide.eclipse.ddms.views.HeapView" removed="true"/>
  193. <view id="com.android.ide.eclipse.ddms.views.AllocTrackerView" removed="true"/>
  194. <view id="com.android.ide.eclipse.ddms.views.FileExplorerView" removed="true"/>
  195. <fastViewBars/>
  196. <layout>&#x0A;<mainWindow>&#x0A;<info folder="true" part="devices">&#x0A;<folder activePageID="com.android.ide.eclipse.ddms.views.DeviceView" appearance="2" expanded="2">&#x0A;<page content="com.android.ide.eclipse.ddms.views.DeviceView" label="Devices"/>
  197. <page content="com.android.ide.eclipse.ddms.views.DeviceView:*" label="LabelNotFound"/>
  198. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  199. </presentation>
  200. </folder>
  201. </info>
  202. <info folder="true" part="stickyFolderRight" ratio="0.75" ratioLeft="954" ratioRight="318" relationship="2" relative="devices">&#x0A;<folder appearance="2" expanded="2">&#x0A;<page content="org.eclipse.help.ui.HelpView" label="LabelNotFound"/>
  203. <page content="org.eclipse.ui.internal.introview" label="LabelNotFound"/>
  204. <page content="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="LabelNotFound"/>
  205. </folder>
  206. </info>
  207. <info folder="true" part="logcat" ratio="0.469457" ratioLeft="415" ratioRight="469" relationship="4" relative="devices">&#x0A;<folder activePageID="org.eclipse.ui.console.ConsoleView" appearance="2" expanded="2">&#x0A;<page content="com.android.ide.eclipse.ddms.views.LogCatView" label="LogCat"/>
  208. <page content="org.eclipse.ui.console.ConsoleView" label="Console"/>
  209. <page content="com.android.ide.eclipse.ddms.views.LogCatView:*" label="LabelNotFound"/>
  210. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  211. <part id="1"/>
  212. </presentation>
  213. </folder>
  214. </info>
  215. <info part="org.eclipse.ui.editorss" ratio="0.32624114" ratioLeft="414" ratioRight="855" relationship="2" relative="devices"/>
  216. <info folder="true" part="ddms-detail" ratio="0.49943882" ratioLeft="445" ratioRight="446" relationship="2" relative="org.eclipse.ui.editorss">&#x0A;<folder activePageID="com.android.ide.eclipse.ddms.views.ThreadView" appearance="2" expanded="2">&#x0A;<page content="com.android.ide.eclipse.ddms.views.ThreadView" label="Threads"/>
  217. <page content="com.android.ide.eclipse.ddms.views.HeapView" label="Heap"/>
  218. <page content="com.android.ide.eclipse.ddms.views.AllocTrackerView" label="Allocation Tracker"/>
  219. <page content="com.android.ide.eclipse.ddms.views.FileExplorerView" label="File Explorer"/>
  220. <page content="com.android.ide.eclipse.ddms.views.ThreadView:*" label="LabelNotFound"/>
  221. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  222. <part id="1"/>
  223. <part id="2"/>
  224. <part id="3"/>
  225. </presentation>
  226. </folder>
  227. </info>
  228. <info folder="true" part="emulator" ratio="0.4992948" ratioLeft="354" ratioRight="355" relationship="4" relative="devices">&#x0A;<folder activePageID="com.android.ide.eclipse.ddms.views.EmulatorControlView" appearance="2" expanded="2">&#x0A;<page content="com.android.ide.eclipse.ddms.views.EmulatorControlView" label="Emulator Control"/>
  229. <page content="com.android.ide.eclipse.ddms.views.EmulatorControlView:*" label="LabelNotFound"/>
  230. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  231. </presentation>
  232. </folder>
  233. </info>
  234. </mainWindow>
  235. </layout>
  236. </perspective>
  237. <perspective editorAreaTrimState="2" editorAreaVisible="1" fixed="0" version="0.016">
  238. <descriptor class="org.eclipse.debug.internal.ui.DebugPerspectiveFactory" id="org.eclipse.debug.ui.DebugPerspective" label="Debug"/>
  239. <alwaysOnActionSet id="com.instantiations.j2ee.actionset"/>
  240. <alwaysOnActionSet id="com.swtdesigner.actionset"/>
  241. <alwaysOnActionSet id="com.swtdesigner.gwt.actionset"/>
  242. <alwaysOnActionSet id="org.eclipse.jst.servlet.ui.internal.actions.ConvertToWebModuleTypeActionSet"/>
  243. <alwaysOnActionSet id="org.eclipse.mylyn.context.ui.actionSet"/>
  244. <alwaysOnActionSet id="org.eclipse.mylyn.doc.actionSet"/>
  245. <alwaysOnActionSet id="org.eclipse.mylyn.tasks.ui.navigation"/>
  246. <alwaysOnActionSet id="org.eclipse.ui.cheatsheets.actionSet"/>
  247. <alwaysOnActionSet id="org.eclipse.rse.core.search.searchActionSet"/>
  248. <alwaysOnActionSet id="org.eclipse.search.searchActionSet"/>
  249. <alwaysOnActionSet id="org.eclipse.team.svn.ui.menu.help"/>
  250. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
  251. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.navigation"/>
  252. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
  253. <alwaysOnActionSet id="org.eclipse.ui.externaltools.ExternalToolsSet"/>
  254. <alwaysOnActionSet id="org.eclipse.ui.actionSet.keyBindings"/>
  255. <alwaysOnActionSet id="org.eclipse.ui.actionSet.openFiles"/>
  256. <alwaysOnActionSet id="org.maven.ide.eclipse.ui.navigation"/>
  257. <alwaysOnActionSet id="org.maven.ide.eclipse.actionSet"/>
  258. <alwaysOnActionSet id="org.maven.ide.eclipse.help.actionSet"/>
  259. <alwaysOnActionSet id="adt.actionSet.wizards"/>
  260. <alwaysOnActionSet id="adt.actionSet.refactorings"/>
  261. <alwaysOnActionSet id="adt.actionSet.avdManager"/>
  262. <alwaysOnActionSet id="org.springframework.ide.eclipse.beans.ui.actionSet"/>
  263. <alwaysOnActionSet id="org.springframework.ide.eclipse.beans.ui.ActionSet"/>
  264. <alwaysOnActionSet id="org.springframework.ide.eclipse.beans.search.actionSet"/>
  265. <alwaysOnActionSet id="org.eclipse.debug.ui.launchActionSet"/>
  266. <alwaysOnActionSet id="org.eclipse.ui.NavigateActionSet"/>
  267. <alwaysOnActionSet id="org.eclipse.debug.ui.breakpointActionSet"/>
  268. <alwaysOnActionSet id="org.eclipse.dltk.debug.ui.ScriptDebugActionSet"/>
  269. <alwaysOnActionSet id="org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>
  270. <alwaysOnActionSet id="org.eclipse.jdt.ui.JavaActionSet"/>
  271. <alwaysOnActionSet id="org.eclipse.debug.ui.debugActionSet"/>
  272. <show_view_action id="org.eclipse.debug.ui.DebugView"/>
  273. <show_view_action id="org.eclipse.debug.ui.VariableView"/>
  274. <show_view_action id="org.eclipse.debug.ui.BreakpointView"/>
  275. <show_view_action id="org.eclipse.debug.ui.ExpressionView"/>
  276. <show_view_action id="org.eclipse.ui.views.ContentOutline"/>
  277. <show_view_action id="org.eclipse.ui.console.ConsoleView"/>
  278. <show_view_action id="org.eclipse.ui.views.TaskList"/>
  279. <show_view_action id="com.android.ide.eclipse.ddms.views.LogCatView"/>
  280. <show_view_action id="com.android.ide.eclipse.ddms.views.DeviceView"/>
  281. <show_view_action id="org.eclipse.ant.ui.views.AntView"/>
  282. <show_view_action id="org.eclipse.datatools.sqltools.result.resultView"/>
  283. <show_view_action id="org.eclipse.pde.runtime.LogView"/>
  284. <show_view_action id="org.eclipse.dltk.debug.ui.ScriptDisplayView"/>
  285. <show_view_action id="org.eclipse.jdt.debug.ui.DisplayView"/>
  286. <perspective_action id="com.android.ide.eclipse.ddms.Perspective"/>
  287. <perspective_action id="org.eclipse.datatools.sqltools.sqleditor.perspectives.EditorPerspective"/>
  288. <perspective_action id="org.eclipse.jdt.ui.JavaPerspective"/>
  289. <perspective_action id="org.eclipse.jdt.ui.JavaBrowsingPerspective"/>
  290. <perspective_action id="org.eclipse.php.perspective"/>
  291. <perspective_action id="org.eclipse.wst.jsdt.ui.JavaPerspective"/>
  292. <perspective_action id="org.eclipse.wst.xml.ui.perspective"/>
  293. <hide_toolbar_item_id id="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"/>
  294. <view id="org.eclipse.ui.console.ConsoleView"/>
  295. <view id="org.eclipse.ui.views.TaskList"/>
  296. <view id="org.eclipse.debug.ui.PHPDebugOutput" removed="true"/>
  297. <view id="org.eclipse.debug.ui.PHPBrowserOutput" removed="true"/>
  298. <view id="org.eclipse.debug.ui.DebugView"/>
  299. <view id="org.eclipse.wst.server.ui.ServersView"/>
  300. <view id="org.eclipse.debug.ui.VariableView"/>
  301. <view id="org.eclipse.debug.ui.BreakpointView"/>
  302. <view id="org.eclipse.debug.ui.ExpressionView"/>
  303. <view id="org.eclipse.dltk.debug.ui.ScriptDisplayView" removed="true"/>
  304. <view id="org.eclipse.ui.views.ContentOutline"/>
  305. <view id="com.android.ide.eclipse.ddms.views.LogCatView" removed="true"/>
  306. <fastViewBars/>
  307. <layout>&#x0A;<mainWindow>&#x0A;<info folder="true" part="org.eclipse.debug.internal.ui.NavigatorFolderView">&#x0A;<folder activePageID="org.eclipse.debug.ui.DebugView" appearance="2" expanded="2">&#x0A;<page content="org.eclipse.debug.ui.DebugView" label="Debug"/>
  308. <page content="org.eclipse.wst.server.ui.ServersView" label="Servers"/>
  309. <page content="org.eclipse.ui.views.ResourceNavigator" label="LabelNotFound"/>
  310. <page content="org.eclipse.dltk.ui.ScriptExplorer" label="LabelNotFound"/>
  311. <page content="org.eclipse.jdt.ui.PackageExplorer" label="LabelNotFound"/>
  312. <page content="org.eclipse.jdt.ui.TypeHierarchy" label="LabelNotFound"/>
  313. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  314. <part id="1"/>
  315. </presentation>
  316. </folder>
  317. </info>
  318. <info folder="true" part="stickyFolderRight" ratio="0.75" ratioLeft="954" ratioRight="318" relationship="2" relative="org.eclipse.debug.internal.ui.NavigatorFolderView">&#x0A;<folder appearance="2" expanded="2">&#x0A;<page content="org.eclipse.help.ui.HelpView" label="LabelNotFound"/>
  319. <page content="org.eclipse.ui.internal.introview" label="LabelNotFound"/>
  320. <page content="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="LabelNotFound"/>
  321. </folder>
  322. </info>
  323. <info folder="true" part="org.eclipse.debug.internal.ui.ConsoleFolderView" ratio="0.7702857" ratioLeft="674" ratioRight="201" relationship="4" relative="org.eclipse.debug.internal.ui.NavigatorFolderView">&#x0A;<folder activePageID="org.eclipse.ui.console.ConsoleView" appearance="2" expanded="2">&#x0A;<page content="org.eclipse.ui.console.ConsoleView" label="Console"/>
  324. <page content="org.eclipse.ui.views.TaskList" label="Tasks"/>
  325. <page content="org.eclipse.debug.ui.PHPDebugOutput" label="Debug Output"/>
  326. <page content="org.eclipse.debug.ui.PHPBrowserOutput" label="Browser Output"/>
  327. <page content="org.eclipse.ui.views.BookmarkView" label="LabelNotFound"/>
  328. <page content="org.eclipse.ui.views.PropertySheet" label="LabelNotFound"/>
  329. <page content="org.eclipse.datatools.sqltools.result.resultView" label="LabelNotFound"/>
  330. <page content="org.eclipse.jdt.debug.ui.DisplayView" label="LabelNotFound"/>
  331. <page content="org.eclipse.search.SearchResultView" label="LabelNotFound"/>
  332. <page content="org.eclipse.wst.xsl.jaxp.debug.ui.view1" label="LabelNotFound"/>
  333. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  334. <part id="1"/>
  335. <part id="2"/>
  336. <part id="3"/>
  337. </presentation>
  338. </folder>
  339. </info>
  340. <info folder="true" part="org.eclipse.ui.internal.ViewStack@bb4521" ratio="0.5" ratioLeft="636" ratioRight="636" relationship="2" relative="org.eclipse.debug.internal.ui.ConsoleFolderView">&#x0A;<folder activePageID="com.android.ide.eclipse.ddms.views.LogCatView" appearance="2" expanded="2">&#x0A;<page content="com.android.ide.eclipse.ddms.views.LogCatView" label="LogCat"/>
  341. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  342. </presentation>
  343. </folder>
  344. </info>
  345. <info part="org.eclipse.ui.editorss" ratio="0.44962406" ratioLeft="299" ratioRight="366" relationship="4" relative="org.eclipse.debug.internal.ui.NavigatorFolderView"/>
  346. <info folder="true" part="org.eclipse.debug.internal.ui.OutlineFolderView" ratio="0.75" ratioLeft="954" ratioRight="318" relationship="2" relative="org.eclipse.ui.editorss">&#x0A;<folder activePageID="org.eclipse.ui.views.ContentOutline" appearance="2" expanded="2">&#x0A;<page content="org.eclipse.ui.views.ContentOutline" label="Outline"/>
  347. <page content="org.eclipse.ant.ui.views.AntView" label="LabelNotFound"/>
  348. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  349. </presentation>
  350. </folder>
  351. </info>
  352. <info folder="true" part="org.eclipse.debug.internal.ui.ToolsFolderView" ratio="0.45468873" ratioLeft="577" ratioRight="692" relationship="2" relative="org.eclipse.debug.internal.ui.NavigatorFolderView">&#x0A;<folder activePageID="org.eclipse.debug.ui.VariableView" appearance="2" expanded="2">&#x0A;<page content="org.eclipse.debug.ui.VariableView" label="Variables"/>
  353. <page content="org.eclipse.debug.ui.BreakpointView" label="Breakpoints"/>
  354. <page content="org.eclipse.debug.ui.ExpressionView" label="Expressions"/>
  355. <page content="org.eclipse.dltk.debug.ui.ScriptDisplayView" label="Interactive Console"/>
  356. <page content="org.eclipse.debug.ui.RegisterView" label="LabelNotFound"/>
  357. <page content="org.eclipse.debug.ui.PHPStackView" label="LabelNotFound"/>
  358. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">&#x0A;<part id="0"/>
  359. <part id="1"/>
  360. <part id="2"/>
  361. <part id="3"/>
  362. </presentation>
  363. </folder>
  364. </info>
  365. </mainWindow>
  366. </layout>
  367. </perspective>
  368. <perspective editorAreaTrimState="2" editorAreaVisible="1" fixed="0" version="0.016">
  369. <descriptor class="org.eclipse.jdt.internal.ui.JavaPerspectiveFactory" id="org.eclipse.jdt.ui.JavaPerspective" label="Java"/>
  370. <alwaysOnActionSet id="org.eclipse.mylyn.context.ui.actionSet"/>
  371. <alwaysOnActionSet id="org.eclipse.mylyn.doc.actionSet"/>
  372. <alwaysOnActionSet id="org.eclipse.mylyn.tasks.ui.navigation"/>
  373. <alwaysOnActionSet id="org.eclipse.ui.cheatsheets.actionSet"/>
  374. <alwaysOnActionSet id="org.eclipse.rse.core.search.searchActionSet"/>
  375. <alwaysOnActionSet id="org.eclipse.search.searchActionSet"/>
  376. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
  377. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.navigation"/>
  378. <alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
  379. <alwaysOnActionSet id="org.eclipse.ui.externaltools.ExternalToolsSet"/>
  380. <alwaysOnActionSet id="org.eclipse.ui.actionSet.keyBindings"/>
  381. <alwaysOnActionSet id="org.eclipse.ui.actionSet.openFiles"/>
  382. <alwaysOnActionSet id="org.eclipse.debug.ui.launchActionSet"/>
  383. <alwaysOnActionSet id="org.eclipse.jdt.ui.JavaActionSet"/>
  384. <alwaysOnActionSet id="org.eclipse.jdt.ui.JavaElementCreationActionSet"/>
  385. <alwaysOnActionSet id="org.eclipse.ui.NavigateActionSet"/>
  386. <alwaysOnActionSet id="org.eclipse.debug.ui.breakpointActionSet"/>
  387. <alwaysOnActionSet id="org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>
  388. <alwaysOnActionSet id="org.eclipse.jdt.junit.JUnitActionSet"/>
  389. <alwaysOnActionSet id="adt.actionSet.wizards"/>
  390. <alwaysOnActionSet id="adt.actionSet.refactorings"/>
  391. <alwaysOnActionSet id="adt.actionSet.avdManager"/>
  392. <alwaysOnActionSet id="org.maven.ide.eclipse.ui.navigation"/>
  393. <alwaysOnActionSet id="org.maven.ide.eclipse.actions.maven"/>
  394. <alwaysOnActionSet id="org.maven.ide.eclipse.help.actionSet"/>
  395. <show_view_action id="org.eclipse.jdt.ui.PackageExplorer"/>
  396. <show_view_action id="org.eclipse.jdt.ui.TypeHierarchy"/>
  397. <show_view_action id="org.eclipse.jdt.ui.SourceView"/>
  398. <show_view_action id="org.eclipse.jdt.ui.JavadocView"/>
  399. <show_view_action id="org.eclipse.search.ui.views.SearchView"/>
  400. <show_view_action id="org.eclipse.ui.console.ConsoleView"/>
  401. <show_view_action id="org.eclipse.ui.views.ContentOutline"/>
  402. <show_view_action id="org.eclipse.ui.views.ProblemView"/>
  403. <show_view_action id="org.eclipse.ui.views.ResourceNavigator"/>
  404. <show_view_action id="org.eclipse.ui.views.TaskList"/>
  405. <show_view_action id="org.eclipse.ui.views.ProgressView"/>
  406. <show_view_action id="org.eclipse.ui.navigator.ProjectExplorer"/>
  407. <show_view_action id="org.eclipse.ui.texteditor.TemplatesView"/>
  408. <show_view_action id="com.swtdesigner.views.palette"/>
  409. <show_view_action id="com.swtdesigner.views.property"/>
  410. <show_view_action id="org.eclipse.ant.ui.views.AntView"/>
  411. <show_view_action id="org.eclipse.pde.runtime.LogView"/>
  412. <show_view_action id="org.eclipse.mylyn.tasks.ui.views.tasks"/>
  413. <show_view_action id="org.springframework.ide.eclipse.ui.navigator.springExplorer"/>
  414. <new_wizard_action id="org.eclipse.jdt.ui.wizards.JavaProjectWizard"/>
  415. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewPackageCreationWizard"/>
  416. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewClassCreationWizard"/>
  417. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard"/>
  418. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewEnumCreationWizard"/>
  419. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard"/>
  420. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard"/>
  421. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard"/>
  422. <new_wizard_action id="org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard"/>
  423. <new_wizard_action id="org.eclipse.ui.wizards.new.folder"/>
  424. <new_wizard_action id="org.eclipse.ui.wizards.new.file"/>
  425. <new_wizard_action id="org.eclipse.ui.editors.wizards.UntitledTextFileWizard"/>
  426. <new_wizard_action id="com.android.ide.eclipse.adt.project.NewProjectWizard"/>
  427. <new_wizard_action id="com.android.ide.eclipse.editors.wizards.NewXmlFileWizard"/>
  428. <new_wizard_action id="com.swtdesigner.wizards.NewJavaSWTProjectCreationWizard"/>
  429. <new_wizard_action id="com.swtdesigner.wizards.NewSWTApplicationWizard"/>
  430. <new_wizard_action id="com.swtdesigner.wizards.NewJFaceDialogWizard"/>
  431. <new_wizard_action id="org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard"/>
  432. <new_wizard_action id="org.eclipse.mylyn.tasks.ui.wizards.new.repository.task"/>
  433. <new_wizard_action id="org.springframework.ide.eclipse.beans.ui.wizards.newBeansConfig"/>
  434. <new_wizard_action id="org.springframework.ide.eclipse.beans.ui.wizards.newSpringProject"/>
  435. <perspective_action id="com.android.ide.eclipse.ddms.Perspective"/>
  436. <perspective_action id="org.eclipse.debug.ui.DebugPerspective"/>
  437. <perspective_action id="org.eclipse.jdt.ui.JavaBrowsingPerspective"/>
  438. <hide_toolbar_item_id id="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly"/>
  439. <view id="org.eclipse.jdt.ui.PackageExplorer"/>
  440. <view id="org.eclipse.jdt.ui.TypeHierarchy"/>
  441. <view id="org.eclipse.ui.views.ProblemView"/>
  442. <view id="org.eclipse.jdt.ui.JavadocView"/>
  443. <view id="org.eclipse.jdt.ui.SourceView"/>
  444. <view id="org.eclipse.ui.views.PropertySheet"/>
  445. <view id="org.eclipse.search.ui.views.SearchView"/>
  446. <view id="org.eclipse.ui.console.ConsoleView"/>
  447. <view id="org.eclipse.ui.views.ProgressView"/>
  448. <view id="org.eclipse.ui.views.ContentOutline"/>
  449. <fastViewBars/>
  450. <layout>
  451. <mainWindow>
  452. <info folder="true" part="left">
  453. <folder activePageID="org.eclipse.jdt.ui.PackageExplorer" appearance="2" expanded="2">
  454. <page content="org.eclipse.jdt.ui.PackageExplorer" label="Package Explorer"/>
  455. <page content="org.eclipse.jdt.ui.TypeHierarchy" label="Hierarchy"/>
  456. <page content="org.eclipse.ui.views.ResourceNavigator" label="LabelNotFound"/>
  457. <page content="org.eclipse.ui.navigator.ProjectExplorer" label="LabelNotFound"/>
  458. <page content="com.swtdesigner.views.palette" label="LabelNotFound"/>
  459. <page content="com.swtdesigner.views.property" label="LabelNotFound"/>
  460. <page content="org.eclipse.jdt.junit.ResultView" label="LabelNotFound"/>
  461. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
  462. <part id="0"/>
  463. <part id="1"/>
  464. </presentation>
  465. </folder>
  466. </info>
  467. <info folder="true" part="stickyFolderRight" ratio="0.75" ratioLeft="954" ratioRight="318" relationship="2" relative="left">
  468. <folder appearance="2" expanded="2">
  469. <page content="org.eclipse.help.ui.HelpView" label="LabelNotFound"/>
  470. <page content="org.eclipse.ui.internal.introview" label="LabelNotFound"/>
  471. <page content="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="LabelNotFound"/>
  472. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/>
  473. </folder>
  474. </info>
  475. <info part="org.eclipse.ui.editorss" ratio="0.17548455" ratioLeft="335" ratioRight="1574" relationship="2" relative="left"/>
  476. <info folder="true" part="bottom" ratio="0.70533645" ratioLeft="608" ratioRight="254" relationship="4" relative="org.eclipse.ui.editorss">
  477. <folder activePageID="org.eclipse.ui.console.ConsoleView" appearance="2" expanded="2">
  478. <page content="org.eclipse.ui.views.ProblemView" label="Problems"/>
  479. <page content="org.eclipse.jdt.ui.JavadocView" label="Javadoc"/>
  480. <page content="org.eclipse.jdt.ui.SourceView" label="Declaration"/>
  481. <page content="org.eclipse.ui.views.PropertySheet" label="Properties"/>
  482. <page content="org.eclipse.search.ui.views.SearchView" label="Search"/>
  483. <page content="org.eclipse.ui.console.ConsoleView" label="Console"/>
  484. <page content="org.eclipse.ui.views.ProgressView" label="Progress"/>
  485. <page content="com.triemax.jalopy.messageview" label="LabelNotFound"/>
  486. <page content="org.eclipse.ui.console.ConsoleView:Console View #1" label="LabelNotFound"/>
  487. <page content="org.eclipse.ui.views.BookmarkView" label="LabelNotFound"/>
  488. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
  489. <part id="0"/>
  490. <part id="1"/>
  491. <part id="2"/>
  492. <part id="3"/>
  493. <part id="4"/>
  494. <part id="5"/>
  495. <part id="6"/>
  496. </presentation>
  497. </folder>
  498. </info>
  499. <info folder="true" part="org.eclipse.ui.internal.ViewStack@1354a57" ratio="0.7494759" ratioLeft="715" ratioRight="239" relationship="2" relative="org.eclipse.ui.editorss">
  500. <folder appearance="2" expanded="2">
  501. <page content="org.eclipse.mylyn.tasks.ui.views.tasks" label="LabelNotFound"/>
  502. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/>
  503. </folder>
  504. </info>
  505. <info folder="true" part="right" ratio="0.49924812" ratioLeft="332" ratioRight="333" relationship="4" relative="org.eclipse.ui.internal.ViewStack@1354a57">
  506. <folder appearance="2" expanded="2">
  507. <page content="org.eclipse.ui.texteditor.TemplatesView" label="LabelNotFound"/>
  508. <page content="org.eclipse.ant.ui.views.AntView" label="LabelNotFound"/>
  509. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/>
  510. </folder>
  511. </info>
  512. <info folder="true" part="org.eclipse.ui.internal.ViewStack@1a3c06e" ratio="0.4984985" ratioLeft="166" ratioRight="167" relationship="4" relative="right">
  513. <folder appearance="2" expanded="2">
  514. <page content="org.springframework.ide.eclipse.ui.navigator.springExplorer" label="LabelNotFound"/>
  515. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/>
  516. </folder>
  517. </info>
  518. <info folder="true" part="org.eclipse.ui.internal.ViewStack@1f51055" ratio="0.5307692" ratioLeft="483" ratioRight="427" relationship="4" relative="left">
  519. <folder activePageID="org.eclipse.ui.views.ContentOutline" appearance="2" expanded="2">
  520. <page content="org.eclipse.ui.views.ContentOutline" label="Outline"/>
  521. <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
  522. <part id="0"/>
  523. </presentation>
  524. </folder>
  525. </info>
  526. </mainWindow>
  527. </layout>
  528. </perspective>
  529. </perspectives>
  530. <workingSets/>
  531. <navigationHistory/>
  532. <input factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/" type="8"/>
  533. </page>
  534. <workbenchWindowAdvisor/>
  535. <actionBarAdvisor/>
  536. <trimLayout>
  537. <trimArea IMemento.internal.id="128">
  538. <trimItem IMemento.internal.id="org.eclipse.ui.internal.WorkbenchWindow.topBar"/>
  539. </trimArea>
  540. <trimArea IMemento.internal.id="1024">
  541. <trimItem IMemento.internal.id="org.eclise.ui.internal.FastViewBar"/>
  542. <trimItem IMemento.internal.id="org.eclipse.jface.action.StatusLineManager"/>
  543. <trimItem IMemento.internal.id="org.eclipse.ui.internal.progress.ProgressRegion"/>
  544. </trimArea>
  545. </trimLayout>
  546. </window>
  547. <mruList>
  548. <file factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.android.ide.eclipse.adt.binedit.BinaryXMLMultiPageEditorPart" name="settings.xml" tooltip="C:\Users\Florindo Smilari\Downloads\.m2\settings.xml">
  549. <persistable uri="file:/C:/Users/Florindo%20Smilari/Downloads/.m2/settings.xml"/>
  550. </file>
  551. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.manifest.ManifestEditor" name="AndroidManifest.xml" tooltip="EasyBracketing/AndroidManifest.xml">
  552. <persistable path="/EasyBracketing/AndroidManifest.xml"/>
  553. </file>
  554. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.PropertiesFileEditor" name="default.properties" tooltip="EasyBracketing/default.properties">
  555. <persistable path="/EasyBracketing/default.properties"/>
  556. </file>
  557. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.resources.ResourcesEditor" name="strings.xml" tooltip="EasyBracketing/res/values-de/strings.xml">
  558. <persistable path="/EasyBracketing/res/values-de/strings.xml"/>
  559. </file>
  560. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.xml.XmlEditor" name="strings.xml" tooltip="EasyBracketing/res/values/strings.xml">
  561. <persistable path="/EasyBracketing/res/values/strings.xml"/>
  562. </file>
  563. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.layout.LayoutEditor" name="about_dialog.xml" tooltip="EasyBracketing/res/layout/about_dialog.xml">
  564. <persistable path="/EasyBracketing/res/layout/about_dialog.xml"/>
  565. </file>
  566. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.resources.ResourcesEditor" name="attrs.xml" tooltip="EasyBracketing/res/values/attrs.xml">
  567. <persistable path="/EasyBracketing/res/values/attrs.xml"/>
  568. </file>
  569. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.layout.LayoutEditor" name="main.xml" tooltip="EasyBracketing/res/layout/main.xml">
  570. <persistable path="/EasyBracketing/res/layout/main.xml"/>
  571. </file>
  572. <file factoryID="org.eclipse.jdt.ui.ClassFileEditorInputFactory" id="org.eclipse.jdt.ui.ClassFileEditor" name="PackageManager.class" tooltip="android.content.pm.PackageManager">
  573. <persistable org.eclipse.jdt.ui.ClassFileIdentifier="=EasyBracketing/C:\/Programme\/android-sdk-windows\/platforms\/android-4\/android.jar&lt;android.content.pm(PackageManager.class"/>
  574. </file>
  575. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="R.java" tooltip="EasyBracketing/gen/ch/spherIC/R.java">
  576. <persistable path="/EasyBracketing/gen/ch/spherIC/R.java"/>
  577. </file>
  578. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.resources.ResourcesEditor" name="strings_notrans.xml" tooltip="EasyBracketing/res/values/strings_notrans.xml">
  579. <persistable path="/EasyBracketing/res/values/strings_notrans.xml"/>
  580. </file>
  581. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="XTextView.java" tooltip="EasyBracketing/src/ch/spherIC/components/XTextView.java">
  582. <persistable path="/EasyBracketing/src/ch/spherIC/components/XTextView.java"/>
  583. </file>
  584. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.resources.ResourcesEditor" name="styles.xml" tooltip="EasyBracketing/res/values/styles.xml">
  585. <persistable path="/EasyBracketing/res/values/styles.xml"/>
  586. </file>
  587. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="ExposureAdapter.java" tooltip="EasyBracketing/src/ch/spherIC/resultlist/ExposureAdapter.java">
  588. <persistable path="/EasyBracketing/src/ch/spherIC/resultlist/ExposureAdapter.java"/>
  589. </file>
  590. <file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="com.android.ide.eclipse.editors.layout.LayoutEditor" name="userguide_dialog.xml" tooltip="EasyBracketing/res/layout/userguide_dialog.xml">
  591. <persistable path="/EasyBracketing/res/layout/userguide_dialog.xml"/>
  592. </file>
  593. </mruList>
  594. </workbench>