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/10/13 12:41:15 UTC

svn commit: r1022063 - /incubator/aries/trunk/jndi/jndi-core/pom.xml

Author: not
Date: Wed Oct 13 10:41:15 2010
New Revision: 1022063

URL: http://svn.apache.org/viewvc?rev=1022063&view=rev
Log:
ARIES-454 Update private package to stop wildcarding an accidentally pulling the SPI into the bundle.

Modified:
    incubator/aries/trunk/jndi/jndi-core/pom.xml

Modified: incubator/aries/trunk/jndi/jndi-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/jndi-core/pom.xml?rev=1022063&r1=1022062&r2=1022063&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/jndi-core/pom.xml (original)
+++ incubator/aries/trunk/jndi/jndi-core/pom.xml Wed Oct 13 10:41:15 2010
@@ -33,7 +33,9 @@
 
     <properties>
         <aries.osgi.private.pkg>
-            org.apache.aries.jndi*
+            org.apache.aries.jndi,
+            org.apache.aries.jndi.startup,
+            org.apache.aries.jndi.tracker
         </aries.osgi.private.pkg>
         <aries.osgi.activator>
             org.apache.aries.jndi.startup.Activator