Improve ACR usage
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Sep 2022 07:10:33 +0000 (09:10 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 9 Sep 2022 07:10:33 +0000 (09:10 +0200)
commit47c51f53295a964af4cccee0821631f25a2ea935
tree983d87498c5938fe27ad1d68f7beac571b9fe398
parent72b43e3b8a0c7143ff05a219799197a992723065
Improve ACR usage
19 files changed:
Makefile
org.argeo.app.core/src/org/argeo/app/core/SuiteContentTypes.java
org.argeo.app.core/src/org/argeo/app/core/schemas/entity.xsd
org.argeo.app.ui/OSGI-INF/contentEntryArea.xml
org.argeo.app.ui/OSGI-INF/contentLayer.xml
org.argeo.app.ui/OSGI-INF/publishEntryArea.xml [new file with mode: 0644]
org.argeo.app.ui/OSGI-INF/publishUiProvider.xml [new file with mode: 0644]
org.argeo.app.ui/bnd.bnd
org.argeo.app.ui/config/publishEntryArea.properties [new file with mode: 0644]
org.argeo.app.ui/config/publishUiProvider.properties [new file with mode: 0644]
org.argeo.app.ui/src/org/argeo/app/ui/library/ContentEntryArea.java
org.argeo.app.ui/src/org/argeo/app/ui/library/JcrContentEntryArea.java [new file with mode: 0644]
org.argeo.app.ui/src/org/argeo/app/ui/publish/PublishEntryArea.java [new file with mode: 0644]
org.argeo.app.ui/src/org/argeo/app/ui/publish/PublishUiProvider.java [new file with mode: 0644]
org.argeo.app.ux/.classpath [new file with mode: 0644]
org.argeo.app.ux/.project [new file with mode: 0644]
org.argeo.app.ux/bnd.bnd [new file with mode: 0644]
org.argeo.app.ux/build.properties [new file with mode: 0644]
org.argeo.app.ux/src/org/argeo/app/ux/docbook/DocBookViewer.java [new file with mode: 0644]