Select Git revision
module-info.java
-
Trym Hamer Gudvangen authoredTrym Hamer Gudvangen authored
module-info.java 776 B
module edu.ntnu.idatt2001.group_30.paths {
requires javafx.controls;
requires javafx.graphics;
exports edu.ntnu.idatt2001.group_30.paths;
exports edu.ntnu.idatt2001.group_30.paths.view;
exports edu.ntnu.idatt2001.group_30.paths.model;
exports edu.ntnu.idatt2001.group_30.paths.model.goals;
exports edu.ntnu.idatt2001.group_30.paths.model.actions;
exports edu.ntnu.idatt2001.group_30.paths.view.components;
exports edu.ntnu.idatt2001.group_30.paths.view.components.common;
exports edu.ntnu.idatt2001.group_30.paths.view.components.pane;
exports edu.ntnu.idatt2001.group_30.paths.view.components.table;
exports edu.ntnu.idatt2001.group_30.paths.view.components.pop_up;
exports edu.ntnu.idatt2001.group_30.paths.view.views;
}