]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-692: Fix error undeploying ui when already undeployed.
authorRay Lee <ray.lee@lyrasis.org>
Mon, 29 Jul 2019 19:42:29 +0000 (12:42 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Mon, 29 Jul 2019 19:42:29 +0000 (12:42 -0700)
cspace-ui/build.xml

index 60a8720aedb8c0e340642a83a323089871576338..6d799d0d2191e4811fcc08ed05bbbbd69d422560 100644 (file)
        </target>
 
        <target name="undeploy_js">
-               <delete>
-                       <fileset dir="${jee.deploy.cspace.ui.shared}" includes="*" />
-               </delete>
+               <delete dir="${jee.deploy.cspace.ui.shared}" />
        </target>
 
        <target name="deploy" depends="deploy_tenants" description="deploy cspace ui to ${jee.server.cspace}" />