You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2008/10/13 10:11:22 UTC

svn commit: r703958 - /felix/trunk/ipojo/manipulator/pom.xml

Author: clement
Date: Mon Oct 13 01:11:21 2008
New Revision: 703958

URL: http://svn.apache.org/viewvc?rev=703958&view=rev
Log:
Fixes a minor bug in the pom file. The pom file referred to a non-existing file (LICENCE.asm rather than LICENSE.asm).

Modified:
    felix/trunk/ipojo/manipulator/pom.xml

Modified: felix/trunk/ipojo/manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/pom.xml?rev=703958&r1=703957&r2=703958&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/pom.xml Mon Oct 13 01:11:21 2008
@@ -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>