Introduce content layer.
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 5 May 2021 09:14:46 +0000 (11:14 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 5 May 2021 09:14:46 +0000 (11:14 +0200)
commite8d31e8321bb18489b37a53a32db833f8efb5ddf
tree65a5c1d054537880d311936bdcad248020bd7656
parent44b2a06f610d0a13947af46f0f27e7d814865972
Introduce content layer.
48 files changed:
core/org.argeo.entity.api/src/org/argeo/entity/EntityType.java
core/org.argeo.entity.api/src/org/argeo/entity/entity.cnd
core/org.argeo.suite.ui/OSGI-INF/leadPane.xml
core/org.argeo.suite.ui/src/org/argeo/suite/ui/widgets/TreeOrSearchArea.java [new file with mode: 0644]
library/org.argeo.documents.ui/.classpath [deleted file]
library/org.argeo.documents.ui/.gitignore [deleted file]
library/org.argeo.documents.ui/.project [deleted file]
library/org.argeo.documents.ui/META-INF/.gitignore [deleted file]
library/org.argeo.documents.ui/OSGI-INF/documentsFolder.xml [deleted file]
library/org.argeo.documents.ui/OSGI-INF/documentsLayer.xml [deleted file]
library/org.argeo.documents.ui/OSGI-INF/entryArea.xml [deleted file]
library/org.argeo.documents.ui/OSGI-INF/l10n/bundle.properties [deleted file]
library/org.argeo.documents.ui/bnd.bnd [deleted file]
library/org.argeo.documents.ui/build.properties [deleted file]
library/org.argeo.documents.ui/config/documentsFolder.properties [deleted file]
library/org.argeo.documents.ui/config/documentsLayer.properties [deleted file]
library/org.argeo.documents.ui/config/entryArea.properties [deleted file]
library/org.argeo.documents.ui/pom.xml [deleted file]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsContextMenu.java [deleted file]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsFileComposite.java [deleted file]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsFolderComposite.java [deleted file]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsFolderUiProvider.java [deleted file]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsTreeUiProvider.java [deleted file]
library/org.argeo.documents.ui/src/org/argeo/documents/ui/DocumentsUiService.java [deleted file]
library/org.argeo.library.ui/.classpath [new file with mode: 0644]
library/org.argeo.library.ui/.gitignore [new file with mode: 0644]
library/org.argeo.library.ui/.project [new file with mode: 0644]
library/org.argeo.library.ui/META-INF/.gitignore [new file with mode: 0644]
library/org.argeo.library.ui/OSGI-INF/contentEntryArea.xml [new file with mode: 0644]
library/org.argeo.library.ui/OSGI-INF/contentLayer.xml [new file with mode: 0644]
library/org.argeo.library.ui/OSGI-INF/documentsFolder.xml [new file with mode: 0644]
library/org.argeo.library.ui/OSGI-INF/fsEntryArea.xml [new file with mode: 0644]
library/org.argeo.library.ui/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
library/org.argeo.library.ui/bnd.bnd [new file with mode: 0644]
library/org.argeo.library.ui/build.properties [new file with mode: 0644]
library/org.argeo.library.ui/config/contentEntryArea.properties [new file with mode: 0644]
library/org.argeo.library.ui/config/contentLayer.properties [new file with mode: 0644]
library/org.argeo.library.ui/config/documentsFolder.properties [new file with mode: 0644]
library/org.argeo.library.ui/config/fsEntryArea.properties [new file with mode: 0644]
library/org.argeo.library.ui/pom.xml [new file with mode: 0644]
library/org.argeo.library.ui/src/org/argeo/library/ui/ContentEntryArea.java [new file with mode: 0644]
library/org.argeo.library.ui/src/org/argeo/library/ui/DocumentsContextMenu.java [new file with mode: 0644]
library/org.argeo.library.ui/src/org/argeo/library/ui/DocumentsFileComposite.java [new file with mode: 0644]
library/org.argeo.library.ui/src/org/argeo/library/ui/DocumentsFolderComposite.java [new file with mode: 0644]
library/org.argeo.library.ui/src/org/argeo/library/ui/DocumentsFolderUiProvider.java [new file with mode: 0644]
library/org.argeo.library.ui/src/org/argeo/library/ui/DocumentsTreeUiProvider.java [new file with mode: 0644]
library/org.argeo.library.ui/src/org/argeo/library/ui/DocumentsUiService.java [new file with mode: 0644]
library/pom.xml