httplite: remove mistakenly added file

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1228783 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/minimum/maven-eclipse.xml b/httplite/minimum/maven-eclipse.xml
deleted file mode 100644
index c1dd784..0000000
--- a/httplite/minimum/maven-eclipse.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<project default="copy-resources">
-  <target name="init"/>
-  <target name="copy-resources" depends="init">
-    <copy todir="target/classes/META-INF" filtering="false">
-      <fileset dir="." includes="LICENSE|NOTICE|DEPENDENCIES" excludes="**/*.java"/>
-    </copy>
-  </target>
-</project>
\ No newline at end of file