<ant antfile="authentication/build.xml" target="deploy" inheritAll="false"/>\r
<ant antfile="authorization/build.xml" target="deploy" inheritAll="false"/>\r
<ant antfile="blob/build.xml" target="deploy" inheritAll="false"/>\r
+ <ant antfile="workflow/build.xml" target="deploy" inheritAll="false"/>\r
<ant antfile="common/build.xml" target="deploy" inheritAll="false"/>\r
<ant antfile="account/build.xml" target="deploy" inheritAll="false"/>\r
<ant antfile="relation/build.xml" target="deploy" inheritAll="false"/>\r
<ant antfile="common/build.xml" target="undeploy" inheritAll="false"/>\r
<ant antfile="media/build.xml" target="undeploy" inheritAll="false"/>\r
<ant antfile="blob/build.xml" target="undeploy" inheritAll="false"/>\r
+ <ant antfile="workflow/build.xml" target="undeploy" inheritAll="false"/>\r
<ant antfile="authorization/build.xml" target="undeploy" inheritAll="false"/>\r
<ant antfile="authentication/build.xml" target="undeploy" inheritAll="false"/>\r
</target>\r
<ant antfile="authorization/build.xml" target="dist" inheritAll="false"/>\r
<ant antfile="account/build.xml" target="dist" inheritAll="false"/>\r
<ant antfile="blob/build.xml" target="dist" inheritAll="false"/>\r
+ <ant antfile="workflow/build.xml" target="dist" inheritAll="false"/>\r
<ant antfile="common/build.xml" target="dist" inheritAll="false"/>\r
<ant antfile="relation/build.xml" target="dist" inheritAll="false"/>\r
<ant antfile="id/build.xml" target="dist" inheritAll="false"/>\r
</target>
<target name="deploy" depends="install"
- description="deploy workflow service">
+ description="deploy workflow">
+ <ant antfile="3rdparty/build.xml" target="deploy" inheritall="false"/>
</target>
<target name="undeploy"
- description="undeploy workflow service">
+ description="undeploy workflow service">
+ <ant antfile="3rdparty/build.xml" target="undeploy" inheritall="false"/>
</target>
<target name="dist" depends="package"
- description="distribute workflow service">
+ description="distribute workflow service">
+ <ant antfile="3rdparty/build.xml" target="dist" inheritall="false"/>
</target>
-
</project>