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/04/01 10:09:05 UTC

svn commit: r643316 - in /incubator/sling/trunk/sling/servlets-post: pom.xml src/main/java/org/apache/sling/servlets/post/impl/info/

Author: fmeschbe
Date: Tue Apr  1 01:08:59 2008
New Revision: 643316

URL: http://svn.apache.org/viewvc?rev=643316&view=rev
Log:
SLING-346 Remove SlingInfoServlet from sling/servlets-post module

Removed:
    incubator/sling/trunk/sling/servlets-post/src/main/java/org/apache/sling/servlets/post/impl/info/
Modified:
    incubator/sling/trunk/sling/servlets-post/pom.xml

Modified: incubator/sling/trunk/sling/servlets-post/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets-post/pom.xml?rev=643316&r1=643315&r2=643316&view=diff
==============================================================================
--- incubator/sling/trunk/sling/servlets-post/pom.xml (original)
+++ incubator/sling/trunk/sling/servlets-post/pom.xml Tue Apr  1 01:08:59 2008
@@ -61,8 +61,7 @@
                 <configuration>
                     <instructions>
                         <Private-Package>
-                            org.apache.sling.servlets.post.impl,
-                            org.apache.sling.servlets.post.impl.info
+                            org.apache.sling.servlets.post.impl
                         </Private-Package>
                         <Sling-Bundle-Resources>
                             /sling/sling.js
@@ -77,10 +76,6 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>