@@ -0,0 +1,9 @@
+{application, fs,
+ [{description, "FS VXZ Listener"},
+ {vsn, "1.9"},
+ {registered, [fs_sup]},
+ {applications, [kernel, stdlib]},
+ {modules, [fs_app, fs_event_bridge, fs_server, fs_sup, fs, fsevents, inotifywait_win32, inotifywait, kqueue]},
+ {mod, { fs_app, []}},
+ {env, []}
+ ]}.
@@ -1,7 +0,0 @@
-{application, fs,
- [{description, "FS VXZ Listener"},
- {vsn, "1.9"},
- {registered, []},
- {applications, [kernel,stdlib]},
- {mod, { fs_app, []}},
- {env, []}]}.