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

Delete x_processplatform_core_entity_build.xml

上级 bacc6d01
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." name="x_processplatform_core_entity" 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.metamodel" />
<antcall target="common.createEnhancePersistenceXml" />
<antcall target="common.enhance" />
<antcall target="common.jar" />
</target>
<target name="deployOnLocal" depends="default">
<copy file="${store.dir}/jars/${project}.jar" todir="d:/o2server/store/jars" />
</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.
先完成此消息的编辑!
想要评论请 注册