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 2014/05/05 13:55:15 UTC

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

Author: clement
Date: Mon May  5 11:55:15 2014
New Revision: 1592490

URL: http://svn.apache.org/r1592490
Log:
Fix the packaging of the online-manipulator (the ASM updates has changed the set of import/private packages).

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

Modified: felix/trunk/ipojo/manipulator/online-manipulator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/online-manipulator/pom.xml?rev=1592490&r1=1592489&r2=1592490&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/online-manipulator/pom.xml (original)
+++ felix/trunk/ipojo/manipulator/online-manipulator/pom.xml Mon May  5 11:55:15 2014
@@ -132,7 +132,8 @@
                             org.objectweb.asm,
                             org.objectweb.asm.commons,
                             org.objectweb.asm.signature,
-                            org.objectweb.asm.tree,
+                            org.objectweb.asm.tree*,
+                            org.objectweb.asm.util,
                             org.apache.felix.ipojo.online.manipulator
                         </Private-Package>
                         <Import-Package>!sun.io, org.osgi.framework;version=1.3, *