You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/09/09 11:32:02 UTC

svn commit: r1521014 - /sling/trunk/bundles/scripting/jsp/pom.xml

Author: bdelacretaz
Date: Mon Sep  9 09:32:01 2013
New Revision: 1521014

URL: http://svn.apache.org/r1521014
Log:
SLING-3046 - fix conflicting export/private statements, cause trouble with maven-bundle-plugin 2.4.0

Modified:
    sling/trunk/bundles/scripting/jsp/pom.xml

Modified: sling/trunk/bundles/scripting/jsp/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp/pom.xml?rev=1521014&r1=1521013&r2=1521014&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Mon Sep  9 09:32:01 2013
@@ -61,9 +61,7 @@
                             javax.servlet.jsp.tagext;version=2.1
                         </Export-Package>
                         <Private-Package>
-                            org.apache.sling.scripting.jsp,
-                            !org.apache.sling.scripting.jsp.jasper.runtime,
-                            org.apache.sling.scripting.jsp.jasper.*,
+                            org.apache.sling.scripting.jsp.*,
                             org.apache.juli.logging
                         </Private-Package>