File: module-info.java

package info (click to toggle)
imagej 1.54g-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,520 kB
  • sloc: java: 132,209; sh: 286; xml: 255; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module ij {
	requires java.desktop;
	requires java.rmi;
	requires java.compiler;
	requires java.scripting;
	exports ij;
	exports ij.gui;
	exports ij.io;
	exports ij.macro;
	exports ij.measure;
	exports ij.plugin;
	exports ij.plugin.filter;
	exports ij.plugin.frame;
	exports ij.plugin.tool;
	exports ij.process;
	exports ij.text;
	exports ij.util;
}