Use new felix parent to generate legal files

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1327165 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 181168b..de04486 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix-parent</artifactId>
-    <version>1.2.1</version>
+    <version>2</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
 	
@@ -80,15 +80,12 @@
                 org.osgi.service.cm;resolution:=optional,
                 *
             </Import-Package>
-            <Include-Resource>
-                src/main/resources,
-                META-INF/LICENSE=LICENSE,
-                META-INF/NOTICE=NOTICE,
-                META-INF/DEPENDENCIES=DEPENDENCIES
-            </Include-Resource>
             <Bundle-Activator>org.apache.felix.fileinstall.internal.FileInstall</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+            <Bundle-DocURL>
+                http://felix.apache.org/site/apache-felix-file-install.html
+            </Bundle-DocURL>
             <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
             <Embed-Dependency>
                 org.apache.felix.configadmin;inline="org/apache/felix/cm/file/ConfigurationHandler.*",