DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35167>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35167 Summary: [Patch] Instantiator sourcesToCopy Product: Lenya Version: 1.4 Platform: Other OS/Version: other Status: NEW Severity: major Priority: P2 Component: Miscellaneous AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Added policies to sourcesToCopy variable: Index: C:/src/lenya-1.4.x.WEBDAV/src/webapp/lenya/pubs/default/java/src/org/apache/lenya/defaultpub/cms/publication/templating/Instantiator.java =================================================================== --- C:/src/lenya-1.4.x.WEBDAV/src/webapp/lenya/pubs/default/java/src/org/apache/lenya/defaultpub/cms/publication/templating/Instantiator.java (revision 178857) +++ C:/src/lenya-1.4.x.WEBDAV/src/webapp/lenya/pubs/default/java/src/org/apache/lenya/defaultpub/cms/publication/templating/Instantiator.java (working copy) @@ -53,14 +53,10 @@ org.apache.lenya.cms.publication.templating.Instantiator, Serviceable { protected static final String[] sourcesToCopy = { "publication.xml", - "config/publication.xconf", "config/ac/passwd/visit.rml", - "config/ac/passwd/reviewer.gml", "config/ac/passwd/review.rml", - "config/ac/passwd/localhost.ipml", "config/ac/passwd/lenya.iml", - "config/ac/passwd/ldap.properties.sample", "config/ac/passwd/editor.gml", - "config/ac/passwd/edit.rml", "config/ac/passwd/alice.iml", - "config/ac/passwd/admin.rml", "config/ac/passwd/admin.gml", "config/ac/ac.xconf", + "config/publication.xconf", "config/ac/passwd/", + "config/ac/ac.xconf","config/ac/policies/", "config/ac/usecase-policies.xml", "config/doctypes/doctypes.xconf", - "config/workflow/workflow.xml", "content/authoring/sitetree.xml", "content/" }; + "config/workflow/workflow.xml", "content/" }; /** * @see org.apache.lenya.cms.publication.templating.Instantiator#instantiate(org.apache.lenya.cms.publication.Publication, -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
