(no commit message)
[utils] / build.xml
diff --git a/build.xml b/build.xml
deleted file mode 100644 (file)
index d2fdcf3..0000000
--- a/build.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE project [
-    <!ENTITY header SYSTEM "file:build/header.xml">
-    <!ENTITY trailer SYSTEM "file:build/trailer.xml">
-]>
-
-<project name="support" default="jar" basedir=".">
-
-
-       <!-- =============================================================================== -->
-       <!-- Include the build header defining general properties                            -->
-       <!-- =============================================================================== -->
-    <property name="project.home" value="."/>
-    <property name="module.name" value="support" />
-
-   &header;
-       
-       <target name="module.build.deps" 
-         depends="logging.d,dom4j.d,xerces.d,spring.d">
-       </target>
-       
-       <!-- Set libraries to use in addition for test, a library which 
-                            is already mentioned in module.build.path should not be 
-                            mentioned below again --> 
-       <target name="module.test.deps" depends="hibernate.standalone.d">
-       </target>
-                       
-  &trailer; 
-  
-  
-</project>