]> git.mxchange.org Git - jjobs.git/blob - nbproject/ant-deploy.xml
Merge branch 'master' into rewrites/wildfly
[jjobs.git] / nbproject / ant-deploy.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project default="-deploy-ant" basedir=".">
3     <target name="-deploy-ant" if="deploy.ant.enabled">
4         <fail message="Deploy is not supported for the current target server"/>
5     </target>
6     <target name="-undeploy-ant" if="deploy.ant.enabled">
7         <fail message="Undeploy is not supported for the current target server"/>
8     </target>
9 </project>