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/17 16:54:38 UTC

svn commit: r612850 - in /incubator/sling/whiteboard/fmeschbe/resource/osgi/commons: ./ src/main/java/org/apache/sling/osgi/commons/ src/main/java/org/apache/sling/osgi/commons/internal/ src/test/java/

Author: fmeschbe
Date: Thu Jan 17 07:53:48 2008
New Revision: 612850

URL: http://svn.apache.org/viewvc?rev=612850&view=rev
Log:
Remove adapter stuff from osgi/commons

Removed:
    incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/src/main/java/org/apache/sling/osgi/commons/AdapterFactory.java
    incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/src/main/java/org/apache/sling/osgi/commons/AdapterManager.java
    incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/src/main/java/org/apache/sling/osgi/commons/SlingAdaptable.java
    incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/src/main/java/org/apache/sling/osgi/commons/internal/
    incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/src/test/java/
Modified:
    incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/pom.xml

Modified: incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/pom.xml?rev=612850&r1=612849&r2=612850&view=diff
==============================================================================
--- incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/pom.xml (original)
+++ incubator/sling/whiteboard/fmeschbe/resource/osgi/commons/pom.xml Thu Jan 17 07:53:48 2008
@@ -62,9 +62,6 @@
                         <Export-Package>
                             org.apache.sling.osgi.commons;version=${pom.version}
                         </Export-Package>
-                        <Private-Package>
-                            org.apache.sling.osgi.commons.internal
-                        </Private-Package>
                     </instructions>
                 </configuration>
             </plugin>