You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2012/02/13 23:42:13 UTC

svn commit: r1243723 - /aries/trunk/proxy/proxy-impl/pom.xml

Author: not
Date: Mon Feb 13 22:42:12 2012
New Revision: 1243723

URL: http://svn.apache.org/viewvc?rev=1243723&view=rev
Log:
ARIES-826 Make the org.apache.aries.proxy.weavinghook package an optional import to the proxy-impl bundle. This will make it run on R4.2 frameworks properly and fix the recent build break.

Modified:
    aries/trunk/proxy/proxy-impl/pom.xml

Modified: aries/trunk/proxy/proxy-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-impl/pom.xml?rev=1243723&r1=1243722&r2=1243723&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-impl/pom.xml (original)
+++ aries/trunk/proxy/proxy-impl/pom.xml Mon Feb 13 22:42:12 2012
@@ -57,6 +57,7 @@
         -->
         <aries.osgi.import.pkg>
             org.apache.aries.*;version="$&lt;range;[==,=+)&gt;",
+            org.apache.aries.proxy.weavinghook;resolution:=optional,
             org.objectweb.asm*;resolution:=optional,
             org.osgi.framework;version="[1.5,2)",
             org.osgi.framework.hooks.weaving;resolution:=optional,