Remove duplicate file
Add a changelog file (0.9.2 release preparation)
Add a licence header in a cfg file
Add the rat plugin in the pom file

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@760349 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 99b8f0f..4155ad8 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -57,6 +57,21 @@
           </instructions>
         </configuration>
       </plugin>
+       <plugin>
+		<groupId>org.codehaus.mojo</groupId>
+		<artifactId>rat-maven-plugin</artifactId>
+		<configuration>
+			<excludeSubProjects>false</excludeSubProjects>
+			<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+			<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+			<excludes>
+				<param>doc/*</param>
+				<param>maven-eclipse.xml</param>
+				<param>.checkstyle</param>
+				<param>.externalToolBuilders/*</param>
+			</excludes>
+		</configuration>
+	   </plugin>
     </plugins>
   </build>
 </project>