[
https://jira.nuxeo.org/browse/NXP-6088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=86377#action_86377
]
Jean-Marc Orliaguet commented on NXP-6088:
------------------------------------------
there are two approaches:
- making it a distribution issue using assemble.xml (not very practical)
- making it a deployment issue using the same method as the nuxeo.war/ folders
(which are exploded zip archives), so
.../src/main/resources/themes/collections/nuxeo-DM.zip could be a directory
containing the content of the zip file instead.
there would be no difference during deployment:
<extension target="org.nuxeo.theme.services.ThemeService" point="resources">
<import src="themes/collections/nuxeo-DM.zip" bank="nuxeo"
collection="nuxeo DM" />
<import src="themes/collections/Galaxy.zip" bank="nuxeo"
collection="Galaxy" />
</extension>
src=".." being either a zip file or an exploded zip archive.
> Don't store theme collections as zips in the sources
> ----------------------------------------------------
>
> Key: NXP-6088
> URL: https://jira.nuxeo.org/browse/NXP-6088
> Project: Nuxeo Enterprise Platform
> Issue Type: Improvement
> Components: Themes
> Reporter: Florent Guillaume
>
> Currently in the sources the default collections are stored as:
> nuxeo-dm/nuxeo-platform-webapp-core/src/main/resources/themes/collections/Galaxy.zip
> nuxeo-dm/nuxeo-platform-webapp-core/src/main/resources/themes/collections/nuxeo-DM.zip
> This is contrary to proper use of a SCM as content changes are not visible in
> diffs.
> The zip should be created at build time instead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets