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 2010/12/02 22:36:35 UTC

svn commit: r1041593 - /incubator/aries/trunk/proxy/proxy-bundle/pom.xml

Author: not
Date: Thu Dec  2 21:36:34 2010
New Revision: 1041593

URL: http://svn.apache.org/viewvc?rev=1041593&view=rev
Log:
ARIES-468 Oops the proxy uber bundle has a hard dependency on eclipse so it wont run on felix. Make the imports optional.

Modified:
    incubator/aries/trunk/proxy/proxy-bundle/pom.xml

Modified: incubator/aries/trunk/proxy/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/proxy/proxy-bundle/pom.xml?rev=1041593&r1=1041592&r2=1041593&view=diff
==============================================================================
--- incubator/aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ incubator/aries/trunk/proxy/proxy-bundle/pom.xml Thu Dec  2 21:36:34 2010
@@ -46,6 +46,7 @@
             org.apache.aries.proxy;
         </aries.osgi.export.pkg>
         <aries.osgi.import.pkg>
+            org.eclipse.*;resolution:=optional,
             org.objectweb.asm;resolution:=optional,
             org.objectweb.asm.commons;resolution:=optional,
             *