]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Adding missing filter tokens to anthro profile.
authorRichard Millet <remillet@yahoo.com>
Wed, 2 May 2018 20:32:32 +0000 (13:32 -0700)
committerRichard Millet <remillet@yahoo.com>
Wed, 2 May 2018 20:32:32 +0000 (13:32 -0700)
cspace-ui/build.xml

index c0d4013536a55c7e62e66e86316ade2a0bced179..70c9fd2131c7cbf93e0e49039905e8ce0f6ec7aa 100644 (file)
                
        <target name="deploy_publicart" depends="download_publicart" unless="${env.CSPACE_PUBLICART_CREATE_DISABLED_OPT}">
                <!-- Public Art Profile -->
-               <filter token="UI_VERSION" value="${cspace.ui.version}" />              
+               <filter token="UI_VERSION" value="${cspace.ui.version}" />
                <filter token="PLUGIN_VERSION" value="${publicart.profile.plugin.version}" />
                <filter token="PLUGIN_BASENAME" value="${publicart.profile.plugin.basename}" />
                <filter token="TENANT_ID" value="${publicart.profile.plugin.tenantid}" />
                
        <target name="deploy_anthro" unless="${env.CSPACE_ANTHRO_CREATE_DISABLED_OPT}" depends="download_anthro">
                <!-- Anthropology Profile -->
+               <filter token="UI_VERSION" value="${cspace.ui.version}" />
                <filter token="PLUGIN_VERSION" value="${anthro.profile.plugin.version}" />
                <filter token="PLUGIN_BASENAME" value="${anthro.profile.plugin.basename}" />
+               <filter token="TENANT_ID" value="${anthro.profile.plugin.tenantid}" />
+               <filter token="MESSAGE_TITLE" value="${anthro.profile.plugin.message.title}" />
+               <filter token="LOGO" value="${anthro.profile.plugin.logo}" />
+               
                <copy todir="${jee.deploy.cspace}/${anthro.profile.plugin.dir}" filtering="true" overwrite="true">
                        <fileset dir="${anthro.profile.plugin.dir}"/>
                </copy>