(no commit message)
[utils] / socketproxy / build.xml
diff --git a/socketproxy/build.xml b/socketproxy/build.xml
deleted file mode 100644 (file)
index bc35c93..0000000
+++ /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="socketproxy" default="jar" basedir=".">
-
-
-       <!-- =============================================================================== -->
-       <!-- Include the build header defining general properties                            -->
-       <!-- =============================================================================== -->
-    <property name="project.home" value=".."/>
-    <property name="module.name" value="wamblee-socketproxy" />
-
-   &header;
-       
-       <target name="module.build.deps" 
-         depends="">
-       </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="">
-       </target>
-                       
-  &trailer; 
-  
-  
-</project>