You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/01/25 13:44:26 UTC

svn commit: r902796 - /sling/trunk/bundles/jcr/classloader/pom.xml

Author: cziegeler
Date: Mon Jan 25 12:44:26 2010
New Revision: 902796

URL: http://svn.apache.org/viewvc?rev=902796&view=rev
Log:
Remove spurious comma

Modified:
    sling/trunk/bundles/jcr/classloader/pom.xml

Modified: sling/trunk/bundles/jcr/classloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/pom.xml?rev=902796&r1=902795&r2=902796&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/classloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/classloader/pom.xml Mon Jan 25 12:44:26 2010
@@ -58,7 +58,7 @@
                             sling,jcr,jackrabbit
                         </Bundle-Category>
                         <Private-Package>
-                            org.apache.sling.jcr.classloader.internal.*,
+                            org.apache.sling.jcr.classloader.internal.*
                         </Private-Package>
                     </instructions>
                 </configuration>