未验证 提交 eb643481 编写于 作者: caixiangyi's avatar caixiangyi 提交者: GitHub

Delete x_processplatform_assemble_designer_build.xml

上级 3abbd9b8
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." name="x_processplatform_assemble_designer" default="default">
<basename property="project" file="${basedir}" />
<dirname property="applicationserver.dir" file="${basedir}../" />
<dirname property="code.dir" file="${basedir}../../" />
<property file="${applicationserver.dir}/a_build/build.properties" />
<include file="${applicationserver.dir}/a_build/build_common.xml" as="common" />
<target name="default">
<antcall target="common.clean" />
<antcall target="common.compile" />
<antcall target="common.createPersistenceXml" />
<antcall target="common.describe" />
<antcall target="common.war" />
</target>
<target name="deployOnLocal" depends="default">
<copy file="${store.dir}/${project}.war" todir="d:/o2server/store" />
<touch file="d:/o2server/servers/applicationServer/webapps/${project}.xml" />
</target>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册