Improve deployment preprocessing
--------------------------------

                 Key: NUXEO-46
                 URL: http://jira.nuxeo.org/browse/NUXEO-46
             Project: Nuxeo 5
          Issue Type: Improvement
      Security Level: External (All people)
            Reporter: Bogdan Stefanescu
         Assigned To: Bogdan Stefanescu
            Priority: Major


1. add variable support:
to be able to define and use variables inside deployment-xxx.xml files
Example:
<property name="war">nuxeo.war</property>
and then use it as follow:
<copy from=".." to="${war}"/>

2. Add option (mode attribute) to replace previous contributions:

<extension target="web#MARKER" mode="replace">

mode can have the following values:
- append (the default one)
- prepend
- replace




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://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

Reply via email to