Fixes a minor bug in the pom file. The pom file referred to a non-existing file (LICENCE.asm rather than LICENSE.asm).

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@703958 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 569445a..68aa177 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -75,7 +75,7 @@
 						</Private-Package>

 						<Include-Resource>

 							META-INF/LICENCE=LICENSE,

-							META-INF/LICENCE.asm=LICENCE.asm,

+							META-INF/LICENCE.asm=LICENSE.asm,

 							META-INF/NOTICE=NOTICE

 						</Include-Resource>

 					</instructions>