]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-387: Adding missing filter definition for UI_VERSION token.
authorRichard Millet <remillet@yahoo.com>
Mon, 30 Apr 2018 19:22:28 +0000 (12:22 -0700)
committerRichard Millet <remillet@yahoo.com>
Mon, 30 Apr 2018 19:22:28 +0000 (12:22 -0700)
cspace-ui/build.xml

index 316a87ee888a4bc8b2dd3febbed7c314b5e46d2a..c0d4013536a55c7e62e66e86316ade2a0bced179 100644 (file)
@@ -65,7 +65,8 @@
                </exec>
                </target>
 
-       <target name="deploy_primary" depends="download_primary" if="${env.CSPACE_PRIMARY_UIPLUGIN}" description="deploy cspace ui to ${jee.server.cspace}">                            
+       <target name="deploy_primary" depends="download_primary" if="${env.CSPACE_PRIMARY_UIPLUGIN}" description="deploy cspace ui to ${jee.server.cspace}">
+               <filter token="UI_VERSION" value="${cspace.ui.version}" />                              
                <filter token="PLUGIN_VERSION" value="${primary.profile.plugin.version}" />
                <filter token="PLUGIN_BASENAME" value="${primary.profile.plugin.basename}" />
                <filter token="TENANT_ID" value="${primary.profile.plugin.tenantid}" />