You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/01/23 18:57:36 UTC

svn commit: r614594 - /incubator/sling/trunk/scripting/resolver/pom.xml

Author: fmeschbe
Date: Wed Jan 23 09:57:29 2008
New Revision: 614594

URL: http://svn.apache.org/viewvc?rev=614594&view=rev
Log:
Add missing bundle inclusion

Modified:
    incubator/sling/trunk/scripting/resolver/pom.xml

Modified: incubator/sling/trunk/scripting/resolver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/resolver/pom.xml?rev=614594&r1=614593&r2=614594&view=diff
==============================================================================
--- incubator/sling/trunk/scripting/resolver/pom.xml (original)
+++ incubator/sling/trunk/scripting/resolver/pom.xml Wed Jan 23 09:57:29 2008
@@ -65,7 +65,8 @@
                             org.apache.sling.scripting.resolver;version=${pom.version}
                         </Export-Package>
                         <Private-Package>
-                            org.apache.sling.scripting.resolver.impl
+                            org.apache.sling.scripting.resolver.impl,
+                            org.apache.sling.scripting.resolver.impl.helper
                         </Private-Package>
                     </instructions>
                 </configuration>