You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2007/11/26 20:26:54 UTC

svn commit: r598391 - /servicemix/branches/servicemix-4.0/runtime/filemonitor/src/main/java/org/apache/servicemix/runtime/filemonitor/FileMonitorActivator.java

Author: jstrachan
Date: Mon Nov 26 11:26:53 2007
New Revision: 598391

URL: http://svn.apache.org/viewvc?rev=598391&view=rev
Log:
added some link love to Peter Kriens who's FileInstall was an inspiration for the filemonitor idea

Modified:
    servicemix/branches/servicemix-4.0/runtime/filemonitor/src/main/java/org/apache/servicemix/runtime/filemonitor/FileMonitorActivator.java

Modified: servicemix/branches/servicemix-4.0/runtime/filemonitor/src/main/java/org/apache/servicemix/runtime/filemonitor/FileMonitorActivator.java
URL: http://svn.apache.org/viewvc/servicemix/branches/servicemix-4.0/runtime/filemonitor/src/main/java/org/apache/servicemix/runtime/filemonitor/FileMonitorActivator.java?rev=598391&r1=598390&r2=598391&view=diff
==============================================================================
--- servicemix/branches/servicemix-4.0/runtime/filemonitor/src/main/java/org/apache/servicemix/runtime/filemonitor/FileMonitorActivator.java (original)
+++ servicemix/branches/servicemix-4.0/runtime/filemonitor/src/main/java/org/apache/servicemix/runtime/filemonitor/FileMonitorActivator.java Mon Nov 26 11:26:53 2007
@@ -33,6 +33,8 @@
 import org.osgi.util.tracker.ServiceTracker;
 
 /**
+ * Inspired by <a href="http://www.aqute.biz/Code/FileInstall">FileInstall</a> by Peter Kriens.
+ * 
  * @version $Revision: 1.1 $
  */
 public class FileMonitorActivator implements BundleActivator, ManagedServiceFactory {