Просмотр исходного кода

Delete x_crm_core_entity_build.xml

o2oa 7 лет назад
Родитель
Сommit
b17e0a4d93
1 измененных файлов с 0 добавлено и 22 удалено
  1. 0 22
      applicationserver/x_crm_core_entity/x_crm_core_entity_build.xml

+ 0 - 22
applicationserver/x_crm_core_entity/x_crm_core_entity_build.xml

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