You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pk...@apache.org on 2008/08/26 09:20:16 UTC

svn commit: r688979 - /felix/trunk/fileinstall/fileinstall.bnd

Author: pkriens
Date: Tue Aug 26 00:20:15 2008
New Revision: 688979

URL: http://svn.apache.org/viewvc?rev=688979&view=rev
Log:
Modified the POM to include the package for org.osgi.service.log so it was not required

Modified:
    felix/trunk/fileinstall/fileinstall.bnd

Modified: felix/trunk/fileinstall/fileinstall.bnd
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/fileinstall.bnd?rev=688979&r1=688978&r2=688979&view=diff
==============================================================================
--- felix/trunk/fileinstall/fileinstall.bnd (original)
+++ felix/trunk/fileinstall/fileinstall.bnd Tue Aug 26 00:20:15 2008
@@ -1,5 +1,5 @@
 -sources: true
-Export-Package: aQute.fileinstall, org.osgi.service.cm
+Export-Package: aQute.fileinstall, org.osgi.service.cm, org.osgi.service.log
 Bundle-Activator: aQute.fileinstall.FileInstall
 Bundle-Version: 1.3.4
 Bundle-Description: This bundle watches a directory set by the aQute.fileinstall.dir property; the default \