httplite: update svnignore

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1228780 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/minimum/maven-eclipse.xml b/httplite/minimum/maven-eclipse.xml
new file mode 100644
index 0000000..c1dd784
--- /dev/null
+++ b/httplite/minimum/maven-eclipse.xml
@@ -0,0 +1,8 @@
+<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