-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (26 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
JPathWatch-OSGi is a JPathWatch fork (http://jpathwatch.wordpress.com/),
build for OSGi compatible and maven support.
JPatchWatch is a Java library for monitoring directories for changes.
It uses the host platform’s native OS functions to achieve this to avoid polling.
This build includes java source and platform's native library.
It will only maintain stable release of JPathWatch.
Latest Release: JPathWatch-OSGi v0.94
Download binary package from:
https://github.com/downloads/longkerdandy/jpathwatch-osgi/jpathwatch-0.94.jar
Maven usage:
1. Add repository
<repository>
<id>JPathWatch OSGi</id>
<url>
https://github.com/longkerdandy/jpathwatch-osgi/tree/master/repository/
</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
2. Add dependency
<dependency>
<groupId>jpathwatch</groupId>
<artifactId>jpathwatch</artifactId>
<version>0.94</version>
</dependency>