Update XSDs for 5.5 #PL-5392

This commit is contained in:
Yuriy Artamonov 2015-05-14 08:01:10 +00:00
parent 7ad1cacf95
commit e287725c0a
99 changed files with 102 additions and 105 deletions

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<views xmlns="http://schemas.haulmont.com/cuba/5.4/view.xsd">
<views xmlns="http://schemas.haulmont.com/cuba/5.5/view.xsd">
<view entity="sec$User" name="test.overwrite">
<property name="name"/>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<views xmlns="http://schemas.haulmont.com/cuba/5.4/view.xsd">
<views xmlns="http://schemas.haulmont.com/cuba/5.5/view.xsd">
<view entity="sec$User" name="test">
<property name="name"/>

View File

@ -2,7 +2,7 @@
~ Copyright (c) 2008-2013 Haulmont. All rights reserved.
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<theme xmlns="http://schemas.haulmont.com/cuba/5.4/desktop-theme.xsd">
<theme xmlns="http://schemas.haulmont.com/cuba/5.5/desktop-theme.xsd">
<lookAndFeel>javax.swing.plaf.nimbus.NimbusLookAndFeel</lookAndFeel>
<class>com.haulmont.cuba.desktop.theme.impl.NimbusTheme</class>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<menu-config xmlns="http://schemas.haulmont.com/cuba/5.4/menu.xsd">
<menu-config xmlns="http://schemas.haulmont.com/cuba/5.5/menu.xsd">
<menu id="administration">
<item id="sec$User.browse"/>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<permission-config xmlns="http://schemas.haulmont.com/cuba/5.4/permissions.xsd">
<permission-config xmlns="http://schemas.haulmont.com/cuba/5.5/permissions.xsd">
<include file="/com/haulmont/cuba/gui/cuba-permissions.xml"/>
</permission-config>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<screen-config xmlns="http://schemas.haulmont.com/cuba/5.4/screens.xsd">
<screen-config xmlns="http://schemas.haulmont.com/cuba/5.5/screens.xsd">
<include file="/com/haulmont/cuba/gui/cuba-screens.xml"/>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<metadata xmlns="http://schemas.haulmont.com/cuba/5.4/metadata.xsd">
<metadata xmlns="http://schemas.haulmont.com/cuba/5.5/metadata.xsd">
<metadata-model root-package="com.haulmont.cuba">
<class>com.haulmont.cuba.core.entity.AbstractNotPersistentEntity</class>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<views xmlns="http://schemas.haulmont.com/cuba/5.4/view.xsd">
<views xmlns="http://schemas.haulmont.com/cuba/5.5/view.xsd">
<view class="com.haulmont.cuba.security.entity.User" name="app" extends="_minimal"/>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.about.AboutWindow"
caption="msg://caption">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.bulk.BulkEditorWindow"
caption="msg://bulkEditor.caption">
<layout expand="fieldsScrollBox" spacing="true">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.categories.AttributeEditor"
messagesPack="com.haulmont.cuba.gui.app.core.categories"
datasource="attributeDs"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.categories.CategoryAttrsFrame"
messagesPack="com.haulmont.cuba.gui.app.core.categories">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.categories.CategoryBrowser"
messagesPack="com.haulmont.cuba.gui.app.core.categories"
lookupComponent="categoryTable"

View File

@ -2,7 +2,7 @@
~ Copyright (c) 2008-2015 Haulmont. All rights reserved.
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.categories.CategoryEditor"
messagesPack="com.haulmont.cuba.gui.app.core.categories"
caption="msg://editorCaption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.credits.CreditsFrame"
messagesPack="com.haulmont.cuba.gui.app.core.credits">
<actions>

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.credits.LicenseWindow"
messagesPack="com.haulmont.cuba.gui.app.core.credits"
caption="msg://license"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.dev.LayoutAnalyzerWindow"
caption="msg://caption">
<layout expand="analyzeResultBox" spacing="true">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.RuntimePropertiesFrame"
messagesPack="com.haulmont.cuba.gui">
<layout width="100%" spacing="true">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.entitydiff.EntityDiffViewer"
messagesPack="com.haulmont.cuba.gui.app.core.entitydiff">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.entityinspector.EntityInspectorBrowse"
caption="msg://browserCaption">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.entityinspector.EntityInspectorEditor"
caption="">
<layout expand="fieldsScrollBox" spacing="true">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.core.entitylog"
class="com.haulmont.cuba.gui.app.core.entitylog.EntityLogBrowser"
caption="msg://browserCaption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.file.FileBrowser"
caption="msg://browseCaption"
focusComponent="genericFilter">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.file.FileEditor"
datasource="fileDs"
caption="msg://editorCaption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.file.FileUploadDialog"
messagesPack="com.haulmont.cuba.gui.app.core.file"
caption="msg://fileUploadDialog.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<views xmlns="http://schemas.haulmont.com/cuba/5.4/view.xsd">
<views xmlns="http://schemas.haulmont.com/cuba/5.5/view.xsd">
<view class="com.haulmont.cuba.core.entity.FileDescriptor" name="browse">
<property name="name"/>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.file.MultiUploader"
datasource="filesDs"
messagesPack="com.haulmont.cuba.gui.app.core.file"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.license.LicenseFrame"
messagesPack="com.haulmont.cuba.gui.app.core.license">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.locking.LockBrowser"
messagesPack="com.haulmont.cuba.gui.app.core.locking"
caption="msg://caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.locking.LockEditor"
caption="msg://editorCaption"
datasource="lockDescriptorDs"

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.lookup.SimpleLookup">
<dsContext/>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.restore.EntityRestore"
messagesPack="com.haulmont.cuba.gui.app.core.restore"
caption="msg://entityRestore.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.scheduled.ScheduledExecutionBrowser"
messagesPack="com.haulmont.cuba.gui.app.core.scheduled"
caption="msg://executionBrowseCaption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.scheduled.ScheduledTaskBrowser"
messagesPack="com.haulmont.cuba.gui.app.core.scheduled"
caption="msg://taskBrowseCaption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.scheduled.ScheduledTaskEditor"
messagesPack="com.haulmont.cuba.gui.app.core.scheduled"
datasource="taskDs"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.sendingmessage.browse.SendingMessageBrowser"
messagesPack="com.haulmont.cuba.gui.app.core.sendingmessage"
lookupComponent="table"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.core.showinfo.SystemInfoWindow"
messagesPack="com.haulmont.cuba.gui.app.core.showinfo"
caption="msg://showInfo.title"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.constraint.edit.ConstraintEditor"
datasource="constraint"
messagesPack="com.haulmont.cuba.gui.app.security.constraint"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.security.group"
class="com.haulmont.cuba.gui.app.security.group.browse.GroupBrowser"
caption="msg://browser.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.group.edit.GroupEditor"
messagesPack="com.haulmont.cuba.gui.app.security.group"
caption="msg://editor.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.security.group"
class="com.haulmont.cuba.gui.app.security.group.lookup.GroupLookup"
lookupComponent="groups"

View File

@ -3,14 +3,12 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.role.browse.RoleBrowser"
messagesPack="com.haulmont.cuba.gui.app.security.role.browse"
lookupComponent="rolesTable"
caption="msg://caption"
focusComponent="rolesTable"
>
focusComponent="rolesTable">
<dsContext>
<collectionDatasource id="rolesDs" class="com.haulmont.cuba.security.entity.Role" view="_local">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
datasource="roleDs"
caption="msg://caption"
class="com.haulmont.cuba.gui.app.security.role.edit.RoleEditor"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.security.role.edit"
class="com.haulmont.cuba.gui.app.security.role.edit.tabs.AttributePermissionsFrame">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.security.role.edit"
class="com.haulmont.cuba.gui.app.security.role.edit.tabs.EntityPermissionsFrame">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.security.role.edit"
class="com.haulmont.cuba.gui.app.security.role.edit.tabs.ScreenPermissionsFrame">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.security.role.edit"
class="com.haulmont.cuba.gui.app.security.role.edit.tabs.SpecificPermissionsFrame">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.gui.app.security.role.edit"
class="com.haulmont.cuba.gui.app.security.role.edit.tabs.UiPermissionsFrame">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.session.browse.SessionBrowser"
caption="msg://caption"
messagesPack="com.haulmont.cuba.gui.app.security.session.browse"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.session.browse.SessionMessageWindow"
caption="msg://messageWindow.caption"
messagesPack="com.haulmont.cuba.gui.app.security.session.browse"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.sessionattr.edit.SessionAttributeEditor"
datasource="attribute"
messagesPack="com.haulmont.cuba.gui.app.security.sessionattr"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.user.browse.UserBrowser"
lookupComponent="usersTable"
caption="msg://caption"

View File

@ -3,14 +3,13 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.user.browse.UserLookup"
lookupComponent="usersTable"
caption="msg://caption"
messagesPack="com.haulmont.cuba.gui.app.security.user.browse"
focusComponent="genericFilter"
>
focusComponent="genericFilter">
<dsContext>
<collectionDatasource
id="usersDs"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
datasource="userDs"
caption="msg://caption"
class="com.haulmont.cuba.gui.app.security.user.changepassw.UserChangePassw"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
caption="msg://copySettings"
class="com.haulmont.cuba.gui.app.security.user.copysettings.CopySettings"
messagesPack="com.haulmont.cuba.gui.app.security.user.copysettings"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
datasource="userDs"
caption="msg://caption"
class="com.haulmont.cuba.gui.app.security.user.edit.UserEditor"

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
caption="msg://newPasswordsCaption"
class="com.haulmont.cuba.gui.app.security.user.resetpasswords.NewPasswordsList"
messagesPack="com.haulmont.cuba.gui.app.security.user.resetpasswords">

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
caption="msg://resetPasswordsCaption"
class="com.haulmont.cuba.gui.app.security.user.resetpasswords.ResetPasswordsDialog"
messagesPack="com.haulmont.cuba.gui.app.security.user.resetpasswords"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.app.security.usersubst.edit.UserSubstitutionEditor"
messagesPack="com.haulmont.cuba.gui.app.security.usersubst"
caption="msg://userSubstitution.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
caption="msg://backgroundWorkProgress.caption"
class="com.haulmont.cuba.gui.backgroundwork.BackgroundWorkProgressWindow"
messagesPack="com.haulmont.cuba.gui.backgroundwork">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
caption="msg://backgroundWork.caption"
class="com.haulmont.cuba.gui.backgroundwork.BackgroundWorkWindow"
messagesPack="com.haulmont.cuba.gui.backgroundwork">

View File

@ -1,4 +1,4 @@
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.addcondition.AddConditionWindow"
messagesPack="com.haulmont.cuba.gui.components.filter.addcondition"
caption="msg://AddCondition.caption">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.edit.CustomConditionEditor"
caption="msg://CustomConditionEdit.caption"
messagesPack="com.haulmont.cuba.gui.components.filter.edit"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.edit.CustomConditionFrame"
messagesPack="com.haulmont.cuba.gui.components.filter.edit"
focusComponent="nameField">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.edit.DynamicAttributesConditionEditor"
caption="msg://DynamicAttributesConditionEditor.caption"
messagesPack="com.haulmont.cuba.gui.components.filter.edit"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.edit.DynamicAttributesConditionFrame"
messagesPack="com.haulmont.cuba.gui.components.filter.edit">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.edit.GroupConditionFrame"
messagesPack="com.haulmont.cuba.gui.components.filter.edit">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.edit.PropertyConditionFrame"
messagesPack="com.haulmont.cuba.gui.components.filter.edit">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
caption="msg://FilterSelect.caption"
class="com.haulmont.cuba.gui.components.filter.filterselect.FilterSelectWindow"
messagesPack="com.haulmont.cuba.gui.components.filter.filterselect">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.InListParamEditor"
messagesPack="com.haulmont.cuba.gui.components.filter"
caption="msg://FilterListParamEditor.caption">

View File

@ -1,4 +1,4 @@
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.gui.components.filter.SaveFilterWindow"
messagesPack="com.haulmont.cuba.gui.components.filter"
caption="msg://SaveFilter.caption">

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<permission-config xmlns="http://schemas.haulmont.com/cuba/5.4/permissions.xsd">
<permission-config xmlns="http://schemas.haulmont.com/cuba/5.5/permissions.xsd">
<specific>
<category id="cuba">
<category id="cuba.gui">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<screen-config xmlns="http://schemas.haulmont.com/cuba/5.4/screens.xsd">
<screen-config xmlns="http://schemas.haulmont.com/cuba/5.5/screens.xsd">
<screen id="editWindowActions" template="/com/haulmont/cuba/gui/edit-window.actions.xml"/>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd">
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd">
<layout>
<hbox spacing="true" stylename="cuba-edit-window-actions">
<button id="windowCommit" action="windowCommit" icon="icons/ok.png"/>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd">
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd">
<layout>
<hbox spacing="true" stylename="cuba-extended-edit-window-actions">
<button id="windowCommitAndClose" action="windowCommitAndClose" icon="icons/ok.png"/>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<metadata xmlns="http://schemas.haulmont.com/cuba/5.4/metadata.xsd">
<metadata xmlns="http://schemas.haulmont.com/cuba/5.5/metadata.xsd">
<metadata-model root-package="com.haulmont.cuba">
<class>com.haulmont.cuba.gui.app.core.showinfo.KeyValueEntity</class>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<services xmlns="http://schemas.haulmont.com/cuba/5.4/rest-services.xsd">
<services xmlns="http://schemas.haulmont.com/cuba/5.5/rest-services.xsd">
<!--<service name="cuba_SampleService">-->
<!--<method name="doSmth"/>-->
<!--<method name="doSmthElse"/>-->

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
caption="msg://saveSetWindow.caption"
class="com.haulmont.cuba.web.app.folders.SaveSetWindow"
messagesPack="com.haulmont.cuba.web.app.folders"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.core.feedback.FeedbackWindow"
messagesPack="com.haulmont.cuba.web.app.ui.core.feedback"
focusComponent="reason">

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.core.settings.SettingsWindow"
messagesPack="com.haulmont.cuba.web.app.ui.core.settings"
focusComponent="appThemeField"

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.frame.FileFrameController"
messagesPack="com.haulmont.cuba.web.app.ui.frame">
<layout expandLayout="true">

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.jmxcontrol.browse.MbeansDisplayWindow"
messagesPack="com.haulmont.cuba.web.app.ui.jmxcontrol"
caption="msg://displayMbeans.title"

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.jmxcontrol.inspect.attribute.AttributeEditWindow"
messagesPack="com.haulmont.cuba.web.app.ui.jmxcontrol"
datasource="attrDs"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.jmxcontrol.inspect.MbeanInspectWindow"
messagesPack="com.haulmont.cuba.web.app.ui.jmxcontrol"
datasource="mbeanDs"

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.jmxcontrol.inspect.operation.OperationResultWindow"
messagesPack="com.haulmont.cuba.web.app.ui.jmxcontrol"
caption="msg://operationResult.title"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.jmxinstance.browse.JmxInstanceBrowser"
messagesPack="com.haulmont.cuba.web.app.ui.jmxinstance"
lookupComponent="jmxInstancesTable"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.jmxinstance.edit.JmxInstanceEditor"
messagesPack="com.haulmont.cuba.web.app.ui.jmxinstance"
datasource="jmxInstanceDs"

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
messagesPack="com.haulmont.cuba.web.app.ui.security.history"
class="com.haulmont.cuba.web.app.ui.security.history.EntityOpenHistoryFrame"
>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.security.history.ScreenHistoryBrowse"
messagesPack="com.haulmont.cuba.web.app.ui.security.history"
caption="msg://cardHistoryBrowse.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.serverlogviewer.AdditionLoggerWindow"
messagesPack="com.haulmont.cuba.web.app.ui.serverlogviewer"
caption="msg://logger.add"

View File

@ -4,7 +4,7 @@
-->
<window
xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.serverlogviewer.ControlLoggerWindow"
messagesPack="com.haulmont.cuba.web.app.ui.serverlogviewer"
caption="msg://logger.control">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.serverlogviewer.LogDownloadOptionsWindow"
messagesPack="com.haulmont.cuba.web.app.ui.serverlogviewer"
caption="msg://log.download.options">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.serverlogviewer.ServerLogWindow"
messagesPack="com.haulmont.cuba.web.app.ui.serverlogviewer"
caption="msg://serverLog.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.statistics.StatisticsWindow"
messagesPack="com.haulmont.cuba.web.app.ui.statistics"
caption="msg://perfStat.caption"

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<window xmlns="http://schemas.haulmont.com/cuba/5.4/window.xsd"
<window xmlns="http://schemas.haulmont.com/cuba/5.5/window.xsd"
class="com.haulmont.cuba.web.app.ui.statistics.ThreadsMonitoringWindow"
messagesPack="com.haulmont.cuba.web.app.ui.statistics"
caption="msg://threadsMonitoring.caption">

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<menu-config xmlns="http://schemas.haulmont.com/cuba/5.4/menu.xsd">
<menu-config xmlns="http://schemas.haulmont.com/cuba/5.5/menu.xsd">
<menu id="administration">
<item id="sec$User.browse"/>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<metadata xmlns="http://schemas.haulmont.com/cuba/5.4/metadata.xsd">
<metadata xmlns="http://schemas.haulmont.com/cuba/5.5/metadata.xsd">
<metadata-model root-package="com.haulmont.cuba">
<class>com.haulmont.cuba.web.jmx.entity.ManagedBeanAttribute</class>

View File

@ -4,7 +4,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<permission-config xmlns="http://schemas.haulmont.com/cuba/5.4/permissions.xsd">
<permission-config xmlns="http://schemas.haulmont.com/cuba/5.5/permissions.xsd">
<include file="/com/haulmont/cuba/gui/cuba-permissions.xml"/>
</permission-config>

View File

@ -3,7 +3,7 @@
~ Use is subject to license terms, see http://www.cuba-platform.com/license for details.
-->
<screen-config xmlns="http://schemas.haulmont.com/cuba/5.4/screens.xsd">
<screen-config xmlns="http://schemas.haulmont.com/cuba/5.5/screens.xsd">
<include file="/com/haulmont/cuba/gui/cuba-screens.xml"/>