aboutsummaryrefslogtreecommitdiff
path: root/www/qooxdoo
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-12 21:47:57 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-12 21:47:57 +0000
commit2fee86da819d2e59e689d657a0ecd8cb765935a9 (patch)
treed995153bd7524cd6893f04dd544b2e65c83506d7 /www/qooxdoo
parent0c0b386757aeb14dc4cf4cef701ecaaa7df6e8c9 (diff)
downloadports-2fee86da819d2e59e689d657a0ecd8cb765935a9.tar.gz
ports-2fee86da819d2e59e689d657a0ecd8cb765935a9.zip
Notes
Diffstat (limited to 'www/qooxdoo')
-rw-r--r--www/qooxdoo/Makefile53
-rw-r--r--www/qooxdoo/distinfo4
-rw-r--r--www/qooxdoo/pkg-plist11667
3 files changed, 31 insertions, 11693 deletions
diff --git a/www/qooxdoo/Makefile b/www/qooxdoo/Makefile
index 37a5c657097b..b6d39025d50a 100644
--- a/www/qooxdoo/Makefile
+++ b/www/qooxdoo/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= qooxdoo
-PORTVERSION= 2.1.1
-PORTREVISION= 0
+PORTVERSION= 4.0.1
CATEGORIES= www devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-current/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-sdk
@@ -14,37 +13,43 @@ COMMENT= Comprehensive and innovative Ajax application framework
LICENSE= LGPL3 EPL
LICENSE_COMB= dual
-FIND_FILES= ${WRKSRC} -type f -name "*.py" -print0
-FIND_FILES_BAK= ${WRKSRC} -type f -and \( -name "*.orig" -or -name "*.bak" \)
-
-QXDDIRS= component framework tool
-
-REINPLACE_ARGS= -e 's,/usr/bin/env python,&${PYTHON_VER},' -i.bak
-
-USE_PYTHON= 2
-USES= zip
-
-SHAREMODE= 644
+USES= zip python:2
OPTIONS_DEFINE= DOCS EXAMPLES
+PORTDOCS= *
+PORTEXAMPLES= *
+
post-patch:
- ${FIND} ${FIND_FILES} | ${XARGS} -0 ${REINPLACE_CMD}
- ${FIND} ${FIND_FILES_BAK} -delete
+ ${FIND} ${WRKSRC} -type f -name '*.py' -print0 | ${XARGS} -0 \
+ ${REINPLACE_CMD} -e 's|/usr/bin/env python|&${PYTHON_VER}|'
+ ${FIND} ${WRKSRC} -type f -and \( -name '*.orig' -or -name '*.bak' \) -delete
do-build:
${PYTHON_CMD} -m compileall -f ${WRKSRC}/tool
${PYTHON_CMD} -O -m compileall -f ${WRKSRC}/tool
do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}
-.for D in ${QXDDIRS}
- cd ${WRKSRC} && ${COPYTREE_SHARE} ${D} ${STAGEDIR}${DATADIR}
-.endfor
- cd ${WRKSRC}/documentation/manual && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC}/application && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/version.txt ${STAGEDIR}${DATADIR}
- ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/tool/bin/*.py
- ${INSTALL_SCRIPT} ${WRKSRC}/create-application.py ${STAGEDIR}${DATADIR}/create-application.py
+ @${MKDIR} ${STAGEDIR}${DATADIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} \
+ "create-application.py component framework tool version.txt" \
+ ${STAGEDIR}${DATADIR})
+ (cd ${WRKSRC}/documentation/manual && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+ (cd ${WRKSRC}/application && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
+
+# build plist
+# make the python files executable
+ @${ECHO_CMD} '@mode ${BINMODE}' >> ${TMPPLIST}
+ @${FIND} ${STAGEDIR}${DATADIR} -type f -name '*.py' | ${SORT} | \
+ ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST}
+
+ @${ECHO_CMD} '@mode 644' >> ${TMPPLIST}
+ @${FIND} ${STAGEDIR}${DATADIR} -type f \! -name '*.py' | ${SORT} | \
+ ${SED} -e 's|^${STAGEDIR}${PREFIX}/||' >> ${TMPPLIST}
+
+ @${ECHO_CMD} '@mode' >> ${TMPPLIST}
+ @${FIND} ${STAGEDIR}${DATADIR}/* -type d | ${SORT} -r | \
+ ${SED} -e 's|^${STAGEDIR}${PREFIX}/|@dirrmtry |' >> ${TMPPLIST}
+ @${ECHO_CMD} '@dirrmtry ${DATADIR_REL}' >> ${TMPPLIST}
.include <bsd.port.mk>
diff --git a/www/qooxdoo/distinfo b/www/qooxdoo/distinfo
index 0d85f92eb425..739f76ad4aac 100644
--- a/www/qooxdoo/distinfo
+++ b/www/qooxdoo/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qooxdoo-2.1.1-sdk.zip) = c4c8a566fdb66c35ff8d6be543b9159c40532f43256ba25e54df1b35f001d9c0
-SIZE (qooxdoo-2.1.1-sdk.zip) = 39437905
+SHA256 (qooxdoo-4.0.1-sdk.zip) = 29f5500a64b98955a3eb66740a0c879b3ff96d12ef04c526b645879f65e4d5dc
+SIZE (qooxdoo-4.0.1-sdk.zip) = 44858618
diff --git a/www/qooxdoo/pkg-plist b/www/qooxdoo/pkg-plist
deleted file mode 100644
index 360303ed205e..000000000000
--- a/www/qooxdoo/pkg-plist
+++ /dev/null
@@ -1,11667 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/_downloads/databindingcheatsheet.pdf
-%%PORTDOCS%%%%DOCSDIR%%/_images/Transform.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/android.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/api_viewer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/apiviewer_method.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/architecture.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/atom.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/basic.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/button.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/canvas.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/canvas1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/checkbox.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/chrome.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/codesampleform.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/combobox.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/complex_menu.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/context_menu.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/core.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/cygwin.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/databindingarchitecture.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/datefield.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/debug_application.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/demobrowser.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/desktop.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/dock.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/doublerenderer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/eventhandler.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/featureconfigeditor.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/feedreader.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/ff.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/file_menu.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/flash.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/flow.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/form.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_config2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_h12.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/generate_x1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/getting-started.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/grid.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/groupbox_clipping.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/groupbox_complete.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/hbox.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/htmlarea_screenshot_1_0.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/htmlembed.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/identicamockup1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/ie.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/ie10.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iexecutable.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iform.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iformvalue.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iframe.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/image.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/imodel.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/imodelselection.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_console_window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_objects_window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_properties_window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenese_window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_command_table.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_toolbar.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_selenium_window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/inspector_widgets_window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/iorequestphases.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/irange.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/label.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/linux.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/list.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/macosx.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/menu.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/menu_uml.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/menubar.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/menubutton.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/mobile.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/mobileLayout1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/new_selection_api.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/opera.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/passwordfield.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/placeholderrenderer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/playground.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/popup.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/progressbar.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/references.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/resetter.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/resizer.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/running_application.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/safari.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/scroll.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/scrollbars.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/sd-asyncvalidate-540x308.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/sd-createmodel-473x400.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/selectbox.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/serialization.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/server.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/showcase.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/singlerenderer.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/slidebar.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/slider.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/spinner.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/splitbutton.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/splitpane.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step11.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step21.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step3.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step41.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/step42.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_default_styling.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_editable_cells.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_focus_indicator.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_header_cell_decorator_hover.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_header_cell_hover.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_header_cell_styling.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_header_styling.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_pane_cell_backgrounds.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_pane_cell_selection.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_pane_cell_selection2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_pane_styling.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_resize_line.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_scrollbars.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_statusbar.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_uml.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_widget_styling.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/table_without_header.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tabletLayoutLandscape.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tabletLayoutPortrait.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tabview.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_console.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_html.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_mobile.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/testrunner_widget.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/textfield.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/todo.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/togglebuttom.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/toolbar.jpg
-%%PORTDOCS%%%%DOCSDIR%%/_images/toolbar_uml.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tooling.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tooltip.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tree.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tree_dependencies_uml.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tree_uml.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-3.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_2_1-4.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4-1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4-2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_4_1-1.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_4_5-2.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_details.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_input.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/tutorial_list.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/validationmanager.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/virtualcombobox.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/virtuallist.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/virtualselectbox.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/virtualtree.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/webkit_bug.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/website.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/weinre.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/widget.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/widgetbrowser.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/window.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/window_classic_theme.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/window_indigo_theme.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/window_modern_theme.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/window_simple_theme.png
-%%PORTDOCS%%%%DOCSDIR%%/_images/windows.png
-%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/apiviewer.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/demobrowser.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/featureconfigeditor.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/feedreader.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/inspector.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/inspector_selenium.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/playground.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/showcase.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/testrunner.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/todo.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/tutorial.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/application/widgetbrowser.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/remote_io.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/request_io.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rest.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/communication/rpc_server_writer_guide.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/array.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/class_quickref.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/classes.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/defining_properties.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/environment.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/framework_jobs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/interface_quickref.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/interfaces.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/mixin_quickref.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/mixins.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/oo_feature_summary.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/oo_introduction.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/properties_quickref.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/property_behavior.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/property_features.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/core/understanding_properties.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/controller.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/data_binding.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/events.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/models.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/single_value_binding.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/data_binding/stores.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/event_layer_impl.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/focus_layer_impl.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/getting_started.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/html_element_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/requirements.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-2.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-3.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-2-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-2.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-3.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-4-1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-4.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/tutorials/tutorial-part-4-5.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_appearance.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_custom_themes.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_decorators.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_develop.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_dragdrop.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_form_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/available_shortcuts.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/browser_bugs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/copy_and_paste.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/default_paragraph_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/featurelist.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/html_editing_in_general.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/integration_guide.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/list_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/paragraph_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/recommendations.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/technicalfeaturelist.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/textalign.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_html_editing/undo_redo.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_inline.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_interaction.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_layouting.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_menu_handling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_resources.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_selection.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_table_styling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_theming.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_using_themes_of_contribs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_using_widgetbrowser_for_theme_development.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_webfonts.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/ui_widgets.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/using_q.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/desktop/window_management.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/api_jsdoc_ref.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/aspects_template.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/debugging.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/frame_apps_testrunner.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/image_clipping_and_combining.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/internationalization.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/internet_explorer_specific_settings.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/library_custom.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/logging.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/memory_management.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/parts_overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/parts_using.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/profiling.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/reporting_bugs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/simulator.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/simulator_locators.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/skeletons.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/unit_testing.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/development/write_api_documentation.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/getting_started.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/glossary.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/about.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/architecture.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/features.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/license.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/introduction/third_party_components.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/basic.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/box.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/canvas.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/dock.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/flow.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/grid.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/layout/grow.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/debugging.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/deployment.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/getting_started.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/mobile_overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/mobile_tablet_switch.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/requirements.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/theming.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/mobile/tutorial.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/references.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/getting_started.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/requirejs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/server/requirements.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/create_application.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/ebnf_like.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_config.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_config_articles.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_config_background.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_config_macros.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_config_ref.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_default_jobs.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_optimizations.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/generator/generator_usage.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/getting_started.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/migration/migration_guide.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk/application_structure.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk/code_structure.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk/manifest.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk/sdk_install_troubleshoot.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk/sdk_introduction.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk/sdk_requirements.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/sdk/sdk_structure.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/source_code_validation.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/translation/po_format.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/tool/tutorial_basics.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/back-button_and_bookmark_support.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/css3animation.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/getting_started.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/overview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/plugins.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/requirements.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/storage.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/tech_website_apis.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/website/tutorial_web_developers.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/atom.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/button.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/canvas.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/checkbox.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/combobox.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/composite.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/datefield.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/flash.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/groupbox.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/hoverbutton.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/html.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/iframe.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/image.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/label.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/list.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/menu.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/menubar.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/menubutton.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/passwordfield.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/popup.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/progressbar.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/repeatbutton.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/resizer.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/scroll.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/scrollbar.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/selectbox.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/slidebar.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/slider.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/spacer.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/spinner.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/splitbutton.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/splitpane.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/stack.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/table.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/table_remote_model.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/tabview.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/textarea.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/textfield.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/themediframe.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/toctree.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/togglebutton.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/toolbar.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/tooltip.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/tree.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/virtualcombobox.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/virtuallist.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/virtualselectbox.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/virtualtree.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/widget_ref.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/pages/widget/window.txt
-%%PORTDOCS%%%%DOCSDIR%%/_sources/toc.txt
-%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif
-%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/README
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/application.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/base.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/html5shiv.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/layout.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/q.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/q.placeholder.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/q.sticky.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/copies/reset.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/down.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-Bold-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-BoldItalic-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-Italic-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-Light-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-LightItalic-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-Regular-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-SemiBold-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-SemiBoldItalic-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-Thin-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/JosefinSlab-ThinItalic-webfont.woff
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/README
-%%PORTDOCS%%%%DOCSDIR%%/_static/fonts/SIL Open Font License 1.1.txt
-%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/layout.html
-%%PORTDOCS%%%%DOCSDIR%%/_static/localtoc.html
-%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/relations.html
-%%PORTDOCS%%%%DOCSDIR%%/_static/searchbox.html
-%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/sourcelink.html
-%%PORTDOCS%%%%DOCSDIR%%/_static/static/theme.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/theme.conf
-%%PORTDOCS%%%%DOCSDIR%%/_static/theme.css
-%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
-%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/up.png
-%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js
-%%PORTDOCS%%%%DOCSDIR%%/genindex.html
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/objects.inv
-%%PORTDOCS%%%%DOCSDIR%%/pages/application.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/apiviewer.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/demobrowser.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/featureconfigeditor.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/feedreader.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/inspector.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/inspector_selenium.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/playground.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/showcase.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/testrunner.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/todo.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/tutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/application/widgetbrowser.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/communication.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/communication/remote_io.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/communication/request_io.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rest.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/communication/rpc_server_writer_guide.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/array.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/class_quickref.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/classes.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/defining_properties.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/environment.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/framework_jobs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/interface_quickref.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/interfaces.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/mixin_quickref.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/mixins.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/oo_feature_summary.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/oo_introduction.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/properties_quickref.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/property_behavior.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/property_features.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/core/understanding_properties.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/controller.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/data_binding.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/events.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/models.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/single_value_binding.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/data_binding/stores.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/event_layer_impl.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/focus_layer_impl.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/getting_started.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/html_element_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-2.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-3.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-2-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-2.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-3.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-4-1.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-4.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/tutorials/tutorial-part-4-5.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_appearance.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_custom_themes.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_decorators.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_develop.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_dragdrop.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_form_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/available_shortcuts.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/browser_bugs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/copy_and_paste.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/default_paragraph_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/featurelist.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/html_editing_in_general.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/integration_guide.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/list_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/paragraph_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/recommendations.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/technicalfeaturelist.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/textalign.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_html_editing/undo_redo.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_inline.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_interaction.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_layouting.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_menu_handling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_overview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_resources.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_selection.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_table_styling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_theming.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_using_themes_of_contribs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_using_widgetbrowser_for_theme_development.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_webfonts.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/ui_widgets.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/using_q.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/desktop/window_management.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/api_jsdoc_ref.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/aspects_template.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/debugging.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/frame_apps_testrunner.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/image_clipping_and_combining.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/internationalization.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/internet_explorer_specific_settings.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/library_custom.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/logging.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/memory_management.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/parts_overview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/parts_using.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/profiling.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/reporting_bugs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/simulator.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/simulator_locators.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/skeletons.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/unit_testing.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/development/write_api_documentation.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/getting_started.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/glossary.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/introduction.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/about.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/architecture.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/features.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/license.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/introduction/third_party_components.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout/basic.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout/box.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout/canvas.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout/dock.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout/flow.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout/grid.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/layout/grow.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/debugging.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/deployment.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/getting_started.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/mobile_overview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/mobile_tablet_switch.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/theming.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/mobile/tutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/references.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/server.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/server/getting_started.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/server/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/server/requirejs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/server/requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/create_application.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/ebnf_like.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_config.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_config_articles.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_config_background.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_config_macros.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_config_ref.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_default_jobs.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_optimizations.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/generator/generator_usage.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/getting_started.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/migration/migration_guide.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk/application_structure.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk/code_structure.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk/manifest.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk/sdk_install_troubleshoot.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk/sdk_introduction.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk/sdk_requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/sdk/sdk_structure.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/source_code_validation.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/translation/po_format.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/tool/tutorial_basics.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/back-button_and_bookmark_support.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/css3animation.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/getting_started.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/overview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/plugins.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/requirements.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/storage.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/tech_website_apis.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/website/tutorial_web_developers.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/atom.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/button.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/canvas.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/checkbox.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/combobox.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/composite.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/datefield.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/flash.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/groupbox.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/hoverbutton.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/html.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/iframe.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/image.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/label.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/list.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/menu.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/menubar.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/menubutton.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/passwordfield.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/popup.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/progressbar.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/repeatbutton.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/resizer.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/scroll.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/scrollbar.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/selectbox.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/slidebar.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/slider.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/spacer.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/spinner.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/splitbutton.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/splitpane.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/stack.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/table.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/table_remote_model.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/tabview.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/textarea.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/textfield.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/themediframe.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/toctree.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/togglebutton.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/toolbar.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/tooltip.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/tree.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/virtualcombobox.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/virtuallist.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/virtualselectbox.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/virtualtree.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/widget_ref.html
-%%PORTDOCS%%%%DOCSDIR%%/pages/widget/window.html
-%%PORTDOCS%%%%DOCSDIR%%/qooxdoo.pdf
-%%PORTDOCS%%%%DOCSDIR%%/search.html
-%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
-%%PORTDOCS%%%%DOCSDIR%%/toc.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/Manifest.demo.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/config.demobrowser.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/image.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Appearance.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/DemoBrowser.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/InfoWindow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Readme.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Theme.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/Tree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/TreeDataHandler.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Animation.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Animation_3d.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Animation_Compare.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Scroll.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation/Timing.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/AttributeStyle_1.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/AttributeStyle_2.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Audio.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Background.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Blocker.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Carousel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Clip.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Cookie.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Dimension.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Environment.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Flash.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Geolocation.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/HtmlArea.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Iframe.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Input.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Label.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Location.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Location_StandardMode.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Overflow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Placeholder.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Portal.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/ScrollIntoView.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Selection.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Selector.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Storage.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Transform.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Video.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Viewport.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Viewport_StandardMode.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/WebWorker.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/Window.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Box.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Draggable.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Manager.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Resizable.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/Util.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/dragdrop/Manager.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/dragdrop/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ExtendedList.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ExtendedTree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Finder.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Flickr.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Form.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/FormAndListController.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/FormController.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Github.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/JsonToList.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/JsonToTree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListController.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListControllerWith3Widgets.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListControllerWithFilter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ListControllerWithObjects.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/ModelDebugging.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/NamesList.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Offline.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/OwnCodeInModel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/SearchAsYouType.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/SelectBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Service.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/SingleValueBinding.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/TreeColumn.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/TreeController.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/Tree_Columns.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/filter/SearchAsYouTypeFilter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/model/Node.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/model/Person.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/ElementResize.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/EventDemo.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event_Bubbling.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event_Bus.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Event_Iframe.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/Focus.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/KeyEvent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/KeyEvent_LowLevel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/MouseEvent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event/MouseEvent_LowLevel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Basic.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_Fixed.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_LeftRight.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_MinMaxSizes.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Canvas_Percent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_AutoSize.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_FlexGrowing.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_FlexShrinking.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_Margin.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_PercentSize.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Dock_Separator.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Flow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Alignment.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Complex.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Grid_Simple.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Flex.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Margin.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_NegativeMargin.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Percent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Reversed.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_Separator.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HBox_ShrinkY.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/HSplit.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/ManualLayout.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Spacer_Grid.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/Spacer_HBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Flex.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Margin.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_NegativeMargin.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Percent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Reversed.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_Separator.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VBox_ShrinkX.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout/VSplit.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile/Fingers.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile/PingPong.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile/ScaleImage.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveLoader.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Boolean.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Conditional.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Html.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_Mouseover.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive/ProgressiveTable_VarRowHeight.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Inline.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Inline_Dynamic_Resize.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Inline_Window.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Browser.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Dialog.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Form.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Localization.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Maps.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase/Translation.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/MUtil.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/RemoteTableModel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/TableDemo.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Cell_Editor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Conditional.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Context_Menu.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Drag_And_Drop.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Events.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Filtered_Model.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Huge.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Meta_Columns.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Remote_Model.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Resize_Columns.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Selection.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table/Table_Window_Editor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ChildrenHandling.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Decoration_UseCases.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Decorator_Box.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Destructor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Destructor_Flash.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_1.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_2.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_3.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_4.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Element_5.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Hiding_Scrollbar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Opacity.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ResizeEvent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ScrollContainer_EdgeCaseHeight.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ScrollContainer_EdgeCaseWidth.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/ScrollContainer_ResizeMatch.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/SelectBox_EdgeCases.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Style.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_CellEditor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_CellRenderer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_FocusIndicator.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_Header.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_HeaderRenderer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_Pane.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_RowRenderer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Table_Scroller.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/TimerManager.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Tokenizer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Touch.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/UIDeclaration.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Validation.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/Virtual_List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test/io_ImageLoader.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual_Events.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual_Filter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual_Multiple_Columns.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual/TreeVirtual_Selections.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/AutoSizeTextArea.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Command.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Cursor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Decoration.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/DragDrop.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FiniteStateMachine.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Font.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormInvalids.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRenderer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRendererCustom.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRendererDouble.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormRendererPlaceholder.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/FormValidator.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/HeightForWidth.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Label_Reflow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/MultiPageForm.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/NativeContextMenu.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Opacity.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/Placement.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/ScrollContainer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/WebFonts.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/FSMMaze.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/FSMMouse.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/LayoutApplication.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/LayoutPropertyGroup.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/PropertyEditor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util/PropertyGroup.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/CellEvents.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/CellSpan.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Cells.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/ComboBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Complex.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/DemoLayer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/ExtendedList.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Gallery.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/GroupedList.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/HeaderSimple.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/ListWithFilter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Pane_Column.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Pane_GridLines.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Pane_Row.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/RowHeader.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/SelectBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Selection.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/SettingsList.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Table.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Tree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Tree_Columns.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/Tree_Dynamic.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/list/List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/list/ListItem.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/model/Item.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/tree/TreeItem.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Atom.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Button.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Canvas.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/CheckBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ColorPopup.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ColorSelector.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ComboBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/DateChooser.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/DateField.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Desktop.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Flash.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/GroupBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/HtmlArea.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/HtmlEmbed.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Iframe.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Image.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Label.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Menu.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/MenuBar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Popup.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ProgressBar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/RadioButton.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/RadioButtonGroup.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Resizer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ScrollBar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/SelectBox.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/SlideBar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Slider.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Spinner.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/SplitPane.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/StackContainer.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/TabView.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/TextField.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/ToolBar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Tooltip.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Tree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Tree_Columns.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget/Window.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo/Abstract.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo/Dummy.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo/widget/Tree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Animation.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Animation_3d.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Animation_Compare.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Scroll.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/animation/Timing.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/AttributeStyle_1.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/AttributeStyle_2.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Audio.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Background.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Blocker.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Carousel.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Clip.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Cookie.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Dimension.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Environment.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Flash.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Geolocation.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/HtmlArea.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Iframe.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Input.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Label.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Location.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Location_StandardMode.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Overflow.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Placeholder.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Portal.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/ScrollIntoView.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Selection.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Selector.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Storage.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Transform.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Video.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Viewport.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Viewport_StandardMode.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/WebWorker.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/Window.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/bom/blank.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ExtendedList.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ExtendedTree.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Finder.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Flickr.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Form.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/FormAndListController.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/FormController.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Github.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/JsonToList.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/JsonToTree.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListController.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListControllerWith3Widgets.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListControllerWithFilter.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ListControllerWithObjects.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/ModelDebugging.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/NamesList.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Offline.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/OwnCodeInModel.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/SearchAsYouType.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/SelectBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Service.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Service.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/SingleValueBinding.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/TreeController.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/data/Tree_Columns.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/ElementResize.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event_Bubbling.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event_Bus.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Event_Iframe.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/Focus.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/KeyEvent.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/KeyEvent_LowLevel.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/MouseEvent.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/MouseEvent_LowLevel.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/data/Empty_1.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/data/Event_2_frame.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/event/data/logger.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/helper.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Basic.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_Fixed.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_LeftRight.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_MinMaxSizes.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Canvas_Percent.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_AutoSize.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_FlexGrowing.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_FlexShrinking.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_Margin.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_PercentSize.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Dock_Separator.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Flow.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Grid_Alignment.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Grid_Complex.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Grid_Simple.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Flex.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Margin.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_NegativeMargin.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Percent.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Reversed.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_Separator.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HBox_ShrinkY.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/HSplit.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/ManualLayout.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Spacer_Grid.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/Spacer_HBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Flex.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Margin.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_NegativeMargin.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Percent.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Reversed.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_Separator.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VBox_ShrinkX.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/layout/VSplit.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/Fingers.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/Fingers.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/PingPong.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/PingPong.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/ScaleImage.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/mobile/ScaleImage.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveLoader.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Boolean.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Conditional.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Html.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_Mouseover.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/progressive/ProgressiveTable_VarRowHeight.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Application.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Inline.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Inline_Dynamic_Resize.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Inline_Window.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/root/Page.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Browser.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Dialog.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Form.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Form.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Localization.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Maps.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/showcase/Translation.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Cell_Editor.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Conditional.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Context_Menu.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Drag_And_Drop.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Events.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Filtered_Model.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Huge.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Meta_Columns.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Remote_Model.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Resize_Columns.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Selection.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/table/Table_Window_Editor.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ChildrenHandling.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Decoration_UseCases.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Decorator_Box.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Destructor.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Destructor_Flash.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_1.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_2.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_3.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_4.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Element_5.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Hiding_Scrollbar.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Opacity.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ResizeEvent.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ScrollContainer_EdgeCaseHeight.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ScrollContainer_EdgeCaseWidth.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/ScrollContainer_ResizeMatch.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/SelectBox_EdgeCases.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Style.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_CellEditor.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_CellRenderer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_FocusIndicator.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_Header.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_HeaderRenderer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_Pane.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_RowRenderer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Table_Scroller.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/TestFlash.swf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/TimerManager.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Tokenizer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Touch.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/UIDeclaration.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Validation.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/Virtual_List.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/test/io_ImageLoader.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual_Events.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual_Filter.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual_Multiple_Columns.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual/TreeVirtual_Selections.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/AutoSizeTextArea.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Command.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Cursor.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Decoration.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/DragDrop.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FiniteStateMachine.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Font.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormInvalids.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRenderer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRendererCustom.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRendererDouble.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormRendererPlaceholder.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/FormValidator.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/HeightForWidth.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Label_Reflow.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/MultiPageForm.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/NativeContextMenu.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Opacity.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/Placement.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/ScrollContainer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/WebFonts.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/ui/json/people.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/CellEvents.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/CellSpan.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Cells.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/ComboBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Complex.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/ExtendedList.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Gallery.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/GroupedList.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/HeaderSimple.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/List.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/ListWithFilter.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Pane_Column.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Pane_GridLines.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Pane_Row.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/SelectBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Selection.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/SettingsList.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Table.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Tree.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Tree_Columns.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/Tree_Dynamic.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/json/persons.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/virtual/json/tree.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/welcome.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Atom.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Button.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Canvas.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/CheckBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ColorPopup.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ColorSelector.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ComboBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/DateChooser.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/DateField.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Desktop.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Flash.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/GroupBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/HtmlArea.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/HtmlEmbed.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Iframe.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Image.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Label.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/List.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Menu.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/MenuBar.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Popup.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ProgressBar.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/RadioButton.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/RadioButtonGroup.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Resizer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ScrollBar.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/SelectBox.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/SlideBar.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Slider.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Spinner.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/SplitPane.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/StackContainer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/TabView.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/TextField.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/ToolBar.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Tooltip.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Tree.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Tree_Columns.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/Window.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/demo/widget/blank.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/backend/remote_table.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/css/sourceview.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/css/style.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background/gradient-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background/gradient.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background/gradients.svg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/data/finder.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/data/list.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/data/persons.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/data/tree.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/FlashVersion.swf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/TestFlash.mxml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/TestFlash.swf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/build.xml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/fo_tester.fla
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash/fo_tester.swf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/fineliner_script-webfont.eot
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/fineliner_script-webfont.ttf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/fineliner_script-webfont.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/tobec___-webfont.eot
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/tobec___-webfont.ttf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/tobec___-webfont.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/yanonekaffeesatz-regular-webfont.eot
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/yanonekaffeesatz-regular-webfont.ttf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts/yanonekaffeesatz-regular-webfont.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/html/ModalWindow.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/feed-reader.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-indent-less.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-indent-more.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-center.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-fill.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format-justify-right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/format.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/graphics-viewer-document.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-fill-color.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-list-ordered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-list-unordered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/format-text-color.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/insert-horizontal-rule.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/insert-table.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/insert-text.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea/qooxdoo_logo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/loading22.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/multimedia-player-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/multimedia-player.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/media/knock.mp3
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/media/knock.ogg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/media/knock.wav
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/media/qx.m4v
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/media/qx.ogv
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/media/qx.webm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/mobile/qooxdoo-logo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/alphaPNG.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/icons22.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/icons22.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/thumbs.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined/thumbs.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/demobrowser_thumb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/feedreader_thumb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/logo.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-hor.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme/tag-vert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/FsmMiceMaze.flw
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/FsmMiceMaze.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-east.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-north.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-south.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui/mouse-west.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/webworker/webworker.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/feedreader.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/playground.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/portal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome/showcase.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/script/demobrowser.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/C.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/de.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/de_DE.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/en_US.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/fr.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/source/translation/fr_FR.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/tool/default.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/tool/gendata.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demobrowser/tool/tmpl.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/readme.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/ApplicationLowLevel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/Environment.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/Reporter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/Util.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/simulation/Environment.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/test/DemoTest.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/theme/Appearance.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/theme/Color.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/theme/Decoration.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/theme/Font.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/theme/Theme.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/FeatureSelector.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/HelpWindow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/ImportWindow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/ListItem.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/Table.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/cellrenderer/Undefined.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/inspector.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/resource/fce/lowlevel/css/style.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/script/featureconfigeditor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/featureconfigeditor/source/translation/readme.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/image.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/ArticleBuilder.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/MobileApplication.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/WebsiteApplication.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/io/FeedLoader.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/io/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/model/Feed.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/model/FeedFolder.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/model/Model.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/model/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation/mobile/Feedreader.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation/ria/AddFeed.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation/ria/DisplayFeeds.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation/ria/FeedreaderAbstract.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation/ria/Locale.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/__init__.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/desktop/AddFeedWindow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/desktop/Article.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/desktop/Header.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/desktop/List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/desktop/PreferenceWindow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/desktop/ToolBar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/mobile/ArticlePage.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/mobile/FeedPage.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/mobile/OverviewPage.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/website/Factory.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/index-mobile.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/index-website.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/css/reader.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/css/website.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons16.b64.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons16.b64.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons22.b64.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined/icons22.b64.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/loading22.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/loading66.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/index-ios.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/resource/website/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/script/feedreader.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/C.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/cs.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/de.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/es.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/fr.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/it.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/nl.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/ro.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/feedreader/source/translation/sv.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/github/source/script/github.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Animation.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/AnimationLanding.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Atom.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Basic.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Carousel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/DataBinding.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Dialog.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Event.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Form.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Maps.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Overview.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Tab.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/ThemeSwitcher.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page/Toolbar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/simulation/Mobileshowcase.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/test/DemoTest.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/resource/index-ios.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/resource/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase/css/styles.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase/icon/HTML5_Badge_512.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase/icon/arrowleft.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase/icon/camera.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase/icon/qooxdoo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/script/mobileshowcase.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobileshowcase/source/translation/readme.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/Samples.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/test/Toolbar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Appearance.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Decoration.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Font.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/theme/Theme.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Editor.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Header.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/MobilePlayArea.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/PlayArea.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/RiaPlayArea.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Samples.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/class/playground/view/Toolbar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/ace.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/mode-javascript.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/theme-eclipse.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/editor/worker-javascript.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/images/loading.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/resource/playground/images/logo_gist.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/script/playground.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/cs.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/de.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/readme.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/ro.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground/source/translation/sv.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/blank.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/css/base.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/css/reset.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-Bold-webfont.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-Light-webfont.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-Regular-webfont.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts/JosefinSlab-SemiBold-webfont.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.ttf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.woff
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/down-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/down-small.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/down.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/forward.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/left-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/left.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/rewind.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/right-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/right.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/up-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/up-small.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows/up.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/checked-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/checked.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/undetermined-disabled.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox/undetermined.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/brightness-field.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/brightness-handle.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/huesaturation-field.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector/huesaturation-handle.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/alias.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/copy.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/move.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors/nodrop.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/checkbox-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/checkbox.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/radiobutton-invert.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu/radiobutton.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/splitpane/knob-horizontal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/splitpane/knob-vertical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/ascending-invert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/ascending.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/boolean-false.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/boolean-true.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/descending-invert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/descending.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table/select-column-order.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tabview/close.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tree/minus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tree/plus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/cross.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/cross_minus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/cross_plus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/end.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/end_minus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/end_plus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/line.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/only_minus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/only_plus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/start.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/start_minus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual/start_plus.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/close-white.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/close.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/maximize-white.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/maximize.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/minimize-white.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/minimize.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/restore-white.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window/restore.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/address-book-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/application-exit.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/appointment-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/bookmark-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/check-spelling.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/contact-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-apply.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-cancel.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-close.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/dialog-ok.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-open-recent.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-open.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-print-preview.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-print.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-properties.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-revert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-save-as.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-save.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/document-send.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-clear.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-copy.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-cut.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-delete.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-find.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-paste.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-redo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-select-all.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/edit-undo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/folder-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-indent-less.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-indent-more.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-center.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-fill.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-justify-right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-bold.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-direction-ltr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-direction-rtl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-italic.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-strikethrough.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/format-text-underline.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-bottom.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-down.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-first.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-home.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-last.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-next.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-previous.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-top.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/go-up.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/help-about.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/help-contents.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/help-faq.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/insert-image.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/insert-link.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/insert-text.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/list-add.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/list-remove.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-forward.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-important.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-junk.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-read.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-mark-unread.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-message-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-receive.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-reply-all.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-reply-sender.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/mail-send.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-eject.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-playback-pause.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-playback-start.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-playback-stop.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-record.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-seek-backward.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-seek-forward.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-skip-backward.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/media-skip-forward.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-flip-horizontal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-flip-vertical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-rotate-left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/object-rotate-right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/process-stop.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-log-out.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-run.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-search.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/system-shutdown.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-fullscreen.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-refresh.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-restore.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-sort-ascending.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/view-sort-descending.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/window-close.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/window-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-fit-best.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-in.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-original.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions/zoom-out.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/apps/office-calendar.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/apps/utilities-help.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/mimetypes/media-audio.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/mimetypes/text-plain.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/places/folder-open.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/places/folder.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/status/dialog-warning.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/document-send.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/mail-mark-important.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/mail-mark-junk.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions/mail-message-new.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/apps/internet-mail.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/apps/office-chart.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/devices/drive-harddisk.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/devices/drive-optical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-angel.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-embarrassed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-kiss.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-laugh.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-plain.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-raspberry.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-sad.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-smile-big.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-smile.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes/face-surprise.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/mimetypes/media-image.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/folder-open.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/folder-remote.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/folder.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/network-server.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/network-workgroup.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-desktop.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-home.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-trash-full.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places/user-trash.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/actions/object-flip-horizontal.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/audio-card.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/audio-input-microphone.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/battery.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/camera-photo.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/camera-web.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/computer.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/display.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/drive-harddisk.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/drive-optical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/input-keyboard.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/input-mouse.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/media-flash.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/media-optical.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/multimedia-player.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/network-wired.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/network-wireless.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/pda.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/phone.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/printer.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices/scanner.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/static/blank.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qx/static/blank.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/qxc/application/datademo/identica.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/animation/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/databinding/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/dragdrop/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/form/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor/format-list-ordered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor/format-list-unordered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/de.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/en.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/es.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/nl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/ro.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n/sv.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/contentbackground.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/headerback.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/loading66.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-hor.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/tag-vert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/images/welcome.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/table/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/affe.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-combined-lr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-combined-tb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/button.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-combined-lr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-combined-tb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/display.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-combined-lr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-combined-tb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/theme/window.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/tree/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/down.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/christian_hagendorn.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/martin_wittemann.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/readme.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/status_away.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/status_busy.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/status_offline.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/status_online.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/tino_butz.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/tristan_koch.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/user_add.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons/user_delete.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/css/showcase.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/favicon/favicon.ico
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/colorstrip.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/contentbackground.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/logo.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/resource/static/images/pattern.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.0a271ea637dd.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.1d8f3e93271f.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.45e809170cce.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.5b1d91ad017b.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.61dc11ff8cf0.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.69c56f476a4b.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.913006b9bb1a.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.9f6db35d787d.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.ad3520056917.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.af605bea6879.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.dd636b89c945.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.e04d2f2f118c.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.ea2e9d3c9537.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.febb9b7be0fa.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/build/script/showcase.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/blank.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/AbstractContent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/AbstractDesktopContent.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/DescriptionBuilder.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/databinding/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/databinding/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/dragdrop/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/dragdrop/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/form/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/form/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/htmleditor/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/htmleditor/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/i18n/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/i18n/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/table/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/table/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/Model.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/Presenter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/Color.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/Decoration.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/appearance/Black.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/appearance/Modern.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/Button.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/Calculator.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/Display.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view/ICalculator.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/tree/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/tree/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/Content.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/Page.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/messenger/Buddy.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/messenger/BuddyModel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/messenger/Group.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/messenger/GroupModel.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/messenger/Roster.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/test/DemoTest.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Appearance.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Color.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Decoration.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Font.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/theme/Theme.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/ui/Description.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/class/showcase/ui/PreviewList.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/animation/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/databinding/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/dragdrop/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/form/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor/format-list-ordered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor/format-list-unordered.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/de.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/en.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/es.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/nl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/ro.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n/sv.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/contentbackground.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/headerback.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/loading66.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-hor.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/tag-vert.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/images/welcome.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/table/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/affe.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-lr.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-lr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-tb.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-combined-tb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/button.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-lr.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-lr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-tb.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-combined-tb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/display.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-b.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-bl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-br.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-c.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-lr.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-lr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-tb.meta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-combined-tb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-l.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-r.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-t.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-tl.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window-tr.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/theme/window.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/tree/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/down.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/icon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/christian_hagendorn.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/martin_wittemann.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/readme.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/status_away.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/status_busy.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/status_offline.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/status_online.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/tino_butz.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/tristan_koch.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/user_add.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons/user_delete.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/button-pressed.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/button.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/display.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/frame.psd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/source/window.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/css/showcase.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/favicon/favicon.ico
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/colorstrip.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/contentbackground.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/logo.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/resource/static/images/pattern.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/script/showcase.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/cs.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/de.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/de_AT.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/de_DE.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/en_GB.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/en_US.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/es.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/es_ES.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/es_MX.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/pt.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/readme.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/ro.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/ro_RO.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/sv.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/source/translation/sv_SE.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/source/script/todo.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/todo.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/todo/todo.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/class/tutorial/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/class/tutorial/view/Confirm.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/class/tutorial/view/Description.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/class/tutorial/view/Header.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/class/tutorial/view/SelectionWindow.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/resource/tutorial/default.highlight.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/resource/tutorial/desktop/Form.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/resource/tutorial/desktop/Hello_World.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/resource/tutorial/desktop/Single_Value_Binding.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/resource/tutorial/highlight.pack.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/resource/tutorial/mobile/Hello_World.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/resource/tutorial/mobile/Pages.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/script/tutorial.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/Manifest.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/config.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/generate.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/Application.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/MControls.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/AbstractPage.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Basic.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Control.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Embed.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/EmbedFrame.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Form.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/List.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Misc.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Tab.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Table.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/ToolBar.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Tree.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages/Window.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/simulation/Widgetbrowser.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/view/Header.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/view/TabPage.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/view/TabView.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/resource/widgetbrowser/blank.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/resource/widgetbrowser/fo_tester.swf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/resource/widgetbrowser/loading66.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/resource/widgetbrowser/people.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/resource/widgetbrowser/test.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/resource/widgetbrowser/tree.json
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/script/widgetbrowser.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/translation/en.po
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgetbrowser/source/translation/readme.txt
-%%DATADIR%%/component/apiviewer/Manifest.json
-%%DATADIR%%/component/apiviewer/api.json
-%%DATADIR%%/component/apiviewer/config.json
-%%DATADIR%%/component/apiviewer/generate.py
-%%DATADIR%%/component/apiviewer/image.json
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/Appearance.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/Application.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ClassLoader.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/Controller.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/DetailFrameTabView.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/LoadingIndicator.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/MWidgetRegistry.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ObjectRegistry.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/TabViewController.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/Theme.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/TreeUtil.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/UiModel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/Viewer.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/__init__.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Appearance.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/ChildControl.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Class.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/ClassItem.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Constant.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Event.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Method.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Node.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Package.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Param.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/Property.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/State.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/ThrowsEntry.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/dao/__init__.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/LayoutItem.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/Methods.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/StringExtend.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/Widget.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/test/__init__.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/AbstractViewer.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/ClassViewer.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/LegendView.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/PackageTree.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/PackageViewer.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/SearchView.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/__init__.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/AppearancePanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ChildControlsPanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ClassPanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/ConstantPanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/EventPanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/InfoPanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/MethodPanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/PackagePanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/PropertyPanel.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels/__init__.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/AbstractPage.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/ClassPage.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/PackagePage.js
-%%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview/__init__.js
-%%DATADIR%%/component/apiviewer/source/index.html
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/css/apiviewer.css
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/blank.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/childcontrol18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_abstract18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_abstract_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_singleton18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_singleton_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_static18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_static_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/class_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/close.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/constant18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/constructor18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/cross.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/event18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/includes.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/information18.png
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/inherited_and_mixins_included.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/interface18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/interface_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/loading66.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_internal18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_private18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_protected18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_public18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/method_public_inherited18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/mixin18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/mixin_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/nextlevel.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/open.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_abstract18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_constructor18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_error18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_inherited18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_mixin18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_overridden18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_static18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_themeable18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/overlay_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/package18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/package_warning18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property_internal18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property_private18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property_protected18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/property_themeable18.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/search18.png
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/image/vline.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/imagesCombined/symbols.gif
-%%DATADIR%%/component/apiviewer/source/resource/apiviewer/imagesCombined/symbols.meta
-%%DATADIR%%/component/apiviewer/source/translation/C.po
-%%DATADIR%%/component/apiviewer/source/translation/en.po
-%%DATADIR%%/component/inspector/Manifest.json
-%%DATADIR%%/component/inspector/config.json
-%%DATADIR%%/component/inspector/generate.py
-%%DATADIR%%/component/inspector/inspector.json
-%%DATADIR%%/component/inspector/source/class/inspector/Application.js
-%%DATADIR%%/component/inspector/source/class/inspector/components/AbstractView.js
-%%DATADIR%%/component/inspector/source/class/inspector/components/AbstractWindow.js
-%%DATADIR%%/component/inspector/source/class/inspector/components/IInspectorModel.js
-%%DATADIR%%/component/inspector/source/class/inspector/components/InspectorModel.js
-%%DATADIR%%/component/inspector/source/class/inspector/components/Selector.js
-%%DATADIR%%/component/inspector/source/class/inspector/components/State.js
-%%DATADIR%%/component/inspector/source/class/inspector/console/Appender.js
-%%DATADIR%%/component/inspector/source/class/inspector/console/AutoCompletePopup.js
-%%DATADIR%%/component/inspector/source/class/inspector/console/ConsoleView.js
-%%DATADIR%%/component/inspector/source/class/inspector/console/ConsoleWindow.js
-%%DATADIR%%/component/inspector/source/class/inspector/console/DomView.js
-%%DATADIR%%/component/inspector/source/class/inspector/console/Util.js
-%%DATADIR%%/component/inspector/source/class/inspector/console/View.js
-%%DATADIR%%/component/inspector/source/class/inspector/objects/Controller.js
-%%DATADIR%%/component/inspector/source/class/inspector/objects/Model.js
-%%DATADIR%%/component/inspector/source/class/inspector/objects/View.js
-%%DATADIR%%/component/inspector/source/class/inspector/objects/Window.js
-%%DATADIR%%/component/inspector/source/class/inspector/objects/table/AbstractModel.js
-%%DATADIR%%/component/inspector/source/class/inspector/objects/table/CountModel.js
-%%DATADIR%%/component/inspector/source/class/inspector/objects/table/HashModel.js
-%%DATADIR%%/component/inspector/source/class/inspector/property/AbstractPropertyList.js
-%%DATADIR%%/component/inspector/source/class/inspector/property/Filter.js
-%%DATADIR%%/component/inspector/source/class/inspector/property/IFilter.js
-%%DATADIR%%/component/inspector/source/class/inspector/property/IPropertyListController.js
-%%DATADIR%%/component/inspector/source/class/inspector/property/PropertyList.js
-%%DATADIR%%/component/inspector/source/class/inspector/property/PropertyWindow.js
-%%DATADIR%%/component/inspector/source/class/inspector/property/View.js
-%%DATADIR%%/component/inspector/source/class/inspector/selenium/OptionsWindow.js
-%%DATADIR%%/component/inspector/source/class/inspector/selenium/QueuedScriptLoader.js
-%%DATADIR%%/component/inspector/source/class/inspector/selenium/SeleneseTestCase.js
-%%DATADIR%%/component/inspector/source/class/inspector/selenium/SeleniumUtil.js
-%%DATADIR%%/component/inspector/source/class/inspector/selenium/SeleniumWindow.js
-%%DATADIR%%/component/inspector/source/class/inspector/selenium/View.js
-%%DATADIR%%/component/inspector/source/class/inspector/test/components/InspectorModel.js
-%%DATADIR%%/component/inspector/source/class/inspector/test/objects/Model.js
-%%DATADIR%%/component/inspector/source/class/inspector/test/objects/fixture/InspectorModelMock.js
-%%DATADIR%%/component/inspector/source/class/inspector/theme/Appearance.js
-%%DATADIR%%/component/inspector/source/class/inspector/theme/Color.js
-%%DATADIR%%/component/inspector/source/class/inspector/theme/Decoration.js
-%%DATADIR%%/component/inspector/source/class/inspector/theme/Font.js
-%%DATADIR%%/component/inspector/source/class/inspector/theme/Theme.js
-%%DATADIR%%/component/inspector/source/class/inspector/view/ToolBar.js
-%%DATADIR%%/component/inspector/source/class/inspector/widgets/Util.js
-%%DATADIR%%/component/inspector/source/class/inspector/widgets/View.js
-%%DATADIR%%/component/inspector/source/class/inspector/widgets/WidgetsWindow.js
-%%DATADIR%%/component/inspector/source/index.html
-%%DATADIR%%/component/inspector/source/inspector.html
-%%DATADIR%%/component/inspector/source/resource/inspector/css/consoleview.css
-%%DATADIR%%/component/inspector/source/resource/inspector/css/domview.css
-%%DATADIR%%/component/inspector/source/resource/inspector/css/propertylisthtml.css
-%%DATADIR%%/component/inspector/source/resource/inspector/css/sourceview.css
-%%DATADIR%%/component/inspector/source/resource/inspector/html/index.html
-%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/method_private18.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/method_protected18.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/method_public18.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/property_private18.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/property_protected18.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete/property_public18.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/close.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/close.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/atom.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/button.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/checkbox.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/combobox.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/document.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/groupbox.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/horizontallayout.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/image.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/label.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/layout.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/listview.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/menu.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/radiobutton.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/spinner.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/splitpane.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/table.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/textarea.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/textfield.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/toolbar.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/tree.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/verticallayout.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/components/window.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/api.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/edit-find-disabled.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/edit-find.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/goto.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/highlight.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setinit-disabled.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setinit.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setnull-disabled.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/icons/setnull.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/null.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/open.gif
-%%DATADIR%%/component/inspector/source/resource/inspector/images/open.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/shell/errorIcon.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/shell/infoIcon.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/shell/warningIcon.png
-%%DATADIR%%/component/inspector/source/resource/inspector/images/spacer.gif
-%%DATADIR%%/component/inspector/source/translation/en.po
-%%DATADIR%%/component/inspector/source/translation/readme.txt
-%%DATADIR%%/component/library/datademo/Manifest.json
-%%DATADIR%%/component/library/datademo/config.json
-%%DATADIR%%/component/library/datademo/generate.py
-%%DATADIR%%/component/library/datademo/source/class/qxc/application/datademo/Application.js
-%%DATADIR%%/component/library/datademo/source/class/qxc/application/datademo/Demo.js
-%%DATADIR%%/component/library/datademo/source/index.html
-%%DATADIR%%/component/library/datademo/source/resource/qxc/application/datademo/identica.png
-%%DATADIR%%/component/library/datademo/source/translation/readme.txt
-%%DATADIR%%/component/library/formdemo/Manifest.json
-%%DATADIR%%/component/library/formdemo/config.json
-%%DATADIR%%/component/library/formdemo/generate.py
-%%DATADIR%%/component/library/formdemo/source/class/qxc/application/formdemo/Application.js
-%%DATADIR%%/component/library/formdemo/source/class/qxc/application/formdemo/FormItems.js
-%%DATADIR%%/component/library/formdemo/source/index.html
-%%DATADIR%%/component/library/formdemo/source/translation/readme.txt
-%%DATADIR%%/component/library/indigo/Manifest.json
-%%DATADIR%%/component/library/indigo/config.json
-%%DATADIR%%/component/library/indigo/generate.py
-%%DATADIR%%/component/library/indigo/readme.txt
-%%DATADIR%%/component/library/indigo/source/class/indigo/__init.js
-%%DATADIR%%/component/library/indigo/source/resource/indigo/css/base.css
-%%DATADIR%%/component/library/indigo/source/resource/indigo/css/reset.css
-%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-Bold-webfont.woff
-%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-Light-webfont.woff
-%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-Regular-webfont.woff
-%%DATADIR%%/component/library/indigo/source/resource/indigo/fonts/JosefinSlab-SemiBold-webfont.woff
-%%DATADIR%%/component/library/indigo/source/translation/readme.txt
-%%DATADIR%%/component/library/logpane/Manifest.json
-%%DATADIR%%/component/library/logpane/config.json
-%%DATADIR%%/component/library/logpane/generate.py
-%%DATADIR%%/component/library/logpane/source/class/qxc/ui/logpane/Application.js
-%%DATADIR%%/component/library/logpane/source/class/qxc/ui/logpane/LogView.js
-%%DATADIR%%/component/library/logpane/source/index.html
-%%DATADIR%%/component/library/logpane/source/translation/de.po
-%%DATADIR%%/component/library/logpane/source/translation/en.po
-%%DATADIR%%/component/library/logpane/source/translation/ro.po
-%%DATADIR%%/component/library/logpane/source/translation/sv.po
-%%DATADIR%%/component/library/versionlabel/Manifest.json
-%%DATADIR%%/component/library/versionlabel/config.json
-%%DATADIR%%/component/library/versionlabel/generate.py
-%%DATADIR%%/component/library/versionlabel/readme.txt
-%%DATADIR%%/component/library/versionlabel/source/class/qxc/__init__.js
-%%DATADIR%%/component/library/versionlabel/source/class/qxc/ui/__init__.js
-%%DATADIR%%/component/library/versionlabel/source/class/qxc/ui/versionlabel/VersionLabel.js
-%%DATADIR%%/component/library/versionlabel/source/class/qxc/ui/versionlabel/__init__.js
-%%DATADIR%%/component/library/versionlabel/source/index.html
-%%DATADIR%%/component/library/versionlabel/source/translation/readme.txt
-%%DATADIR%%/component/simulator/Manifest.json
-%%DATADIR%%/component/simulator/config.json
-%%DATADIR%%/component/simulator/generate.py
-%%DATADIR%%/component/simulator/simulator.json
-%%DATADIR%%/component/simulator/source/class/simulator/Application.js
-%%DATADIR%%/component/simulator/source/class/simulator/MApplicationLogging.js
-%%DATADIR%%/component/simulator/source/class/simulator/MEventSupport.js
-%%DATADIR%%/component/simulator/source/class/simulator/MGlobalErrorHandling.js
-%%DATADIR%%/component/simulator/source/class/simulator/QxSelenium.js
-%%DATADIR%%/component/simulator/source/class/simulator/RhinoFile.js
-%%DATADIR%%/component/simulator/source/class/simulator/Simulation.js
-%%DATADIR%%/component/simulator/source/class/simulator/autounit/AutoUnit.js
-%%DATADIR%%/component/simulator/source/class/simulator/autounit/JunitLog.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/Builder.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/Interaction.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/Util.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/WebDriver.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/WebDriverLoader.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/core/ISingleSelection.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/core/MRemoteChildrenHandling.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/core/Object.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/core/Widget.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/form/AbstractField.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/form/ComboBox.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/form/DateField.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/form/IModel.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/form/SelectBox.js
-%%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/form/VirtualComboBox.js
-%%DATADIR%%/component/simulator/source/class/simulator/reporter/Application.js
-%%DATADIR%%/component/simulator/source/class/simulator/reporter/Reporter.js
-%%DATADIR%%/component/simulator/source/class/simulator/unit/TestCase.js
-%%DATADIR%%/component/simulator/tool/com/thoughtworks/selenium/QxSelenium.class
-%%DATADIR%%/component/simulator/tool/user-extensions/user-extensions.js
-%%DATADIR%%/component/skeleton/contribution/readme.txt
-%%DATADIR%%/component/skeleton/contribution/trunk/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/contribution/trunk/config.tmpl.json
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/config.tmpl.json
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/Application.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/__init__.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/simulation/DemoSimulation.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Appearance.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Color.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Decoration.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Font.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme/Theme.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource/custom/demo/test.png
-%%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/Contribution.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/__init__.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Appearance.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Color.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Decoration.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Font.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic/Theme.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Appearance.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Color.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Decoration.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Font.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern/Theme.tmpl.js
-%%DATADIR%%/component/skeleton/contribution/trunk/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/contribution/trunk/source/resource/custom/test.png
-%%DATADIR%%/component/skeleton/contribution/trunk/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/desktop/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/desktop/config.tmpl.json
-%%DATADIR%%/component/skeleton/desktop/readme.txt
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/Application.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/__init__.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/simulation/DemoSimulation.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Appearance.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Color.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Decoration.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Font.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/class/custom/theme/Theme.tmpl.js
-%%DATADIR%%/component/skeleton/desktop/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/desktop/source/resource/custom/test.png
-%%DATADIR%%/component/skeleton/desktop/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/inline/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/inline/config.tmpl.json
-%%DATADIR%%/component/skeleton/inline/readme.txt
-%%DATADIR%%/component/skeleton/inline/source/class/custom/Application.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/__init__.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/simulation/DemoSimulation.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Appearance.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Color.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Decoration.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Font.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/class/custom/theme/Theme.tmpl.js
-%%DATADIR%%/component/skeleton/inline/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/inline/source/resource/custom/test.png
-%%DATADIR%%/component/skeleton/inline/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/mobile/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/mobile/config.tmpl.json
-%%DATADIR%%/component/skeleton/mobile/readme.txt
-%%DATADIR%%/component/skeleton/mobile/source/class/custom/Application.tmpl.js
-%%DATADIR%%/component/skeleton/mobile/source/class/custom/__init__.tmpl.js
-%%DATADIR%%/component/skeleton/mobile/source/class/custom/simulation/DemoSimulation.tmpl.js
-%%DATADIR%%/component/skeleton/mobile/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/mobile/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/mobile/source/resource/custom/css/styles.css
-%%DATADIR%%/component/skeleton/mobile/source/resource/index.tmpl.html
-%%DATADIR%%/component/skeleton/mobile/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/native/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/native/config.tmpl.json
-%%DATADIR%%/component/skeleton/native/readme.txt
-%%DATADIR%%/component/skeleton/native/source/class/custom/Application.tmpl.js
-%%DATADIR%%/component/skeleton/native/source/class/custom/__init__.tmpl.js
-%%DATADIR%%/component/skeleton/native/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/native/source/index.tmpl.html
-%%DATADIR%%/component/skeleton/native/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/server/Manifest.tmpl.json
-%%DATADIR%%/component/skeleton/server/config.tmpl.json
-%%DATADIR%%/component/skeleton/server/readme.txt
-%%DATADIR%%/component/skeleton/server/source/class/custom/Application.tmpl.js
-%%DATADIR%%/component/skeleton/server/source/class/custom/__init__.tmpl.js
-%%DATADIR%%/component/skeleton/server/source/class/custom/test/DemoTest.tmpl.js
-%%DATADIR%%/component/skeleton/server/source/translation/readme.txt
-%%DATADIR%%/component/skeleton/website/config.tmpl.json
-%%DATADIR%%/component/skeleton/website/index.html
-%%DATADIR%%/component/skeleton/website/readme.txt
-%%DATADIR%%/component/skeleton/website/test/index-source.tmpl.html
-%%DATADIR%%/component/skeleton/website/test/index.tmpl.html
-%%DATADIR%%/component/skeleton/website/test/tests.js
-%%DATADIR%%/component/standalone/emitter/config.json
-%%DATADIR%%/component/standalone/emitter/generate.py
-%%DATADIR%%/component/standalone/emitter/index.html
-%%DATADIR%%/component/standalone/server/config.json
-%%DATADIR%%/component/standalone/server/generate.py
-%%DATADIR%%/component/standalone/server/npm/package.json
-%%DATADIR%%/component/standalone/server/readme.txt
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.1.js
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.1.min.js
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.2.js
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.2.min.js
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.3.js
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.0.3.min.js
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.1.1.js
-%%DATADIR%%/component/standalone/server/script/qx-oo-2.1.1.min.js
-%%DATADIR%%/component/standalone/server/server.json
-%%DATADIR%%/component/standalone/server/test/node.js
-%%DATADIR%%/component/standalone/server/test/npm/npm.js
-%%DATADIR%%/component/standalone/server/test/npm/test.js
-%%DATADIR%%/component/standalone/server/test/rhino.js
-%%DATADIR%%/component/standalone/server/test/tests-common.js
-%%DATADIR%%/component/standalone/storage/config.json
-%%DATADIR%%/component/standalone/storage/generate.py
-%%DATADIR%%/component/standalone/storage/index.html
-%%DATADIR%%/component/standalone/storage/readme.txt
-%%DATADIR%%/component/standalone/storage/require.html
-%%DATADIR%%/component/standalone/website/api/api.css
-%%DATADIR%%/component/standalone/website/api/default.highlight.css
-%%DATADIR%%/component/standalone/website/api/highlight.LICENSE
-%%DATADIR%%/component/standalone/website/api/highlight.pack.js
-%%DATADIR%%/component/standalone/website/api/index.html
-%%DATADIR%%/component/standalone/website/api/samples.js
-%%DATADIR%%/component/standalone/website/api/script/apidata.json
-%%DATADIR%%/component/standalone/website/api/script/apiindex.json
-%%DATADIR%%/component/standalone/website/api/script/q-2.0.1.min.js
-%%DATADIR%%/component/standalone/website/api/script/q-2.0.2.min.js
-%%DATADIR%%/component/standalone/website/api/script/q-2.0.3.min.js
-%%DATADIR%%/component/standalone/website/api/script/q-2.1.1.min.js
-%%DATADIR%%/component/standalone/website/api/script/q.json
-%%DATADIR%%/component/standalone/website/api/script/qx.Bootstrap.json
-%%DATADIR%%/component/standalone/website/api/script/qx.Class.json
-%%DATADIR%%/component/standalone/website/api/script/qx.Interface.json
-%%DATADIR%%/component/standalone/website/api/script/qx.Mixin.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.AnimationFrame.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Cookie.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Document.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Event.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Html.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Input.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Selector.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Storage.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Style.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Stylesheet.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Template.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.Viewport.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Browser.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Css.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.CssAnimation.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.CssTransform.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Device.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.EcmaScript.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Engine.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Html.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Json.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.OperatingSystem.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Stylesheet.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.client.Transport.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Animation.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.AnimationCss.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.AnimationHandle.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.AnimationJs.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Attribute.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.BoxSizing.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Class.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Clip.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Cursor.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Dimension.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Location.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Opacity.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Overflow.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Style.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.element.Transform.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.request.Jsonp.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.request.Script.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.request.Xhr.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.storage.Memory.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.storage.UserData.json
-%%DATADIR%%/component/standalone/website/api/script/qx.bom.storage.Web.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.Aspect.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.Assert.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.AssertionError.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.Environment.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.GlobalError.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.MAssert.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.MEvent.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.MEvents.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.MLogging.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.MProperty.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.Object.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.ObjectRegistry.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.Property.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.ValidationError.json
-%%DATADIR%%/component/standalone/website/api/script/qx.core.WindowError.json
-%%DATADIR%%/component/standalone/website/api/script/qx.data.IListData.json
-%%DATADIR%%/component/standalone/website/api/script/qx.data.MBinding.json
-%%DATADIR%%/component/standalone/website/api/script/qx.data.SingleValueBinding.json
-%%DATADIR%%/component/standalone/website/api/script/qx.dev.StackTrace.json
-%%DATADIR%%/component/standalone/website/api/script/qx.dom.Element.json
-%%DATADIR%%/component/standalone/website/api/script/qx.dom.Hierarchy.json
-%%DATADIR%%/component/standalone/website/api/script/qx.dom.Node.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.Emitter.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.GlobalError.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.IEventDispatcher.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.IEventHandler.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.Manager.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.Messaging.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.Pool.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.Registration.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.dispatch.Direct.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.handler.Object.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.handler.OrientationCore.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.handler.TouchCore.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.type.Data.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.type.Event.json
-%%DATADIR%%/component/standalone/website/api/script/qx.event.util.Keyboard.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Array.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Core.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Date.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Function.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Generics.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Json.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.JsonImpl.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Object.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.RingBuffer.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.String.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.Type.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.normalize.Array.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.normalize.Date.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.normalize.Error.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.normalize.Function.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.normalize.Object.json
-%%DATADIR%%/component/standalone/website/api/script/qx.lang.normalize.String.json
-%%DATADIR%%/component/standalone/website/api/script/qx.log.Logger.json
-%%DATADIR%%/component/standalone/website/api/script/qx.log.appender.RingBuffer.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Animation.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Attribute.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Blocker.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Cookie.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Core.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Css.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Environment.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Event.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Io.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Manipulating.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Messaging.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Placeholder.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Placement.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Polyfill.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Storage.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Template.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Transform.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.Traversing.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Keyboard.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Mouse.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Native.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Orientation.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.event.OrientationHandler.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.event.Touch.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.event.TouchHandler.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.util.Array.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.util.String.json
-%%DATADIR%%/component/standalone/website/api/script/qx.module.util.Type.json
-%%DATADIR%%/component/standalone/website/api/script/qx.type.BaseArray.json
-%%DATADIR%%/component/standalone/website/api/script/qx.type.BaseError.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.ColorUtil.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.DisposeUtil.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.OOUtil.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.ObjectPool.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.Request.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.RingBuffer.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.Uri.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.AbstractAxis.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.BestFitAxis.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.DirectAxis.json
-%%DATADIR%%/component/standalone/website/api/script/qx.util.placement.KeepAlignAxis.json
-%%DATADIR%%/component/standalone/website/api/script/qxWeb.json
-%%DATADIR%%/component/standalone/website/api/viewer.js
-%%DATADIR%%/component/standalone/website/config.json
-%%DATADIR%%/component/standalone/website/generate.py
-%%DATADIR%%/component/standalone/website/index-source.html
-%%DATADIR%%/component/standalone/website/index.html
-%%DATADIR%%/component/standalone/website/readme.txt
-%%DATADIR%%/component/standalone/website/script/q-2.1.1.js
-%%DATADIR%%/component/standalone/website/script/q-2.1.1.min.js
-%%DATADIR%%/component/standalone/website/test/index-source.html
-%%DATADIR%%/component/standalone/website/test/index.html
-%%DATADIR%%/component/standalone/website/test/jsonpload.js
-%%DATADIR%%/component/standalone/website/test/scriptload.js
-%%DATADIR%%/component/standalone/website/test/tests.js
-%%DATADIR%%/component/standalone/website/website.json
-%%DATADIR%%/component/testrunner/Manifest.json
-%%DATADIR%%/component/testrunner/basic.json
-%%DATADIR%%/component/testrunner/config.json
-%%DATADIR%%/component/testrunner/generate.py
-%%DATADIR%%/component/testrunner/portable.json
-%%DATADIR%%/component/testrunner/source/class/testrunner/Application.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/ApplicationBasic.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/GuiApplication.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/MobileApplication.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/TestLoader.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/TestLoaderInline.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/TestLoaderNative.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/runner/ModelUtil.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestItem.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestRunner.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/runner/TestRunnerBasic.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/test/DemoTest.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/test/Performance.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/test/basic/BasicTest.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/Abstract.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/Basic.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/Console.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/Html.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/MAutoRun.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/MPerformance.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/MReportResult.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/Performance.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/Reporter.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/mobile/MainButton.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/mobile/Mobile.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/widget/TestResultView.js
-%%DATADIR%%/component/testrunner/source/class/testrunner/view/widget/Widget.js
-%%DATADIR%%/component/testrunner/source/html/blank.html
-%%DATADIR%%/component/testrunner/source/html/tests-source.html
-%%DATADIR%%/component/testrunner/source/html/tests.html
-%%DATADIR%%/component/testrunner/source/index-console.html
-%%DATADIR%%/component/testrunner/source/index-inline.html
-%%DATADIR%%/component/testrunner/source/index-source.html
-%%DATADIR%%/component/testrunner/source/index.html
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/html/css/testrunner.css
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/mobile/css/styles.css
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/css/testrunner.css
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/class18.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/class18_grey.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/class_warning18.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/colorstrip.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/loading66.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/method_public18.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/method_public18_grey.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/method_public_error18.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/package18.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/package18_grey.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/package_warning18.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/yellow_diamond_full18.gif
-%%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image/yellow_diamond_hollow18.gif
-%%DATADIR%%/component/testrunner/source/translation/en.po
-%%DATADIR%%/component/testrunner/source/translation/readme.txt
-%%DATADIR%%/component/testrunner/testrunner.json
-%%DATADIR%%/component/testrunner/tool/injectcss.py
-%%DATADIR%%/component/testrunner/tool/portable.basic.loader.tmpl.js
-%%DATADIR%%/component/testrunner/tool/portable.loader.tmpl.js
-%%DATADIR%%/component/tutorials/mobiletweets/step1/Manifest.json
-%%DATADIR%%/component/tutorials/mobiletweets/step1/README.md
-%%DATADIR%%/component/tutorials/mobiletweets/step1/config.json
-%%DATADIR%%/component/tutorials/mobiletweets/step1/generate.py
-%%DATADIR%%/component/tutorials/mobiletweets/step1/readme.txt
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/class/mobiletweets/Application.js
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/class/mobiletweets/page/Input.js
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/class/mobiletweets/page/Tweet.js
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/class/mobiletweets/page/Tweets.js
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/index.html
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/resource/index.html
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/resource/mobiletweets/css/styles.css
-%%DATADIR%%/component/tutorials/mobiletweets/step1/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step1/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step1/config.json
-%%DATADIR%%/component/tutorials/tweets/step1/generate.py
-%%DATADIR%%/component/tutorials/tweets/step1/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step1/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step1/source/resource/tweets/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step1/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step2/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step2/config.json
-%%DATADIR%%/component/tutorials/tweets/step2/generate.py
-%%DATADIR%%/component/tutorials/tweets/step2/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step2/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step2/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step2/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step3/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step3/config.json
-%%DATADIR%%/component/tutorials/tweets/step3/generate.py
-%%DATADIR%%/component/tutorials/tweets/step3/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step3/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step3/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step3/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.1/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step4.1/config.json
-%%DATADIR%%/component/tutorials/tweets/step4.1/generate.py
-%%DATADIR%%/component/tutorials/tweets/step4.1/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/LoginWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step4.1/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/config.json
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/generate.py
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/TweetView.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step4.2.1/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.2/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step4.2/config.json
-%%DATADIR%%/component/tutorials/tweets/step4.2/generate.py
-%%DATADIR%%/component/tutorials/tweets/step4.2/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/TweetView.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step4.2/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.3/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step4.3/config.json
-%%DATADIR%%/component/tutorials/tweets/step4.3/generate.py
-%%DATADIR%%/component/tutorials/tweets/step4.3/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/SettingsWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/TweetView.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/translation/de.po
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/translation/en.po
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/translation/fr.po
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.3/source/translation/ro.po
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/config.json
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/generate.py
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/SettingsWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/TweetView.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/simulation/Settings.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/test/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/test/TweetView.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/translation/de.po
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/translation/en.po
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/translation/fr.po
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.4.1/source/translation/ro.po
-%%DATADIR%%/component/tutorials/tweets/step4.4/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step4.4/config.json
-%%DATADIR%%/component/tutorials/tweets/step4.4/generate.py
-%%DATADIR%%/component/tutorials/tweets/step4.4/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/SettingsWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/TweetView.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/test/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/test/TweetView.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/translation/de.po
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/translation/en.po
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/translation/fr.po
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.4/source/translation/ro.po
-%%DATADIR%%/component/tutorials/tweets/step4.5/Manifest.json
-%%DATADIR%%/component/tutorials/tweets/step4.5/config.json
-%%DATADIR%%/component/tutorials/tweets/step4.5/generate.py
-%%DATADIR%%/component/tutorials/tweets/step4.5/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/Application.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/IdenticaService.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/MainWindow.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/test/DemoTest.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/theme/Appearance.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/theme/Color.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/theme/Decoration.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/theme/Font.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/theme/Theme.js
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/index.html
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/resource/tweets/logo.png
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/translation/de.po
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/translation/en.po
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/translation/fr.po
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/translation/readme.txt
-%%DATADIR%%/component/tutorials/tweets/step4.5/source/translation/ro.po
-%%DATADIR%%/component/tutorials/website/step1/notification.html
-%%DATADIR%%/create-application.py
-%%DATADIR%%/framework/Manifest.json
-%%DATADIR%%/framework/api/index.html
-%%DATADIR%%/framework/api/resource/apiviewer/css/apiviewer.css
-%%DATADIR%%/framework/api/resource/apiviewer/image/blank.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/childcontrol18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class_abstract18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class_abstract_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class_singleton18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class_singleton_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class_static18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class_static_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/class_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/close.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/constant18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/constructor18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/cross.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/event18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/includes.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/information18.png
-%%DATADIR%%/framework/api/resource/apiviewer/image/inherited_and_mixins_included.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/interface18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/interface_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/loading66.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/method_internal18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/method_private18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/method_protected18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/method_public18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/method_public_inherited18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/mixin18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/mixin_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/nextlevel.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/open.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_abstract18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_constructor18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_error18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_inherited18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_mixin18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_overridden18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_static18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_themeable18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/overlay_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/package18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/package_warning18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/property18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/property_internal18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/property_private18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/property_protected18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/property_themeable18.gif
-%%DATADIR%%/framework/api/resource/apiviewer/image/search18.png
-%%DATADIR%%/framework/api/resource/apiviewer/image/vline.gif
-%%DATADIR%%/framework/api/resource/apiviewer/imagesCombined/symbols.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.ttf
-%%DATADIR%%/framework/api/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.woff
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/down-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/down-small.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/down.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/forward.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/left-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/left.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/rewind.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/right-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/right.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/up-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/up-small.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows/up.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/checked-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/checked.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/undetermined-disabled.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox/undetermined.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/brightness-field.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/brightness-handle.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/huesaturation-field.jpg
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector/huesaturation-handle.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/alias.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/copy.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/move.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors/nodrop.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/checkbox-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/checkbox.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/radiobutton-invert.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu/radiobutton.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/splitpane/knob-horizontal.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/splitpane/knob-vertical.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/ascending-invert.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/ascending.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/boolean-false.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/boolean-true.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/descending-invert.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/descending.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/table/select-column-order.png
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/tabview/close.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/tree/minus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/tree/plus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/cross.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/cross_minus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/cross_plus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/end.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/end_minus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/end_plus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/line.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/only_minus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/only_plus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/start.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/start_minus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual/start_plus.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/close-white.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/close.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/maximize-white.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/maximize.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/minimize-white.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/minimize.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/restore-white.gif
-%%DATADIR%%/framework/api/resource/qx/decoration/Simple/window/restore.gif
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/dialog-cancel.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/dialog-ok.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/view-refresh.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions/window-close.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/apps/office-calendar.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/mimetypes/text-plain.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/places/folder-open.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/16/places/folder.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/actions/edit-find.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/actions/media-seek-forward.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps/utilities-dictionary.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps/utilities-help.png
-%%DATADIR%%/framework/api/resource/qx/static/blank.gif
-%%DATADIR%%/framework/api/resource/qx/static/blank.html
-%%DATADIR%%/framework/api/script/apidata.json
-%%DATADIR%%/framework/api/script/apiindex.json
-%%DATADIR%%/framework/api/script/apiviewer.js
-%%DATADIR%%/framework/api/script/q.json
-%%DATADIR%%/framework/api/script/qx.Bootstrap.json
-%%DATADIR%%/framework/api/script/qx.Class.json
-%%DATADIR%%/framework/api/script/qx.Interface.json
-%%DATADIR%%/framework/api/script/qx.Mixin.json
-%%DATADIR%%/framework/api/script/qx.Part.json
-%%DATADIR%%/framework/api/script/qx.Theme.json
-%%DATADIR%%/framework/api/script/qx.application.AbstractGui.json
-%%DATADIR%%/framework/api/script/qx.application.Basic.json
-%%DATADIR%%/framework/api/script/qx.application.IApplication.json
-%%DATADIR%%/framework/api/script/qx.application.Inline.json
-%%DATADIR%%/framework/api/script/qx.application.Mobile.json
-%%DATADIR%%/framework/api/script/qx.application.Native.json
-%%DATADIR%%/framework/api/script/qx.application.Routing.json
-%%DATADIR%%/framework/api/script/qx.application.Standalone.json
-%%DATADIR%%/framework/api/script/qx.bom.AnimationFrame.json
-%%DATADIR%%/framework/api/script/qx.bom.Blocker.json
-%%DATADIR%%/framework/api/script/qx.bom.Collection.json
-%%DATADIR%%/framework/api/script/qx.bom.Cookie.json
-%%DATADIR%%/framework/api/script/qx.bom.Document.json
-%%DATADIR%%/framework/api/script/qx.bom.Element.json
-%%DATADIR%%/framework/api/script/qx.bom.Event.json
-%%DATADIR%%/framework/api/script/qx.bom.FileReader.json
-%%DATADIR%%/framework/api/script/qx.bom.Flash.json
-%%DATADIR%%/framework/api/script/qx.bom.Font.json
-%%DATADIR%%/framework/api/script/qx.bom.GeoLocation.json
-%%DATADIR%%/framework/api/script/qx.bom.HashHistory.json
-%%DATADIR%%/framework/api/script/qx.bom.History.json
-%%DATADIR%%/framework/api/script/qx.bom.Html.json
-%%DATADIR%%/framework/api/script/qx.bom.Iframe.json
-%%DATADIR%%/framework/api/script/qx.bom.IframeHistory.json
-%%DATADIR%%/framework/api/script/qx.bom.Input.json
-%%DATADIR%%/framework/api/script/qx.bom.Label.json
-%%DATADIR%%/framework/api/script/qx.bom.Lifecycle.json
-%%DATADIR%%/framework/api/script/qx.bom.NativeHistory.json
-%%DATADIR%%/framework/api/script/qx.bom.Range.json
-%%DATADIR%%/framework/api/script/qx.bom.Selection.json
-%%DATADIR%%/framework/api/script/qx.bom.Selector.json
-%%DATADIR%%/framework/api/script/qx.bom.Shortcut.json
-%%DATADIR%%/framework/api/script/qx.bom.Storage.json
-%%DATADIR%%/framework/api/script/qx.bom.String.json
-%%DATADIR%%/framework/api/script/qx.bom.Style.json
-%%DATADIR%%/framework/api/script/qx.bom.Stylesheet.json
-%%DATADIR%%/framework/api/script/qx.bom.Template.json
-%%DATADIR%%/framework/api/script/qx.bom.Viewport.json
-%%DATADIR%%/framework/api/script/qx.bom.Vml.json
-%%DATADIR%%/framework/api/script/qx.bom.WebWorker.json
-%%DATADIR%%/framework/api/script/qx.bom.Window.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Browser.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Css.json
-%%DATADIR%%/framework/api/script/qx.bom.client.CssAnimation.json
-%%DATADIR%%/framework/api/script/qx.bom.client.CssTransform.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Device.json
-%%DATADIR%%/framework/api/script/qx.bom.client.EcmaScript.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Engine.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Event.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Flash.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Html.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Json.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Locale.json
-%%DATADIR%%/framework/api/script/qx.bom.client.OperatingSystem.json
-%%DATADIR%%/framework/api/script/qx.bom.client.PhoneGap.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Plugin.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Runtime.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Scroll.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Stylesheet.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Transport.json
-%%DATADIR%%/framework/api/script/qx.bom.client.Xml.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Animation.json
-%%DATADIR%%/framework/api/script/qx.bom.element.AnimationCss.json
-%%DATADIR%%/framework/api/script/qx.bom.element.AnimationHandle.json
-%%DATADIR%%/framework/api/script/qx.bom.element.AnimationJs.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Attribute.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Background.json
-%%DATADIR%%/framework/api/script/qx.bom.element.BoxSizing.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Class.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Clip.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Cursor.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Dataset.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Decoration.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Dimension.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Location.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Opacity.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Overflow.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Scroll.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Style.json
-%%DATADIR%%/framework/api/script/qx.bom.element.Transform.json
-%%DATADIR%%/framework/api/script/qx.bom.htmlarea.HtmlArea.json
-%%DATADIR%%/framework/api/script/qx.bom.htmlarea.manager.Command.json
-%%DATADIR%%/framework/api/script/qx.bom.htmlarea.manager.UndoRedo.json
-%%DATADIR%%/framework/api/script/qx.bom.media.Abstract.json
-%%DATADIR%%/framework/api/script/qx.bom.media.Audio.json
-%%DATADIR%%/framework/api/script/qx.bom.media.Video.json
-%%DATADIR%%/framework/api/script/qx.bom.request.IRequest.json
-%%DATADIR%%/framework/api/script/qx.bom.request.Jsonp.json
-%%DATADIR%%/framework/api/script/qx.bom.request.Script.json
-%%DATADIR%%/framework/api/script/qx.bom.request.Xhr.json
-%%DATADIR%%/framework/api/script/qx.bom.storage.Memory.json
-%%DATADIR%%/framework/api/script/qx.bom.storage.UserData.json
-%%DATADIR%%/framework/api/script/qx.bom.storage.Web.json
-%%DATADIR%%/framework/api/script/qx.bom.webfonts.Manager.json
-%%DATADIR%%/framework/api/script/qx.bom.webfonts.Validator.json
-%%DATADIR%%/framework/api/script/qx.bom.webfonts.WebFont.json
-%%DATADIR%%/framework/api/script/qx.core.Aspect.json
-%%DATADIR%%/framework/api/script/qx.core.Assert.json
-%%DATADIR%%/framework/api/script/qx.core.AssertionError.json
-%%DATADIR%%/framework/api/script/qx.core.BaseInit.json
-%%DATADIR%%/framework/api/script/qx.core.Environment.json
-%%DATADIR%%/framework/api/script/qx.core.GlobalError.json
-%%DATADIR%%/framework/api/script/qx.core.Init.json
-%%DATADIR%%/framework/api/script/qx.core.MAssert.json
-%%DATADIR%%/framework/api/script/qx.core.MBindTo.json
-%%DATADIR%%/framework/api/script/qx.core.MEvent.json
-%%DATADIR%%/framework/api/script/qx.core.MEvents.json
-%%DATADIR%%/framework/api/script/qx.core.MLogging.json
-%%DATADIR%%/framework/api/script/qx.core.MProperty.json
-%%DATADIR%%/framework/api/script/qx.core.Object.json
-%%DATADIR%%/framework/api/script/qx.core.ObjectRegistry.json
-%%DATADIR%%/framework/api/script/qx.core.Property.json
-%%DATADIR%%/framework/api/script/qx.core.ValidationError.json
-%%DATADIR%%/framework/api/script/qx.core.WindowError.json
-%%DATADIR%%/framework/api/script/qx.data.Array.json
-%%DATADIR%%/framework/api/script/qx.data.Conversion.json
-%%DATADIR%%/framework/api/script/qx.data.IListData.json
-%%DATADIR%%/framework/api/script/qx.data.MBinding.json
-%%DATADIR%%/framework/api/script/qx.data.SingleValueBinding.json
-%%DATADIR%%/framework/api/script/qx.data.controller.Form.json
-%%DATADIR%%/framework/api/script/qx.data.controller.IControllerDelegate.json
-%%DATADIR%%/framework/api/script/qx.data.controller.ISelection.json
-%%DATADIR%%/framework/api/script/qx.data.controller.List.json
-%%DATADIR%%/framework/api/script/qx.data.controller.MSelection.json
-%%DATADIR%%/framework/api/script/qx.data.controller.Object.json
-%%DATADIR%%/framework/api/script/qx.data.controller.Tree.json
-%%DATADIR%%/framework/api/script/qx.data.controller.website.List.json
-%%DATADIR%%/framework/api/script/qx.data.marshal.IMarshaler.json
-%%DATADIR%%/framework/api/script/qx.data.marshal.IMarshalerDelegate.json
-%%DATADIR%%/framework/api/script/qx.data.marshal.Json.json
-%%DATADIR%%/framework/api/script/qx.data.marshal.MEventBubbling.json
-%%DATADIR%%/framework/api/script/qx.data.store.IStoreDelegate.json
-%%DATADIR%%/framework/api/script/qx.data.store.Json.json
-%%DATADIR%%/framework/api/script/qx.data.store.Jsonp.json
-%%DATADIR%%/framework/api/script/qx.data.store.Offline.json
-%%DATADIR%%/framework/api/script/qx.data.store.Rest.json
-%%DATADIR%%/framework/api/script/qx.data.store.Yql.json
-%%DATADIR%%/framework/api/script/qx.dev.Debug.json
-%%DATADIR%%/framework/api/script/qx.dev.ObjectSummary.json
-%%DATADIR%%/framework/api/script/qx.dev.Profile.json
-%%DATADIR%%/framework/api/script/qx.dev.StackTrace.json
-%%DATADIR%%/framework/api/script/qx.dev.Tokenizer.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.AbstractTestSuite.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.AsyncWrapper.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.JsUnitTestResult.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.MMeasure.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.MMock.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.MRequirements.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.MRequirementsBasic.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.MTestLoader.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.MeasurementResult.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.RequirementError.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.Sinon.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestCase.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestClass.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestFunction.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestLoader.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestLoaderBasic.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestLoaderInline.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestLoaderNative.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestResult.json
-%%DATADIR%%/framework/api/script/qx.dev.unit.TestSuite.json
-%%DATADIR%%/framework/api/script/qx.dom.Element.json
-%%DATADIR%%/framework/api/script/qx.dom.Hierarchy.json
-%%DATADIR%%/framework/api/script/qx.dom.Node.json
-%%DATADIR%%/framework/api/script/qx.event.AcceleratingTimer.json
-%%DATADIR%%/framework/api/script/qx.event.Emitter.json
-%%DATADIR%%/framework/api/script/qx.event.GlobalError.json
-%%DATADIR%%/framework/api/script/qx.event.IEventDispatcher.json
-%%DATADIR%%/framework/api/script/qx.event.IEventHandler.json
-%%DATADIR%%/framework/api/script/qx.event.Idle.json
-%%DATADIR%%/framework/api/script/qx.event.Manager.json
-%%DATADIR%%/framework/api/script/qx.event.Messaging.json
-%%DATADIR%%/framework/api/script/qx.event.Pool.json
-%%DATADIR%%/framework/api/script/qx.event.Registration.json
-%%DATADIR%%/framework/api/script/qx.event.Timer.json
-%%DATADIR%%/framework/api/script/qx.event.dispatch.AbstractBubbling.json
-%%DATADIR%%/framework/api/script/qx.event.dispatch.Direct.json
-%%DATADIR%%/framework/api/script/qx.event.dispatch.DomBubbling.json
-%%DATADIR%%/framework/api/script/qx.event.dispatch.MouseCapture.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Appear.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Application.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Capture.json
-%%DATADIR%%/framework/api/script/qx.event.handler.DragDrop.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Element.json
-%%DATADIR%%/framework/api/script/qx.event.handler.ElementResize.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Focus.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Iframe.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Input.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Keyboard.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Mouse.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Object.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Offline.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Orientation.json
-%%DATADIR%%/framework/api/script/qx.event.handler.OrientationCore.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Touch.json
-%%DATADIR%%/framework/api/script/qx.event.handler.TouchCore.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Transition.json
-%%DATADIR%%/framework/api/script/qx.event.handler.UserAction.json
-%%DATADIR%%/framework/api/script/qx.event.handler.Window.json
-%%DATADIR%%/framework/api/script/qx.event.message.Bus.json
-%%DATADIR%%/framework/api/script/qx.event.message.Message.json
-%%DATADIR%%/framework/api/script/qx.event.type.Data.json
-%%DATADIR%%/framework/api/script/qx.event.type.Dom.json
-%%DATADIR%%/framework/api/script/qx.event.type.Drag.json
-%%DATADIR%%/framework/api/script/qx.event.type.Event.json
-%%DATADIR%%/framework/api/script/qx.event.type.Focus.json
-%%DATADIR%%/framework/api/script/qx.event.type.GeoPosition.json
-%%DATADIR%%/framework/api/script/qx.event.type.KeyInput.json
-%%DATADIR%%/framework/api/script/qx.event.type.KeySequence.json
-%%DATADIR%%/framework/api/script/qx.event.type.Mouse.json
-%%DATADIR%%/framework/api/script/qx.event.type.MouseWheel.json
-%%DATADIR%%/framework/api/script/qx.event.type.Native.json
-%%DATADIR%%/framework/api/script/qx.event.type.Orientation.json
-%%DATADIR%%/framework/api/script/qx.event.type.Rest.json
-%%DATADIR%%/framework/api/script/qx.event.type.Swipe.json
-%%DATADIR%%/framework/api/script/qx.event.type.Tap.json
-%%DATADIR%%/framework/api/script/qx.event.type.Touch.json
-%%DATADIR%%/framework/api/script/qx.event.util.Keyboard.json
-%%DATADIR%%/framework/api/script/qx.fx.Base.json
-%%DATADIR%%/framework/api/script/qx.fx.Transition.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.ColorFlow.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Drop.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Fold.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Grow.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Puff.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Pulsate.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Shake.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Shrink.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.combination.Switch.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Consecutive.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Custom.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Fade.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Highlight.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Move.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Parallel.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Property.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Scale.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Scroll.json
-%%DATADIR%%/framework/api/script/qx.fx.effect.core.Style.json
-%%DATADIR%%/framework/api/script/qx.fx.queue.Manager.json
-%%DATADIR%%/framework/api/script/qx.fx.queue.Queue.json
-%%DATADIR%%/framework/api/script/qx.html.Blocker.json
-%%DATADIR%%/framework/api/script/qx.html.Canvas.json
-%%DATADIR%%/framework/api/script/qx.html.Decorator.json
-%%DATADIR%%/framework/api/script/qx.html.Element.json
-%%DATADIR%%/framework/api/script/qx.html.Flash.json
-%%DATADIR%%/framework/api/script/qx.html.Iframe.json
-%%DATADIR%%/framework/api/script/qx.html.Image.json
-%%DATADIR%%/framework/api/script/qx.html.Input.json
-%%DATADIR%%/framework/api/script/qx.html.Label.json
-%%DATADIR%%/framework/api/script/qx.html.Root.json
-%%DATADIR%%/framework/api/script/qx.io.ImageLoader.json
-%%DATADIR%%/framework/api/script/qx.io.PartLoader.json
-%%DATADIR%%/framework/api/script/qx.io.ScriptLoader.json
-%%DATADIR%%/framework/api/script/qx.io.part.ClosurePart.json
-%%DATADIR%%/framework/api/script/qx.io.part.Package.json
-%%DATADIR%%/framework/api/script/qx.io.part.Part.json
-%%DATADIR%%/framework/api/script/qx.io.remote.Exchange.json
-%%DATADIR%%/framework/api/script/qx.io.remote.Request.json
-%%DATADIR%%/framework/api/script/qx.io.remote.RequestQueue.json
-%%DATADIR%%/framework/api/script/qx.io.remote.Response.json
-%%DATADIR%%/framework/api/script/qx.io.remote.Rpc.json
-%%DATADIR%%/framework/api/script/qx.io.remote.RpcError.json
-%%DATADIR%%/framework/api/script/qx.io.remote.transport.Abstract.json
-%%DATADIR%%/framework/api/script/qx.io.remote.transport.Iframe.json
-%%DATADIR%%/framework/api/script/qx.io.remote.transport.Script.json
-%%DATADIR%%/framework/api/script/qx.io.remote.transport.XmlHttp.json
-%%DATADIR%%/framework/api/script/qx.io.request.AbstractRequest.json
-%%DATADIR%%/framework/api/script/qx.io.request.Jsonp.json
-%%DATADIR%%/framework/api/script/qx.io.request.Xhr.json
-%%DATADIR%%/framework/api/script/qx.io.request.authentication.Basic.json
-%%DATADIR%%/framework/api/script/qx.io.request.authentication.IAuthentication.json
-%%DATADIR%%/framework/api/script/qx.io.rest.Resource.json
-%%DATADIR%%/framework/api/script/qx.lang.Array.json
-%%DATADIR%%/framework/api/script/qx.lang.Core.json
-%%DATADIR%%/framework/api/script/qx.lang.Date.json
-%%DATADIR%%/framework/api/script/qx.lang.Function.json
-%%DATADIR%%/framework/api/script/qx.lang.Generics.json
-%%DATADIR%%/framework/api/script/qx.lang.Json.json
-%%DATADIR%%/framework/api/script/qx.lang.JsonImpl.json
-%%DATADIR%%/framework/api/script/qx.lang.Number.json
-%%DATADIR%%/framework/api/script/qx.lang.Object.json
-%%DATADIR%%/framework/api/script/qx.lang.RingBuffer.json
-%%DATADIR%%/framework/api/script/qx.lang.String.json
-%%DATADIR%%/framework/api/script/qx.lang.Type.json
-%%DATADIR%%/framework/api/script/qx.lang.normalize.Array.json
-%%DATADIR%%/framework/api/script/qx.lang.normalize.Date.json
-%%DATADIR%%/framework/api/script/qx.lang.normalize.Error.json
-%%DATADIR%%/framework/api/script/qx.lang.normalize.Function.json
-%%DATADIR%%/framework/api/script/qx.lang.normalize.Object.json
-%%DATADIR%%/framework/api/script/qx.lang.normalize.String.json
-%%DATADIR%%/framework/api/script/qx.locale.Date.json
-%%DATADIR%%/framework/api/script/qx.locale.Key.json
-%%DATADIR%%/framework/api/script/qx.locale.LocalizedString.json
-%%DATADIR%%/framework/api/script/qx.locale.MTranslation.json
-%%DATADIR%%/framework/api/script/qx.locale.Manager.json
-%%DATADIR%%/framework/api/script/qx.locale.Number.json
-%%DATADIR%%/framework/api/script/qx.locale.String.json
-%%DATADIR%%/framework/api/script/qx.log.Logger.json
-%%DATADIR%%/framework/api/script/qx.log.appender.Console.json
-%%DATADIR%%/framework/api/script/qx.log.appender.Element.json
-%%DATADIR%%/framework/api/script/qx.log.appender.Native.json
-%%DATADIR%%/framework/api/script/qx.log.appender.NodeConsole.json
-%%DATADIR%%/framework/api/script/qx.log.appender.PhoneGap.json
-%%DATADIR%%/framework/api/script/qx.log.appender.RhinoConsole.json
-%%DATADIR%%/framework/api/script/qx.log.appender.RhinoFile.json
-%%DATADIR%%/framework/api/script/qx.log.appender.RingBuffer.json
-%%DATADIR%%/framework/api/script/qx.log.appender.Util.json
-%%DATADIR%%/framework/api/script/qx.module.Animation.json
-%%DATADIR%%/framework/api/script/qx.module.Attribute.json
-%%DATADIR%%/framework/api/script/qx.module.Blocker.json
-%%DATADIR%%/framework/api/script/qx.module.Cookie.json
-%%DATADIR%%/framework/api/script/qx.module.Core.json
-%%DATADIR%%/framework/api/script/qx.module.Css.json
-%%DATADIR%%/framework/api/script/qx.module.Environment.json
-%%DATADIR%%/framework/api/script/qx.module.Event.json
-%%DATADIR%%/framework/api/script/qx.module.Io.json
-%%DATADIR%%/framework/api/script/qx.module.Manipulating.json
-%%DATADIR%%/framework/api/script/qx.module.Messaging.json
-%%DATADIR%%/framework/api/script/qx.module.Placeholder.json
-%%DATADIR%%/framework/api/script/qx.module.Placement.json
-%%DATADIR%%/framework/api/script/qx.module.Polyfill.json
-%%DATADIR%%/framework/api/script/qx.module.Storage.json
-%%DATADIR%%/framework/api/script/qx.module.Template.json
-%%DATADIR%%/framework/api/script/qx.module.Transform.json
-%%DATADIR%%/framework/api/script/qx.module.Traversing.json
-%%DATADIR%%/framework/api/script/qx.module.event.Keyboard.json
-%%DATADIR%%/framework/api/script/qx.module.event.Mouse.json
-%%DATADIR%%/framework/api/script/qx.module.event.Native.json
-%%DATADIR%%/framework/api/script/qx.module.event.Orientation.json
-%%DATADIR%%/framework/api/script/qx.module.event.OrientationHandler.json
-%%DATADIR%%/framework/api/script/qx.module.event.Touch.json
-%%DATADIR%%/framework/api/script/qx.module.event.TouchHandler.json
-%%DATADIR%%/framework/api/script/qx.module.util.Array.json
-%%DATADIR%%/framework/api/script/qx.module.util.String.json
-%%DATADIR%%/framework/api/script/qx.module.util.Type.json
-%%DATADIR%%/framework/api/script/qx.theme.Classic.json
-%%DATADIR%%/framework/api/script/qx.theme.Indigo.json
-%%DATADIR%%/framework/api/script/qx.theme.Modern.json
-%%DATADIR%%/framework/api/script/qx.theme.Simple.json
-%%DATADIR%%/framework/api/script/qx.theme.classic.Appearance.json
-%%DATADIR%%/framework/api/script/qx.theme.classic.Color.json
-%%DATADIR%%/framework/api/script/qx.theme.classic.Decoration.json
-%%DATADIR%%/framework/api/script/qx.theme.classic.Font.json
-%%DATADIR%%/framework/api/script/qx.theme.icon.Oxygen.json
-%%DATADIR%%/framework/api/script/qx.theme.icon.Tango.json
-%%DATADIR%%/framework/api/script/qx.theme.indigo.Appearance.json
-%%DATADIR%%/framework/api/script/qx.theme.indigo.Color.json
-%%DATADIR%%/framework/api/script/qx.theme.indigo.Decoration.json
-%%DATADIR%%/framework/api/script/qx.theme.indigo.Font.json
-%%DATADIR%%/framework/api/script/qx.theme.manager.Appearance.json
-%%DATADIR%%/framework/api/script/qx.theme.manager.Color.json
-%%DATADIR%%/framework/api/script/qx.theme.manager.Decoration.json
-%%DATADIR%%/framework/api/script/qx.theme.manager.Font.json
-%%DATADIR%%/framework/api/script/qx.theme.manager.Icon.json
-%%DATADIR%%/framework/api/script/qx.theme.manager.Meta.json
-%%DATADIR%%/framework/api/script/qx.theme.modern.Appearance.json
-%%DATADIR%%/framework/api/script/qx.theme.modern.Color.json
-%%DATADIR%%/framework/api/script/qx.theme.modern.Decoration.json
-%%DATADIR%%/framework/api/script/qx.theme.modern.Font.json
-%%DATADIR%%/framework/api/script/qx.theme.simple.Appearance.json
-%%DATADIR%%/framework/api/script/qx.theme.simple.Color.json
-%%DATADIR%%/framework/api/script/qx.theme.simple.Decoration.json
-%%DATADIR%%/framework/api/script/qx.theme.simple.Font.json
-%%DATADIR%%/framework/api/script/qx.theme.simple.Image.json
-%%DATADIR%%/framework/api/script/qx.type.Array.json
-%%DATADIR%%/framework/api/script/qx.type.BaseArray.json
-%%DATADIR%%/framework/api/script/qx.type.BaseError.json
-%%DATADIR%%/framework/api/script/qx.type.BaseString.json
-%%DATADIR%%/framework/api/script/qx.ui.basic.Atom.json
-%%DATADIR%%/framework/api/script/qx.ui.basic.Image.json
-%%DATADIR%%/framework/api/script/qx.ui.basic.Label.json
-%%DATADIR%%/framework/api/script/qx.ui.container.Composite.json
-%%DATADIR%%/framework/api/script/qx.ui.container.Resizer.json
-%%DATADIR%%/framework/api/script/qx.ui.container.Scroll.json
-%%DATADIR%%/framework/api/script/qx.ui.container.SlideBar.json
-%%DATADIR%%/framework/api/script/qx.ui.container.Stack.json
-%%DATADIR%%/framework/api/script/qx.ui.control.ColorPopup.json
-%%DATADIR%%/framework/api/script/qx.ui.control.ColorSelector.json
-%%DATADIR%%/framework/api/script/qx.ui.control.DateChooser.json
-%%DATADIR%%/framework/api/script/qx.ui.core.Blocker.json
-%%DATADIR%%/framework/api/script/qx.ui.core.ColumnData.json
-%%DATADIR%%/framework/api/script/qx.ui.core.Command.json
-%%DATADIR%%/framework/api/script/qx.ui.core.DecoratorFactory.json
-%%DATADIR%%/framework/api/script/qx.ui.core.DragDropCursor.json
-%%DATADIR%%/framework/api/script/qx.ui.core.EventHandler.json
-%%DATADIR%%/framework/api/script/qx.ui.core.FocusHandler.json
-%%DATADIR%%/framework/api/script/qx.ui.core.IMultiSelection.json
-%%DATADIR%%/framework/api/script/qx.ui.core.ISingleSelection.json
-%%DATADIR%%/framework/api/script/qx.ui.core.ISingleSelectionProvider.json
-%%DATADIR%%/framework/api/script/qx.ui.core.LayoutItem.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MBlocker.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MChildrenHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MContentPadding.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MExecutable.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MLayoutHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MMovable.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MMultiSelectionHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MNativeOverflow.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MPlacement.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MRemoteChildrenHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MRemoteLayoutHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MResizable.json
-%%DATADIR%%/framework/api/script/qx.ui.core.MSingleSelectionHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.core.SingleSelectionManager.json
-%%DATADIR%%/framework/api/script/qx.ui.core.Spacer.json
-%%DATADIR%%/framework/api/script/qx.ui.core.Widget.json
-%%DATADIR%%/framework/api/script/qx.ui.core.queue.Appearance.json
-%%DATADIR%%/framework/api/script/qx.ui.core.queue.Dispose.json
-%%DATADIR%%/framework/api/script/qx.ui.core.queue.Layout.json
-%%DATADIR%%/framework/api/script/qx.ui.core.queue.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.core.queue.Visibility.json
-%%DATADIR%%/framework/api/script/qx.ui.core.queue.Widget.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.AbstractScrollArea.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.IScrollBar.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.MScrollBarFactory.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.MTouchScroll.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.MWheelHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.NativeScrollBar.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.ScrollBar.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.ScrollPane.json
-%%DATADIR%%/framework/api/script/qx.ui.core.scroll.ScrollSlider.json
-%%DATADIR%%/framework/api/script/qx.ui.core.selection.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.core.selection.ScrollArea.json
-%%DATADIR%%/framework/api/script/qx.ui.core.selection.Widget.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.AbstractBox.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.Background.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.Beveled.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.BoxDiv.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.Double.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.DynamicDecorator.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.Grid.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.GridDiv.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.HBox.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.IDecorator.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.MBackgroundColor.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.MBackgroundImage.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.MBorderRadius.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.MBoxShadow.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.MDoubleBorder.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.MLinearBackgroundGradient.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.MSingleBorder.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.Single.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.Uniform.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.VBox.json
-%%DATADIR%%/framework/api/script/qx.ui.decoration.css3.BorderImage.json
-%%DATADIR%%/framework/api/script/qx.ui.embed.AbstractIframe.json
-%%DATADIR%%/framework/api/script/qx.ui.embed.Canvas.json
-%%DATADIR%%/framework/api/script/qx.ui.embed.Flash.json
-%%DATADIR%%/framework/api/script/qx.ui.embed.Html.json
-%%DATADIR%%/framework/api/script/qx.ui.embed.HtmlArea.json
-%%DATADIR%%/framework/api/script/qx.ui.embed.Iframe.json
-%%DATADIR%%/framework/api/script/qx.ui.embed.ThemedIframe.json
-%%DATADIR%%/framework/api/script/qx.ui.form.AbstractField.json
-%%DATADIR%%/framework/api/script/qx.ui.form.AbstractSelectBox.json
-%%DATADIR%%/framework/api/script/qx.ui.form.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.form.CheckBox.json
-%%DATADIR%%/framework/api/script/qx.ui.form.ComboBox.json
-%%DATADIR%%/framework/api/script/qx.ui.form.DateField.json
-%%DATADIR%%/framework/api/script/qx.ui.form.Form.json
-%%DATADIR%%/framework/api/script/qx.ui.form.HoverButton.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IBooleanForm.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IColorForm.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IDateForm.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IExecutable.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IForm.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IModel.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IModelSelection.json
-%%DATADIR%%/framework/api/script/qx.ui.form.INumberForm.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IRadioItem.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IRange.json
-%%DATADIR%%/framework/api/script/qx.ui.form.IStringForm.json
-%%DATADIR%%/framework/api/script/qx.ui.form.List.json
-%%DATADIR%%/framework/api/script/qx.ui.form.ListItem.json
-%%DATADIR%%/framework/api/script/qx.ui.form.MForm.json
-%%DATADIR%%/framework/api/script/qx.ui.form.MModelProperty.json
-%%DATADIR%%/framework/api/script/qx.ui.form.MModelSelection.json
-%%DATADIR%%/framework/api/script/qx.ui.form.MenuButton.json
-%%DATADIR%%/framework/api/script/qx.ui.form.PasswordField.json
-%%DATADIR%%/framework/api/script/qx.ui.form.RadioButton.json
-%%DATADIR%%/framework/api/script/qx.ui.form.RadioButtonGroup.json
-%%DATADIR%%/framework/api/script/qx.ui.form.RadioGroup.json
-%%DATADIR%%/framework/api/script/qx.ui.form.RepeatButton.json
-%%DATADIR%%/framework/api/script/qx.ui.form.Resetter.json
-%%DATADIR%%/framework/api/script/qx.ui.form.SelectBox.json
-%%DATADIR%%/framework/api/script/qx.ui.form.Slider.json
-%%DATADIR%%/framework/api/script/qx.ui.form.Spinner.json
-%%DATADIR%%/framework/api/script/qx.ui.form.SplitButton.json
-%%DATADIR%%/framework/api/script/qx.ui.form.TextArea.json
-%%DATADIR%%/framework/api/script/qx.ui.form.TextField.json
-%%DATADIR%%/framework/api/script/qx.ui.form.ToggleButton.json
-%%DATADIR%%/framework/api/script/qx.ui.form.VirtualComboBox.json
-%%DATADIR%%/framework/api/script/qx.ui.form.VirtualSelectBox.json
-%%DATADIR%%/framework/api/script/qx.ui.form.core.AbstractVirtualBox.json
-%%DATADIR%%/framework/api/script/qx.ui.form.core.VirtualDropDownList.json
-%%DATADIR%%/framework/api/script/qx.ui.form.renderer.AbstractRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.form.renderer.Double.json
-%%DATADIR%%/framework/api/script/qx.ui.form.renderer.IFormRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.form.renderer.Single.json
-%%DATADIR%%/framework/api/script/qx.ui.form.renderer.SinglePlaceholder.json
-%%DATADIR%%/framework/api/script/qx.ui.form.validation.AsyncValidator.json
-%%DATADIR%%/framework/api/script/qx.ui.form.validation.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.groupbox.CheckGroupBox.json
-%%DATADIR%%/framework/api/script/qx.ui.groupbox.GroupBox.json
-%%DATADIR%%/framework/api/script/qx.ui.groupbox.RadioGroupBox.json
-%%DATADIR%%/framework/api/script/qx.ui.indicator.ProgressBar.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Atom.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Basic.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Canvas.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Dock.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Flow.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Grid.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Grow.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.HBox.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.LineSizeIterator.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.Util.json
-%%DATADIR%%/framework/api/script/qx.ui.layout.VBox.json
-%%DATADIR%%/framework/api/script/qx.ui.list.List.json
-%%DATADIR%%/framework/api/script/qx.ui.list.core.IListDelegate.json
-%%DATADIR%%/framework/api/script/qx.ui.list.core.MWidgetController.json
-%%DATADIR%%/framework/api/script/qx.ui.list.provider.IListProvider.json
-%%DATADIR%%/framework/api/script/qx.ui.list.provider.WidgetProvider.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.AbstractButton.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.ButtonLayout.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.CheckBox.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.Layout.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.Menu.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.MenuSlideBar.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.RadioButton.json
-%%DATADIR%%/framework/api/script/qx.ui.menu.Separator.json
-%%DATADIR%%/framework/api/script/qx.ui.menubar.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.menubar.MenuBar.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.basic.Atom.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.basic.Image.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.basic.Label.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.Carousel.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.Composite.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.INavigation.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.MIScroll.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.MNativeScroll.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.MasterDetail.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.Navigation.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.Scroll.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.container.ScrollComposite.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.Blocker.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.DomUpdatedHandler.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.EventHandler.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.MChildrenHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.MLayoutHandling.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.MResize.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.Root.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.core.Widget.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.BusyIndicator.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Dialog.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Menu.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Picker.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.dialog.Popup.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.embed.Canvas.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.embed.Html.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.CheckBox.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Form.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Group.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Input.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Label.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.MState.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.MText.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.MValue.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.NumberField.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.PasswordField.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.RadioButton.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.RadioGroup.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Resetter.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Row.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.SelectBox.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Slider.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.TextArea.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.TextField.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.Title.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.ToggleButton.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.renderer.AbstractRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.renderer.Single.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.form.renderer.SinglePlaceholder.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.AbstractBox.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.Card.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.HBox.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.layout.VBox.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.list.IListDelegate.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.list.List.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.list.provider.Provider.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.list.renderer.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.list.renderer.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.navigation.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.BackButton.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.NavigationBar.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.navigationbar.Title.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.page.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.page.NavigationPage.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.page.Page.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.tabbar.TabBar.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.tabbar.TabButton.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.toolbar.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.toolbar.Separator.json
-%%DATADIR%%/framework/api/script/qx.ui.mobile.toolbar.ToolBar.json
-%%DATADIR%%/framework/api/script/qx.ui.popup.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.popup.Popup.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.Progressive.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.State.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.Null.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.Progress.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.headfoot.TableHeading.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.model.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.model.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.FunctionCaller.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.Row.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.Widths.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Boolean.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Conditional.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Html.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Icon.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.Image.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.renderer.table.cell.String.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.structure.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.progressive.structure.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.root.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.root.Application.json
-%%DATADIR%%/framework/api/script/qx.ui.root.Inline.json
-%%DATADIR%%/framework/api/script/qx.ui.root.Page.json
-%%DATADIR%%/framework/api/script/qx.ui.splitpane.Blocker.json
-%%DATADIR%%/framework/api/script/qx.ui.splitpane.HLayout.json
-%%DATADIR%%/framework/api/script/qx.ui.splitpane.Pane.json
-%%DATADIR%%/framework/api/script/qx.ui.splitpane.Slider.json
-%%DATADIR%%/framework/api/script/qx.ui.splitpane.Splitter.json
-%%DATADIR%%/framework/api/script/qx.ui.splitpane.VLayout.json
-%%DATADIR%%/framework/api/script/qx.ui.table.ICellEditorFactory.json
-%%DATADIR%%/framework/api/script/qx.ui.table.ICellRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.table.IColumnMenuButton.json
-%%DATADIR%%/framework/api/script/qx.ui.table.IColumnMenuItem.json
-%%DATADIR%%/framework/api/script/qx.ui.table.IHeaderRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.table.IRowRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.table.ITableModel.json
-%%DATADIR%%/framework/api/script/qx.ui.table.MTableContextMenu.json
-%%DATADIR%%/framework/api/script/qx.ui.table.Table.json
-%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.AbstractField.json
-%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.CheckBox.json
-%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.ComboBox.json
-%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.Dynamic.json
-%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.PasswordField.json
-%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.SelectBox.json
-%%DATADIR%%/framework/api/script/qx.ui.table.celleditor.TextField.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.AbstractImage.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Boolean.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Conditional.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Date.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Debug.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Dynamic.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Html.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Image.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Number.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Password.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.Replace.json
-%%DATADIR%%/framework/api/script/qx.ui.table.cellrenderer.String.json
-%%DATADIR%%/framework/api/script/qx.ui.table.columnmenu.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.table.columnmenu.MenuItem.json
-%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.Basic.json
-%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.Resize.json
-%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.resizebehavior.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.table.columnmodel.resizebehavior.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.table.headerrenderer.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.table.headerrenderer.HeaderCell.json
-%%DATADIR%%/framework/api/script/qx.ui.table.headerrenderer.Icon.json
-%%DATADIR%%/framework/api/script/qx.ui.table.model.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.table.model.Filtered.json
-%%DATADIR%%/framework/api/script/qx.ui.table.model.Remote.json
-%%DATADIR%%/framework/api/script/qx.ui.table.model.Simple.json
-%%DATADIR%%/framework/api/script/qx.ui.table.pane.CellEvent.json
-%%DATADIR%%/framework/api/script/qx.ui.table.pane.Clipper.json
-%%DATADIR%%/framework/api/script/qx.ui.table.pane.FocusIndicator.json
-%%DATADIR%%/framework/api/script/qx.ui.table.pane.Header.json
-%%DATADIR%%/framework/api/script/qx.ui.table.pane.Model.json
-%%DATADIR%%/framework/api/script/qx.ui.table.pane.Pane.json
-%%DATADIR%%/framework/api/script/qx.ui.table.pane.Scroller.json
-%%DATADIR%%/framework/api/script/qx.ui.table.rowrenderer.Default.json
-%%DATADIR%%/framework/api/script/qx.ui.table.selection.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.table.selection.Model.json
-%%DATADIR%%/framework/api/script/qx.ui.tabview.Page.json
-%%DATADIR%%/framework/api/script/qx.ui.tabview.TabButton.json
-%%DATADIR%%/framework/api/script/qx.ui.tabview.TabView.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.Button.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.CheckBox.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.MenuButton.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.Part.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.PartContainer.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.RadioButton.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.Separator.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.SplitButton.json
-%%DATADIR%%/framework/api/script/qx.ui.toolbar.ToolBar.json
-%%DATADIR%%/framework/api/script/qx.ui.tooltip.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.tooltip.ToolTip.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.Tree.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.TreeFile.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.TreeFolder.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.VirtualTree.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.VirtualTreeItem.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.core.AbstractItem.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.core.AbstractTreeItem.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.core.FolderOpenButton.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.core.IVirtualTree.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.core.IVirtualTreeDelegate.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.core.MWidgetController.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.provider.IVirtualTreeProvider.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.provider.WidgetProvider.json
-%%DATADIR%%/framework/api/script/qx.ui.tree.selection.SelectionManager.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.DefaultDataCellRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.MFamily.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.MNode.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.MTreePrimitive.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SelectionManager.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SimpleTreeDataCellRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SimpleTreeDataModel.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.SimpleTreeDataRowRenderer.json
-%%DATADIR%%/framework/api/script/qx.ui.treevirtual.TreeVirtual.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.behavior.Prefetch.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.AbstractImage.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.AbstractWidget.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Boolean.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Cell.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.CellStylesheet.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Date.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Html.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.ICell.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.IWidgetCell.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.IWidgetCellDelegate.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Image.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.Number.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.String.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.cell.WidgetCell.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.core.Axis.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.core.CellEvent.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.core.IHtmlCellProvider.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.core.ILayer.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.core.IWidgetCellProvider.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.core.Pane.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.core.Scroller.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.form.IListDelegate.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.form.List.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.form.ListController.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.form.ListItemCell.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.AbstractBackground.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.CellSpanManager.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.Column.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.GridLines.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.HtmlCell.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.HtmlCellSpan.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.Row.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.WidgetCell.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.layer.WidgetCellSpan.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.Abstract.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.CellLines.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.CellRectangle.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.Column.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.ISelectionDelegate.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.MModel.json
-%%DATADIR%%/framework/api/script/qx.ui.virtual.selection.Row.json
-%%DATADIR%%/framework/api/script/qx.ui.window.Desktop.json
-%%DATADIR%%/framework/api/script/qx.ui.window.IDesktop.json
-%%DATADIR%%/framework/api/script/qx.ui.window.IWindowManager.json
-%%DATADIR%%/framework/api/script/qx.ui.window.MDesktop.json
-%%DATADIR%%/framework/api/script/qx.ui.window.Manager.json
-%%DATADIR%%/framework/api/script/qx.ui.window.Window.json
-%%DATADIR%%/framework/api/script/qx.util.AliasManager.json
-%%DATADIR%%/framework/api/script/qx.util.Base64.json
-%%DATADIR%%/framework/api/script/qx.util.ColorUtil.json
-%%DATADIR%%/framework/api/script/qx.util.DeferredCall.json
-%%DATADIR%%/framework/api/script/qx.util.DeferredCallManager.json
-%%DATADIR%%/framework/api/script/qx.util.Delegate.json
-%%DATADIR%%/framework/api/script/qx.util.DisposeUtil.json
-%%DATADIR%%/framework/api/script/qx.util.EditDistance.json
-%%DATADIR%%/framework/api/script/qx.util.ExtendedColor.json
-%%DATADIR%%/framework/api/script/qx.util.LibraryManager.json
-%%DATADIR%%/framework/api/script/qx.util.OOUtil.json
-%%DATADIR%%/framework/api/script/qx.util.ObjectPool.json
-%%DATADIR%%/framework/api/script/qx.util.Permutation.json
-%%DATADIR%%/framework/api/script/qx.util.PropertyUtil.json
-%%DATADIR%%/framework/api/script/qx.util.Request.json
-%%DATADIR%%/framework/api/script/qx.util.ResourceManager.json
-%%DATADIR%%/framework/api/script/qx.util.RingBuffer.json
-%%DATADIR%%/framework/api/script/qx.util.Serializer.json
-%%DATADIR%%/framework/api/script/qx.util.StringBuilder.json
-%%DATADIR%%/framework/api/script/qx.util.StringEscape.json
-%%DATADIR%%/framework/api/script/qx.util.StringSplit.json
-%%DATADIR%%/framework/api/script/qx.util.TimerManager.json
-%%DATADIR%%/framework/api/script/qx.util.Uri.json
-%%DATADIR%%/framework/api/script/qx.util.Validate.json
-%%DATADIR%%/framework/api/script/qx.util.ValueManager.json
-%%DATADIR%%/framework/api/script/qx.util.format.DateFormat.json
-%%DATADIR%%/framework/api/script/qx.util.format.IFormat.json
-%%DATADIR%%/framework/api/script/qx.util.format.NumberFormat.json
-%%DATADIR%%/framework/api/script/qx.util.fsm.FiniteStateMachine.json
-%%DATADIR%%/framework/api/script/qx.util.fsm.State.json
-%%DATADIR%%/framework/api/script/qx.util.fsm.Transition.json
-%%DATADIR%%/framework/api/script/qx.util.placement.AbstractAxis.json
-%%DATADIR%%/framework/api/script/qx.util.placement.BestFitAxis.json
-%%DATADIR%%/framework/api/script/qx.util.placement.DirectAxis.json
-%%DATADIR%%/framework/api/script/qx.util.placement.KeepAlignAxis.json
-%%DATADIR%%/framework/api/script/qx.util.placement.Placement.json
-%%DATADIR%%/framework/api/script/qx.xml.Document.json
-%%DATADIR%%/framework/api/script/qx.xml.Element.json
-%%DATADIR%%/framework/api/script/qx.xml.String.json
-%%DATADIR%%/framework/api/script/qxWeb.json
-%%DATADIR%%/framework/config.json
-%%DATADIR%%/framework/generate.py
-%%DATADIR%%/framework/image.json
-%%DATADIR%%/framework/source/class/q.js
-%%DATADIR%%/framework/source/class/qx/Bootstrap.js
-%%DATADIR%%/framework/source/class/qx/Class.js
-%%DATADIR%%/framework/source/class/qx/Interface.js
-%%DATADIR%%/framework/source/class/qx/Mixin.js
-%%DATADIR%%/framework/source/class/qx/Part.js
-%%DATADIR%%/framework/source/class/qx/Theme.js
-%%DATADIR%%/framework/source/class/qx/__init__.js
-%%DATADIR%%/framework/source/class/qx/application/AbstractGui.js
-%%DATADIR%%/framework/source/class/qx/application/Basic.js
-%%DATADIR%%/framework/source/class/qx/application/IApplication.js
-%%DATADIR%%/framework/source/class/qx/application/Inline.js
-%%DATADIR%%/framework/source/class/qx/application/Mobile.js
-%%DATADIR%%/framework/source/class/qx/application/Native.js
-%%DATADIR%%/framework/source/class/qx/application/Routing.js
-%%DATADIR%%/framework/source/class/qx/application/Standalone.js
-%%DATADIR%%/framework/source/class/qx/application/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/AnimationFrame.js
-%%DATADIR%%/framework/source/class/qx/bom/Blocker.js
-%%DATADIR%%/framework/source/class/qx/bom/Collection.js
-%%DATADIR%%/framework/source/class/qx/bom/Cookie.js
-%%DATADIR%%/framework/source/class/qx/bom/Document.js
-%%DATADIR%%/framework/source/class/qx/bom/Element.js
-%%DATADIR%%/framework/source/class/qx/bom/Event.js
-%%DATADIR%%/framework/source/class/qx/bom/FileReader.js
-%%DATADIR%%/framework/source/class/qx/bom/Flash.js
-%%DATADIR%%/framework/source/class/qx/bom/Font.js
-%%DATADIR%%/framework/source/class/qx/bom/GeoLocation.js
-%%DATADIR%%/framework/source/class/qx/bom/HashHistory.js
-%%DATADIR%%/framework/source/class/qx/bom/History.js
-%%DATADIR%%/framework/source/class/qx/bom/Html.js
-%%DATADIR%%/framework/source/class/qx/bom/Iframe.js
-%%DATADIR%%/framework/source/class/qx/bom/IframeHistory.js
-%%DATADIR%%/framework/source/class/qx/bom/Input.js
-%%DATADIR%%/framework/source/class/qx/bom/Label.js
-%%DATADIR%%/framework/source/class/qx/bom/Lifecycle.js
-%%DATADIR%%/framework/source/class/qx/bom/NativeHistory.js
-%%DATADIR%%/framework/source/class/qx/bom/Range.js
-%%DATADIR%%/framework/source/class/qx/bom/Selection.js
-%%DATADIR%%/framework/source/class/qx/bom/Selector.js
-%%DATADIR%%/framework/source/class/qx/bom/Shortcut.js
-%%DATADIR%%/framework/source/class/qx/bom/Storage.js
-%%DATADIR%%/framework/source/class/qx/bom/String.js
-%%DATADIR%%/framework/source/class/qx/bom/Style.js
-%%DATADIR%%/framework/source/class/qx/bom/Stylesheet.js
-%%DATADIR%%/framework/source/class/qx/bom/Template.js
-%%DATADIR%%/framework/source/class/qx/bom/Viewport.js
-%%DATADIR%%/framework/source/class/qx/bom/Vml.js
-%%DATADIR%%/framework/source/class/qx/bom/WebWorker.js
-%%DATADIR%%/framework/source/class/qx/bom/Window.js
-%%DATADIR%%/framework/source/class/qx/bom/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Browser.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Css.js
-%%DATADIR%%/framework/source/class/qx/bom/client/CssAnimation.js
-%%DATADIR%%/framework/source/class/qx/bom/client/CssTransform.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Device.js
-%%DATADIR%%/framework/source/class/qx/bom/client/EcmaScript.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Engine.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Event.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Flash.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Html.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Json.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Locale.js
-%%DATADIR%%/framework/source/class/qx/bom/client/OperatingSystem.js
-%%DATADIR%%/framework/source/class/qx/bom/client/PhoneGap.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Plugin.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Runtime.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Scroll.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Stylesheet.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Transport.js
-%%DATADIR%%/framework/source/class/qx/bom/client/Xml.js
-%%DATADIR%%/framework/source/class/qx/bom/client/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Animation.js
-%%DATADIR%%/framework/source/class/qx/bom/element/AnimationCss.js
-%%DATADIR%%/framework/source/class/qx/bom/element/AnimationHandle.js
-%%DATADIR%%/framework/source/class/qx/bom/element/AnimationJs.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Attribute.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Background.js
-%%DATADIR%%/framework/source/class/qx/bom/element/BoxSizing.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Class.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Clip.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Cursor.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Dataset.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Decoration.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Dimension.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Location.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Opacity.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Overflow.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Scroll.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Style.js
-%%DATADIR%%/framework/source/class/qx/bom/element/Transform.js
-%%DATADIR%%/framework/source/class/qx/bom/element/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/htmlarea/HtmlArea.js
-%%DATADIR%%/framework/source/class/qx/bom/htmlarea/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager/Command.js
-%%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager/UndoRedo.js
-%%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/media/Abstract.js
-%%DATADIR%%/framework/source/class/qx/bom/media/Audio.js
-%%DATADIR%%/framework/source/class/qx/bom/media/Video.js
-%%DATADIR%%/framework/source/class/qx/bom/media/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/request/IRequest.js
-%%DATADIR%%/framework/source/class/qx/bom/request/Jsonp.js
-%%DATADIR%%/framework/source/class/qx/bom/request/Script.js
-%%DATADIR%%/framework/source/class/qx/bom/request/Xhr.js
-%%DATADIR%%/framework/source/class/qx/bom/request/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/storage/Memory.js
-%%DATADIR%%/framework/source/class/qx/bom/storage/UserData.js
-%%DATADIR%%/framework/source/class/qx/bom/storage/Web.js
-%%DATADIR%%/framework/source/class/qx/bom/storage/__init__.js
-%%DATADIR%%/framework/source/class/qx/bom/webfonts/Manager.js
-%%DATADIR%%/framework/source/class/qx/bom/webfonts/Validator.js
-%%DATADIR%%/framework/source/class/qx/bom/webfonts/WebFont.js
-%%DATADIR%%/framework/source/class/qx/bom/webfonts/__init__.js
-%%DATADIR%%/framework/source/class/qx/core/Aspect.js
-%%DATADIR%%/framework/source/class/qx/core/Assert.js
-%%DATADIR%%/framework/source/class/qx/core/AssertionError.js
-%%DATADIR%%/framework/source/class/qx/core/BaseInit.js
-%%DATADIR%%/framework/source/class/qx/core/Environment.js
-%%DATADIR%%/framework/source/class/qx/core/GlobalError.js
-%%DATADIR%%/framework/source/class/qx/core/Init.js
-%%DATADIR%%/framework/source/class/qx/core/MAssert.js
-%%DATADIR%%/framework/source/class/qx/core/MBindTo.js
-%%DATADIR%%/framework/source/class/qx/core/MEvent.js
-%%DATADIR%%/framework/source/class/qx/core/MEvents.js
-%%DATADIR%%/framework/source/class/qx/core/MLogging.js
-%%DATADIR%%/framework/source/class/qx/core/MProperty.js
-%%DATADIR%%/framework/source/class/qx/core/Object.js
-%%DATADIR%%/framework/source/class/qx/core/ObjectRegistry.js
-%%DATADIR%%/framework/source/class/qx/core/Property.js
-%%DATADIR%%/framework/source/class/qx/core/ValidationError.js
-%%DATADIR%%/framework/source/class/qx/core/WindowError.js
-%%DATADIR%%/framework/source/class/qx/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/data/Array.js
-%%DATADIR%%/framework/source/class/qx/data/Conversion.js
-%%DATADIR%%/framework/source/class/qx/data/IListData.js
-%%DATADIR%%/framework/source/class/qx/data/MBinding.js
-%%DATADIR%%/framework/source/class/qx/data/SingleValueBinding.js
-%%DATADIR%%/framework/source/class/qx/data/__init__.js
-%%DATADIR%%/framework/source/class/qx/data/controller/Form.js
-%%DATADIR%%/framework/source/class/qx/data/controller/IControllerDelegate.js
-%%DATADIR%%/framework/source/class/qx/data/controller/ISelection.js
-%%DATADIR%%/framework/source/class/qx/data/controller/List.js
-%%DATADIR%%/framework/source/class/qx/data/controller/MSelection.js
-%%DATADIR%%/framework/source/class/qx/data/controller/Object.js
-%%DATADIR%%/framework/source/class/qx/data/controller/Tree.js
-%%DATADIR%%/framework/source/class/qx/data/controller/__init__.js
-%%DATADIR%%/framework/source/class/qx/data/controller/website/List.js
-%%DATADIR%%/framework/source/class/qx/data/controller/website/__init__.js
-%%DATADIR%%/framework/source/class/qx/data/marshal/IMarshaler.js
-%%DATADIR%%/framework/source/class/qx/data/marshal/IMarshalerDelegate.js
-%%DATADIR%%/framework/source/class/qx/data/marshal/Json.js
-%%DATADIR%%/framework/source/class/qx/data/marshal/MEventBubbling.js
-%%DATADIR%%/framework/source/class/qx/data/marshal/__init__.js
-%%DATADIR%%/framework/source/class/qx/data/store/IStoreDelegate.js
-%%DATADIR%%/framework/source/class/qx/data/store/Json.js
-%%DATADIR%%/framework/source/class/qx/data/store/Jsonp.js
-%%DATADIR%%/framework/source/class/qx/data/store/Offline.js
-%%DATADIR%%/framework/source/class/qx/data/store/Rest.js
-%%DATADIR%%/framework/source/class/qx/data/store/Yql.js
-%%DATADIR%%/framework/source/class/qx/data/store/__init__.js
-%%DATADIR%%/framework/source/class/qx/dev/Debug.js
-%%DATADIR%%/framework/source/class/qx/dev/ObjectSummary.js
-%%DATADIR%%/framework/source/class/qx/dev/Profile.js
-%%DATADIR%%/framework/source/class/qx/dev/StackTrace.js
-%%DATADIR%%/framework/source/class/qx/dev/Tokenizer.js
-%%DATADIR%%/framework/source/class/qx/dev/__init__.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/AbstractTestSuite.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/AsyncWrapper.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/JsUnitTestResult.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/MMeasure.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/MMock.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/MRequirements.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/MRequirementsBasic.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/MTestLoader.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/MeasurementResult.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/RequirementError.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/Sinon.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestCase.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestClass.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestFunction.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestLoader.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestLoaderBasic.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestLoaderInline.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestLoaderNative.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestResult.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/TestSuite.js
-%%DATADIR%%/framework/source/class/qx/dev/unit/__init__.js
-%%DATADIR%%/framework/source/class/qx/dom/Element.js
-%%DATADIR%%/framework/source/class/qx/dom/Hierarchy.js
-%%DATADIR%%/framework/source/class/qx/dom/Node.js
-%%DATADIR%%/framework/source/class/qx/dom/__init__.js
-%%DATADIR%%/framework/source/class/qx/event/AcceleratingTimer.js
-%%DATADIR%%/framework/source/class/qx/event/Emitter.js
-%%DATADIR%%/framework/source/class/qx/event/GlobalError.js
-%%DATADIR%%/framework/source/class/qx/event/IEventDispatcher.js
-%%DATADIR%%/framework/source/class/qx/event/IEventHandler.js
-%%DATADIR%%/framework/source/class/qx/event/Idle.js
-%%DATADIR%%/framework/source/class/qx/event/Manager.js
-%%DATADIR%%/framework/source/class/qx/event/Messaging.js
-%%DATADIR%%/framework/source/class/qx/event/Pool.js
-%%DATADIR%%/framework/source/class/qx/event/Registration.js
-%%DATADIR%%/framework/source/class/qx/event/Timer.js
-%%DATADIR%%/framework/source/class/qx/event/__init__.js
-%%DATADIR%%/framework/source/class/qx/event/dispatch/AbstractBubbling.js
-%%DATADIR%%/framework/source/class/qx/event/dispatch/Direct.js
-%%DATADIR%%/framework/source/class/qx/event/dispatch/DomBubbling.js
-%%DATADIR%%/framework/source/class/qx/event/dispatch/MouseCapture.js
-%%DATADIR%%/framework/source/class/qx/event/dispatch/__init__.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Appear.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Application.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Capture.js
-%%DATADIR%%/framework/source/class/qx/event/handler/DragDrop.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Element.js
-%%DATADIR%%/framework/source/class/qx/event/handler/ElementResize.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Focus.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Iframe.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Input.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Keyboard.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Mouse.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Object.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Offline.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Orientation.js
-%%DATADIR%%/framework/source/class/qx/event/handler/OrientationCore.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Touch.js
-%%DATADIR%%/framework/source/class/qx/event/handler/TouchCore.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Transition.js
-%%DATADIR%%/framework/source/class/qx/event/handler/UserAction.js
-%%DATADIR%%/framework/source/class/qx/event/handler/Window.js
-%%DATADIR%%/framework/source/class/qx/event/handler/__init__.js
-%%DATADIR%%/framework/source/class/qx/event/message/Bus.js
-%%DATADIR%%/framework/source/class/qx/event/message/Message.js
-%%DATADIR%%/framework/source/class/qx/event/message/__init__.js
-%%DATADIR%%/framework/source/class/qx/event/type/Data.js
-%%DATADIR%%/framework/source/class/qx/event/type/Dom.js
-%%DATADIR%%/framework/source/class/qx/event/type/Drag.js
-%%DATADIR%%/framework/source/class/qx/event/type/Event.js
-%%DATADIR%%/framework/source/class/qx/event/type/Focus.js
-%%DATADIR%%/framework/source/class/qx/event/type/GeoPosition.js
-%%DATADIR%%/framework/source/class/qx/event/type/KeyInput.js
-%%DATADIR%%/framework/source/class/qx/event/type/KeySequence.js
-%%DATADIR%%/framework/source/class/qx/event/type/Mouse.js
-%%DATADIR%%/framework/source/class/qx/event/type/MouseWheel.js
-%%DATADIR%%/framework/source/class/qx/event/type/Native.js
-%%DATADIR%%/framework/source/class/qx/event/type/Orientation.js
-%%DATADIR%%/framework/source/class/qx/event/type/Rest.js
-%%DATADIR%%/framework/source/class/qx/event/type/Swipe.js
-%%DATADIR%%/framework/source/class/qx/event/type/Tap.js
-%%DATADIR%%/framework/source/class/qx/event/type/Touch.js
-%%DATADIR%%/framework/source/class/qx/event/type/__init__.js
-%%DATADIR%%/framework/source/class/qx/event/util/Keyboard.js
-%%DATADIR%%/framework/source/class/qx/event/util/__init__.js
-%%DATADIR%%/framework/source/class/qx/fx/Base.js
-%%DATADIR%%/framework/source/class/qx/fx/Transition.js
-%%DATADIR%%/framework/source/class/qx/fx/__init__.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/__init__.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/ColorFlow.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Drop.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Fold.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Grow.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Puff.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Pulsate.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Shake.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Shrink.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/Switch.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/combination/__init__.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Consecutive.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Custom.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Fade.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Highlight.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Move.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Parallel.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Property.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Scale.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Scroll.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/Style.js
-%%DATADIR%%/framework/source/class/qx/fx/effect/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/fx/queue/Manager.js
-%%DATADIR%%/framework/source/class/qx/fx/queue/Queue.js
-%%DATADIR%%/framework/source/class/qx/fx/queue/__init__.js
-%%DATADIR%%/framework/source/class/qx/html/Blocker.js
-%%DATADIR%%/framework/source/class/qx/html/Canvas.js
-%%DATADIR%%/framework/source/class/qx/html/Decorator.js
-%%DATADIR%%/framework/source/class/qx/html/Element.js
-%%DATADIR%%/framework/source/class/qx/html/Flash.js
-%%DATADIR%%/framework/source/class/qx/html/Iframe.js
-%%DATADIR%%/framework/source/class/qx/html/Image.js
-%%DATADIR%%/framework/source/class/qx/html/Input.js
-%%DATADIR%%/framework/source/class/qx/html/Label.js
-%%DATADIR%%/framework/source/class/qx/html/Root.js
-%%DATADIR%%/framework/source/class/qx/html/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/ImageLoader.js
-%%DATADIR%%/framework/source/class/qx/io/PartLoader.js
-%%DATADIR%%/framework/source/class/qx/io/ScriptLoader.js
-%%DATADIR%%/framework/source/class/qx/io/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/part/ClosurePart.js
-%%DATADIR%%/framework/source/class/qx/io/part/Package.js
-%%DATADIR%%/framework/source/class/qx/io/part/Part.js
-%%DATADIR%%/framework/source/class/qx/io/part/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/remote/Exchange.js
-%%DATADIR%%/framework/source/class/qx/io/remote/Request.js
-%%DATADIR%%/framework/source/class/qx/io/remote/RequestQueue.js
-%%DATADIR%%/framework/source/class/qx/io/remote/Response.js
-%%DATADIR%%/framework/source/class/qx/io/remote/Rpc.js
-%%DATADIR%%/framework/source/class/qx/io/remote/RpcError.js
-%%DATADIR%%/framework/source/class/qx/io/remote/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/remote/transport/Abstract.js
-%%DATADIR%%/framework/source/class/qx/io/remote/transport/Iframe.js
-%%DATADIR%%/framework/source/class/qx/io/remote/transport/Script.js
-%%DATADIR%%/framework/source/class/qx/io/remote/transport/XmlHttp.js
-%%DATADIR%%/framework/source/class/qx/io/remote/transport/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/request/AbstractRequest.js
-%%DATADIR%%/framework/source/class/qx/io/request/Jsonp.js
-%%DATADIR%%/framework/source/class/qx/io/request/Xhr.js
-%%DATADIR%%/framework/source/class/qx/io/request/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/request/auth/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/request/authentication/Basic.js
-%%DATADIR%%/framework/source/class/qx/io/request/authentication/IAuthentication.js
-%%DATADIR%%/framework/source/class/qx/io/request/authentication/__init__.js
-%%DATADIR%%/framework/source/class/qx/io/rest/Resource.js
-%%DATADIR%%/framework/source/class/qx/io/rest/__init__.js
-%%DATADIR%%/framework/source/class/qx/lang/Array.js
-%%DATADIR%%/framework/source/class/qx/lang/Core.js
-%%DATADIR%%/framework/source/class/qx/lang/Date.js
-%%DATADIR%%/framework/source/class/qx/lang/Function.js
-%%DATADIR%%/framework/source/class/qx/lang/Generics.js
-%%DATADIR%%/framework/source/class/qx/lang/Json.js
-%%DATADIR%%/framework/source/class/qx/lang/JsonImpl.js
-%%DATADIR%%/framework/source/class/qx/lang/Number.js
-%%DATADIR%%/framework/source/class/qx/lang/Object.js
-%%DATADIR%%/framework/source/class/qx/lang/RingBuffer.js
-%%DATADIR%%/framework/source/class/qx/lang/String.js
-%%DATADIR%%/framework/source/class/qx/lang/Type.js
-%%DATADIR%%/framework/source/class/qx/lang/__init__.js
-%%DATADIR%%/framework/source/class/qx/lang/normalize/Array.js
-%%DATADIR%%/framework/source/class/qx/lang/normalize/Date.js
-%%DATADIR%%/framework/source/class/qx/lang/normalize/Error.js
-%%DATADIR%%/framework/source/class/qx/lang/normalize/Function.js
-%%DATADIR%%/framework/source/class/qx/lang/normalize/Object.js
-%%DATADIR%%/framework/source/class/qx/lang/normalize/String.js
-%%DATADIR%%/framework/source/class/qx/lang/normalize/__init__.js
-%%DATADIR%%/framework/source/class/qx/locale/Date.js
-%%DATADIR%%/framework/source/class/qx/locale/Key.js
-%%DATADIR%%/framework/source/class/qx/locale/LocalizedString.js
-%%DATADIR%%/framework/source/class/qx/locale/MTranslation.js
-%%DATADIR%%/framework/source/class/qx/locale/Manager.js
-%%DATADIR%%/framework/source/class/qx/locale/Number.js
-%%DATADIR%%/framework/source/class/qx/locale/String.js
-%%DATADIR%%/framework/source/class/qx/locale/__init__.js
-%%DATADIR%%/framework/source/class/qx/log/Logger.js
-%%DATADIR%%/framework/source/class/qx/log/__init__.js
-%%DATADIR%%/framework/source/class/qx/log/appender/Console.js
-%%DATADIR%%/framework/source/class/qx/log/appender/Element.js
-%%DATADIR%%/framework/source/class/qx/log/appender/Native.js
-%%DATADIR%%/framework/source/class/qx/log/appender/NodeConsole.js
-%%DATADIR%%/framework/source/class/qx/log/appender/PhoneGap.js
-%%DATADIR%%/framework/source/class/qx/log/appender/RhinoConsole.js
-%%DATADIR%%/framework/source/class/qx/log/appender/RhinoFile.js
-%%DATADIR%%/framework/source/class/qx/log/appender/RingBuffer.js
-%%DATADIR%%/framework/source/class/qx/log/appender/Util.js
-%%DATADIR%%/framework/source/class/qx/log/appender/__init__.js
-%%DATADIR%%/framework/source/class/qx/module/Animation.js
-%%DATADIR%%/framework/source/class/qx/module/Attribute.js
-%%DATADIR%%/framework/source/class/qx/module/Blocker.js
-%%DATADIR%%/framework/source/class/qx/module/Cookie.js
-%%DATADIR%%/framework/source/class/qx/module/Core.js
-%%DATADIR%%/framework/source/class/qx/module/Css.js
-%%DATADIR%%/framework/source/class/qx/module/Environment.js
-%%DATADIR%%/framework/source/class/qx/module/Event.js
-%%DATADIR%%/framework/source/class/qx/module/Io.js
-%%DATADIR%%/framework/source/class/qx/module/Manipulating.js
-%%DATADIR%%/framework/source/class/qx/module/Messaging.js
-%%DATADIR%%/framework/source/class/qx/module/Placeholder.js
-%%DATADIR%%/framework/source/class/qx/module/Placement.js
-%%DATADIR%%/framework/source/class/qx/module/Polyfill.js
-%%DATADIR%%/framework/source/class/qx/module/Storage.js
-%%DATADIR%%/framework/source/class/qx/module/Template.js
-%%DATADIR%%/framework/source/class/qx/module/Transform.js
-%%DATADIR%%/framework/source/class/qx/module/Traversing.js
-%%DATADIR%%/framework/source/class/qx/module/__init__.js
-%%DATADIR%%/framework/source/class/qx/module/event/Keyboard.js
-%%DATADIR%%/framework/source/class/qx/module/event/Mouse.js
-%%DATADIR%%/framework/source/class/qx/module/event/Native.js
-%%DATADIR%%/framework/source/class/qx/module/event/Orientation.js
-%%DATADIR%%/framework/source/class/qx/module/event/OrientationHandler.js
-%%DATADIR%%/framework/source/class/qx/module/event/Touch.js
-%%DATADIR%%/framework/source/class/qx/module/event/TouchHandler.js
-%%DATADIR%%/framework/source/class/qx/module/event/__init__.js
-%%DATADIR%%/framework/source/class/qx/module/util/Array.js
-%%DATADIR%%/framework/source/class/qx/module/util/String.js
-%%DATADIR%%/framework/source/class/qx/module/util/Type.js
-%%DATADIR%%/framework/source/class/qx/module/util/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/Bootstrap.js
-%%DATADIR%%/framework/source/class/qx/test/Browser.js
-%%DATADIR%%/framework/source/class/qx/test/Class.js
-%%DATADIR%%/framework/source/class/qx/test/Dom.js
-%%DATADIR%%/framework/source/class/qx/test/EditDistance.js
-%%DATADIR%%/framework/source/class/qx/test/Interface.js
-%%DATADIR%%/framework/source/class/qx/test/Mixin.js
-%%DATADIR%%/framework/source/class/qx/test/Part.js
-%%DATADIR%%/framework/source/class/qx/test/Theme.js
-%%DATADIR%%/framework/source/class/qx/test/Xml.js
-%%DATADIR%%/framework/source/class/qx/test/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/application/Routing.js
-%%DATADIR%%/framework/source/class/qx/test/application/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Attribute.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Basic.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Blocker.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Class.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Cookie.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Dataset.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Element.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Event.js
-%%DATADIR%%/framework/source/class/qx/test/bom/FileReader.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Font.js
-%%DATADIR%%/framework/source/class/qx/test/bom/GeoLocation.js
-%%DATADIR%%/framework/source/class/qx/test/bom/History.js
-%%DATADIR%%/framework/source/class/qx/test/bom/HtmlArea.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Iframe.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Label.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Location.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Selector.js
-%%DATADIR%%/framework/source/class/qx/test/bom/String.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Stylesheet.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Template.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Viewport.js
-%%DATADIR%%/framework/source/class/qx/test/bom/WebWorker.js
-%%DATADIR%%/framework/source/class/qx/test/bom/Window.js
-%%DATADIR%%/framework/source/class/qx/test/bom/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/bom/client/Css.js
-%%DATADIR%%/framework/source/class/qx/test/bom/client/Device.js
-%%DATADIR%%/framework/source/class/qx/test/bom/client/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/AnimationJs.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/Background.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/BoxSizing.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/Class.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/Dimension.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/Style.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/Transform.js
-%%DATADIR%%/framework/source/class/qx/test/bom/element/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/bom/media/Audio.js
-%%DATADIR%%/framework/source/class/qx/test/bom/media/MediaTestCase.js
-%%DATADIR%%/framework/source/class/qx/test/bom/media/Video.js
-%%DATADIR%%/framework/source/class/qx/test/bom/media/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/bom/request/Jsonp.js
-%%DATADIR%%/framework/source/class/qx/test/bom/request/Script.js
-%%DATADIR%%/framework/source/class/qx/test/bom/request/Xhr.js
-%%DATADIR%%/framework/source/class/qx/test/bom/request/XhrWithRemote.js
-%%DATADIR%%/framework/source/class/qx/test/bom/request/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/bom/storage/Local.js
-%%DATADIR%%/framework/source/class/qx/test/bom/storage/Session.js
-%%DATADIR%%/framework/source/class/qx/test/bom/storage/WebStorageTestCase.js
-%%DATADIR%%/framework/source/class/qx/test/bom/storage/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/Abstract.js
-%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/Manager.js
-%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/Validator.js
-%%DATADIR%%/framework/source/class/qx/test/bom/webfonts/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/core/Assert.js
-%%DATADIR%%/framework/source/class/qx/test/core/Environment.js
-%%DATADIR%%/framework/source/class/qx/test/core/EventEmitterDummy.js
-%%DATADIR%%/framework/source/class/qx/test/core/InheritanceDummy.js
-%%DATADIR%%/framework/source/class/qx/test/core/Object.js
-%%DATADIR%%/framework/source/class/qx/test/core/Property.js
-%%DATADIR%%/framework/source/class/qx/test/core/PropertyHelper.js
-%%DATADIR%%/framework/source/class/qx/test/core/Target.js
-%%DATADIR%%/framework/source/class/qx/test/core/Validation.js
-%%DATADIR%%/framework/source/class/qx/test/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/data/DataArray.js
-%%DATADIR%%/framework/source/class/qx/test/data/DataArrayWithChangeBubble.js
-%%DATADIR%%/framework/source/class/qx/test/data/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/data/controller/Form.js
-%%DATADIR%%/framework/source/class/qx/test/data/controller/List.js
-%%DATADIR%%/framework/source/class/qx/test/data/controller/ListReverse.js
-%%DATADIR%%/framework/source/class/qx/test/data/controller/ListWithObjects.js
-%%DATADIR%%/framework/source/class/qx/test/data/controller/Object.js
-%%DATADIR%%/framework/source/class/qx/test/data/controller/Tree.js
-%%DATADIR%%/framework/source/class/qx/test/data/controller/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/data/marshal/Json.js
-%%DATADIR%%/framework/source/class/qx/test/data/marshal/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/Array.js
-%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/Deep.js
-%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/Resolve.js
-%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/Simple.js
-%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/TextFieldDummy.js
-%%DATADIR%%/framework/source/class/qx/test/data/singlevalue/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/data/store/Json.js
-%%DATADIR%%/framework/source/class/qx/test/data/store/Jsonp.js
-%%DATADIR%%/framework/source/class/qx/test/data/store/Offline.js
-%%DATADIR%%/framework/source/class/qx/test/data/store/Rest.js
-%%DATADIR%%/framework/source/class/qx/test/data/store/RestWithRemote.js
-%%DATADIR%%/framework/source/class/qx/test/data/store/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/dev/Debug.js
-%%DATADIR%%/framework/source/class/qx/test/dev/StackTrace.js
-%%DATADIR%%/framework/source/class/qx/test/dev/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/dev/unit/Requirements.js
-%%DATADIR%%/framework/source/class/qx/test/dev/unit/Sinon.js
-%%DATADIR%%/framework/source/class/qx/test/dev/unit/TestCase.js
-%%DATADIR%%/framework/source/class/qx/test/dev/unit/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/dom/Element.js
-%%DATADIR%%/framework/source/class/qx/test/dom/Hierarchy.js
-%%DATADIR%%/framework/source/class/qx/test/dom/Node.js
-%%DATADIR%%/framework/source/class/qx/test/dom/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/event/Bubbling.js
-%%DATADIR%%/framework/source/class/qx/test/event/Emitter.js
-%%DATADIR%%/framework/source/class/qx/test/event/GlobalError.js
-%%DATADIR%%/framework/source/class/qx/test/event/Messaging.js
-%%DATADIR%%/framework/source/class/qx/test/event/MockBubblingHandler.js
-%%DATADIR%%/framework/source/class/qx/test/event/MockHandler.js
-%%DATADIR%%/framework/source/class/qx/test/event/Registration.js
-%%DATADIR%%/framework/source/class/qx/test/event/Timer.js
-%%DATADIR%%/framework/source/class/qx/test/event/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/event/dispatch/MouseCapture.js
-%%DATADIR%%/framework/source/class/qx/test/event/dispatch/MouseEventOnDocument.js
-%%DATADIR%%/framework/source/class/qx/test/event/dispatch/TestingHandler.js
-%%DATADIR%%/framework/source/class/qx/test/event/dispatch/TestingWindow.js
-%%DATADIR%%/framework/source/class/qx/test/event/dispatch/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/event/handler/Offline.js
-%%DATADIR%%/framework/source/class/qx/test/event/handler/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/event/message/Bus.js
-%%DATADIR%%/framework/source/class/qx/test/event/message/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/event/type/Dom.js
-%%DATADIR%%/framework/source/class/qx/test/event/type/Event.js
-%%DATADIR%%/framework/source/class/qx/test/event/type/Mouse.js
-%%DATADIR%%/framework/source/class/qx/test/event/type/Native.js
-%%DATADIR%%/framework/source/class/qx/test/event/type/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/html/Element.js
-%%DATADIR%%/framework/source/class/qx/test/html/Flash.js
-%%DATADIR%%/framework/source/class/qx/test/html/Iframe.js
-%%DATADIR%%/framework/source/class/qx/test/html/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/io/ImageLoader.js
-%%DATADIR%%/framework/source/class/qx/test/io/MRemoteTest.js
-%%DATADIR%%/framework/source/class/qx/test/io/ScriptLoader.js
-%%DATADIR%%/framework/source/class/qx/test/io/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/io/part/ClosurePart.js
-%%DATADIR%%/framework/source/class/qx/test/io/part/MockLoader.js
-%%DATADIR%%/framework/source/class/qx/test/io/part/MockPackage.js
-%%DATADIR%%/framework/source/class/qx/test/io/part/Package.js
-%%DATADIR%%/framework/source/class/qx/test/io/part/Part.js
-%%DATADIR%%/framework/source/class/qx/test/io/part/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/AbstractRequest.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/RequestIframe.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/RequestXhr.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/Rpc.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/transport/Iframe.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/transport/XmlHttp.js
-%%DATADIR%%/framework/source/class/qx/test/io/remote/transport/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/io/request/Jsonp.js
-%%DATADIR%%/framework/source/class/qx/test/io/request/JsonpWithRemote.js
-%%DATADIR%%/framework/source/class/qx/test/io/request/MRequest.js
-%%DATADIR%%/framework/source/class/qx/test/io/request/Xhr.js
-%%DATADIR%%/framework/source/class/qx/test/io/request/XhrWithRemote.js
-%%DATADIR%%/framework/source/class/qx/test/io/request/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/io/rest/Resource.js
-%%DATADIR%%/framework/source/class/qx/test/io/rest/ResourceWithRemote.js
-%%DATADIR%%/framework/source/class/qx/test/io/rest/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/lang/Array.js
-%%DATADIR%%/framework/source/class/qx/test/lang/Function.js
-%%DATADIR%%/framework/source/class/qx/test/lang/Json.js
-%%DATADIR%%/framework/source/class/qx/test/lang/JsonParseES5.js
-%%DATADIR%%/framework/source/class/qx/test/lang/JsonStringifyES5.js
-%%DATADIR%%/framework/source/class/qx/test/lang/Object.js
-%%DATADIR%%/framework/source/class/qx/test/lang/String.js
-%%DATADIR%%/framework/source/class/qx/test/lang/Type.js
-%%DATADIR%%/framework/source/class/qx/test/lang/Webkit.js
-%%DATADIR%%/framework/source/class/qx/test/lang/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/lang/normalize/Array.js
-%%DATADIR%%/framework/source/class/qx/test/lang/normalize/Error.js
-%%DATADIR%%/framework/source/class/qx/test/lang/normalize/Function.js
-%%DATADIR%%/framework/source/class/qx/test/lang/normalize/Object.js
-%%DATADIR%%/framework/source/class/qx/test/lang/normalize/String.js
-%%DATADIR%%/framework/source/class/qx/test/locale/Date.js
-%%DATADIR%%/framework/source/class/qx/test/locale/Locale.js
-%%DATADIR%%/framework/source/class/qx/test/locale/LocalizedString.js
-%%DATADIR%%/framework/source/class/qx/test/locale/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/log/DeprecationMethodOverriding.js
-%%DATADIR%%/framework/source/class/qx/test/log/Logger.js
-%%DATADIR%%/framework/source/class/qx/test/log/RingBuffer.js
-%%DATADIR%%/framework/source/class/qx/test/log/Util.js
-%%DATADIR%%/framework/source/class/qx/test/log/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassA.js
-%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassB1.js
-%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassB2.js
-%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassC1.js
-%%DATADIR%%/framework/source/class/qx/test/log/fixture/ClassC2.js
-%%DATADIR%%/framework/source/class/qx/test/log/fixture/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/MobileTestCase.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/basic/Atom.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/basic/Image.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/basic/Label.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/basic/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/container/Carousel.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/container/Composite.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/container/MasterDetail.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/container/Navigation.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/container/Scroll.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/container/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/core/Widget.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/Dialog.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/Menu.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/Picker.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/Popup.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/dialog/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/embed/Html.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/embed/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/Button.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/CheckBox.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/Form.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/Group.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/NumberField.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/RadioButton.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/SelectBox.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/SingleRenderer.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/Slider.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/TextArea.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/TextField.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/ToggleButton.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/form/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/layout/Card.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/layout/HBox.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/layout/VBox.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/layout/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/list/List.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/list/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/navigationbar/NavigationBar.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/navigationbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/page/Manager.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/page/NavigationPage.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/page/Page.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/page/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/tabbar/TabBar.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/tabbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/toolbar/Toolbar.js
-%%DATADIR%%/framework/source/class/qx/test/mobile/toolbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/performance/BaseCall.js
-%%DATADIR%%/framework/source/class/qx/test/performance/Event.js
-%%DATADIR%%/framework/source/class/qx/test/performance/Object.js
-%%DATADIR%%/framework/source/class/qx/test/performance/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/performance/data/Marshaling.js
-%%DATADIR%%/framework/source/class/qx/test/performance/data/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/performance/decorator/AbstractDecorator.js
-%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Background.js
-%%DATADIR%%/framework/source/class/qx/test/performance/decorator/BackgroundScale.js
-%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Beveled.js
-%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Grid.js
-%%DATADIR%%/framework/source/class/qx/test/performance/decorator/Single.js
-%%DATADIR%%/framework/source/class/qx/test/performance/decorator/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/performance/element/Element.js
-%%DATADIR%%/framework/source/class/qx/test/performance/element/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/performance/mock/NoProtector.js
-%%DATADIR%%/framework/source/class/qx/test/performance/mock/SlimComposite.js
-%%DATADIR%%/framework/source/class/qx/test/performance/mock/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/AbstractWidget.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/Composite.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/CompositeWithoutContent.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/EmbedHtml.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/Label.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/RichLabel.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/Spinner.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/Widget.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/WidgetWithGrid.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/WidgetWithSingle.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/WidgetWithoutProtector.js
-%%DATADIR%%/framework/source/class/qx/test/performance/widget/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/renderer/Color.js
-%%DATADIR%%/framework/source/class/qx/test/renderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/theme/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/theme/manager/Color.js
-%%DATADIR%%/framework/source/class/qx/test/theme/manager/Decoration.js
-%%DATADIR%%/framework/source/class/qx/test/theme/manager/Font.js
-%%DATADIR%%/framework/source/class/qx/test/theme/manager/Icon.js
-%%DATADIR%%/framework/source/class/qx/test/theme/manager/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/toolchain/PrivateOptimization.js
-%%DATADIR%%/framework/source/class/qx/test/toolchain/TestRunner.js
-%%DATADIR%%/framework/source/class/qx/test/toolchain/VariantOptimization.js
-%%DATADIR%%/framework/source/class/qx/test/toolchain/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/type/Array.js
-%%DATADIR%%/framework/source/class/qx/test/type/BaseArray.js
-%%DATADIR%%/framework/source/class/qx/test/type/BaseString.js
-%%DATADIR%%/framework/source/class/qx/test/type/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/BackgroundColor.js
-%%DATADIR%%/framework/source/class/qx/test/ui/ChildrenHandling.js
-%%DATADIR%%/framework/source/class/qx/test/ui/Destroy.js
-%%DATADIR%%/framework/source/class/qx/test/ui/Focus.js
-%%DATADIR%%/framework/source/class/qx/test/ui/Insets.js
-%%DATADIR%%/framework/source/class/qx/test/ui/LayoutTestCase.js
-%%DATADIR%%/framework/source/class/qx/test/ui/LocaleSwitch.js
-%%DATADIR%%/framework/source/class/qx/test/ui/RadioItems.js
-%%DATADIR%%/framework/source/class/qx/test/ui/Widget.js
-%%DATADIR%%/framework/source/class/qx/test/ui/Window.js
-%%DATADIR%%/framework/source/class/qx/test/ui/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/basic/Image.js
-%%DATADIR%%/framework/source/class/qx/test/ui/basic/Label.js
-%%DATADIR%%/framework/source/class/qx/test/ui/basic/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/container/Stack.js
-%%DATADIR%%/framework/source/class/qx/test/ui/container/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/control/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/Appearance.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/Blocker.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/Command.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/Placement.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/Queues.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/SizeHint.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/SizeHintX.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/SizeHintY.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/Widget.js
-%%DATADIR%%/framework/source/class/qx/test/ui/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/decoration/Double.js
-%%DATADIR%%/framework/source/class/qx/test/ui/decoration/Single.js
-%%DATADIR%%/framework/source/class/qx/test/ui/decoration/Uniform.js
-%%DATADIR%%/framework/source/class/qx/test/ui/decoration/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/embed/Flash.js
-%%DATADIR%%/framework/source/class/qx/test/ui/embed/HtmlArea.js
-%%DATADIR%%/framework/source/class/qx/test/ui/embed/Iframe.js
-%%DATADIR%%/framework/source/class/qx/test/ui/embed/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/AbstractSelectBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/AbstractVirtualBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/BooleanFormat.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Color.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/ComboBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Date.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/DateField.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Executable.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Field.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Form.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/FormManager.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/FormValidator.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Label.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/List.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/MenuButton.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/ModelProperty.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/ModelSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/NumberFormat.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Placeholder.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/RadioGroup.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Range.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Renderer.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/Resetter.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/StringFormat.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/TextArea.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/ToggleButton.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/VirtualComboBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/VirtualDropDownList.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/VirtualSelectBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/form/virtual/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/indicator/ProgressBar.js
-%%DATADIR%%/framework/source/class/qx/test/ui/indicator/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/layout/Box.js
-%%DATADIR%%/framework/source/class/qx/test/ui/layout/Flow.js
-%%DATADIR%%/framework/source/class/qx/test/ui/layout/Grid.js
-%%DATADIR%%/framework/source/class/qx/test/ui/layout/LayoutItem.js
-%%DATADIR%%/framework/source/class/qx/test/ui/layout/LayoutRoot.js
-%%DATADIR%%/framework/source/class/qx/test/ui/layout/Util.js
-%%DATADIR%%/framework/source/class/qx/test/ui/layout/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/AbstractListTest.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/Group.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/List.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/MAssert.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/ObjectGroup.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/core/MultiSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/core/SingleSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/fixture/GroupMock.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/fixture/ItemMock.js
-%%DATADIR%%/framework/source/class/qx/test/ui/list/fixture/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/root/Inline.js
-%%DATADIR%%/framework/source/class/qx/test/ui/root/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/AbstractMultiSelectonTest.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/AbstractSingleSelectonTest.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/ListMultiSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/ListSingleSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/RadioGroup.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/SelectBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/Stack.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/TabView.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/TreeMultiSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/TreeSingleSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/selection/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/Dispose.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/Table.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/AbstractField.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/ComboBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/PasswordField.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/SelectBox.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/TextField.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/columnmodel/Basic.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/columnmodel/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/model/Simple.js
-%%DATADIR%%/framework/source/class/qx/test/ui/table/model/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/toolbar/OverflowHandling.js
-%%DATADIR%%/framework/source/class/qx/test/ui/toolbar/ToolBar.js
-%%DATADIR%%/framework/source/class/qx/test/ui/toolbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/Tree.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/TreeFolder.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/AbstractTreeTest.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/MultiSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/OneSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/SingleSelection.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/Sorting.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/Tree.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/WidgetProvider.js
-%%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/Axis.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/MouseEventMock.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/Pane.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/PaneUpdate.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/Scroller.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/cell/WidgetCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/cell/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/CellSpanManager.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/Column.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/GridLines.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/GridLinesHorizontal.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/GridLinesVertical.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/HtmlCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/HtmlCellSpan.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/LayerMock.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/LayerSimple.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/LayerTestCase.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/Row.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/WidgetCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/WidgetCellSpan.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/AbstractLayerTest.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/DomCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/DomPoolCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlDivCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlDivRelative.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlTableCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlTableCellNaive.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/HtmlTableCssCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/WidgetCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/DomCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/DomPoolCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlDivRelative.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlTableCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlTableCellNaive.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/HtmlTableCssCell.js
-%%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/util/Base64.js
-%%DATADIR%%/framework/source/class/qx/test/util/ColorUtil.js
-%%DATADIR%%/framework/source/class/qx/test/util/DateFormat.js
-%%DATADIR%%/framework/source/class/qx/test/util/DateMock.js
-%%DATADIR%%/framework/source/class/qx/test/util/DeferredCall.js
-%%DATADIR%%/framework/source/class/qx/test/util/Delegate.js
-%%DATADIR%%/framework/source/class/qx/test/util/DisposeUtil.js
-%%DATADIR%%/framework/source/class/qx/test/util/Fsm.js
-%%DATADIR%%/framework/source/class/qx/test/util/LibraryManager.js
-%%DATADIR%%/framework/source/class/qx/test/util/NumberFormat.js
-%%DATADIR%%/framework/source/class/qx/test/util/PropertyUtil.js
-%%DATADIR%%/framework/source/class/qx/test/util/Request.js
-%%DATADIR%%/framework/source/class/qx/test/util/ResourceManager.js
-%%DATADIR%%/framework/source/class/qx/test/util/RingBuffer.js
-%%DATADIR%%/framework/source/class/qx/test/util/Serializer.js
-%%DATADIR%%/framework/source/class/qx/test/util/StringBuilder.js
-%%DATADIR%%/framework/source/class/qx/test/util/StringSplit.js
-%%DATADIR%%/framework/source/class/qx/test/util/Uri.js
-%%DATADIR%%/framework/source/class/qx/test/util/Validate.js
-%%DATADIR%%/framework/source/class/qx/test/util/__init__.js
-%%DATADIR%%/framework/source/class/qx/test/util/placement/BestFitAxis.js
-%%DATADIR%%/framework/source/class/qx/test/util/placement/DirectAxis.js
-%%DATADIR%%/framework/source/class/qx/test/util/placement/KeepAlignAxis.js
-%%DATADIR%%/framework/source/class/qx/test/util/placement/Placement.js
-%%DATADIR%%/framework/source/class/qx/test/util/placement/__init__.js
-%%DATADIR%%/framework/source/class/qx/theme/Classic.js
-%%DATADIR%%/framework/source/class/qx/theme/Indigo.js
-%%DATADIR%%/framework/source/class/qx/theme/Modern.js
-%%DATADIR%%/framework/source/class/qx/theme/Simple.js
-%%DATADIR%%/framework/source/class/qx/theme/__init__.js
-%%DATADIR%%/framework/source/class/qx/theme/classic/Appearance.js
-%%DATADIR%%/framework/source/class/qx/theme/classic/Color.js
-%%DATADIR%%/framework/source/class/qx/theme/classic/Decoration.js
-%%DATADIR%%/framework/source/class/qx/theme/classic/Font.js
-%%DATADIR%%/framework/source/class/qx/theme/classic/__init__.js
-%%DATADIR%%/framework/source/class/qx/theme/icon/Oxygen.js
-%%DATADIR%%/framework/source/class/qx/theme/icon/Tango.js
-%%DATADIR%%/framework/source/class/qx/theme/icon/__init__.js
-%%DATADIR%%/framework/source/class/qx/theme/indigo/Appearance.js
-%%DATADIR%%/framework/source/class/qx/theme/indigo/Color.js
-%%DATADIR%%/framework/source/class/qx/theme/indigo/Decoration.js
-%%DATADIR%%/framework/source/class/qx/theme/indigo/Font.js
-%%DATADIR%%/framework/source/class/qx/theme/indigo/__init__.js
-%%DATADIR%%/framework/source/class/qx/theme/manager/Appearance.js
-%%DATADIR%%/framework/source/class/qx/theme/manager/Color.js
-%%DATADIR%%/framework/source/class/qx/theme/manager/Decoration.js
-%%DATADIR%%/framework/source/class/qx/theme/manager/Font.js
-%%DATADIR%%/framework/source/class/qx/theme/manager/Icon.js
-%%DATADIR%%/framework/source/class/qx/theme/manager/Meta.js
-%%DATADIR%%/framework/source/class/qx/theme/manager/__init__.js
-%%DATADIR%%/framework/source/class/qx/theme/modern/Appearance.js
-%%DATADIR%%/framework/source/class/qx/theme/modern/Color.js
-%%DATADIR%%/framework/source/class/qx/theme/modern/Decoration.js
-%%DATADIR%%/framework/source/class/qx/theme/modern/Font.js
-%%DATADIR%%/framework/source/class/qx/theme/modern/__init__.js
-%%DATADIR%%/framework/source/class/qx/theme/simple/Appearance.js
-%%DATADIR%%/framework/source/class/qx/theme/simple/Color.js
-%%DATADIR%%/framework/source/class/qx/theme/simple/Decoration.js
-%%DATADIR%%/framework/source/class/qx/theme/simple/Font.js
-%%DATADIR%%/framework/source/class/qx/theme/simple/Image.js
-%%DATADIR%%/framework/source/class/qx/theme/simple/__init__.js
-%%DATADIR%%/framework/source/class/qx/type/Array.js
-%%DATADIR%%/framework/source/class/qx/type/BaseArray.js
-%%DATADIR%%/framework/source/class/qx/type/BaseError.js
-%%DATADIR%%/framework/source/class/qx/type/BaseString.js
-%%DATADIR%%/framework/source/class/qx/type/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/basic/Atom.js
-%%DATADIR%%/framework/source/class/qx/ui/basic/Image.js
-%%DATADIR%%/framework/source/class/qx/ui/basic/Label.js
-%%DATADIR%%/framework/source/class/qx/ui/basic/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/container/Composite.js
-%%DATADIR%%/framework/source/class/qx/ui/container/Resizer.js
-%%DATADIR%%/framework/source/class/qx/ui/container/Scroll.js
-%%DATADIR%%/framework/source/class/qx/ui/container/SlideBar.js
-%%DATADIR%%/framework/source/class/qx/ui/container/Stack.js
-%%DATADIR%%/framework/source/class/qx/ui/container/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/control/ColorPopup.js
-%%DATADIR%%/framework/source/class/qx/ui/control/ColorSelector.js
-%%DATADIR%%/framework/source/class/qx/ui/control/DateChooser.js
-%%DATADIR%%/framework/source/class/qx/ui/control/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/core/Blocker.js
-%%DATADIR%%/framework/source/class/qx/ui/core/ColumnData.js
-%%DATADIR%%/framework/source/class/qx/ui/core/Command.js
-%%DATADIR%%/framework/source/class/qx/ui/core/DecoratorFactory.js
-%%DATADIR%%/framework/source/class/qx/ui/core/DragDropCursor.js
-%%DATADIR%%/framework/source/class/qx/ui/core/EventHandler.js
-%%DATADIR%%/framework/source/class/qx/ui/core/FocusHandler.js
-%%DATADIR%%/framework/source/class/qx/ui/core/IMultiSelection.js
-%%DATADIR%%/framework/source/class/qx/ui/core/ISingleSelection.js
-%%DATADIR%%/framework/source/class/qx/ui/core/ISingleSelectionProvider.js
-%%DATADIR%%/framework/source/class/qx/ui/core/LayoutItem.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MBlocker.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MChildrenHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MContentPadding.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MExecutable.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MLayoutHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MMovable.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MMultiSelectionHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MNativeOverflow.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MPlacement.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MRemoteChildrenHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MRemoteLayoutHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MResizable.js
-%%DATADIR%%/framework/source/class/qx/ui/core/MSingleSelectionHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/core/SingleSelectionManager.js
-%%DATADIR%%/framework/source/class/qx/ui/core/Spacer.js
-%%DATADIR%%/framework/source/class/qx/ui/core/Widget.js
-%%DATADIR%%/framework/source/class/qx/ui/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/core/queue/Appearance.js
-%%DATADIR%%/framework/source/class/qx/ui/core/queue/Dispose.js
-%%DATADIR%%/framework/source/class/qx/ui/core/queue/Layout.js
-%%DATADIR%%/framework/source/class/qx/ui/core/queue/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/core/queue/Visibility.js
-%%DATADIR%%/framework/source/class/qx/ui/core/queue/Widget.js
-%%DATADIR%%/framework/source/class/qx/ui/core/queue/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/AbstractScrollArea.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/IScrollBar.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/MScrollBarFactory.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/MTouchScroll.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/MWheelHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/NativeScrollBar.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/ScrollBar.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/ScrollPane.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/ScrollSlider.js
-%%DATADIR%%/framework/source/class/qx/ui/core/scroll/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/core/selection/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/core/selection/ScrollArea.js
-%%DATADIR%%/framework/source/class/qx/ui/core/selection/Widget.js
-%%DATADIR%%/framework/source/class/qx/ui/core/selection/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/core/value/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/AbstractBox.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/Background.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/Beveled.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/BoxDiv.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/Double.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/DynamicDecorator.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/Grid.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/GridDiv.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/HBox.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/IDecorator.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/MBackgroundColor.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/MBackgroundImage.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/MBorderRadius.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/MBoxShadow.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/MDoubleBorder.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/MLinearBackgroundGradient.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/MSingleBorder.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/Single.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/Uniform.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/VBox.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/css3/BorderImage.js
-%%DATADIR%%/framework/source/class/qx/ui/decoration/css3/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/AbstractIframe.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/Canvas.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/Flash.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/Html.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/HtmlArea.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/Iframe.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/ThemedIframe.js
-%%DATADIR%%/framework/source/class/qx/ui/embed/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/form/AbstractField.js
-%%DATADIR%%/framework/source/class/qx/ui/form/AbstractSelectBox.js
-%%DATADIR%%/framework/source/class/qx/ui/form/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/form/CheckBox.js
-%%DATADIR%%/framework/source/class/qx/ui/form/ComboBox.js
-%%DATADIR%%/framework/source/class/qx/ui/form/DateField.js
-%%DATADIR%%/framework/source/class/qx/ui/form/Form.js
-%%DATADIR%%/framework/source/class/qx/ui/form/HoverButton.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IBooleanForm.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IColorForm.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IDateForm.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IExecutable.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IForm.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IModel.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IModelSelection.js
-%%DATADIR%%/framework/source/class/qx/ui/form/INumberForm.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IRadioItem.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IRange.js
-%%DATADIR%%/framework/source/class/qx/ui/form/IStringForm.js
-%%DATADIR%%/framework/source/class/qx/ui/form/List.js
-%%DATADIR%%/framework/source/class/qx/ui/form/ListItem.js
-%%DATADIR%%/framework/source/class/qx/ui/form/MForm.js
-%%DATADIR%%/framework/source/class/qx/ui/form/MModelProperty.js
-%%DATADIR%%/framework/source/class/qx/ui/form/MModelSelection.js
-%%DATADIR%%/framework/source/class/qx/ui/form/MenuButton.js
-%%DATADIR%%/framework/source/class/qx/ui/form/PasswordField.js
-%%DATADIR%%/framework/source/class/qx/ui/form/RadioButton.js
-%%DATADIR%%/framework/source/class/qx/ui/form/RadioButtonGroup.js
-%%DATADIR%%/framework/source/class/qx/ui/form/RadioGroup.js
-%%DATADIR%%/framework/source/class/qx/ui/form/RepeatButton.js
-%%DATADIR%%/framework/source/class/qx/ui/form/Resetter.js
-%%DATADIR%%/framework/source/class/qx/ui/form/SelectBox.js
-%%DATADIR%%/framework/source/class/qx/ui/form/Slider.js
-%%DATADIR%%/framework/source/class/qx/ui/form/Spinner.js
-%%DATADIR%%/framework/source/class/qx/ui/form/SplitButton.js
-%%DATADIR%%/framework/source/class/qx/ui/form/TextArea.js
-%%DATADIR%%/framework/source/class/qx/ui/form/TextField.js
-%%DATADIR%%/framework/source/class/qx/ui/form/ToggleButton.js
-%%DATADIR%%/framework/source/class/qx/ui/form/VirtualComboBox.js
-%%DATADIR%%/framework/source/class/qx/ui/form/VirtualSelectBox.js
-%%DATADIR%%/framework/source/class/qx/ui/form/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/form/core/AbstractVirtualBox.js
-%%DATADIR%%/framework/source/class/qx/ui/form/core/VirtualDropDownList.js
-%%DATADIR%%/framework/source/class/qx/ui/form/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/form/renderer/AbstractRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/form/renderer/Double.js
-%%DATADIR%%/framework/source/class/qx/ui/form/renderer/IFormRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/form/renderer/Single.js
-%%DATADIR%%/framework/source/class/qx/ui/form/renderer/SinglePlaceholder.js
-%%DATADIR%%/framework/source/class/qx/ui/form/renderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/form/validation/AsyncValidator.js
-%%DATADIR%%/framework/source/class/qx/ui/form/validation/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/form/validation/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/groupbox/CheckGroupBox.js
-%%DATADIR%%/framework/source/class/qx/ui/groupbox/GroupBox.js
-%%DATADIR%%/framework/source/class/qx/ui/groupbox/RadioGroupBox.js
-%%DATADIR%%/framework/source/class/qx/ui/groupbox/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/indicator/ProgressBar.js
-%%DATADIR%%/framework/source/class/qx/ui/indicator/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Atom.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Basic.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Canvas.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Dock.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Flow.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Grid.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Grow.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/HBox.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/LineSizeIterator.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/Util.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/VBox.js
-%%DATADIR%%/framework/source/class/qx/ui/layout/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/list/List.js
-%%DATADIR%%/framework/source/class/qx/ui/list/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/list/core/IListDelegate.js
-%%DATADIR%%/framework/source/class/qx/ui/list/core/MWidgetController.js
-%%DATADIR%%/framework/source/class/qx/ui/list/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/list/provider/IListProvider.js
-%%DATADIR%%/framework/source/class/qx/ui/list/provider/WidgetProvider.js
-%%DATADIR%%/framework/source/class/qx/ui/list/provider/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/AbstractButton.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/ButtonLayout.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/CheckBox.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/Layout.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/Menu.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/MenuSlideBar.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/RadioButton.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/Separator.js
-%%DATADIR%%/framework/source/class/qx/ui/menu/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/menubar/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/menubar/MenuBar.js
-%%DATADIR%%/framework/source/class/qx/ui/menubar/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/basic/Atom.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/basic/Image.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/basic/Label.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/basic/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/Carousel.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/Composite.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/INavigation.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/MIScroll.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/MNativeScroll.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/MasterDetail.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/Navigation.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/Scroll.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/ScrollComposite.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/container/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/Blocker.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/DomUpdatedHandler.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/EventHandler.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/MChildrenHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/MLayoutHandling.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/MResize.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/Root.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/Widget.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/BusyIndicator.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Dialog.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Menu.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Picker.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/Popup.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/dialog/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/embed/Canvas.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/embed/Html.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/embed/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/CheckBox.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Form.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Group.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Input.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Label.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/MState.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/MText.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/MValue.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/NumberField.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/PasswordField.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/RadioButton.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/RadioGroup.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Resetter.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Row.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/SelectBox.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Slider.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/TextArea.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/TextField.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/Title.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/ToggleButton.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/AbstractRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/Single.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/SinglePlaceholder.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/AbstractBox.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/Card.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/HBox.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/VBox.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/layout/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/IListDelegate.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/List.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/provider/Provider.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/provider/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/renderer/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/renderer/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/list/renderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigation/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigation/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/BackButton.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/NavigationBar.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/Title.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/page/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/page/NavigationPage.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/page/Page.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/page/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar/TabBar.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar/TabButton.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/Separator.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/ToolBar.js
-%%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/popup/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/popup/Popup.js
-%%DATADIR%%/framework/source/class/qx/ui/popup/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/Progressive.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/State.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/TODO
-%%DATADIR%%/framework/source/class/qx/ui/progressive/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/Null.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/Progress.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/TableHeading.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/model/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/model/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/model/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/FunctionCaller.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/Row.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/Widths.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Boolean.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Conditional.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Html.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Icon.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/Image.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/String.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/structure/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/structure/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/progressive/structure/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/root/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/root/Application.js
-%%DATADIR%%/framework/source/class/qx/ui/root/Inline.js
-%%DATADIR%%/framework/source/class/qx/ui/root/Page.js
-%%DATADIR%%/framework/source/class/qx/ui/root/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/splitpane/Blocker.js
-%%DATADIR%%/framework/source/class/qx/ui/splitpane/HLayout.js
-%%DATADIR%%/framework/source/class/qx/ui/splitpane/Pane.js
-%%DATADIR%%/framework/source/class/qx/ui/splitpane/Slider.js
-%%DATADIR%%/framework/source/class/qx/ui/splitpane/Splitter.js
-%%DATADIR%%/framework/source/class/qx/ui/splitpane/VLayout.js
-%%DATADIR%%/framework/source/class/qx/ui/splitpane/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/ICellEditorFactory.js
-%%DATADIR%%/framework/source/class/qx/ui/table/ICellRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/table/IColumnMenuButton.js
-%%DATADIR%%/framework/source/class/qx/ui/table/IColumnMenuItem.js
-%%DATADIR%%/framework/source/class/qx/ui/table/IHeaderRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/table/IRowRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/table/ITableModel.js
-%%DATADIR%%/framework/source/class/qx/ui/table/MTableContextMenu.js
-%%DATADIR%%/framework/source/class/qx/ui/table/Table.js
-%%DATADIR%%/framework/source/class/qx/ui/table/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/AbstractField.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/CheckBox.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/ComboBox.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/Dynamic.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/PasswordField.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/SelectBox.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/TextField.js
-%%DATADIR%%/framework/source/class/qx/ui/table/celleditor/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/AbstractImage.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Boolean.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Conditional.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Date.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Debug.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Dynamic.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Html.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Image.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Number.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Password.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/Replace.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/String.js
-%%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/MenuItem.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/grid/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/simple/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/Basic.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/Resize.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/HeaderCell.js
-%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/Icon.js
-%%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/model/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/table/model/Filtered.js
-%%DATADIR%%/framework/source/class/qx/ui/table/model/Remote.js
-%%DATADIR%%/framework/source/class/qx/ui/table/model/Simple.js
-%%DATADIR%%/framework/source/class/qx/ui/table/model/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/CellEvent.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/Clipper.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/FocusIndicator.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/Header.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/Model.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/Pane.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/Scroller.js
-%%DATADIR%%/framework/source/class/qx/ui/table/pane/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/rowrenderer/Default.js
-%%DATADIR%%/framework/source/class/qx/ui/table/rowrenderer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/table/selection/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/table/selection/Model.js
-%%DATADIR%%/framework/source/class/qx/ui/table/selection/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/tabview/Page.js
-%%DATADIR%%/framework/source/class/qx/ui/tabview/TabButton.js
-%%DATADIR%%/framework/source/class/qx/ui/tabview/TabView.js
-%%DATADIR%%/framework/source/class/qx/ui/tabview/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/Button.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/CheckBox.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/MenuButton.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/Part.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/PartContainer.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/RadioButton.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/Separator.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/SplitButton.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/ToolBar.js
-%%DATADIR%%/framework/source/class/qx/ui/toolbar/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/tooltip/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/tooltip/ToolTip.js
-%%DATADIR%%/framework/source/class/qx/ui/tooltip/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/Tree.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/TreeFile.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/TreeFolder.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/VirtualTree.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/VirtualTreeItem.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/core/AbstractItem.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/core/AbstractTreeItem.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/core/FolderOpenButton.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/core/IVirtualTree.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/core/IVirtualTreeDelegate.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/core/MWidgetController.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/provider/IVirtualTreeProvider.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/provider/WidgetProvider.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/provider/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/selection/SelectionManager.js
-%%DATADIR%%/framework/source/class/qx/ui/tree/selection/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/DefaultDataCellRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/MFamily.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/MNode.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/MTreePrimitive.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SelectionManager.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SimpleTreeDataCellRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SimpleTreeDataModel.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/SimpleTreeDataRowRenderer.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/TreeVirtual.js
-%%DATADIR%%/framework/source/class/qx/ui/treevirtual/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/behavior/Prefetch.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/behavior/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/AbstractImage.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/AbstractWidget.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Boolean.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Cell.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/CellStylesheet.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Date.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Html.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/ICell.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/IWidgetCell.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/IWidgetCellDelegate.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Image.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/Number.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/String.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/WidgetCell.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/cell/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/Axis.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/CellEvent.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/IHtmlCellProvider.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/ILayer.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/IWidgetCellProvider.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/Pane.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/Scroller.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/core/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/form/IListDelegate.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/form/List.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/form/ListController.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/form/ListItemCell.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/form/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/AbstractBackground.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/CellSpanManager.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/Column.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/GridLines.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/HtmlCell.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/HtmlCellSpan.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/Row.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/WidgetCell.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/WidgetCellSpan.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/layer/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/Abstract.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/CellLines.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/CellRectangle.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/Column.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/ISelectionDelegate.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/MModel.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/Row.js
-%%DATADIR%%/framework/source/class/qx/ui/virtual/selection/__init__.js
-%%DATADIR%%/framework/source/class/qx/ui/window/Desktop.js
-%%DATADIR%%/framework/source/class/qx/ui/window/IDesktop.js
-%%DATADIR%%/framework/source/class/qx/ui/window/IWindowManager.js
-%%DATADIR%%/framework/source/class/qx/ui/window/MDesktop.js
-%%DATADIR%%/framework/source/class/qx/ui/window/Manager.js
-%%DATADIR%%/framework/source/class/qx/ui/window/Window.js
-%%DATADIR%%/framework/source/class/qx/ui/window/__init__.js
-%%DATADIR%%/framework/source/class/qx/util/AliasManager.js
-%%DATADIR%%/framework/source/class/qx/util/Base64.js
-%%DATADIR%%/framework/source/class/qx/util/ColorUtil.js
-%%DATADIR%%/framework/source/class/qx/util/DeferredCall.js
-%%DATADIR%%/framework/source/class/qx/util/DeferredCallManager.js
-%%DATADIR%%/framework/source/class/qx/util/Delegate.js
-%%DATADIR%%/framework/source/class/qx/util/DisposeUtil.js
-%%DATADIR%%/framework/source/class/qx/util/EditDistance.js
-%%DATADIR%%/framework/source/class/qx/util/ExtendedColor.js
-%%DATADIR%%/framework/source/class/qx/util/LibraryManager.js
-%%DATADIR%%/framework/source/class/qx/util/OOUtil.js
-%%DATADIR%%/framework/source/class/qx/util/ObjectPool.js
-%%DATADIR%%/framework/source/class/qx/util/Permutation.js
-%%DATADIR%%/framework/source/class/qx/util/PropertyUtil.js
-%%DATADIR%%/framework/source/class/qx/util/Request.js
-%%DATADIR%%/framework/source/class/qx/util/ResourceManager.js
-%%DATADIR%%/framework/source/class/qx/util/RingBuffer.js
-%%DATADIR%%/framework/source/class/qx/util/Serializer.js
-%%DATADIR%%/framework/source/class/qx/util/StringBuilder.js
-%%DATADIR%%/framework/source/class/qx/util/StringEscape.js
-%%DATADIR%%/framework/source/class/qx/util/StringSplit.js
-%%DATADIR%%/framework/source/class/qx/util/TimerManager.js
-%%DATADIR%%/framework/source/class/qx/util/Uri.js
-%%DATADIR%%/framework/source/class/qx/util/Validate.js
-%%DATADIR%%/framework/source/class/qx/util/ValueManager.js
-%%DATADIR%%/framework/source/class/qx/util/__init__.js
-%%DATADIR%%/framework/source/class/qx/util/format/DateFormat.js
-%%DATADIR%%/framework/source/class/qx/util/format/IFormat.js
-%%DATADIR%%/framework/source/class/qx/util/format/NumberFormat.js
-%%DATADIR%%/framework/source/class/qx/util/format/__init__.js
-%%DATADIR%%/framework/source/class/qx/util/fsm/FiniteStateMachine.js
-%%DATADIR%%/framework/source/class/qx/util/fsm/State.js
-%%DATADIR%%/framework/source/class/qx/util/fsm/Transition.js
-%%DATADIR%%/framework/source/class/qx/util/fsm/__init__.js
-%%DATADIR%%/framework/source/class/qx/util/placement/AbstractAxis.js
-%%DATADIR%%/framework/source/class/qx/util/placement/BestFitAxis.js
-%%DATADIR%%/framework/source/class/qx/util/placement/DirectAxis.js
-%%DATADIR%%/framework/source/class/qx/util/placement/KeepAlignAxis.js
-%%DATADIR%%/framework/source/class/qx/util/placement/Placement.js
-%%DATADIR%%/framework/source/class/qx/util/placement/__init__.js
-%%DATADIR%%/framework/source/class/qx/xml/Document.js
-%%DATADIR%%/framework/source/class/qx/xml/Element.js
-%%DATADIR%%/framework/source/class/qx/xml/String.js
-%%DATADIR%%/framework/source/class/qx/xml/__init__.js
-%%DATADIR%%/framework/source/class/qxWeb.js
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down-small-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down-small.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/down.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/forward-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/forward.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left-small-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left-small.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/left.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/next-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/next.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/previous-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/previous.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/rewind-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/rewind.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right-small-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right-small.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/right.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up-small-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up-small.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows/up.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/checkbox-radiobutton-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/checkbox-radiobutton-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/brightness-field.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/brightness-handle.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/huesaturation-field.jpg
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector/huesaturation-handle.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/alias.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/copy.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/move.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors/nodrop.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-month-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-month.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-year-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/last-year.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-month-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-month.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-year-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser/next-year.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-checked.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox-undetermined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/checkbox.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-checked.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/form/radiobutton.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/checkbox-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/checkbox.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/radiobutton-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu/radiobutton.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-small-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-small.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow/shadow.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/splitpane/knob-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/splitpane/knob-vertical.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/ascending-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/ascending.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/boolean-false.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/boolean-true.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/descending-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/descending.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/table/select-column-order.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/tree/minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/tree/plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/cross.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/cross_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/cross_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/end.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/end_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/end_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/line.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/only_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/only_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/start.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/start_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual/start_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window-captionbar-buttons-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window-captionbar-buttons-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/close.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/maximize.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/minimize.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Classic/window/restore.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.ttf
-%%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font/JosefinSlab-SemiBold.woff
-%%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font/SIL Open Font License 1.1.txt
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/app-header.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down-small-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down-small.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/down.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/forward.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/left-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/left.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/rewind.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/right-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/right.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/up-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/up-small.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows/up.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/button-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/checkradio-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/checkradio-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/brightness-field.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/brightness-handle.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/huesaturation-field.jpg
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector/huesaturation-handle.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/alias.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/copy.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/move.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors/nodrop.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-checked.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-preselected.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/button.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-checked.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox-undetermined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checkbox.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checked-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/checked.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/input-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/input.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-checked.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-focused-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-focused.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton-pressed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/radiobutton.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-arrow-right.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-arrow.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/tooltip-error.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/undetermined-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/form/undetermined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/group-item.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox/groupbox.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-background-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-background-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-checkradio-combined.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu-checkradio-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/background.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/bar-background.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/checkbox-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/checkbox.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/radiobutton-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu/radiobutton.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane/pane.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-pressed-vertical.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-bg-vertical.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-button-bg-vertical.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-down.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-left.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-right.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/scrollbar-up.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar/slider-knob-background.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/selection.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-small-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-small.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow/shadow.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane-knobs-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane-knobs-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane/knob-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane/knob-vertical.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/ascending.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/boolean-false.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/boolean-true.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/descending.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/header-cell.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/table/select-column-order.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-active-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-b-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-b-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-t-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-bottom-inactive-t-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-active-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-b-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-b-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-t-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-left-inactive-t-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-active-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-b-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-b-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-t-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-right-inactive-t-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-active-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-b-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-b-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-t-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-button-top-inactive-t-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview-pane-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-bottom-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-left-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-right-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tab-button-top-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview/tabview-pane.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-gradient-blue.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-gradient.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-handle-knob.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar/toolbar-part.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tooltip-error-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/closed-selected.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/closed.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/open-selected.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree/open.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-buttons-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-buttons-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-active-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-active-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-inactive-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-lr-inactive-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-active-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-active-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-inactive-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-captionbar-tb-inactive-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-lr-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-lr-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-tb-combined.meta
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window-statusbar-tb-combined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/captionbar-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/close-active-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/close-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/close-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/maximize-active-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/maximize-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/maximize-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/minimize-active-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/minimize-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/minimize-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/restore-active-hovered.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/restore-active.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/restore-inactive.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-b.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-bl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-br.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-c.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-l.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-r.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-t.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-tl.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar-tr.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Modern/window/statusbar.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/down-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/down-small.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/down.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/forward.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/left-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/left.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/rewind.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/right-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/right.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/up-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/up-small.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows/up.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/checkbox/checked-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/checkbox/checked.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/checkbox/undetermined-disabled.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/checkbox/undetermined.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/colorselector/brightness-field.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/colorselector/brightness-handle.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/colorselector/huesaturation-field.jpg
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/colorselector/huesaturation-handle.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/cursors/alias.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/cursors/copy.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/cursors/move.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/cursors/nodrop.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/menu/checkbox-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/menu/checkbox.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/menu/radiobutton-invert.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/menu/radiobutton.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/splitpane/knob-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/splitpane/knob-vertical.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/table/ascending-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/table/ascending.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/table/boolean-false.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/table/boolean-true.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/table/descending-invert.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/table/descending.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/table/select-column-order.png
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/tabview/close.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/tree/minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/tree/plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/cross.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/cross_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/cross_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/end.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/end_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/end_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/line.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/only_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/only_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/start.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/start_minus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual/start_plus.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/close-white.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/close.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/maximize-white.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/maximize.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/minimize-white.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/minimize.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/restore-white.gif
-%%DATADIR%%/framework/source/resource/qx/decoration/Simple/window/restore.gif
-%%DATADIR%%/framework/source/resource/qx/icon/LICENSE
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/AUTHORS
-%%DATADIR%%/framework/source/resource/qx/icon/Oxygen/LICENSE
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/address-book-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/application-exit.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/appointment-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/bookmark-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/check-spelling.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/contact-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-cancel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/dialog-ok.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-open-recent.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-print-preview.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-print.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-properties.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-revert.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-save-as.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-save.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/document-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-clear.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-copy.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-cut.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-delete.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-find.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-paste.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-redo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-select-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/edit-undo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/folder-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-indent-less.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-indent-more.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-center.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-fill.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-justify-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-bold.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-direction-ltr.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-direction-rtl.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-italic.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-strikethrough.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/format-text-underline.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-bottom.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-down.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-first.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-last.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-next.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-previous.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-top.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/go-up.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/help-about.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/help-contents.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/help-faq.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/insert-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/insert-link.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/insert-text.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/list-add.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/list-remove.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-junk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-mark-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-message-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-receive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-reply-all.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-reply-sender.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/mail-send.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-eject.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-playback-pause.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-playback-start.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-playback-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-record.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-seek-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-seek-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-skip-backward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/media-skip-forward.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-flip-horizontal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-flip-vertical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-rotate-left.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/object-rotate-right.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/process-stop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-log-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-run.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-search.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/system-shutdown.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-fullscreen.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-refresh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-restore.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-sort-ascending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/view-sort-descending.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/window-close.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/window-new.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-fit-best.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-in.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-original.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions/zoom-out.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-blog.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-download-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-feed-reader.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-mail.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-messenger.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-telephony.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-transfer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/internet-web-browser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/media-audio-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/media-photo-album.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/media-video-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-address-book.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-chart.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-database.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-draw.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-layout.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-project.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/office-writer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-accessibility.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-clock.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-font.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-locale.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-network.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-security.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-sound.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-theme.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-users.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/preferences-wallpaper.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-archiver.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-calculator.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-character-map.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-color-chooser.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-dictionary.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-graphics-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-help.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-keyring.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-log-viewer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-network-manager.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-notes.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-statistics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-system-monitor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-terminal.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps/utilities-text-editor.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/accessories.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/development.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/engineering.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/games.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/graphics.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/internet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/multimedia.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/office.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/science.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/system.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories/utilities.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/audio-card.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/audio-input-microphone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/battery.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/camera-photo.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/camera-web.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/computer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/display.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/drive-harddisk.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/drive-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/input-keyboard.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/input-mouse.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/media-flash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/media-optical.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/multimedia-player.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/network-wired.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/network-wireless.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/pda.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/phone.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/printer.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices/scanner.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emblems/emblem-favorite.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emblems/emblem-important.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-angel.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-embarrassed.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-kiss.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-laugh.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-raspberry.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-sad.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-smile-big.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-smile.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes/face-surprise.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/archive.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/executable.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/media-audio.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/media-image.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/media-video.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-calendar.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-contact.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-document.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-illustration.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-presentation.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/office-spreadsheet.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/text-html.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes/text-plain.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/folder-open.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/folder-remote.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/folder.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/network-server.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/network-workgroup.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-desktop.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-home.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-trash-full.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places/user-trash.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-error.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-information.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-password.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/dialog-warning.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/image-loading.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/image-missing.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/mail-read.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/mail-replied.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/mail-unread.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/security-high.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/security-low.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status/security-medium.png
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/AUTHORS
-%%DATADIR%%/framework/source/resource/qx/icon/Tango/LICENSE
-%%DATADIR%%/framework/source/resource/qx/mobile/css/LICENSE
-%%DATADIR%%/framework/source/resource/qx/mobile/css/android.css
-%%DATADIR%%/framework/source/resource/qx/mobile/css/custom.css
-%%DATADIR%%/framework/source/resource/qx/mobile/css/indigo.css
-%%DATADIR%%/framework/source/resource/qx/mobile/css/ios.css
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/LICENSE
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/arrow.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/arrow_pressed.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/cancel.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/checkbox-gray.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/checkbox-green.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/loading.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/on_off.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/scrollbar.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/spinner.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/android/warning.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/arrow.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/arrow_pressed.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/checkbox-gray.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/checkbox-green.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/dialog-apply-grey.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/dialog-apply.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/common/spinner.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/indigo/dummy.gif
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/arrow.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/arrow_pressed.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/backButton.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/backButton_pressed.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/cancel.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/checkbox.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/loading.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/on_off.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/pinstripes.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/scrollbar.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/selectbox-check-grey.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/selectbox-check.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/spinner.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/toolButton.png
-%%DATADIR%%/framework/source/resource/qx/mobile/icon/ios/toolButton_pressed.png
-%%DATADIR%%/framework/source/resource/qx/mobile/js/LICENSE
-%%DATADIR%%/framework/source/resource/qx/mobile/js/iscroll.js
-%%DATADIR%%/framework/source/resource/qx/mobile/js/iscroll.min.js
-%%DATADIR%%/framework/source/resource/qx/mobile/less/android.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/android/_main.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/android/_slider.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/android/_togglebutton.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_basic.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_blocker.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_button.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_carousel.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_checkbox.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_dialog.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_form.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_list.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_main.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_masterdetail.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_menu.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_navigation.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_navigationbar.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_picker.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_popup.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_radiobutton.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_scrollbar.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_selectbox.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_slider.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_spinner.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_tabbar.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_toggleButton.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/basic/_toolbar.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/color/_android.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/color/_indigo.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/color/_ios.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_animations.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_base.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_common.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_layout.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_mixins.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_scroller.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/common/_utility.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/custom.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/indigo.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/ios.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_main.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_navigationbar.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_radiobutton.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_tabbar.less
-%%DATADIR%%/framework/source/resource/qx/mobile/less/ios/_toolbar.less
-%%DATADIR%%/framework/source/resource/qx/static/blank.gif
-%%DATADIR%%/framework/source/resource/qx/static/blank.html
-%%DATADIR%%/framework/source/resource/qx/static/ellipsis.xml
-%%DATADIR%%/framework/source/resource/qx/test/UnitTestFlash.mxml
-%%DATADIR%%/framework/source/resource/qx/test/UnitTestFlash.swf
-%%DATADIR%%/framework/source/resource/qx/test/array.json
-%%DATADIR%%/framework/source/resource/qx/test/build.xml
-%%DATADIR%%/framework/source/resource/qx/test/cached-script.php
-%%DATADIR%%/framework/source/resource/qx/test/colorstrip.gif
-%%DATADIR%%/framework/source/resource/qx/test/jsonp_primitive.php
-%%DATADIR%%/framework/source/resource/qx/test/media/knock.mp3
-%%DATADIR%%/framework/source/resource/qx/test/media/knock.ogg
-%%DATADIR%%/framework/source/resource/qx/test/media/knock.wav
-%%DATADIR%%/framework/source/resource/qx/test/media/qx.m4v
-%%DATADIR%%/framework/source/resource/qx/test/media/qx.ogv
-%%DATADIR%%/framework/source/resource/qx/test/media/qx.webm
-%%DATADIR%%/framework/source/resource/qx/test/object.json
-%%DATADIR%%/framework/source/resource/qx/test/part/delay.php
-%%DATADIR%%/framework/source/resource/qx/test/part/file1-closure.js
-%%DATADIR%%/framework/source/resource/qx/test/part/file1.js
-%%DATADIR%%/framework/source/resource/qx/test/part/file2-closure.js
-%%DATADIR%%/framework/source/resource/qx/test/part/file2.js
-%%DATADIR%%/framework/source/resource/qx/test/part/file3-closure.js
-%%DATADIR%%/framework/source/resource/qx/test/part/file3.js
-%%DATADIR%%/framework/source/resource/qx/test/primitive.json
-%%DATADIR%%/framework/source/resource/qx/test/script.js
-%%DATADIR%%/framework/source/resource/qx/test/style.css
-%%DATADIR%%/framework/source/resource/qx/test/style2.css
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/fineliner_script-webfont.eot
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/fineliner_script-webfont.ttf
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/fineliner_script-webfont.woff
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/tobec___-webfont.eot
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/tobec___-webfont.ttf
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/tobec___-webfont.woff
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/yanonekaffeesatz-regular-webfont.eot
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/yanonekaffeesatz-regular-webfont.ttf
-%%DATADIR%%/framework/source/resource/qx/test/webfonts/yanonekaffeesatz-regular-webfont.woff
-%%DATADIR%%/framework/source/resource/qx/test/webworker.js
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/404.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/echo_form_request.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/echo_get_request.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/echo_header.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/echo_post_request.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/invalid.xml
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/loading.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/long_poll.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/not_modified.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/php_version.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/random.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/sample.html
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/sample.txt
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/sample.xml
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/send_known_header.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/time.php
-%%DATADIR%%/framework/source/resource/qx/test/xmlhttp/xml.php
-%%DATADIR%%/framework/source/resource/source/Modern/Assets.psd
-%%DATADIR%%/framework/source/resource/source/Modern/AssetsInvalid.psd
-%%DATADIR%%/framework/source/resource/source/Modern/button-checked-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/button-checked.png
-%%DATADIR%%/framework/source/resource/source/Modern/button-disabled.png
-%%DATADIR%%/framework/source/resource/source/Modern/button-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/button-hovered.png
-%%DATADIR%%/framework/source/resource/source/Modern/button-preselected-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/button-preselected.png
-%%DATADIR%%/framework/source/resource/source/Modern/button-pressed.png
-%%DATADIR%%/framework/source/resource/source/Modern/button.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-disabled.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-focused-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-hovered.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked-pressed.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-checked.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-disabled.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-focused-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-hovered.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-pressed.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-disabled.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-focused-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-hovered.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined.png
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox-undetermined.xcf
-%%DATADIR%%/framework/source/resource/source/Modern/checkbox.png
-%%DATADIR%%/framework/source/resource/source/Modern/combobox-pfeil.png
-%%DATADIR%%/framework/source/resource/source/Modern/draftj.psd
-%%DATADIR%%/framework/source/resource/source/Modern/fenster-aktiv.png
-%%DATADIR%%/framework/source/resource/source/Modern/fenster-inktiv.png
-%%DATADIR%%/framework/source/resource/source/Modern/group-item.png
-%%DATADIR%%/framework/source/resource/source/Modern/groupbox.png
-%%DATADIR%%/framework/source/resource/source/Modern/input-focus.png
-%%DATADIR%%/framework/source/resource/source/Modern/input-vertical.png
-%%DATADIR%%/framework/source/resource/source/Modern/input.png
-%%DATADIR%%/framework/source/resource/source/Modern/menu-divider.png
-%%DATADIR%%/framework/source/resource/source/Modern/menu-gradient.png
-%%DATADIR%%/framework/source/resource/source/Modern/menubar-gradient.png
-%%DATADIR%%/framework/source/resource/source/Modern/pane.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-focused-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-hovered.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked-pressed.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-checked.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-focused-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-focused.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-hovered-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-hovered.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-pressed-invalid.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio-pressed.png
-%%DATADIR%%/framework/source/resource/source/Modern/radio.png
-%%DATADIR%%/framework/source/resource/source/Modern/scrollbar-bg.png
-%%DATADIR%%/framework/source/resource/source/Modern/scrollbar-pfeil-down.png
-%%DATADIR%%/framework/source/resource/source/Modern/scrollbar-pfeil-up.png
-%%DATADIR%%/framework/source/resource/source/Modern/selection.png
-%%DATADIR%%/framework/source/resource/source/Modern/shadow-small.png
-%%DATADIR%%/framework/source/resource/source/Modern/shadow.png
-%%DATADIR%%/framework/source/resource/source/Modern/slider-knob-bg.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-aktiv.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-background.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-bottom-active.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-bottom-inactive.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-left-active.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-left-inactive.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-right-active.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-right-inactive.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-top-active.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-button-top-inactive.png
-%%DATADIR%%/framework/source/resource/source/Modern/tab-inaktiv.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabs-39.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabs-41.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabs-42.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabs-44.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabs-46.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabs-47.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabs.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabview-pane.png
-%%DATADIR%%/framework/source/resource/source/Modern/tabview.png
-%%DATADIR%%/framework/source/resource/source/Modern/toolbar-anfasser-38.png
-%%DATADIR%%/framework/source/resource/source/Modern/toolbar-anfasser.png
-%%DATADIR%%/framework/source/resource/source/Modern/toolbar-divider.png
-%%DATADIR%%/framework/source/resource/source/Modern/toolbar-gradient.png
-%%DATADIR%%/framework/source/resource/source/Modern/toolbar-part.png
-%%DATADIR%%/framework/source/resource/source/Modern/tooltip-error.png
-%%DATADIR%%/framework/source/resource/source/Modern/tree-closed.png
-%%DATADIR%%/framework/source/resource/source/Modern/tree-open.png
-%%DATADIR%%/framework/source/resource/source/Modern/window-background.png
-%%DATADIR%%/framework/source/resource/source/Modern/window-captionbar-active.png
-%%DATADIR%%/framework/source/resource/source/Modern/window-captionbar-inactive.png
-%%DATADIR%%/framework/source/resource/source/Modern/window-statusbar.png
-%%DATADIR%%/framework/source/resource/source/readme.txt
-%%DATADIR%%/framework/source/translation/C.po
-%%DATADIR%%/framework/source/translation/cs.po
-%%DATADIR%%/framework/source/translation/de.po
-%%DATADIR%%/framework/source/translation/en.po
-%%DATADIR%%/framework/source/translation/es.po
-%%DATADIR%%/framework/source/translation/fr.po
-%%DATADIR%%/framework/source/translation/it.po
-%%DATADIR%%/framework/source/translation/nb.po
-%%DATADIR%%/framework/source/translation/nl.po
-%%DATADIR%%/framework/source/translation/pl.po
-%%DATADIR%%/framework/source/translation/pt.po
-%%DATADIR%%/framework/source/translation/ro.po
-%%DATADIR%%/framework/source/translation/sl.po
-%%DATADIR%%/framework/source/translation/sv.po
-%%DATADIR%%/tool/bin/cat.py
-%%DATADIR%%/tool/bin/cat.pyc
-%%DATADIR%%/tool/bin/cat.pyo
-%%DATADIR%%/tool/bin/checklocales.py
-%%DATADIR%%/tool/bin/checklocales.pyc
-%%DATADIR%%/tool/bin/checklocales.pyo
-%%DATADIR%%/tool/bin/compile.py
-%%DATADIR%%/tool/bin/compile.pyc
-%%DATADIR%%/tool/bin/compile.pyo
-%%DATADIR%%/tool/bin/create-application.py
-%%DATADIR%%/tool/bin/create-application.pyc
-%%DATADIR%%/tool/bin/create-application.pyo
-%%DATADIR%%/tool/bin/cssmin.py
-%%DATADIR%%/tool/bin/cssmin.pyc
-%%DATADIR%%/tool/bin/cssmin.pyo
-%%DATADIR%%/tool/bin/doc__init__.py
-%%DATADIR%%/tool/bin/doc__init__.pyc
-%%DATADIR%%/tool/bin/doc__init__.pyo
-%%DATADIR%%/tool/bin/ecmalint.py
-%%DATADIR%%/tool/bin/ecmalint.pyc
-%%DATADIR%%/tool/bin/ecmalint.pyo
-%%DATADIR%%/tool/bin/generator.py
-%%DATADIR%%/tool/bin/generator.pyc
-%%DATADIR%%/tool/bin/generator.pyo
-%%DATADIR%%/tool/bin/generator_api.py
-%%DATADIR%%/tool/bin/generator_api.pyc
-%%DATADIR%%/tool/bin/generator_api.pyo
-%%DATADIR%%/tool/bin/generator_compspec.bash
-%%DATADIR%%/tool/bin/iconpackager.py
-%%DATADIR%%/tool/bin/iconpackager.pyc
-%%DATADIR%%/tool/bin/iconpackager.pyo
-%%DATADIR%%/tool/bin/jsonlint.py
-%%DATADIR%%/tool/bin/jsonlint.pyc
-%%DATADIR%%/tool/bin/jsonlint.pyo
-%%DATADIR%%/tool/bin/migrator.py
-%%DATADIR%%/tool/bin/migrator.pyc
-%%DATADIR%%/tool/bin/migrator.pyo
-%%DATADIR%%/tool/bin/qxenviron.py
-%%DATADIR%%/tool/bin/qxenviron.pyc
-%%DATADIR%%/tool/bin/qxenviron.pyo
-%%DATADIR%%/tool/config.json
-%%DATADIR%%/tool/data/apidoc/pydoc2qx-xml.xsl
-%%DATADIR%%/tool/data/apidoc/qx-xml.rnc
-%%DATADIR%%/tool/data/apidoc/qx-xml.rng
-%%DATADIR%%/tool/data/apidoc/qx-xml2qx-json.xsl
-%%DATADIR%%/tool/data/apidoc/readme.txt
-%%DATADIR%%/tool/data/cldr/LICENSE.html
-%%DATADIR%%/tool/data/cldr/main/aa.xml
-%%DATADIR%%/tool/data/cldr/main/aa_DJ.xml
-%%DATADIR%%/tool/data/cldr/main/aa_ER.xml
-%%DATADIR%%/tool/data/cldr/main/aa_ET.xml
-%%DATADIR%%/tool/data/cldr/main/af.xml
-%%DATADIR%%/tool/data/cldr/main/af_NA.xml
-%%DATADIR%%/tool/data/cldr/main/af_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/agq.xml
-%%DATADIR%%/tool/data/cldr/main/agq_CM.xml
-%%DATADIR%%/tool/data/cldr/main/ak.xml
-%%DATADIR%%/tool/data/cldr/main/ak_GH.xml
-%%DATADIR%%/tool/data/cldr/main/am.xml
-%%DATADIR%%/tool/data/cldr/main/am_ET.xml
-%%DATADIR%%/tool/data/cldr/main/ar.xml
-%%DATADIR%%/tool/data/cldr/main/ar_001.xml
-%%DATADIR%%/tool/data/cldr/main/ar_AE.xml
-%%DATADIR%%/tool/data/cldr/main/ar_BH.xml
-%%DATADIR%%/tool/data/cldr/main/ar_DZ.xml
-%%DATADIR%%/tool/data/cldr/main/ar_EG.xml
-%%DATADIR%%/tool/data/cldr/main/ar_IQ.xml
-%%DATADIR%%/tool/data/cldr/main/ar_JO.xml
-%%DATADIR%%/tool/data/cldr/main/ar_KW.xml
-%%DATADIR%%/tool/data/cldr/main/ar_LB.xml
-%%DATADIR%%/tool/data/cldr/main/ar_LY.xml
-%%DATADIR%%/tool/data/cldr/main/ar_MA.xml
-%%DATADIR%%/tool/data/cldr/main/ar_OM.xml
-%%DATADIR%%/tool/data/cldr/main/ar_QA.xml
-%%DATADIR%%/tool/data/cldr/main/ar_SA.xml
-%%DATADIR%%/tool/data/cldr/main/ar_SD.xml
-%%DATADIR%%/tool/data/cldr/main/ar_SY.xml
-%%DATADIR%%/tool/data/cldr/main/ar_TN.xml
-%%DATADIR%%/tool/data/cldr/main/ar_YE.xml
-%%DATADIR%%/tool/data/cldr/main/as.xml
-%%DATADIR%%/tool/data/cldr/main/as_IN.xml
-%%DATADIR%%/tool/data/cldr/main/asa.xml
-%%DATADIR%%/tool/data/cldr/main/asa_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/az.xml
-%%DATADIR%%/tool/data/cldr/main/az_Cyrl.xml
-%%DATADIR%%/tool/data/cldr/main/az_Cyrl_AZ.xml
-%%DATADIR%%/tool/data/cldr/main/az_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/az_Latn_AZ.xml
-%%DATADIR%%/tool/data/cldr/main/bas.xml
-%%DATADIR%%/tool/data/cldr/main/bas_CM.xml
-%%DATADIR%%/tool/data/cldr/main/be.xml
-%%DATADIR%%/tool/data/cldr/main/be_BY.xml
-%%DATADIR%%/tool/data/cldr/main/bem.xml
-%%DATADIR%%/tool/data/cldr/main/bem_ZM.xml
-%%DATADIR%%/tool/data/cldr/main/bez.xml
-%%DATADIR%%/tool/data/cldr/main/bez_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/bg.xml
-%%DATADIR%%/tool/data/cldr/main/bg_BG.xml
-%%DATADIR%%/tool/data/cldr/main/bm.xml
-%%DATADIR%%/tool/data/cldr/main/bm_ML.xml
-%%DATADIR%%/tool/data/cldr/main/bn.xml
-%%DATADIR%%/tool/data/cldr/main/bn_BD.xml
-%%DATADIR%%/tool/data/cldr/main/bn_IN.xml
-%%DATADIR%%/tool/data/cldr/main/bo.xml
-%%DATADIR%%/tool/data/cldr/main/bo_CN.xml
-%%DATADIR%%/tool/data/cldr/main/bo_IN.xml
-%%DATADIR%%/tool/data/cldr/main/br.xml
-%%DATADIR%%/tool/data/cldr/main/br_FR.xml
-%%DATADIR%%/tool/data/cldr/main/brx.xml
-%%DATADIR%%/tool/data/cldr/main/brx_IN.xml
-%%DATADIR%%/tool/data/cldr/main/bs.xml
-%%DATADIR%%/tool/data/cldr/main/bs_BA.xml
-%%DATADIR%%/tool/data/cldr/main/byn.xml
-%%DATADIR%%/tool/data/cldr/main/byn_ER.xml
-%%DATADIR%%/tool/data/cldr/main/ca.xml
-%%DATADIR%%/tool/data/cldr/main/ca_ES.xml
-%%DATADIR%%/tool/data/cldr/main/cgg.xml
-%%DATADIR%%/tool/data/cldr/main/cgg_UG.xml
-%%DATADIR%%/tool/data/cldr/main/chr.xml
-%%DATADIR%%/tool/data/cldr/main/chr_US.xml
-%%DATADIR%%/tool/data/cldr/main/cs.xml
-%%DATADIR%%/tool/data/cldr/main/cs_CZ.xml
-%%DATADIR%%/tool/data/cldr/main/cy.xml
-%%DATADIR%%/tool/data/cldr/main/cy_GB.xml
-%%DATADIR%%/tool/data/cldr/main/da.xml
-%%DATADIR%%/tool/data/cldr/main/da_DK.xml
-%%DATADIR%%/tool/data/cldr/main/dav.xml
-%%DATADIR%%/tool/data/cldr/main/dav_KE.xml
-%%DATADIR%%/tool/data/cldr/main/de.xml
-%%DATADIR%%/tool/data/cldr/main/de_AT.xml
-%%DATADIR%%/tool/data/cldr/main/de_BE.xml
-%%DATADIR%%/tool/data/cldr/main/de_CH.xml
-%%DATADIR%%/tool/data/cldr/main/de_DE.xml
-%%DATADIR%%/tool/data/cldr/main/de_LI.xml
-%%DATADIR%%/tool/data/cldr/main/de_LU.xml
-%%DATADIR%%/tool/data/cldr/main/dje.xml
-%%DATADIR%%/tool/data/cldr/main/dje_NE.xml
-%%DATADIR%%/tool/data/cldr/main/dua.xml
-%%DATADIR%%/tool/data/cldr/main/dua_CM.xml
-%%DATADIR%%/tool/data/cldr/main/dyo.xml
-%%DATADIR%%/tool/data/cldr/main/dyo_SN.xml
-%%DATADIR%%/tool/data/cldr/main/dz.xml
-%%DATADIR%%/tool/data/cldr/main/dz_BT.xml
-%%DATADIR%%/tool/data/cldr/main/ebu.xml
-%%DATADIR%%/tool/data/cldr/main/ebu_KE.xml
-%%DATADIR%%/tool/data/cldr/main/ee.xml
-%%DATADIR%%/tool/data/cldr/main/ee_GH.xml
-%%DATADIR%%/tool/data/cldr/main/ee_TG.xml
-%%DATADIR%%/tool/data/cldr/main/el.xml
-%%DATADIR%%/tool/data/cldr/main/el_CY.xml
-%%DATADIR%%/tool/data/cldr/main/el_GR.xml
-%%DATADIR%%/tool/data/cldr/main/en.xml
-%%DATADIR%%/tool/data/cldr/main/en_AS.xml
-%%DATADIR%%/tool/data/cldr/main/en_AU.xml
-%%DATADIR%%/tool/data/cldr/main/en_BB.xml
-%%DATADIR%%/tool/data/cldr/main/en_BE.xml
-%%DATADIR%%/tool/data/cldr/main/en_BM.xml
-%%DATADIR%%/tool/data/cldr/main/en_BW.xml
-%%DATADIR%%/tool/data/cldr/main/en_BZ.xml
-%%DATADIR%%/tool/data/cldr/main/en_CA.xml
-%%DATADIR%%/tool/data/cldr/main/en_Dsrt.xml
-%%DATADIR%%/tool/data/cldr/main/en_Dsrt_US.xml
-%%DATADIR%%/tool/data/cldr/main/en_GB.xml
-%%DATADIR%%/tool/data/cldr/main/en_GU.xml
-%%DATADIR%%/tool/data/cldr/main/en_GY.xml
-%%DATADIR%%/tool/data/cldr/main/en_HK.xml
-%%DATADIR%%/tool/data/cldr/main/en_IE.xml
-%%DATADIR%%/tool/data/cldr/main/en_IN.xml
-%%DATADIR%%/tool/data/cldr/main/en_JM.xml
-%%DATADIR%%/tool/data/cldr/main/en_MH.xml
-%%DATADIR%%/tool/data/cldr/main/en_MP.xml
-%%DATADIR%%/tool/data/cldr/main/en_MT.xml
-%%DATADIR%%/tool/data/cldr/main/en_MU.xml
-%%DATADIR%%/tool/data/cldr/main/en_NA.xml
-%%DATADIR%%/tool/data/cldr/main/en_NZ.xml
-%%DATADIR%%/tool/data/cldr/main/en_PH.xml
-%%DATADIR%%/tool/data/cldr/main/en_PK.xml
-%%DATADIR%%/tool/data/cldr/main/en_SG.xml
-%%DATADIR%%/tool/data/cldr/main/en_TT.xml
-%%DATADIR%%/tool/data/cldr/main/en_UM.xml
-%%DATADIR%%/tool/data/cldr/main/en_US.xml
-%%DATADIR%%/tool/data/cldr/main/en_US_POSIX.xml
-%%DATADIR%%/tool/data/cldr/main/en_VI.xml
-%%DATADIR%%/tool/data/cldr/main/en_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/en_ZW.xml
-%%DATADIR%%/tool/data/cldr/main/eo.xml
-%%DATADIR%%/tool/data/cldr/main/es.xml
-%%DATADIR%%/tool/data/cldr/main/es_419.xml
-%%DATADIR%%/tool/data/cldr/main/es_AR.xml
-%%DATADIR%%/tool/data/cldr/main/es_BO.xml
-%%DATADIR%%/tool/data/cldr/main/es_CL.xml
-%%DATADIR%%/tool/data/cldr/main/es_CO.xml
-%%DATADIR%%/tool/data/cldr/main/es_CR.xml
-%%DATADIR%%/tool/data/cldr/main/es_DO.xml
-%%DATADIR%%/tool/data/cldr/main/es_EC.xml
-%%DATADIR%%/tool/data/cldr/main/es_ES.xml
-%%DATADIR%%/tool/data/cldr/main/es_GQ.xml
-%%DATADIR%%/tool/data/cldr/main/es_GT.xml
-%%DATADIR%%/tool/data/cldr/main/es_HN.xml
-%%DATADIR%%/tool/data/cldr/main/es_MX.xml
-%%DATADIR%%/tool/data/cldr/main/es_NI.xml
-%%DATADIR%%/tool/data/cldr/main/es_PA.xml
-%%DATADIR%%/tool/data/cldr/main/es_PE.xml
-%%DATADIR%%/tool/data/cldr/main/es_PR.xml
-%%DATADIR%%/tool/data/cldr/main/es_PY.xml
-%%DATADIR%%/tool/data/cldr/main/es_SV.xml
-%%DATADIR%%/tool/data/cldr/main/es_US.xml
-%%DATADIR%%/tool/data/cldr/main/es_UY.xml
-%%DATADIR%%/tool/data/cldr/main/es_VE.xml
-%%DATADIR%%/tool/data/cldr/main/et.xml
-%%DATADIR%%/tool/data/cldr/main/et_EE.xml
-%%DATADIR%%/tool/data/cldr/main/eu.xml
-%%DATADIR%%/tool/data/cldr/main/eu_ES.xml
-%%DATADIR%%/tool/data/cldr/main/ewo.xml
-%%DATADIR%%/tool/data/cldr/main/ewo_CM.xml
-%%DATADIR%%/tool/data/cldr/main/fa.xml
-%%DATADIR%%/tool/data/cldr/main/fa_AF.xml
-%%DATADIR%%/tool/data/cldr/main/fa_IR.xml
-%%DATADIR%%/tool/data/cldr/main/ff.xml
-%%DATADIR%%/tool/data/cldr/main/ff_SN.xml
-%%DATADIR%%/tool/data/cldr/main/fi.xml
-%%DATADIR%%/tool/data/cldr/main/fi_FI.xml
-%%DATADIR%%/tool/data/cldr/main/fil.xml
-%%DATADIR%%/tool/data/cldr/main/fil_PH.xml
-%%DATADIR%%/tool/data/cldr/main/fo.xml
-%%DATADIR%%/tool/data/cldr/main/fo_FO.xml
-%%DATADIR%%/tool/data/cldr/main/fr.xml
-%%DATADIR%%/tool/data/cldr/main/fr_BE.xml
-%%DATADIR%%/tool/data/cldr/main/fr_BF.xml
-%%DATADIR%%/tool/data/cldr/main/fr_BI.xml
-%%DATADIR%%/tool/data/cldr/main/fr_BJ.xml
-%%DATADIR%%/tool/data/cldr/main/fr_BL.xml
-%%DATADIR%%/tool/data/cldr/main/fr_CA.xml
-%%DATADIR%%/tool/data/cldr/main/fr_CD.xml
-%%DATADIR%%/tool/data/cldr/main/fr_CF.xml
-%%DATADIR%%/tool/data/cldr/main/fr_CG.xml
-%%DATADIR%%/tool/data/cldr/main/fr_CH.xml
-%%DATADIR%%/tool/data/cldr/main/fr_CI.xml
-%%DATADIR%%/tool/data/cldr/main/fr_CM.xml
-%%DATADIR%%/tool/data/cldr/main/fr_DJ.xml
-%%DATADIR%%/tool/data/cldr/main/fr_FR.xml
-%%DATADIR%%/tool/data/cldr/main/fr_GA.xml
-%%DATADIR%%/tool/data/cldr/main/fr_GF.xml
-%%DATADIR%%/tool/data/cldr/main/fr_GN.xml
-%%DATADIR%%/tool/data/cldr/main/fr_GP.xml
-%%DATADIR%%/tool/data/cldr/main/fr_GQ.xml
-%%DATADIR%%/tool/data/cldr/main/fr_KM.xml
-%%DATADIR%%/tool/data/cldr/main/fr_LU.xml
-%%DATADIR%%/tool/data/cldr/main/fr_MC.xml
-%%DATADIR%%/tool/data/cldr/main/fr_MF.xml
-%%DATADIR%%/tool/data/cldr/main/fr_MG.xml
-%%DATADIR%%/tool/data/cldr/main/fr_ML.xml
-%%DATADIR%%/tool/data/cldr/main/fr_MQ.xml
-%%DATADIR%%/tool/data/cldr/main/fr_NE.xml
-%%DATADIR%%/tool/data/cldr/main/fr_RE.xml
-%%DATADIR%%/tool/data/cldr/main/fr_RW.xml
-%%DATADIR%%/tool/data/cldr/main/fr_SN.xml
-%%DATADIR%%/tool/data/cldr/main/fr_TD.xml
-%%DATADIR%%/tool/data/cldr/main/fr_TG.xml
-%%DATADIR%%/tool/data/cldr/main/fr_YT.xml
-%%DATADIR%%/tool/data/cldr/main/fur.xml
-%%DATADIR%%/tool/data/cldr/main/fur_IT.xml
-%%DATADIR%%/tool/data/cldr/main/ga.xml
-%%DATADIR%%/tool/data/cldr/main/ga_IE.xml
-%%DATADIR%%/tool/data/cldr/main/gd.xml
-%%DATADIR%%/tool/data/cldr/main/gd_GB.xml
-%%DATADIR%%/tool/data/cldr/main/gl.xml
-%%DATADIR%%/tool/data/cldr/main/gl_ES.xml
-%%DATADIR%%/tool/data/cldr/main/gsw.xml
-%%DATADIR%%/tool/data/cldr/main/gsw_CH.xml
-%%DATADIR%%/tool/data/cldr/main/gu.xml
-%%DATADIR%%/tool/data/cldr/main/gu_IN.xml
-%%DATADIR%%/tool/data/cldr/main/guz.xml
-%%DATADIR%%/tool/data/cldr/main/guz_KE.xml
-%%DATADIR%%/tool/data/cldr/main/gv.xml
-%%DATADIR%%/tool/data/cldr/main/gv_GB.xml
-%%DATADIR%%/tool/data/cldr/main/ha.xml
-%%DATADIR%%/tool/data/cldr/main/ha_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/ha_Latn_GH.xml
-%%DATADIR%%/tool/data/cldr/main/ha_Latn_NE.xml
-%%DATADIR%%/tool/data/cldr/main/ha_Latn_NG.xml
-%%DATADIR%%/tool/data/cldr/main/haw.xml
-%%DATADIR%%/tool/data/cldr/main/haw_US.xml
-%%DATADIR%%/tool/data/cldr/main/he.xml
-%%DATADIR%%/tool/data/cldr/main/he_IL.xml
-%%DATADIR%%/tool/data/cldr/main/hi.xml
-%%DATADIR%%/tool/data/cldr/main/hi_IN.xml
-%%DATADIR%%/tool/data/cldr/main/hr.xml
-%%DATADIR%%/tool/data/cldr/main/hr_HR.xml
-%%DATADIR%%/tool/data/cldr/main/hu.xml
-%%DATADIR%%/tool/data/cldr/main/hu_HU.xml
-%%DATADIR%%/tool/data/cldr/main/hy.xml
-%%DATADIR%%/tool/data/cldr/main/hy_AM.xml
-%%DATADIR%%/tool/data/cldr/main/ia.xml
-%%DATADIR%%/tool/data/cldr/main/id.xml
-%%DATADIR%%/tool/data/cldr/main/id_ID.xml
-%%DATADIR%%/tool/data/cldr/main/ig.xml
-%%DATADIR%%/tool/data/cldr/main/ig_NG.xml
-%%DATADIR%%/tool/data/cldr/main/ii.xml
-%%DATADIR%%/tool/data/cldr/main/ii_CN.xml
-%%DATADIR%%/tool/data/cldr/main/is.xml
-%%DATADIR%%/tool/data/cldr/main/is_IS.xml
-%%DATADIR%%/tool/data/cldr/main/it.xml
-%%DATADIR%%/tool/data/cldr/main/it_CH.xml
-%%DATADIR%%/tool/data/cldr/main/it_IT.xml
-%%DATADIR%%/tool/data/cldr/main/ja.xml
-%%DATADIR%%/tool/data/cldr/main/ja_JP.xml
-%%DATADIR%%/tool/data/cldr/main/jmc.xml
-%%DATADIR%%/tool/data/cldr/main/jmc_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/ka.xml
-%%DATADIR%%/tool/data/cldr/main/ka_GE.xml
-%%DATADIR%%/tool/data/cldr/main/kab.xml
-%%DATADIR%%/tool/data/cldr/main/kab_DZ.xml
-%%DATADIR%%/tool/data/cldr/main/kam.xml
-%%DATADIR%%/tool/data/cldr/main/kam_KE.xml
-%%DATADIR%%/tool/data/cldr/main/kde.xml
-%%DATADIR%%/tool/data/cldr/main/kde_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/kea.xml
-%%DATADIR%%/tool/data/cldr/main/kea_CV.xml
-%%DATADIR%%/tool/data/cldr/main/khq.xml
-%%DATADIR%%/tool/data/cldr/main/khq_ML.xml
-%%DATADIR%%/tool/data/cldr/main/ki.xml
-%%DATADIR%%/tool/data/cldr/main/ki_KE.xml
-%%DATADIR%%/tool/data/cldr/main/kk.xml
-%%DATADIR%%/tool/data/cldr/main/kk_Cyrl.xml
-%%DATADIR%%/tool/data/cldr/main/kk_Cyrl_KZ.xml
-%%DATADIR%%/tool/data/cldr/main/kl.xml
-%%DATADIR%%/tool/data/cldr/main/kl_GL.xml
-%%DATADIR%%/tool/data/cldr/main/kln.xml
-%%DATADIR%%/tool/data/cldr/main/kln_KE.xml
-%%DATADIR%%/tool/data/cldr/main/km.xml
-%%DATADIR%%/tool/data/cldr/main/km_KH.xml
-%%DATADIR%%/tool/data/cldr/main/kn.xml
-%%DATADIR%%/tool/data/cldr/main/kn_IN.xml
-%%DATADIR%%/tool/data/cldr/main/ko.xml
-%%DATADIR%%/tool/data/cldr/main/ko_KR.xml
-%%DATADIR%%/tool/data/cldr/main/kok.xml
-%%DATADIR%%/tool/data/cldr/main/kok_IN.xml
-%%DATADIR%%/tool/data/cldr/main/ksb.xml
-%%DATADIR%%/tool/data/cldr/main/ksb_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/ksf.xml
-%%DATADIR%%/tool/data/cldr/main/ksf_CM.xml
-%%DATADIR%%/tool/data/cldr/main/ksh.xml
-%%DATADIR%%/tool/data/cldr/main/ksh_DE.xml
-%%DATADIR%%/tool/data/cldr/main/kw.xml
-%%DATADIR%%/tool/data/cldr/main/kw_GB.xml
-%%DATADIR%%/tool/data/cldr/main/lag.xml
-%%DATADIR%%/tool/data/cldr/main/lag_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/lg.xml
-%%DATADIR%%/tool/data/cldr/main/lg_UG.xml
-%%DATADIR%%/tool/data/cldr/main/ln.xml
-%%DATADIR%%/tool/data/cldr/main/ln_CD.xml
-%%DATADIR%%/tool/data/cldr/main/ln_CG.xml
-%%DATADIR%%/tool/data/cldr/main/lo.xml
-%%DATADIR%%/tool/data/cldr/main/lo_LA.xml
-%%DATADIR%%/tool/data/cldr/main/lt.xml
-%%DATADIR%%/tool/data/cldr/main/lt_LT.xml
-%%DATADIR%%/tool/data/cldr/main/lu.xml
-%%DATADIR%%/tool/data/cldr/main/lu_CD.xml
-%%DATADIR%%/tool/data/cldr/main/luo.xml
-%%DATADIR%%/tool/data/cldr/main/luo_KE.xml
-%%DATADIR%%/tool/data/cldr/main/luy.xml
-%%DATADIR%%/tool/data/cldr/main/luy_KE.xml
-%%DATADIR%%/tool/data/cldr/main/lv.xml
-%%DATADIR%%/tool/data/cldr/main/lv_LV.xml
-%%DATADIR%%/tool/data/cldr/main/mas.xml
-%%DATADIR%%/tool/data/cldr/main/mas_KE.xml
-%%DATADIR%%/tool/data/cldr/main/mas_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/mer.xml
-%%DATADIR%%/tool/data/cldr/main/mer_KE.xml
-%%DATADIR%%/tool/data/cldr/main/mfe.xml
-%%DATADIR%%/tool/data/cldr/main/mfe_MU.xml
-%%DATADIR%%/tool/data/cldr/main/mg.xml
-%%DATADIR%%/tool/data/cldr/main/mg_MG.xml
-%%DATADIR%%/tool/data/cldr/main/mgh.xml
-%%DATADIR%%/tool/data/cldr/main/mgh_MZ.xml
-%%DATADIR%%/tool/data/cldr/main/mk.xml
-%%DATADIR%%/tool/data/cldr/main/mk_MK.xml
-%%DATADIR%%/tool/data/cldr/main/ml.xml
-%%DATADIR%%/tool/data/cldr/main/ml_IN.xml
-%%DATADIR%%/tool/data/cldr/main/mr.xml
-%%DATADIR%%/tool/data/cldr/main/mr_IN.xml
-%%DATADIR%%/tool/data/cldr/main/ms.xml
-%%DATADIR%%/tool/data/cldr/main/ms_BN.xml
-%%DATADIR%%/tool/data/cldr/main/ms_MY.xml
-%%DATADIR%%/tool/data/cldr/main/mt.xml
-%%DATADIR%%/tool/data/cldr/main/mt_MT.xml
-%%DATADIR%%/tool/data/cldr/main/mua.xml
-%%DATADIR%%/tool/data/cldr/main/mua_CM.xml
-%%DATADIR%%/tool/data/cldr/main/my.xml
-%%DATADIR%%/tool/data/cldr/main/my_MM.xml
-%%DATADIR%%/tool/data/cldr/main/naq.xml
-%%DATADIR%%/tool/data/cldr/main/naq_NA.xml
-%%DATADIR%%/tool/data/cldr/main/nb.xml
-%%DATADIR%%/tool/data/cldr/main/nb_NO.xml
-%%DATADIR%%/tool/data/cldr/main/nd.xml
-%%DATADIR%%/tool/data/cldr/main/nd_ZW.xml
-%%DATADIR%%/tool/data/cldr/main/ne.xml
-%%DATADIR%%/tool/data/cldr/main/ne_IN.xml
-%%DATADIR%%/tool/data/cldr/main/ne_NP.xml
-%%DATADIR%%/tool/data/cldr/main/nl.xml
-%%DATADIR%%/tool/data/cldr/main/nl_AW.xml
-%%DATADIR%%/tool/data/cldr/main/nl_BE.xml
-%%DATADIR%%/tool/data/cldr/main/nl_CW.xml
-%%DATADIR%%/tool/data/cldr/main/nl_NL.xml
-%%DATADIR%%/tool/data/cldr/main/nl_SX.xml
-%%DATADIR%%/tool/data/cldr/main/nmg.xml
-%%DATADIR%%/tool/data/cldr/main/nmg_CM.xml
-%%DATADIR%%/tool/data/cldr/main/nn.xml
-%%DATADIR%%/tool/data/cldr/main/nn_NO.xml
-%%DATADIR%%/tool/data/cldr/main/nr.xml
-%%DATADIR%%/tool/data/cldr/main/nr_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/nso.xml
-%%DATADIR%%/tool/data/cldr/main/nso_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/nus.xml
-%%DATADIR%%/tool/data/cldr/main/nus_SD.xml
-%%DATADIR%%/tool/data/cldr/main/nyn.xml
-%%DATADIR%%/tool/data/cldr/main/nyn_UG.xml
-%%DATADIR%%/tool/data/cldr/main/om.xml
-%%DATADIR%%/tool/data/cldr/main/om_ET.xml
-%%DATADIR%%/tool/data/cldr/main/om_KE.xml
-%%DATADIR%%/tool/data/cldr/main/or.xml
-%%DATADIR%%/tool/data/cldr/main/or_IN.xml
-%%DATADIR%%/tool/data/cldr/main/pa.xml
-%%DATADIR%%/tool/data/cldr/main/pa_Arab.xml
-%%DATADIR%%/tool/data/cldr/main/pa_Arab_PK.xml
-%%DATADIR%%/tool/data/cldr/main/pa_Guru.xml
-%%DATADIR%%/tool/data/cldr/main/pa_Guru_IN.xml
-%%DATADIR%%/tool/data/cldr/main/pl.xml
-%%DATADIR%%/tool/data/cldr/main/pl_PL.xml
-%%DATADIR%%/tool/data/cldr/main/ps.xml
-%%DATADIR%%/tool/data/cldr/main/ps_AF.xml
-%%DATADIR%%/tool/data/cldr/main/pt.xml
-%%DATADIR%%/tool/data/cldr/main/pt_AO.xml
-%%DATADIR%%/tool/data/cldr/main/pt_BR.xml
-%%DATADIR%%/tool/data/cldr/main/pt_GW.xml
-%%DATADIR%%/tool/data/cldr/main/pt_MZ.xml
-%%DATADIR%%/tool/data/cldr/main/pt_PT.xml
-%%DATADIR%%/tool/data/cldr/main/pt_ST.xml
-%%DATADIR%%/tool/data/cldr/main/rm.xml
-%%DATADIR%%/tool/data/cldr/main/rm_CH.xml
-%%DATADIR%%/tool/data/cldr/main/rn.xml
-%%DATADIR%%/tool/data/cldr/main/rn_BI.xml
-%%DATADIR%%/tool/data/cldr/main/ro.xml
-%%DATADIR%%/tool/data/cldr/main/ro_MD.xml
-%%DATADIR%%/tool/data/cldr/main/ro_RO.xml
-%%DATADIR%%/tool/data/cldr/main/rof.xml
-%%DATADIR%%/tool/data/cldr/main/rof_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/root.xml
-%%DATADIR%%/tool/data/cldr/main/ru.xml
-%%DATADIR%%/tool/data/cldr/main/ru_MD.xml
-%%DATADIR%%/tool/data/cldr/main/ru_RU.xml
-%%DATADIR%%/tool/data/cldr/main/ru_UA.xml
-%%DATADIR%%/tool/data/cldr/main/rw.xml
-%%DATADIR%%/tool/data/cldr/main/rw_RW.xml
-%%DATADIR%%/tool/data/cldr/main/rwk.xml
-%%DATADIR%%/tool/data/cldr/main/rwk_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/sah.xml
-%%DATADIR%%/tool/data/cldr/main/sah_RU.xml
-%%DATADIR%%/tool/data/cldr/main/saq.xml
-%%DATADIR%%/tool/data/cldr/main/saq_KE.xml
-%%DATADIR%%/tool/data/cldr/main/sbp.xml
-%%DATADIR%%/tool/data/cldr/main/sbp_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/se.xml
-%%DATADIR%%/tool/data/cldr/main/se_FI.xml
-%%DATADIR%%/tool/data/cldr/main/se_NO.xml
-%%DATADIR%%/tool/data/cldr/main/seh.xml
-%%DATADIR%%/tool/data/cldr/main/seh_MZ.xml
-%%DATADIR%%/tool/data/cldr/main/ses.xml
-%%DATADIR%%/tool/data/cldr/main/ses_ML.xml
-%%DATADIR%%/tool/data/cldr/main/sg.xml
-%%DATADIR%%/tool/data/cldr/main/sg_CF.xml
-%%DATADIR%%/tool/data/cldr/main/shi.xml
-%%DATADIR%%/tool/data/cldr/main/shi_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/shi_Latn_MA.xml
-%%DATADIR%%/tool/data/cldr/main/shi_Tfng.xml
-%%DATADIR%%/tool/data/cldr/main/shi_Tfng_MA.xml
-%%DATADIR%%/tool/data/cldr/main/si.xml
-%%DATADIR%%/tool/data/cldr/main/si_LK.xml
-%%DATADIR%%/tool/data/cldr/main/sk.xml
-%%DATADIR%%/tool/data/cldr/main/sk_SK.xml
-%%DATADIR%%/tool/data/cldr/main/sl.xml
-%%DATADIR%%/tool/data/cldr/main/sl_SI.xml
-%%DATADIR%%/tool/data/cldr/main/sn.xml
-%%DATADIR%%/tool/data/cldr/main/sn_ZW.xml
-%%DATADIR%%/tool/data/cldr/main/so.xml
-%%DATADIR%%/tool/data/cldr/main/so_DJ.xml
-%%DATADIR%%/tool/data/cldr/main/so_ET.xml
-%%DATADIR%%/tool/data/cldr/main/so_KE.xml
-%%DATADIR%%/tool/data/cldr/main/so_SO.xml
-%%DATADIR%%/tool/data/cldr/main/sq.xml
-%%DATADIR%%/tool/data/cldr/main/sq_AL.xml
-%%DATADIR%%/tool/data/cldr/main/sr.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Cyrl.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_BA.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_ME.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Cyrl_RS.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Latn_BA.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Latn_ME.xml
-%%DATADIR%%/tool/data/cldr/main/sr_Latn_RS.xml
-%%DATADIR%%/tool/data/cldr/main/ss.xml
-%%DATADIR%%/tool/data/cldr/main/ss_SZ.xml
-%%DATADIR%%/tool/data/cldr/main/ss_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/ssy.xml
-%%DATADIR%%/tool/data/cldr/main/ssy_ER.xml
-%%DATADIR%%/tool/data/cldr/main/st.xml
-%%DATADIR%%/tool/data/cldr/main/st_LS.xml
-%%DATADIR%%/tool/data/cldr/main/st_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/sv.xml
-%%DATADIR%%/tool/data/cldr/main/sv_FI.xml
-%%DATADIR%%/tool/data/cldr/main/sv_SE.xml
-%%DATADIR%%/tool/data/cldr/main/sw.xml
-%%DATADIR%%/tool/data/cldr/main/sw_KE.xml
-%%DATADIR%%/tool/data/cldr/main/sw_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/swc.xml
-%%DATADIR%%/tool/data/cldr/main/swc_CD.xml
-%%DATADIR%%/tool/data/cldr/main/ta.xml
-%%DATADIR%%/tool/data/cldr/main/ta_IN.xml
-%%DATADIR%%/tool/data/cldr/main/ta_LK.xml
-%%DATADIR%%/tool/data/cldr/main/te.xml
-%%DATADIR%%/tool/data/cldr/main/te_IN.xml
-%%DATADIR%%/tool/data/cldr/main/teo.xml
-%%DATADIR%%/tool/data/cldr/main/teo_KE.xml
-%%DATADIR%%/tool/data/cldr/main/teo_UG.xml
-%%DATADIR%%/tool/data/cldr/main/tg.xml
-%%DATADIR%%/tool/data/cldr/main/tg_Cyrl.xml
-%%DATADIR%%/tool/data/cldr/main/tg_Cyrl_TJ.xml
-%%DATADIR%%/tool/data/cldr/main/th.xml
-%%DATADIR%%/tool/data/cldr/main/th_TH.xml
-%%DATADIR%%/tool/data/cldr/main/ti.xml
-%%DATADIR%%/tool/data/cldr/main/ti_ER.xml
-%%DATADIR%%/tool/data/cldr/main/ti_ET.xml
-%%DATADIR%%/tool/data/cldr/main/tig.xml
-%%DATADIR%%/tool/data/cldr/main/tig_ER.xml
-%%DATADIR%%/tool/data/cldr/main/tn.xml
-%%DATADIR%%/tool/data/cldr/main/tn_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/to.xml
-%%DATADIR%%/tool/data/cldr/main/to_TO.xml
-%%DATADIR%%/tool/data/cldr/main/tr.xml
-%%DATADIR%%/tool/data/cldr/main/tr_TR.xml
-%%DATADIR%%/tool/data/cldr/main/ts.xml
-%%DATADIR%%/tool/data/cldr/main/ts_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/twq.xml
-%%DATADIR%%/tool/data/cldr/main/twq_NE.xml
-%%DATADIR%%/tool/data/cldr/main/tzm.xml
-%%DATADIR%%/tool/data/cldr/main/tzm_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/tzm_Latn_MA.xml
-%%DATADIR%%/tool/data/cldr/main/uk.xml
-%%DATADIR%%/tool/data/cldr/main/uk_UA.xml
-%%DATADIR%%/tool/data/cldr/main/ur.xml
-%%DATADIR%%/tool/data/cldr/main/ur_IN.xml
-%%DATADIR%%/tool/data/cldr/main/ur_PK.xml
-%%DATADIR%%/tool/data/cldr/main/uz.xml
-%%DATADIR%%/tool/data/cldr/main/uz_Arab.xml
-%%DATADIR%%/tool/data/cldr/main/uz_Arab_AF.xml
-%%DATADIR%%/tool/data/cldr/main/uz_Cyrl.xml
-%%DATADIR%%/tool/data/cldr/main/uz_Cyrl_UZ.xml
-%%DATADIR%%/tool/data/cldr/main/uz_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/uz_Latn_UZ.xml
-%%DATADIR%%/tool/data/cldr/main/vai.xml
-%%DATADIR%%/tool/data/cldr/main/vai_Latn.xml
-%%DATADIR%%/tool/data/cldr/main/vai_Latn_LR.xml
-%%DATADIR%%/tool/data/cldr/main/vai_Vaii.xml
-%%DATADIR%%/tool/data/cldr/main/vai_Vaii_LR.xml
-%%DATADIR%%/tool/data/cldr/main/ve.xml
-%%DATADIR%%/tool/data/cldr/main/ve_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/vi.xml
-%%DATADIR%%/tool/data/cldr/main/vi_VN.xml
-%%DATADIR%%/tool/data/cldr/main/vun.xml
-%%DATADIR%%/tool/data/cldr/main/vun_TZ.xml
-%%DATADIR%%/tool/data/cldr/main/wae.xml
-%%DATADIR%%/tool/data/cldr/main/wae_CH.xml
-%%DATADIR%%/tool/data/cldr/main/wal.xml
-%%DATADIR%%/tool/data/cldr/main/wal_ET.xml
-%%DATADIR%%/tool/data/cldr/main/xh.xml
-%%DATADIR%%/tool/data/cldr/main/xh_ZA.xml
-%%DATADIR%%/tool/data/cldr/main/xog.xml
-%%DATADIR%%/tool/data/cldr/main/xog_UG.xml
-%%DATADIR%%/tool/data/cldr/main/yav.xml
-%%DATADIR%%/tool/data/cldr/main/yav_CM.xml
-%%DATADIR%%/tool/data/cldr/main/yo.xml
-%%DATADIR%%/tool/data/cldr/main/yo_NG.xml
-%%DATADIR%%/tool/data/cldr/main/zh.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hans.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hans_CN.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hans_HK.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hans_MO.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hans_SG.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hant.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hant_HK.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hant_MO.xml
-%%DATADIR%%/tool/data/cldr/main/zh_Hant_TW.xml
-%%DATADIR%%/tool/data/cldr/main/zu.xml
-%%DATADIR%%/tool/data/cldr/main/zu_ZA.xml
-%%DATADIR%%/tool/data/cldr/readme.txt
-%%DATADIR%%/tool/data/config/application.json
-%%DATADIR%%/tool/data/config/base.json
-%%DATADIR%%/tool/data/config/config_schema.json
-%%DATADIR%%/tool/data/config/example.json
-%%DATADIR%%/tool/data/config/image.json
-%%DATADIR%%/tool/data/config/schema_sample.json
-%%DATADIR%%/tool/data/generator/basic.loader.js
-%%DATADIR%%/tool/data/generator/copyright.include.js
-%%DATADIR%%/tool/data/generator/generate.tmpl.py
-%%DATADIR%%/tool/data/generator/generate.tmpl.pyc
-%%DATADIR%%/tool/data/generator/generate.tmpl.pyo
-%%DATADIR%%/tool/data/generator/loader.tmpl.js
-%%DATADIR%%/tool/data/generator/needs_generation.js
-%%DATADIR%%/tool/data/generator/needs_generation_server.js
-%%DATADIR%%/tool/data/generator/oo.loader.tmpl.js
-%%DATADIR%%/tool/data/generator/require.loader.tmpl.js
-%%DATADIR%%/tool/data/generator/website.loader.source.tmpl.js
-%%DATADIR%%/tool/data/generator/website.loader.tmpl.js
-%%DATADIR%%/tool/data/icon/qooxdoo.dat
-%%DATADIR%%/tool/data/migration/0.5.2/info/01-changes.dat
-%%DATADIR%%/tool/data/migration/0.6.1/info/01-windowevents.dat
-%%DATADIR%%/tool/data/migration/0.6.1/patches/01-xml.dat
-%%DATADIR%%/tool/data/migration/0.6.1/patches/02-application.dat
-%%DATADIR%%/tool/data/migration/0.6.2/info/01-nativewindow.dat
-%%DATADIR%%/tool/data/migration/0.6.2/info/02-functionextension.dat
-%%DATADIR%%/tool/data/migration/0.6.2/patches/01-parent.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/01-constants.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/02-oo.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/03-widget.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/04-nativewindow.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/05-font.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/06-border.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/07-color.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/08-image.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/09-tree.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/10-table.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/11-embed.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/12-label.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/13-window.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/14-colorselector.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/15-datechooser.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/16-button.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/17-selection.dat
-%%DATADIR%%/tool/data/migration/0.6.3/patches/40-classnames.dat
-%%DATADIR%%/tool/data/migration/0.6.4/info/01-locale.dat
-%%DATADIR%%/tool/data/migration/0.6.4/info/02-deprecated.dat
-%%DATADIR%%/tool/data/migration/0.6.5/info/01-mime.dat
-%%DATADIR%%/tool/data/migration/0.6.5/info/02-iconcleanup.dat
-%%DATADIR%%/tool/data/migration/0.6.5/info/03-icons.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/01-locale.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/02-spinner.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/03-api.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/04-string.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/05-xml.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/06-mime.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/07-icons.dat
-%%DATADIR%%/tool/data/migration/0.6.5/patches/08-genvar.dat
-%%DATADIR%%/tool/data/migration/0.6.6/patches/01-clazz.dat
-%%DATADIR%%/tool/data/migration/0.6/info/01-prototypes.dat
-%%DATADIR%%/tool/data/migration/0.6/info/02-obsolete.dat
-%%DATADIR%%/tool/data/migration/0.6/patches/01-classnames.dat
-%%DATADIR%%/tool/data/migration/0.6/patches/02-domapi.dat
-%%DATADIR%%/tool/data/migration/0.6/patches/03-const.dat
-%%DATADIR%%/tool/data/migration/0.6/patches/04-events.dat
-%%DATADIR%%/tool/data/migration/0.6/patches/05-util.dat
-%%DATADIR%%/tool/data/migration/0.6/patches/06-main.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/info/01-colors.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/info/02-init.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/info/03-removed.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/info/04-color.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/info/05-settings.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patch.py
-%%DATADIR%%/tool/data/migration/0.7-beta1/patch.pyc
-%%DATADIR%%/tool/data/migration/0.7-beta1/patch.pyo
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/01-init.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/02-locale.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/03-border.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/04-themes.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/05-color.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/06-classname.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/07-colors.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/08-themes.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/patches/09-fonts.dat
-%%DATADIR%%/tool/data/migration/0.7-beta1/theme_07.patch
-%%DATADIR%%/tool/data/migration/0.7-beta2/patches/01-apply.dat
-%%DATADIR%%/tool/data/migration/0.7-beta2/patches/02-resizable.dat
-%%DATADIR%%/tool/data/migration/0.7-beta2/patches/03-rename.dat
-%%DATADIR%%/tool/data/migration/0.7-beta2/patches/04-alias.dat
-%%DATADIR%%/tool/data/migration/0.7-beta2/patches/05-settings.dat
-%%DATADIR%%/tool/data/migration/0.7.1/patches/01-treemerge.dat
-%%DATADIR%%/tool/data/migration/0.7.2/patches/01-table.dat
-%%DATADIR%%/tool/data/migration/0.7.3/info/01-table.dat
-%%DATADIR%%/tool/data/migration/0.7/patches/01-rename.dat
-%%DATADIR%%/tool/data/migration/0.8-beta1/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8-pre1/info/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8-pre1/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8-pre2/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8-pre2/patches/02-fix.dat
-%%DATADIR%%/tool/data/migration/0.8-rc1/info/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8-rc1/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8.1/info/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8.1/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8.2/info/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8.2/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8.2/patches/02-type.dat
-%%DATADIR%%/tool/data/migration/0.8.2/patches/03-package.dat
-%%DATADIR%%/tool/data/migration/0.8.2/patches/04-legacy.dat
-%%DATADIR%%/tool/data/migration/0.8.2/patches/05-lang.dat
-%%DATADIR%%/tool/data/migration/0.8.3/info/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8.3/info/02-form.dat
-%%DATADIR%%/tool/data/migration/0.8.3/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8/info/01-main.dat
-%%DATADIR%%/tool/data/migration/0.8/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/1.0/info/01-main.dat
-%%DATADIR%%/tool/data/migration/1.0/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/1.2/info/01-main.dat
-%%DATADIR%%/tool/data/migration/1.2/info/02-removed.dat
-%%DATADIR%%/tool/data/migration/1.2/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/1.3/info/01-main.dat
-%%DATADIR%%/tool/data/migration/1.3/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/1.4/info/01-main.dat
-%%DATADIR%%/tool/data/migration/1.4/info/02-detection.dat
-%%DATADIR%%/tool/data/migration/1.4/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/1.4/patches/02-detection.dat
-%%DATADIR%%/tool/data/migration/1.5/info/01-main.dat
-%%DATADIR%%/tool/data/migration/1.5/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/1.6/config.py
-%%DATADIR%%/tool/data/migration/1.6/config.pyc
-%%DATADIR%%/tool/data/migration/1.6/config.pyo
-%%DATADIR%%/tool/data/migration/1.6/info/01-main.dat
-%%DATADIR%%/tool/data/migration/1.6/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/2.0/info/01-main.dat
-%%DATADIR%%/tool/data/migration/2.0/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/2.1/info/01-main.dat
-%%DATADIR%%/tool/data/migration/2.1/patch.py
-%%DATADIR%%/tool/data/migration/2.1/patch.pyc
-%%DATADIR%%/tool/data/migration/2.1/patch.pyo
-%%DATADIR%%/tool/data/migration/2.1/patches/01-main.dat
-%%DATADIR%%/tool/data/migration/2.1/test/Manifest.json
-%%DATADIR%%/tool/data/migration/2.1/test/config.json
-%%DATADIR%%/tool/data/migration/2.1/test/generate.py
-%%DATADIR%%/tool/data/migration/2.1/test/generate.pyc
-%%DATADIR%%/tool/data/migration/2.1/test/generate.pyo
-%%DATADIR%%/tool/data/migration/2.1/test/readme.txt
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/Application.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/__init__.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/simulation/DemoSimulation.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/test/DemoTest.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/theme/Appearance.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/theme/Color.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/theme/Decoration.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/theme/Font.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/class/test/theme/Theme.js
-%%DATADIR%%/tool/data/migration/2.1/test/source/index.html
-%%DATADIR%%/tool/data/migration/2.1/test/source/resource/test/test.png
-%%DATADIR%%/tool/data/migration/2.1/test/source/translation/readme.txt
-%%DATADIR%%/tool/data/py/_class_head.py
-%%DATADIR%%/tool/data/py/_class_head.pyc
-%%DATADIR%%/tool/data/py/_class_head.pyo
-%%DATADIR%%/tool/data/py/_fun_head.py
-%%DATADIR%%/tool/data/py/_fun_head.pyc
-%%DATADIR%%/tool/data/py/_fun_head.pyo
-%%DATADIR%%/tool/data/py/_mod_head.py
-%%DATADIR%%/tool/data/py/_mod_head.pyc
-%%DATADIR%%/tool/data/py/_mod_head.pyo
-%%DATADIR%%/tool/doc/diagram/code_generation_classes.graphml
-%%DATADIR%%/tool/doc/diagram/compile_calls1.graphml
-%%DATADIR%%/tool/doc/diagram/compile_calls2.graphml
-%%DATADIR%%/tool/doc/diagram/compile_runtimes.graphml
-%%DATADIR%%/tool/doc/diagram/deps_calls.graphml
-%%DATADIR%%/tool/doc/diagram/readme.txt
-%%DATADIR%%/tool/doc/generator_cheat_sheet.odt
-%%DATADIR%%/tool/pylib/cssmin/LICENSE
-%%DATADIR%%/tool/pylib/cssmin/__init__.py
-%%DATADIR%%/tool/pylib/cssmin/__init__.pyc
-%%DATADIR%%/tool/pylib/cssmin/__init__.pyo
-%%DATADIR%%/tool/pylib/cssmin/cssmin.py
-%%DATADIR%%/tool/pylib/cssmin/cssmin.pyc
-%%DATADIR%%/tool/pylib/cssmin/cssmin.pyo
-%%DATADIR%%/tool/pylib/demjson/LICENSE
-%%DATADIR%%/tool/pylib/demjson/__init__.py
-%%DATADIR%%/tool/pylib/demjson/__init__.pyc
-%%DATADIR%%/tool/pylib/demjson/__init__.pyo
-%%DATADIR%%/tool/pylib/demjson/demjson.py
-%%DATADIR%%/tool/pylib/demjson/demjson.pyc
-%%DATADIR%%/tool/pylib/demjson/demjson.pyo
-%%DATADIR%%/tool/pylib/demjson/jsonlint
-%%DATADIR%%/tool/pylib/ecmascript/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/__init__.pyc
-%%DATADIR%%/tool/pylib/ecmascript/__init__.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/Packer.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/Packer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/Packer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/__init__.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/__init__.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/api.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/api.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/api.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_1.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_1.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_1.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_2.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_2.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_2.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_3.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_3.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_3.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_4.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_4.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/formatter_4.pyo
-%%DATADIR%%/tool/pylib/ecmascript/backend/pretty.py
-%%DATADIR%%/tool/pylib/ecmascript/backend/pretty.pyc
-%%DATADIR%%/tool/pylib/ecmascript/backend/pretty.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment_2.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment_2.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Comment_2.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scanner.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scanner.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scanner.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope_2.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope_2.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Scope_2.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Script.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Script.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Script.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Script_2.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Script_2.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/Script_2.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/SyntaxException.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/SyntaxException.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/SyntaxException.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/__init__.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/__init__.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/lang.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/lang.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/lang.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/tokenizer.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/tokenizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/tokenizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/tree.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/tree.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/tree.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_2.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_2.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_2.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_3.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_3.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treegenerator_3.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil.pyo
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil_2.py
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil_2.pyc
-%%DATADIR%%/tool/pylib/ecmascript/frontend/treeutil_2.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/__init__.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/__init__.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/__init__.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/__init__.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/dependencies.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/dependencies.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/dependencies.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/lint.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/lint.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/lint.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/scopes.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/scopes.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/check/scopes.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/evaluate/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/evaluate/__init__.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/evaluate/__init__.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/evaluate/evaluate.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/evaluate/evaluate.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/evaluate/evaluate.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/__init__.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/__init__.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/__init__.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/basecalloptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/basecalloptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/basecalloptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/commentoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/commentoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/commentoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/featureoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/featureoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/featureoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/inlineoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/inlineoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/inlineoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/privateoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/privateoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/privateoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/propertyoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/propertyoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/propertyoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/protectedoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/protectedoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/protectedoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/reducer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/reducer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/reducer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/stringoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/stringoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/stringoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variableoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variableoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variableoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_1.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_1.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_1.pyo
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_2.py
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_2.pyc
-%%DATADIR%%/tool/pylib/ecmascript/transform/optimizer/variantoptimizer_2.pyo
-%%DATADIR%%/tool/pylib/elementtree/ElementInclude.py
-%%DATADIR%%/tool/pylib/elementtree/ElementInclude.pyc
-%%DATADIR%%/tool/pylib/elementtree/ElementInclude.pyo
-%%DATADIR%%/tool/pylib/elementtree/ElementPath.py
-%%DATADIR%%/tool/pylib/elementtree/ElementPath.pyc
-%%DATADIR%%/tool/pylib/elementtree/ElementPath.pyo
-%%DATADIR%%/tool/pylib/elementtree/ElementTree.py
-%%DATADIR%%/tool/pylib/elementtree/ElementTree.pyc
-%%DATADIR%%/tool/pylib/elementtree/ElementTree.pyo
-%%DATADIR%%/tool/pylib/elementtree/HTMLTreeBuilder.py
-%%DATADIR%%/tool/pylib/elementtree/HTMLTreeBuilder.pyc
-%%DATADIR%%/tool/pylib/elementtree/HTMLTreeBuilder.pyo
-%%DATADIR%%/tool/pylib/elementtree/SgmlopXMLTreeBuilder.py
-%%DATADIR%%/tool/pylib/elementtree/SgmlopXMLTreeBuilder.pyc
-%%DATADIR%%/tool/pylib/elementtree/SgmlopXMLTreeBuilder.pyo
-%%DATADIR%%/tool/pylib/elementtree/SimpleXMLTreeBuilder.py
-%%DATADIR%%/tool/pylib/elementtree/SimpleXMLTreeBuilder.pyc
-%%DATADIR%%/tool/pylib/elementtree/SimpleXMLTreeBuilder.pyo
-%%DATADIR%%/tool/pylib/elementtree/SimpleXMLWriter.py
-%%DATADIR%%/tool/pylib/elementtree/SimpleXMLWriter.pyc
-%%DATADIR%%/tool/pylib/elementtree/SimpleXMLWriter.pyo
-%%DATADIR%%/tool/pylib/elementtree/TidyHTMLTreeBuilder.py
-%%DATADIR%%/tool/pylib/elementtree/TidyHTMLTreeBuilder.pyc
-%%DATADIR%%/tool/pylib/elementtree/TidyHTMLTreeBuilder.pyo
-%%DATADIR%%/tool/pylib/elementtree/TidyTools.py
-%%DATADIR%%/tool/pylib/elementtree/TidyTools.pyc
-%%DATADIR%%/tool/pylib/elementtree/TidyTools.pyo
-%%DATADIR%%/tool/pylib/elementtree/XMLTreeBuilder.py
-%%DATADIR%%/tool/pylib/elementtree/XMLTreeBuilder.pyc
-%%DATADIR%%/tool/pylib/elementtree/XMLTreeBuilder.pyo
-%%DATADIR%%/tool/pylib/elementtree/__init__.py
-%%DATADIR%%/tool/pylib/elementtree/__init__.pyc
-%%DATADIR%%/tool/pylib/elementtree/__init__.pyo
-%%DATADIR%%/tool/pylib/generator/Context.py
-%%DATADIR%%/tool/pylib/generator/Context.pyc
-%%DATADIR%%/tool/pylib/generator/Context.pyo
-%%DATADIR%%/tool/pylib/generator/Generator.py
-%%DATADIR%%/tool/pylib/generator/Generator.pyc
-%%DATADIR%%/tool/pylib/generator/Generator.pyo
-%%DATADIR%%/tool/pylib/generator/__init__.py
-%%DATADIR%%/tool/pylib/generator/__init__.pyc
-%%DATADIR%%/tool/pylib/generator/__init__.pyo
-%%DATADIR%%/tool/pylib/generator/action/ActionLib.py
-%%DATADIR%%/tool/pylib/generator/action/ActionLib.pyc
-%%DATADIR%%/tool/pylib/generator/action/ActionLib.pyo
-%%DATADIR%%/tool/pylib/generator/action/ApiLoader.py
-%%DATADIR%%/tool/pylib/generator/action/ApiLoader.pyc
-%%DATADIR%%/tool/pylib/generator/action/ApiLoader.pyo
-%%DATADIR%%/tool/pylib/generator/action/CodeProvider.py
-%%DATADIR%%/tool/pylib/generator/action/CodeProvider.pyc
-%%DATADIR%%/tool/pylib/generator/action/CodeProvider.pyo
-%%DATADIR%%/tool/pylib/generator/action/ContribLoader.py
-%%DATADIR%%/tool/pylib/generator/action/ContribLoader.pyc
-%%DATADIR%%/tool/pylib/generator/action/ContribLoader.pyo
-%%DATADIR%%/tool/pylib/generator/action/Locale.py
-%%DATADIR%%/tool/pylib/generator/action/Locale.pyc
-%%DATADIR%%/tool/pylib/generator/action/Locale.pyo
-%%DATADIR%%/tool/pylib/generator/action/Wget.py
-%%DATADIR%%/tool/pylib/generator/action/Wget.pyc
-%%DATADIR%%/tool/pylib/generator/action/Wget.pyo
-%%DATADIR%%/tool/pylib/generator/action/__init__.py
-%%DATADIR%%/tool/pylib/generator/action/__init__.pyc
-%%DATADIR%%/tool/pylib/generator/action/__init__.pyo
-%%DATADIR%%/tool/pylib/generator/code/Class.py
-%%DATADIR%%/tool/pylib/generator/code/Class.pyc
-%%DATADIR%%/tool/pylib/generator/code/Class.pyo
-%%DATADIR%%/tool/pylib/generator/code/ClassList.py
-%%DATADIR%%/tool/pylib/generator/code/ClassList.pyc
-%%DATADIR%%/tool/pylib/generator/code/ClassList.pyo
-%%DATADIR%%/tool/pylib/generator/code/CodeGenerator.py
-%%DATADIR%%/tool/pylib/generator/code/CodeGenerator.pyc
-%%DATADIR%%/tool/pylib/generator/code/CodeGenerator.pyo
-%%DATADIR%%/tool/pylib/generator/code/DependencyItem.py
-%%DATADIR%%/tool/pylib/generator/code/DependencyItem.pyc
-%%DATADIR%%/tool/pylib/generator/code/DependencyItem.pyo
-%%DATADIR%%/tool/pylib/generator/code/DependencyLoader.py
-%%DATADIR%%/tool/pylib/generator/code/DependencyLoader.pyc
-%%DATADIR%%/tool/pylib/generator/code/DependencyLoader.pyo
-%%DATADIR%%/tool/pylib/generator/code/Package.py
-%%DATADIR%%/tool/pylib/generator/code/Package.pyc
-%%DATADIR%%/tool/pylib/generator/code/Package.pyo
-%%DATADIR%%/tool/pylib/generator/code/Part.py
-%%DATADIR%%/tool/pylib/generator/code/Part.pyc
-%%DATADIR%%/tool/pylib/generator/code/Part.pyo
-%%DATADIR%%/tool/pylib/generator/code/PartBuilder.py
-%%DATADIR%%/tool/pylib/generator/code/PartBuilder.pyc
-%%DATADIR%%/tool/pylib/generator/code/PartBuilder.pyo
-%%DATADIR%%/tool/pylib/generator/code/Script.py
-%%DATADIR%%/tool/pylib/generator/code/Script.pyc
-%%DATADIR%%/tool/pylib/generator/code/Script.pyo
-%%DATADIR%%/tool/pylib/generator/code/__init__.py
-%%DATADIR%%/tool/pylib/generator/code/__init__.pyc
-%%DATADIR%%/tool/pylib/generator/code/__init__.pyo
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassCode.py
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassCode.pyc
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassCode.pyo
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassDependencies.py
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassDependencies.pyc
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassDependencies.pyo
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassHints.py
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassHints.pyc
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassHints.pyo
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassI18N.py
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassI18N.pyc
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassI18N.pyo
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassResources.py
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassResources.pyc
-%%DATADIR%%/tool/pylib/generator/code/clazz/MClassResources.pyo
-%%DATADIR%%/tool/pylib/generator/code/clazz/__init__.py
-%%DATADIR%%/tool/pylib/generator/code/clazz/__init__.pyc
-%%DATADIR%%/tool/pylib/generator/code/clazz/__init__.pyo
-%%DATADIR%%/tool/pylib/generator/code/qcEnvClass.py
-%%DATADIR%%/tool/pylib/generator/code/qcEnvClass.pyc
-%%DATADIR%%/tool/pylib/generator/code/qcEnvClass.pyo
-%%DATADIR%%/tool/pylib/generator/config/Config.py
-%%DATADIR%%/tool/pylib/generator/config/Config.pyc
-%%DATADIR%%/tool/pylib/generator/config/Config.pyo
-%%DATADIR%%/tool/pylib/generator/config/ConfigurationError.py
-%%DATADIR%%/tool/pylib/generator/config/ConfigurationError.pyc
-%%DATADIR%%/tool/pylib/generator/config/ConfigurationError.pyo
-%%DATADIR%%/tool/pylib/generator/config/Defaults.py
-%%DATADIR%%/tool/pylib/generator/config/Defaults.pyc
-%%DATADIR%%/tool/pylib/generator/config/Defaults.pyo
-%%DATADIR%%/tool/pylib/generator/config/GeneratorArguments.py
-%%DATADIR%%/tool/pylib/generator/config/GeneratorArguments.pyc
-%%DATADIR%%/tool/pylib/generator/config/GeneratorArguments.pyo
-%%DATADIR%%/tool/pylib/generator/config/Job.py
-%%DATADIR%%/tool/pylib/generator/config/Job.pyc
-%%DATADIR%%/tool/pylib/generator/config/Job.pyo
-%%DATADIR%%/tool/pylib/generator/config/Lang.py
-%%DATADIR%%/tool/pylib/generator/config/Lang.pyc
-%%DATADIR%%/tool/pylib/generator/config/Lang.pyo
-%%DATADIR%%/tool/pylib/generator/config/Manifest.py
-%%DATADIR%%/tool/pylib/generator/config/Manifest.pyc
-%%DATADIR%%/tool/pylib/generator/config/Manifest.pyo
-%%DATADIR%%/tool/pylib/generator/config/__init__.py
-%%DATADIR%%/tool/pylib/generator/config/__init__.pyc
-%%DATADIR%%/tool/pylib/generator/config/__init__.pyo
-%%DATADIR%%/tool/pylib/generator/resource/AssetHint.py
-%%DATADIR%%/tool/pylib/generator/resource/AssetHint.pyc
-%%DATADIR%%/tool/pylib/generator/resource/AssetHint.pyo
-%%DATADIR%%/tool/pylib/generator/resource/CombinedImage.py
-%%DATADIR%%/tool/pylib/generator/resource/CombinedImage.pyc
-%%DATADIR%%/tool/pylib/generator/resource/CombinedImage.pyo
-%%DATADIR%%/tool/pylib/generator/resource/Image.py
-%%DATADIR%%/tool/pylib/generator/resource/Image.pyc
-%%DATADIR%%/tool/pylib/generator/resource/Image.pyo
-%%DATADIR%%/tool/pylib/generator/resource/ImageClipping.py
-%%DATADIR%%/tool/pylib/generator/resource/ImageClipping.pyc
-%%DATADIR%%/tool/pylib/generator/resource/ImageClipping.pyo
-%%DATADIR%%/tool/pylib/generator/resource/Library.py
-%%DATADIR%%/tool/pylib/generator/resource/Library.pyc
-%%DATADIR%%/tool/pylib/generator/resource/Library.pyo
-%%DATADIR%%/tool/pylib/generator/resource/Resource.py
-%%DATADIR%%/tool/pylib/generator/resource/Resource.pyc
-%%DATADIR%%/tool/pylib/generator/resource/Resource.pyo
-%%DATADIR%%/tool/pylib/generator/resource/ScriptFile.py
-%%DATADIR%%/tool/pylib/generator/resource/ScriptFile.pyc
-%%DATADIR%%/tool/pylib/generator/resource/ScriptFile.pyo
-%%DATADIR%%/tool/pylib/generator/resource/__init__.py
-%%DATADIR%%/tool/pylib/generator/resource/__init__.pyc
-%%DATADIR%%/tool/pylib/generator/resource/__init__.pyo
-%%DATADIR%%/tool/pylib/generator/runtime/Cache.py
-%%DATADIR%%/tool/pylib/generator/runtime/Cache.pyc
-%%DATADIR%%/tool/pylib/generator/runtime/Cache.pyo
-%%DATADIR%%/tool/pylib/generator/runtime/Generatord.py
-%%DATADIR%%/tool/pylib/generator/runtime/Generatord.pyc
-%%DATADIR%%/tool/pylib/generator/runtime/Generatord.pyo
-%%DATADIR%%/tool/pylib/generator/runtime/InterruptRegistry.py
-%%DATADIR%%/tool/pylib/generator/runtime/InterruptRegistry.pyc
-%%DATADIR%%/tool/pylib/generator/runtime/InterruptRegistry.pyo
-%%DATADIR%%/tool/pylib/generator/runtime/Log.py
-%%DATADIR%%/tool/pylib/generator/runtime/Log.pyc
-%%DATADIR%%/tool/pylib/generator/runtime/Log.pyo
-%%DATADIR%%/tool/pylib/generator/runtime/ShellCmd.py
-%%DATADIR%%/tool/pylib/generator/runtime/ShellCmd.pyc
-%%DATADIR%%/tool/pylib/generator/runtime/ShellCmd.pyo
-%%DATADIR%%/tool/pylib/generator/runtime/__init__.py
-%%DATADIR%%/tool/pylib/generator/runtime/__init__.pyc
-%%DATADIR%%/tool/pylib/generator/runtime/__init__.pyo
-%%DATADIR%%/tool/pylib/graph/__init__.py
-%%DATADIR%%/tool/pylib/graph/__init__.pyc
-%%DATADIR%%/tool/pylib/graph/__init__.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/__init__.py
-%%DATADIR%%/tool/pylib/graph/algorithms/__init__.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/__init__.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/accessibility.py
-%%DATADIR%%/tool/pylib/graph/algorithms/accessibility.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/accessibility.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/cycles.py
-%%DATADIR%%/tool/pylib/graph/algorithms/cycles.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/cycles.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/exceptions.py
-%%DATADIR%%/tool/pylib/graph/algorithms/exceptions.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/exceptions.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Find.py
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Find.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Find.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Null.py
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Null.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Null.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Radius.py
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Radius.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/Radius.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/__init__.py
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/__init__.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/filters/__init__.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/generators.py
-%%DATADIR%%/tool/pylib/graph/algorithms/generators.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/generators.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Chow.py
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Chow.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Chow.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Euclidean.py
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Euclidean.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/Euclidean.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/__init__.py
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/__init__.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/heuristics/__init__.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/minmax.py
-%%DATADIR%%/tool/pylib/graph/algorithms/minmax.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/minmax.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/readwrite.py
-%%DATADIR%%/tool/pylib/graph/algorithms/readwrite.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/readwrite.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/searching.py
-%%DATADIR%%/tool/pylib/graph/algorithms/searching.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/searching.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/sorting.py
-%%DATADIR%%/tool/pylib/graph/algorithms/sorting.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/sorting.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/traversal.py
-%%DATADIR%%/tool/pylib/graph/algorithms/traversal.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/traversal.pyo
-%%DATADIR%%/tool/pylib/graph/algorithms/utils.py
-%%DATADIR%%/tool/pylib/graph/algorithms/utils.pyc
-%%DATADIR%%/tool/pylib/graph/algorithms/utils.pyo
-%%DATADIR%%/tool/pylib/graph/classes/Digraph.py
-%%DATADIR%%/tool/pylib/graph/classes/Digraph.pyc
-%%DATADIR%%/tool/pylib/graph/classes/Digraph.pyo
-%%DATADIR%%/tool/pylib/graph/classes/Graph.py
-%%DATADIR%%/tool/pylib/graph/classes/Graph.pyc
-%%DATADIR%%/tool/pylib/graph/classes/Graph.pyo
-%%DATADIR%%/tool/pylib/graph/classes/Hypergraph.py
-%%DATADIR%%/tool/pylib/graph/classes/Hypergraph.pyc
-%%DATADIR%%/tool/pylib/graph/classes/Hypergraph.pyo
-%%DATADIR%%/tool/pylib/graph/classes/__init__.py
-%%DATADIR%%/tool/pylib/graph/classes/__init__.pyc
-%%DATADIR%%/tool/pylib/graph/classes/__init__.pyo
-%%DATADIR%%/tool/pylib/misc/ExtMap.py
-%%DATADIR%%/tool/pylib/misc/ExtMap.pyc
-%%DATADIR%%/tool/pylib/misc/ExtMap.pyo
-%%DATADIR%%/tool/pylib/misc/ExtendAction.py
-%%DATADIR%%/tool/pylib/misc/ExtendAction.pyc
-%%DATADIR%%/tool/pylib/misc/ExtendAction.pyo
-%%DATADIR%%/tool/pylib/misc/ImmutableClass.py
-%%DATADIR%%/tool/pylib/misc/ImmutableClass.pyc
-%%DATADIR%%/tool/pylib/misc/ImmutableClass.pyo
-%%DATADIR%%/tool/pylib/misc/InfixOperator.py
-%%DATADIR%%/tool/pylib/misc/InfixOperator.pyc
-%%DATADIR%%/tool/pylib/misc/InfixOperator.pyo
-%%DATADIR%%/tool/pylib/misc/NameSpace.py
-%%DATADIR%%/tool/pylib/misc/NameSpace.pyc
-%%DATADIR%%/tool/pylib/misc/NameSpace.pyo
-%%DATADIR%%/tool/pylib/misc/Path.py
-%%DATADIR%%/tool/pylib/misc/Path.pyc
-%%DATADIR%%/tool/pylib/misc/Path.pyo
-%%DATADIR%%/tool/pylib/misc/PathType.py
-%%DATADIR%%/tool/pylib/misc/PathType.pyc
-%%DATADIR%%/tool/pylib/misc/PathType.pyo
-%%DATADIR%%/tool/pylib/misc/Trie.py
-%%DATADIR%%/tool/pylib/misc/Trie.pyc
-%%DATADIR%%/tool/pylib/misc/Trie.pyo
-%%DATADIR%%/tool/pylib/misc/__init__.py
-%%DATADIR%%/tool/pylib/misc/__init__.pyc
-%%DATADIR%%/tool/pylib/misc/__init__.pyo
-%%DATADIR%%/tool/pylib/misc/cldr.py
-%%DATADIR%%/tool/pylib/misc/cldr.pyc
-%%DATADIR%%/tool/pylib/misc/cldr.pyo
-%%DATADIR%%/tool/pylib/misc/copytool.py
-%%DATADIR%%/tool/pylib/misc/copytool.pyc
-%%DATADIR%%/tool/pylib/misc/copytool.pyo
-%%DATADIR%%/tool/pylib/misc/filetool.py
-%%DATADIR%%/tool/pylib/misc/filetool.pyc
-%%DATADIR%%/tool/pylib/misc/filetool.pyo
-%%DATADIR%%/tool/pylib/misc/json.py
-%%DATADIR%%/tool/pylib/misc/json.pyc
-%%DATADIR%%/tool/pylib/misc/json.pyo
-%%DATADIR%%/tool/pylib/misc/securehash.py
-%%DATADIR%%/tool/pylib/misc/securehash.pyc
-%%DATADIR%%/tool/pylib/misc/securehash.pyo
-%%DATADIR%%/tool/pylib/misc/textutil.py
-%%DATADIR%%/tool/pylib/misc/textutil.pyc
-%%DATADIR%%/tool/pylib/misc/textutil.pyo
-%%DATADIR%%/tool/pylib/misc/util.py
-%%DATADIR%%/tool/pylib/misc/util.pyc
-%%DATADIR%%/tool/pylib/misc/util.pyo
-%%DATADIR%%/tool/pylib/polib/LICENSE
-%%DATADIR%%/tool/pylib/polib/__init__.py
-%%DATADIR%%/tool/pylib/polib/__init__.pyc
-%%DATADIR%%/tool/pylib/polib/__init__.pyo
-%%DATADIR%%/tool/pylib/polib/polib.py
-%%DATADIR%%/tool/pylib/polib/polib.pyc
-%%DATADIR%%/tool/pylib/polib/polib.pyo
-%%DATADIR%%/tool/pylib/pyparse/LICENSE
-%%DATADIR%%/tool/pylib/pyparse/__init__.py
-%%DATADIR%%/tool/pylib/pyparse/__init__.pyc
-%%DATADIR%%/tool/pylib/pyparse/__init__.pyo
-%%DATADIR%%/tool/pylib/pyparse/pyparsing.py
-%%DATADIR%%/tool/pylib/pyparse/pyparsing.pyc
-%%DATADIR%%/tool/pylib/pyparse/pyparsing.pyo
-%%DATADIR%%/tool/pylib/simplejson/LICENSE.txt
-%%DATADIR%%/tool/pylib/simplejson/__init__.py
-%%DATADIR%%/tool/pylib/simplejson/__init__.pyc
-%%DATADIR%%/tool/pylib/simplejson/__init__.pyo
-%%DATADIR%%/tool/pylib/simplejson/decoder.py
-%%DATADIR%%/tool/pylib/simplejson/decoder.pyc
-%%DATADIR%%/tool/pylib/simplejson/decoder.pyo
-%%DATADIR%%/tool/pylib/simplejson/encoder.py
-%%DATADIR%%/tool/pylib/simplejson/encoder.pyc
-%%DATADIR%%/tool/pylib/simplejson/encoder.pyo
-%%DATADIR%%/tool/pylib/simplejson/jsonfilter.py
-%%DATADIR%%/tool/pylib/simplejson/jsonfilter.pyc
-%%DATADIR%%/tool/pylib/simplejson/jsonfilter.pyo
-%%DATADIR%%/tool/pylib/simplejson/scanner.py
-%%DATADIR%%/tool/pylib/simplejson/scanner.pyc
-%%DATADIR%%/tool/pylib/simplejson/scanner.pyo
-%%DATADIR%%/tool/pylib/simplejson/tool.py
-%%DATADIR%%/tool/pylib/simplejson/tool.pyc
-%%DATADIR%%/tool/pylib/simplejson/tool.pyo
-%%DATADIR%%/tool/pylib/textile/__init__.py
-%%DATADIR%%/tool/pylib/textile/__init__.pyc
-%%DATADIR%%/tool/pylib/textile/__init__.pyo
-%%DATADIR%%/tool/pylib/textile/textile.py
-%%DATADIR%%/tool/pylib/textile/textile.pyc
-%%DATADIR%%/tool/pylib/textile/textile.pyo
-%%DATADIR%%/tool/test/admin/repository.py
-%%DATADIR%%/tool/test/admin/repository.pyc
-%%DATADIR%%/tool/test/admin/repository.pyo
-%%DATADIR%%/tool/test/compiler/test.py
-%%DATADIR%%/tool/test/compiler/test.pyc
-%%DATADIR%%/tool/test/compiler/test.pyo
-%%DATADIR%%/tool/test/compiler/treegenerator.py
-%%DATADIR%%/tool/test/compiler/treegenerator.pyc
-%%DATADIR%%/tool/test/compiler/treegenerator.pyo
-%%DATADIR%%/tool/test/config/default_jobs_and_keys/config.json
-%%DATADIR%%/tool/test/config/job_extend1/Makefile
-%%DATADIR%%/tool/test/config/job_extend1/config.json
-%%DATADIR%%/tool/test/config/job_extend1/config_1.json
-%%DATADIR%%/tool/test/config/job_extend1/config_2.json
-%%DATADIR%%/tool/test/config/job_extend1/readme.txt
-%%DATADIR%%/tool/test/config/job_extend2/Makefile
-%%DATADIR%%/tool/test/config/job_extend2/config.json
-%%DATADIR%%/tool/test/config/job_extend2/config_1.json
-%%DATADIR%%/tool/test/config/job_extend2/config_2.json
-%%DATADIR%%/tool/test/config/job_extend2/readme.txt
-%%DATADIR%%/tool/test/config/job_extend3/Makefile
-%%DATADIR%%/tool/test/config/job_extend3/config.json
-%%DATADIR%%/tool/test/config/job_extend3/config_1.json
-%%DATADIR%%/tool/test/config/job_extend3/config_2.json
-%%DATADIR%%/tool/test/config/job_extend3/readme.txt
-%%DATADIR%%/tool/test/misc/copytool.py
-%%DATADIR%%/tool/test/misc/copytool.pyc
-%%DATADIR%%/tool/test/misc/copytool.pyo
-%%DATADIR%%/tool/test/misc/filetool.py
-%%DATADIR%%/tool/test/misc/filetool.pyc
-%%DATADIR%%/tool/test/misc/filetool.pyo
-%%DATADIR%%/tool/test/output/uri_handling1/Makefile
-%%DATADIR%%/tool/test/output/uri_handling1/Manifest.json
-%%DATADIR%%/tool/test/output/uri_handling1/config.json
-%%DATADIR%%/tool/test/output/uri_handling1/readme.txt
-%%DATADIR%%/tool/test/output/uri_handling1/source.js
-%%DATADIR%%/tool/test/output/uri_handling1/source/class/gui/Application.js
-%%DATADIR%%/tool/test/output/uri_handling1/source/resource/gui/test.png
-%%DATADIR%%/tool/test/translation/translation_1/gui/Manifest.json
-%%DATADIR%%/tool/test/translation/translation_1/gui/compare/source/translation/en.po
-%%DATADIR%%/tool/test/translation/translation_1/gui/config.json
-%%DATADIR%%/tool/test/translation/translation_1/gui/generate.py
-%%DATADIR%%/tool/test/translation/translation_1/gui/generate.pyc
-%%DATADIR%%/tool/test/translation/translation_1/gui/generate.pyo
-%%DATADIR%%/tool/test/translation/translation_1/gui/readme.txt
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/Application.js
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/test/DemoTest.js
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Appearance.js
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Color.js
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Decoration.js
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Font.js
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme/Theme.js
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/index.html
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/resource/gui/test.png
-%%DATADIR%%/tool/test/translation/translation_1/gui/source/translation/readme.txt
-%%DATADIR%%/version.txt
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/translation
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/script
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/resource/gui
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/resource
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/theme
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui/test
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class/gui
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source/class
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/source
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/compare/source/translation
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/compare/source
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui/compare
-@dirrm %%DATADIR%%/tool/test/translation/translation_1/gui
-@dirrm %%DATADIR%%/tool/test/translation/translation_1
-@dirrm %%DATADIR%%/tool/test/translation
-@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/translation
-@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/resource/gui
-@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/resource
-@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/class/gui
-@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source/class
-@dirrm %%DATADIR%%/tool/test/output/uri_handling1/source
-@dirrm %%DATADIR%%/tool/test/output/uri_handling1
-@dirrm %%DATADIR%%/tool/test/output
-@dirrm %%DATADIR%%/tool/test/misc
-@dirrm %%DATADIR%%/tool/test/config/job_extend3
-@dirrm %%DATADIR%%/tool/test/config/job_extend2
-@dirrm %%DATADIR%%/tool/test/config/job_extend1
-@dirrm %%DATADIR%%/tool/test/config/default_jobs_and_keys
-@dirrm %%DATADIR%%/tool/test/config
-@dirrm %%DATADIR%%/tool/test/compiler
-@dirrm %%DATADIR%%/tool/test/admin
-@dirrm %%DATADIR%%/tool/test
-@dirrm %%DATADIR%%/tool/pylib/textile
-@dirrm %%DATADIR%%/tool/pylib/simplejson
-@dirrm %%DATADIR%%/tool/pylib/pyparse
-@dirrm %%DATADIR%%/tool/pylib/polib
-@dirrm %%DATADIR%%/tool/pylib/misc
-@dirrm %%DATADIR%%/tool/pylib/graph/classes
-@dirrm %%DATADIR%%/tool/pylib/graph/algorithms/heuristics
-@dirrm %%DATADIR%%/tool/pylib/graph/algorithms/filters
-@dirrm %%DATADIR%%/tool/pylib/graph/algorithms
-@dirrm %%DATADIR%%/tool/pylib/graph
-@dirrm %%DATADIR%%/tool/pylib/generator/runtime
-@dirrm %%DATADIR%%/tool/pylib/generator/resource
-@dirrm %%DATADIR%%/tool/pylib/generator/config
-@dirrm %%DATADIR%%/tool/pylib/generator/code/clazz
-@dirrm %%DATADIR%%/tool/pylib/generator/code
-@dirrm %%DATADIR%%/tool/pylib/generator/action
-@dirrm %%DATADIR%%/tool/pylib/generator
-@dirrm %%DATADIR%%/tool/pylib/elementtree
-@dirrm %%DATADIR%%/tool/pylib/ecmascript/transform/optimizer
-@dirrm %%DATADIR%%/tool/pylib/ecmascript/transform/evaluate
-@dirrm %%DATADIR%%/tool/pylib/ecmascript/transform/check
-@dirrm %%DATADIR%%/tool/pylib/ecmascript/transform
-@dirrm %%DATADIR%%/tool/pylib/ecmascript/frontend
-@dirrm %%DATADIR%%/tool/pylib/ecmascript/backend
-@dirrm %%DATADIR%%/tool/pylib/ecmascript
-@dirrm %%DATADIR%%/tool/pylib/demjson
-@dirrm %%DATADIR%%/tool/pylib/cssmin
-@dirrm %%DATADIR%%/tool/pylib
-@dirrm %%DATADIR%%/tool/doc/diagram
-@dirrm %%DATADIR%%/tool/doc
-@dirrm %%DATADIR%%/tool/data/py
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/translation
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/resource/test
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/resource
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/class/test/theme
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/class/test/test
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/class/test/simulation
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/class/test
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source/class
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test/source
-@dirrm %%DATADIR%%/tool/data/migration/2.1/test
-@dirrm %%DATADIR%%/tool/data/migration/2.1/patches
-@dirrm %%DATADIR%%/tool/data/migration/2.1/info
-@dirrm %%DATADIR%%/tool/data/migration/2.1
-@dirrm %%DATADIR%%/tool/data/migration/2.0/patches
-@dirrm %%DATADIR%%/tool/data/migration/2.0/info
-@dirrm %%DATADIR%%/tool/data/migration/2.0
-@dirrm %%DATADIR%%/tool/data/migration/1.6/patches
-@dirrm %%DATADIR%%/tool/data/migration/1.6/info
-@dirrm %%DATADIR%%/tool/data/migration/1.6
-@dirrm %%DATADIR%%/tool/data/migration/1.5/patches
-@dirrm %%DATADIR%%/tool/data/migration/1.5/info
-@dirrm %%DATADIR%%/tool/data/migration/1.5
-@dirrm %%DATADIR%%/tool/data/migration/1.4/patches
-@dirrm %%DATADIR%%/tool/data/migration/1.4/info
-@dirrm %%DATADIR%%/tool/data/migration/1.4
-@dirrm %%DATADIR%%/tool/data/migration/1.3/patches
-@dirrm %%DATADIR%%/tool/data/migration/1.3/info
-@dirrm %%DATADIR%%/tool/data/migration/1.3.1
-@dirrm %%DATADIR%%/tool/data/migration/1.3
-@dirrm %%DATADIR%%/tool/data/migration/1.2/patches
-@dirrm %%DATADIR%%/tool/data/migration/1.2/info
-@dirrm %%DATADIR%%/tool/data/migration/1.2.2
-@dirrm %%DATADIR%%/tool/data/migration/1.2.1
-@dirrm %%DATADIR%%/tool/data/migration/1.2
-@dirrm %%DATADIR%%/tool/data/migration/1.1.2
-@dirrm %%DATADIR%%/tool/data/migration/1.1.1
-@dirrm %%DATADIR%%/tool/data/migration/1.1
-@dirrm %%DATADIR%%/tool/data/migration/1.0/patches
-@dirrm %%DATADIR%%/tool/data/migration/1.0/info
-@dirrm %%DATADIR%%/tool/data/migration/1.0.2
-@dirrm %%DATADIR%%/tool/data/migration/1.0.1
-@dirrm %%DATADIR%%/tool/data/migration/1.0
-@dirrm %%DATADIR%%/tool/data/migration/0.8/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8/info
-@dirrm %%DATADIR%%/tool/data/migration/0.8.3/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8.3/info
-@dirrm %%DATADIR%%/tool/data/migration/0.8.3
-@dirrm %%DATADIR%%/tool/data/migration/0.8.2/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8.2/info
-@dirrm %%DATADIR%%/tool/data/migration/0.8.2
-@dirrm %%DATADIR%%/tool/data/migration/0.8.1/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8.1/info
-@dirrm %%DATADIR%%/tool/data/migration/0.8.1
-@dirrm %%DATADIR%%/tool/data/migration/0.8-rc1/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8-rc1/info
-@dirrm %%DATADIR%%/tool/data/migration/0.8-rc1
-@dirrm %%DATADIR%%/tool/data/migration/0.8-pre2/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8-pre2
-@dirrm %%DATADIR%%/tool/data/migration/0.8-pre1/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8-pre1/info
-@dirrm %%DATADIR%%/tool/data/migration/0.8-pre1
-@dirrm %%DATADIR%%/tool/data/migration/0.8-beta1/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.8-beta1
-@dirrm %%DATADIR%%/tool/data/migration/0.8
-@dirrm %%DATADIR%%/tool/data/migration/0.7/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.7.4/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.7.4/info
-@dirrm %%DATADIR%%/tool/data/migration/0.7.4
-@dirrm %%DATADIR%%/tool/data/migration/0.7.3/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.7.3/info
-@dirrm %%DATADIR%%/tool/data/migration/0.7.3
-@dirrm %%DATADIR%%/tool/data/migration/0.7.2/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.7.2
-@dirrm %%DATADIR%%/tool/data/migration/0.7.1/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.7.1
-@dirrm %%DATADIR%%/tool/data/migration/0.7-beta3
-@dirrm %%DATADIR%%/tool/data/migration/0.7-beta2/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.7-beta2
-@dirrm %%DATADIR%%/tool/data/migration/0.7-beta1/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.7-beta1/info
-@dirrm %%DATADIR%%/tool/data/migration/0.7-beta1
-@dirrm %%DATADIR%%/tool/data/migration/0.7
-@dirrm %%DATADIR%%/tool/data/migration/0.6/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.6/info
-@dirrm %%DATADIR%%/tool/data/migration/0.6.7
-@dirrm %%DATADIR%%/tool/data/migration/0.6.6/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.6.6
-@dirrm %%DATADIR%%/tool/data/migration/0.6.5/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.6.5/info
-@dirrm %%DATADIR%%/tool/data/migration/0.6.5
-@dirrm %%DATADIR%%/tool/data/migration/0.6.4/info
-@dirrm %%DATADIR%%/tool/data/migration/0.6.4
-@dirrm %%DATADIR%%/tool/data/migration/0.6.3/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.6.3
-@dirrm %%DATADIR%%/tool/data/migration/0.6.2/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.6.2/info
-@dirrm %%DATADIR%%/tool/data/migration/0.6.2
-@dirrm %%DATADIR%%/tool/data/migration/0.6.1/patches
-@dirrm %%DATADIR%%/tool/data/migration/0.6.1/info
-@dirrm %%DATADIR%%/tool/data/migration/0.6.1
-@dirrm %%DATADIR%%/tool/data/migration/0.6
-@dirrm %%DATADIR%%/tool/data/migration/0.5.2/info
-@dirrm %%DATADIR%%/tool/data/migration/0.5.2
-@dirrm %%DATADIR%%/tool/data/migration
-@dirrm %%DATADIR%%/tool/data/icon
-@dirrm %%DATADIR%%/tool/data/generator
-@dirrm %%DATADIR%%/tool/data/config
-@dirrm %%DATADIR%%/tool/data/cldr/main
-@dirrm %%DATADIR%%/tool/data/cldr
-@dirrm %%DATADIR%%/tool/data/apidoc
-@dirrm %%DATADIR%%/tool/data
-@dirrm %%DATADIR%%/tool/bin
-@dirrm %%DATADIR%%/tool
-@dirrm %%DATADIR%%/framework/source/translation
-@dirrm %%DATADIR%%/framework/source/resource/source/Modern
-@dirrm %%DATADIR%%/framework/source/resource/source
-@dirrm %%DATADIR%%/framework/source/resource/qx/test/xmlhttp
-@dirrm %%DATADIR%%/framework/source/resource/qx/test/webfonts
-@dirrm %%DATADIR%%/framework/source/resource/qx/test/part
-@dirrm %%DATADIR%%/framework/source/resource/qx/test/media
-@dirrm %%DATADIR%%/framework/source/resource/qx/test
-@dirrm %%DATADIR%%/framework/source/resource/qx/static
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/ios
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/common
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/color
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/basic
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less/android
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/less
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/js
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon/ios
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon/indigo
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon/common
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon/android
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/icon
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile/css
-@dirrm %%DATADIR%%/framework/source/resource/qx/mobile
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/64
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/48
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/32
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/22
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/16
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango/128
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Tango
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/64
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/48
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/32
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/22
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/16
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/status
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/places
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/mimetypes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emotes
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/emblems
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/devices
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/categories
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/apps
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128/actions
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen/128
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon/Oxygen
-@dirrm %%DATADIR%%/framework/source/resource/qx/icon
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/window
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/treevirtual
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/tree
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/tabview
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/table
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/splitpane
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/menu
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/cursors
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/colorselector
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/checkbox
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple/arrows
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Simple
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/window
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/treevirtual
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/tree
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/toolbar
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/tabview
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/table
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/splitpane
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/shadow
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/scrollbar
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/pane
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/menu
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/groupbox
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/form
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/cursors
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/colorselector
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern/arrows
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Modern
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Indigo/font
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Indigo
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/window
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/treevirtual
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/tree
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/table
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/splitpane
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/shadow
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/menu
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/form
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/datechooser
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/cursors
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/colorselector
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic/arrows
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration/Classic
-@dirrm %%DATADIR%%/framework/source/resource/qx/decoration
-@dirrm %%DATADIR%%/framework/source/resource/qx
-@dirrm %%DATADIR%%/framework/source/resource
-@dirrm %%DATADIR%%/framework/source/class/qx/xml
-@dirrm %%DATADIR%%/framework/source/class/qx/util/placement
-@dirrm %%DATADIR%%/framework/source/class/qx/util/fsm
-@dirrm %%DATADIR%%/framework/source/class/qx/util/format
-@dirrm %%DATADIR%%/framework/source/class/qx/util
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/window
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/selection
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/layer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/form
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/core
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/cell
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual/behavior
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/virtual
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/treevirtual
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/tree/selection
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/tree/provider
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/tree/core
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/tree
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/tooltip
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/toolbar
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/tabview
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/selection
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/rowrenderer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/pane
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/model
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/headerrenderer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmodel/resizebehavior
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmodel
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/simple
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmenu/grid
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/columnmenu
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/cellrenderer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table/celleditor
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/table
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/splitpane
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/root
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/structure
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table/cell
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/renderer/table
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/renderer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/model
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive/headfoot
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/progressive
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/popup
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/toolbar
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/tabbar
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/page
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/navigationbar
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/navigation
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/list/renderer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/list/provider
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/list
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/layout
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/form/renderer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/form
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/embed
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/dialog
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/core
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/container
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile/basic
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/mobile
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/menubar
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/menu
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/list/provider
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/list/core
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/list
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/layout
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/indicator
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/groupbox
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/form/validation
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/form/renderer
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/form/core
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/form
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/embed
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/decoration/css3
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/decoration
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/value
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/selection
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/scroll
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/core/queue
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/core
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/control
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/container
-@dirrm %%DATADIR%%/framework/source/class/qx/ui/basic
-@dirrm %%DATADIR%%/framework/source/class/qx/ui
-@dirrm %%DATADIR%%/framework/source/class/qx/type
-@dirrm %%DATADIR%%/framework/source/class/qx/theme/simple
-@dirrm %%DATADIR%%/framework/source/class/qx/theme/modern
-@dirrm %%DATADIR%%/framework/source/class/qx/theme/manager
-@dirrm %%DATADIR%%/framework/source/class/qx/theme/indigo
-@dirrm %%DATADIR%%/framework/source/class/qx/theme/icon
-@dirrm %%DATADIR%%/framework/source/class/qx/theme/classic
-@dirrm %%DATADIR%%/framework/source/class/qx/theme
-@dirrm %%DATADIR%%/framework/source/class/qx/test/util/placement
-@dirrm %%DATADIR%%/framework/source/class/qx/test/util
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance/layer
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/performance
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/layer
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual/cell
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/virtual
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/tree/virtual
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/tree
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/toolbar
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table/model
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table/columnmodel
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table/celleditor
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/table
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/selection
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/root
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/list/fixture
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/list/core
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/list
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/layout
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/indicator
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/form/virtual
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/form
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/embed
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/decoration
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/core
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/control
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/container
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui/basic
-@dirrm %%DATADIR%%/framework/source/class/qx/test/ui
-@dirrm %%DATADIR%%/framework/source/class/qx/test/type
-@dirrm %%DATADIR%%/framework/source/class/qx/test/toolchain
-@dirrm %%DATADIR%%/framework/source/class/qx/test/theme/manager
-@dirrm %%DATADIR%%/framework/source/class/qx/test/theme
-@dirrm %%DATADIR%%/framework/source/class/qx/test/renderer
-@dirrm %%DATADIR%%/framework/source/class/qx/test/performance/widget
-@dirrm %%DATADIR%%/framework/source/class/qx/test/performance/mock
-@dirrm %%DATADIR%%/framework/source/class/qx/test/performance/element
-@dirrm %%DATADIR%%/framework/source/class/qx/test/performance/decorator
-@dirrm %%DATADIR%%/framework/source/class/qx/test/performance/data
-@dirrm %%DATADIR%%/framework/source/class/qx/test/performance
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/toolbar
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/tabbar
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/page
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/navigationbar
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/list
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/layout
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/form
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/embed
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/dialog
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/core
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/container
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile/basic
-@dirrm %%DATADIR%%/framework/source/class/qx/test/mobile
-@dirrm %%DATADIR%%/framework/source/class/qx/test/log/fixture
-@dirrm %%DATADIR%%/framework/source/class/qx/test/log
-@dirrm %%DATADIR%%/framework/source/class/qx/test/locale
-@dirrm %%DATADIR%%/framework/source/class/qx/test/lang/normalize
-@dirrm %%DATADIR%%/framework/source/class/qx/test/lang
-@dirrm %%DATADIR%%/framework/source/class/qx/test/io/rest
-@dirrm %%DATADIR%%/framework/source/class/qx/test/io/request
-@dirrm %%DATADIR%%/framework/source/class/qx/test/io/remote/transport
-@dirrm %%DATADIR%%/framework/source/class/qx/test/io/remote
-@dirrm %%DATADIR%%/framework/source/class/qx/test/io/part
-@dirrm %%DATADIR%%/framework/source/class/qx/test/io
-@dirrm %%DATADIR%%/framework/source/class/qx/test/html
-@dirrm %%DATADIR%%/framework/source/class/qx/test/event/type
-@dirrm %%DATADIR%%/framework/source/class/qx/test/event/message
-@dirrm %%DATADIR%%/framework/source/class/qx/test/event/handler
-@dirrm %%DATADIR%%/framework/source/class/qx/test/event/dispatch
-@dirrm %%DATADIR%%/framework/source/class/qx/test/event
-@dirrm %%DATADIR%%/framework/source/class/qx/test/dom
-@dirrm %%DATADIR%%/framework/source/class/qx/test/dev/unit
-@dirrm %%DATADIR%%/framework/source/class/qx/test/dev
-@dirrm %%DATADIR%%/framework/source/class/qx/test/data/store
-@dirrm %%DATADIR%%/framework/source/class/qx/test/data/singlevalue
-@dirrm %%DATADIR%%/framework/source/class/qx/test/data/marshal
-@dirrm %%DATADIR%%/framework/source/class/qx/test/data/controller
-@dirrm %%DATADIR%%/framework/source/class/qx/test/data
-@dirrm %%DATADIR%%/framework/source/class/qx/test/core
-@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/webfonts
-@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/storage
-@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/request
-@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/media
-@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/element
-@dirrm %%DATADIR%%/framework/source/class/qx/test/bom/client
-@dirrm %%DATADIR%%/framework/source/class/qx/test/bom
-@dirrm %%DATADIR%%/framework/source/class/qx/test/application
-@dirrm %%DATADIR%%/framework/source/class/qx/test
-@dirrm %%DATADIR%%/framework/source/class/qx/module/util
-@dirrm %%DATADIR%%/framework/source/class/qx/module/event
-@dirrm %%DATADIR%%/framework/source/class/qx/module
-@dirrm %%DATADIR%%/framework/source/class/qx/log/appender
-@dirrm %%DATADIR%%/framework/source/class/qx/log
-@dirrm %%DATADIR%%/framework/source/class/qx/locale
-@dirrm %%DATADIR%%/framework/source/class/qx/lang/normalize
-@dirrm %%DATADIR%%/framework/source/class/qx/lang
-@dirrm %%DATADIR%%/framework/source/class/qx/io/rest
-@dirrm %%DATADIR%%/framework/source/class/qx/io/request/authentication
-@dirrm %%DATADIR%%/framework/source/class/qx/io/request/auth
-@dirrm %%DATADIR%%/framework/source/class/qx/io/request
-@dirrm %%DATADIR%%/framework/source/class/qx/io/remote/transport
-@dirrm %%DATADIR%%/framework/source/class/qx/io/remote
-@dirrm %%DATADIR%%/framework/source/class/qx/io/part
-@dirrm %%DATADIR%%/framework/source/class/qx/io
-@dirrm %%DATADIR%%/framework/source/class/qx/html
-@dirrm %%DATADIR%%/framework/source/class/qx/fx/queue
-@dirrm %%DATADIR%%/framework/source/class/qx/fx/effect/core
-@dirrm %%DATADIR%%/framework/source/class/qx/fx/effect/combination
-@dirrm %%DATADIR%%/framework/source/class/qx/fx/effect
-@dirrm %%DATADIR%%/framework/source/class/qx/fx
-@dirrm %%DATADIR%%/framework/source/class/qx/event/util
-@dirrm %%DATADIR%%/framework/source/class/qx/event/type
-@dirrm %%DATADIR%%/framework/source/class/qx/event/message
-@dirrm %%DATADIR%%/framework/source/class/qx/event/handler
-@dirrm %%DATADIR%%/framework/source/class/qx/event/dispatch
-@dirrm %%DATADIR%%/framework/source/class/qx/event
-@dirrm %%DATADIR%%/framework/source/class/qx/dom
-@dirrm %%DATADIR%%/framework/source/class/qx/dev/unit
-@dirrm %%DATADIR%%/framework/source/class/qx/dev
-@dirrm %%DATADIR%%/framework/source/class/qx/data/store
-@dirrm %%DATADIR%%/framework/source/class/qx/data/marshal
-@dirrm %%DATADIR%%/framework/source/class/qx/data/controller/website
-@dirrm %%DATADIR%%/framework/source/class/qx/data/controller
-@dirrm %%DATADIR%%/framework/source/class/qx/data
-@dirrm %%DATADIR%%/framework/source/class/qx/core
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/webfonts
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/storage
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/request
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/media
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/htmlarea/manager
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/htmlarea
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/element
-@dirrm %%DATADIR%%/framework/source/class/qx/bom/client
-@dirrm %%DATADIR%%/framework/source/class/qx/bom
-@dirrm %%DATADIR%%/framework/source/class/qx/application
-@dirrm %%DATADIR%%/framework/source/class/qx
-@dirrm %%DATADIR%%/framework/source/class
-@dirrm %%DATADIR%%/framework/source
-@dirrm %%DATADIR%%/framework/api/script
-@dirrm %%DATADIR%%/framework/api/resource/qx/static
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22/apps
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22/actions
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/22
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/places
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/mimetypes
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/apps
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16/actions
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango/16
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon/Tango
-@dirrm %%DATADIR%%/framework/api/resource/qx/icon
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/window
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/treevirtual
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/tree
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/tabview
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/table
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/splitpane
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/menu
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/cursors
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/colorselector
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/checkbox
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple/arrows
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Simple
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Indigo/font
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration/Indigo
-@dirrm %%DATADIR%%/framework/api/resource/qx/decoration
-@dirrm %%DATADIR%%/framework/api/resource/qx
-@dirrm %%DATADIR%%/framework/api/resource/apiviewer/imagesCombined
-@dirrm %%DATADIR%%/framework/api/resource/apiviewer/image
-@dirrm %%DATADIR%%/framework/api/resource/apiviewer/css
-@dirrm %%DATADIR%%/framework/api/resource/apiviewer
-@dirrm %%DATADIR%%/framework/api/resource
-@dirrm %%DATADIR%%/framework/api
-@dirrm %%DATADIR%%/framework
-@dirrm %%DATADIR%%/component/tutorials/website/step1
-@dirrm %%DATADIR%%/component/tutorials/website
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.5
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets/simulation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4.1
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.4
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.3
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2.1
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.2
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step4.1
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step3
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step2
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source/translation
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source/resource/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source/resource
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/theme
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets/test
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source/class/tweets
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source/class
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1/source
-@dirrm %%DATADIR%%/component/tutorials/tweets/step1
-@dirrm %%DATADIR%%/component/tutorials/tweets
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source/translation
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source/resource/mobiletweets/css
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source/resource/mobiletweets
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source/resource
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source/class/mobiletweets/page
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source/class/mobiletweets
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source/class
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1/source
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets/step1
-@dirrm %%DATADIR%%/component/tutorials/mobiletweets
-@dirrm %%DATADIR%%/component/tutorials
-@dirrm %%DATADIR%%/component/testrunner/tool
-@dirrm %%DATADIR%%/component/testrunner/source/translation
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/image
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget/css
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view/widget
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view/mobile/css
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view/mobile
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view/html/css
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view/html
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner/view
-@dirrm %%DATADIR%%/component/testrunner/source/resource/testrunner
-@dirrm %%DATADIR%%/component/testrunner/source/resource
-@dirrm %%DATADIR%%/component/testrunner/source/html
-@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/view/widget
-@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/view/mobile
-@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/view
-@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/test/basic
-@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/test
-@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner/runner
-@dirrm %%DATADIR%%/component/testrunner/source/class/testrunner
-@dirrm %%DATADIR%%/component/testrunner/source/class
-@dirrm %%DATADIR%%/component/testrunner/source
-@dirrm %%DATADIR%%/component/testrunner
-@dirrm %%DATADIR%%/component/standalone/website/test
-@dirrm %%DATADIR%%/component/standalone/website/script
-@dirrm %%DATADIR%%/component/standalone/website/api/script
-@dirrm %%DATADIR%%/component/standalone/website/api
-@dirrm %%DATADIR%%/component/standalone/website
-@dirrm %%DATADIR%%/component/standalone/storage
-@dirrm %%DATADIR%%/component/standalone/server/test/npm
-@dirrm %%DATADIR%%/component/standalone/server/test
-@dirrm %%DATADIR%%/component/standalone/server/script
-@dirrm %%DATADIR%%/component/standalone/server/npm
-@dirrm %%DATADIR%%/component/standalone/server
-@dirrm %%DATADIR%%/component/standalone/emitter
-@dirrm %%DATADIR%%/component/standalone
-@dirrm %%DATADIR%%/component/skeleton/website/test
-@dirrm %%DATADIR%%/component/skeleton/website
-@dirrm %%DATADIR%%/component/skeleton/server/source/translation
-@dirrm %%DATADIR%%/component/skeleton/server/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/server/source/resource
-@dirrm %%DATADIR%%/component/skeleton/server/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/server/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/server/source/class
-@dirrm %%DATADIR%%/component/skeleton/server/source
-@dirrm %%DATADIR%%/component/skeleton/server
-@dirrm %%DATADIR%%/component/skeleton/native/source/translation
-@dirrm %%DATADIR%%/component/skeleton/native/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/native/source/resource
-@dirrm %%DATADIR%%/component/skeleton/native/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/native/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/native/source/class
-@dirrm %%DATADIR%%/component/skeleton/native/source
-@dirrm %%DATADIR%%/component/skeleton/native
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/translation
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/resource/custom/icon
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/resource/custom/css
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/resource
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/class/custom/simulation
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/mobile/source/class
-@dirrm %%DATADIR%%/component/skeleton/mobile/source
-@dirrm %%DATADIR%%/component/skeleton/mobile
-@dirrm %%DATADIR%%/component/skeleton/inline/source/translation
-@dirrm %%DATADIR%%/component/skeleton/inline/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/inline/source/resource
-@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom/theme
-@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom/simulation
-@dirrm %%DATADIR%%/component/skeleton/inline/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/inline/source/class
-@dirrm %%DATADIR%%/component/skeleton/inline/source
-@dirrm %%DATADIR%%/component/skeleton/inline
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/translation
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/resource
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom/theme
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom/simulation
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/desktop/source/class
-@dirrm %%DATADIR%%/component/skeleton/desktop/source
-@dirrm %%DATADIR%%/component/skeleton/desktop
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/translation
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/resource
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/modern
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme/classic
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/theme
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom/test
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source/class
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/source
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/translation
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource/custom/demo
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource/custom
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/resource
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/theme
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/test
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo/simulation
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom/demo
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class/custom
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source/class
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default/source
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo/default
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk/demo
-@dirrm %%DATADIR%%/component/skeleton/contribution/trunk
-@dirrm %%DATADIR%%/component/skeleton/contribution
-@dirrm %%DATADIR%%/component/skeleton
-@dirrm %%DATADIR%%/component/simulator/tool/user-extensions
-@dirrm %%DATADIR%%/component/simulator/tool/com/thoughtworks/selenium
-@dirrm %%DATADIR%%/component/simulator/tool/com/thoughtworks
-@dirrm %%DATADIR%%/component/simulator/tool/com
-@dirrm %%DATADIR%%/component/simulator/tool
-@dirrm %%DATADIR%%/component/simulator/source/translation
-@dirrm %%DATADIR%%/component/simulator/source/resource
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator/unit
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator/reporter
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/form
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction/core
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver/interaction
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator/qxwebdriver
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator/autounit
-@dirrm %%DATADIR%%/component/simulator/source/class/simulator
-@dirrm %%DATADIR%%/component/simulator/source/class
-@dirrm %%DATADIR%%/component/simulator/source
-@dirrm %%DATADIR%%/component/simulator
-@dirrm %%DATADIR%%/component/library/versionlabel/source/translation
-@dirrm %%DATADIR%%/component/library/versionlabel/source/resource
-@dirrm %%DATADIR%%/component/library/versionlabel/source/class/qxc/ui/versionlabel
-@dirrm %%DATADIR%%/component/library/versionlabel/source/class/qxc/ui
-@dirrm %%DATADIR%%/component/library/versionlabel/source/class/qxc
-@dirrm %%DATADIR%%/component/library/versionlabel/source/class
-@dirrm %%DATADIR%%/component/library/versionlabel/source
-@dirrm %%DATADIR%%/component/library/versionlabel
-@dirrm %%DATADIR%%/component/library/logpane/source/translation
-@dirrm %%DATADIR%%/component/library/logpane/source/resource
-@dirrm %%DATADIR%%/component/library/logpane/source/class/qxc/ui/logpane
-@dirrm %%DATADIR%%/component/library/logpane/source/class/qxc/ui
-@dirrm %%DATADIR%%/component/library/logpane/source/class/qxc
-@dirrm %%DATADIR%%/component/library/logpane/source/class
-@dirrm %%DATADIR%%/component/library/logpane/source
-@dirrm %%DATADIR%%/component/library/logpane
-@dirrm %%DATADIR%%/component/library/indigo/source/translation
-@dirrm %%DATADIR%%/component/library/indigo/source/resource/indigo/fonts
-@dirrm %%DATADIR%%/component/library/indigo/source/resource/indigo/css
-@dirrm %%DATADIR%%/component/library/indigo/source/resource/indigo
-@dirrm %%DATADIR%%/component/library/indigo/source/resource
-@dirrm %%DATADIR%%/component/library/indigo/source/class/indigo
-@dirrm %%DATADIR%%/component/library/indigo/source/class
-@dirrm %%DATADIR%%/component/library/indigo/source
-@dirrm %%DATADIR%%/component/library/indigo
-@dirrm %%DATADIR%%/component/library/formdemo/source/translation
-@dirrm %%DATADIR%%/component/library/formdemo/source/resource
-@dirrm %%DATADIR%%/component/library/formdemo/source/class/qxc/application/formdemo
-@dirrm %%DATADIR%%/component/library/formdemo/source/class/qxc/application
-@dirrm %%DATADIR%%/component/library/formdemo/source/class/qxc
-@dirrm %%DATADIR%%/component/library/formdemo/source/class
-@dirrm %%DATADIR%%/component/library/formdemo/source
-@dirrm %%DATADIR%%/component/library/formdemo
-@dirrm %%DATADIR%%/component/library/datademo/source/translation
-@dirrm %%DATADIR%%/component/library/datademo/source/resource/qxc/application/datademo
-@dirrm %%DATADIR%%/component/library/datademo/source/resource/qxc/application
-@dirrm %%DATADIR%%/component/library/datademo/source/resource/qxc
-@dirrm %%DATADIR%%/component/library/datademo/source/resource
-@dirrm %%DATADIR%%/component/library/datademo/source/class/qxc/application/datademo
-@dirrm %%DATADIR%%/component/library/datademo/source/class/qxc/application
-@dirrm %%DATADIR%%/component/library/datademo/source/class/qxc
-@dirrm %%DATADIR%%/component/library/datademo/source/class
-@dirrm %%DATADIR%%/component/library/datademo/source
-@dirrm %%DATADIR%%/component/library/datademo
-@dirrm %%DATADIR%%/component/library
-@dirrm %%DATADIR%%/component/inspector/source/translation
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/shell
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/icons
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/components
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images/autocomplete
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/images
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/html
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector/css
-@dirrm %%DATADIR%%/component/inspector/source/resource/inspector
-@dirrm %%DATADIR%%/component/inspector/source/resource
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/widgets
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/view
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/theme
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/objects/fixture
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/objects
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/components/fixture
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test/components
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/test
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/selenium
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/property
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/objects/table
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/objects
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/console
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector/components
-@dirrm %%DATADIR%%/component/inspector/source/class/inspector
-@dirrm %%DATADIR%%/component/inspector/source/class
-@dirrm %%DATADIR%%/component/inspector/source
-@dirrm %%DATADIR%%/component/inspector
-@dirrm %%DATADIR%%/component/apiviewer/source/translation
-@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer/imagesCombined
-@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer/image
-@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer/css
-@dirrm %%DATADIR%%/component/apiviewer/source/resource/apiviewer
-@dirrm %%DATADIR%%/component/apiviewer/source/resource
-@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/tabview
-@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/ui/panels
-@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/ui
-@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/test
-@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer/dao
-@dirrm %%DATADIR%%/component/apiviewer/source/class/apiviewer
-@dirrm %%DATADIR%%/component/apiviewer/source/class
-@dirrm %%DATADIR%%/component/apiviewer/source
-@dirrm %%DATADIR%%/component/apiviewer
-@dirrm %%DATADIR%%/component
-@dirrm %%DATADIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/resource/widgetbrowser
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/view
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/simulation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/pages
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgetbrowser
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/resource/tutorial/mobile
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/resource/tutorial/desktop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/resource/tutorial
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/class/tutorial/view
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/class/tutorial
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/todo/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/todo/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/todo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/favicon
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/static
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist/imicons
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/virtuallist
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/tree
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/table
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/i18n
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/htmleditor
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/form
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/dragdrop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/databinding
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase/animation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource/showcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/ui
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist/messenger
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/virtuallist
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/tree
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/view
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme/appearance
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme/calc
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/table
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/i18n
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/htmleditor
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/form
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/dragdrop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page/databinding
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase/page
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class/showcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/favicon
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/static
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist/imicons
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/virtuallist
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/tree
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/table
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/i18n
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/htmleditor
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/form
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/dragdrop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/databinding
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase/animation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/showcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qxc/application/datademo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qxc/application
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qxc
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/static
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/devices
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64/actions
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/64
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/places
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/mimetypes
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/emotes
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/devices
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/apps
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22/actions
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/22
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/status
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/places
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/mimetypes
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/apps
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16/actions
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango/16
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon/Tango
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/icon
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/window
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/treevirtual
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tree
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/tabview
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/table
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/splitpane
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/menu
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/cursors
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/colorselector
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/checkbox
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple/arrows
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Simple
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo/font
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration/Indigo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx/decoration
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/qx
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/indigo/fonts
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/indigo/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource/indigo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/build
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/js
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/image
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground/editor
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource/playground
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground/view
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class/playground
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/playground
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase/icon
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/resource/mobileshowcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/simulation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase/page
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/class/mobileshowcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobileshowcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/github
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/website
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images/combined
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource/feedreader
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/website
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/mobile
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/view/desktop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/view
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation/ria
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation/mobile
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/simulation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/model
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader/io
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class/feedreader
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/feedreader
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/resource/fce/lowlevel/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/resource/fce/lowlevel
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/resource/fce
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view/cellrenderer
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/view
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/class/fce/simulation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/class/fce
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/featureconfigeditor
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/tool
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/translation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/script
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/welcome
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/webworker
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/ui
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/theme
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test/combined
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/mobile
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/media
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/htmlarea
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/html
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/fonts
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/flash
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/data
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/background
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/backend
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/widget
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/virtual/json
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/virtual
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/ui/json
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/ui
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/treevirtual
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/table
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/showcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/root
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/progressive
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/mobile
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/layout
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/event/data
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/event
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/data
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/bom
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo/animation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/demo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo/widget
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation/demo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/simulation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/widget
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/tree
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/model
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual/list
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/virtual
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/util
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/treevirtual
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/test
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/table
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/showcase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/root
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/progressive
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/mobile
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/layout
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/event
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/model
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data/filter
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/data
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/dragdrop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal/box
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom/portal
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/bom
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/animation
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class/demobrowser
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source/class
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser/source
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demobrowser
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/widget
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/website
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tool/translation
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tool/sdk
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tool/migration
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tool/generator
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/tool
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/server
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/mobile
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/layout
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/introduction
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/development
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/desktop/ui_html_editing
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/desktop/tutorials
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/desktop
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/data_binding
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/core
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/communication
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages/application
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/pages
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static/static
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static/fonts
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static/copies
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/widget
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/website
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tool/translation
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tool/sdk
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tool/migration
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tool/generator
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/tool
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/server
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/mobile
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/layout
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/introduction
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/development
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/desktop/ui_html_editing
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/desktop/tutorials
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/desktop
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/data_binding
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/core
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/communication
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages/application
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources/pages
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/_downloads
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@exec mkdir -p %D/%%DATADIR%%/tool/test/translation/translation_1/gui/source/script
-@exec mkdir -p %D/%%DATADIR%%/tool/test/output/uri_handling1/source/translation
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.3.1
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.2.2
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.2.1
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.1.2
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.1.1
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.1
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.0.2
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/1.0.1
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7.4/patches
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7.4/info
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7.3/patches
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.7-beta3
-@exec mkdir -p %D/%%DATADIR%%/tool/data/migration/0.6.7
-@exec mkdir -p %D/%%DATADIR%%/framework/source/resource/qx/decoration/Modern/treevirtual
-@exec mkdir -p %D/%%DATADIR%%/component/skeleton/server/source/resource/custom
-@exec mkdir -p %D/%%DATADIR%%/component/skeleton/native/source/resource/custom
-@exec mkdir -p %D/%%DATADIR%%/component/skeleton/mobile/source/resource/custom/icon
-@exec mkdir -p %D/%%DATADIR%%/component/simulator/source/translation
-@exec mkdir -p %D/%%DATADIR%%/component/simulator/source/resource
-@exec mkdir -p %D/%%DATADIR%%/component/library/versionlabel/source/resource
-@exec mkdir -p %D/%%DATADIR%%/component/library/logpane/source/resource
-@exec mkdir -p %D/%%DATADIR%%/component/library/formdemo/source/resource
-@exec mkdir -p %D/%%DATADIR%%/component/inspector/source/class/inspector/test/components/fixture
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/theme
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/widgetbrowser/source/class/widgetbrowser/test
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/showcase/source/resource/showcase/css
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/playground/source/resource/playground/js
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/playground/source/resource/playground/image
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/demobrowser/source/resource/demobrowser/demo/icons/imicons
-%%PORTEXAMPLES%%@exec mkdir -p %D/%%EXAMPLESDIR%%/demobrowser/source/class/demobrowser/demo/ui/overview/pages