|
@@ -1,22 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
-<project basedir="." name="x_component_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>
|
|
|