author | haftmann |
Thu, 19 Jun 2025 17:15:40 +0200 | |
changeset 82734 | 89347c0cc6a3 |
parent 82699 | a3e7732b0393 |
permissions | -rw-r--r-- |
74057 | 1 |
module = $ISABELLE_SETUP_JAR |
2 |
no_build = true |
|
74039
8c213672f6f3
clarified component setup: exclude jar from active component, but use sources from template within ISABELLE_HOME (relevant for "isabelle scala_project -L");
wenzelm
parents:
diff
changeset
|
3 |
sources = \ |
8c213672f6f3
clarified component setup: exclude jar from active component, but use sources from template within ISABELLE_HOME (relevant for "isabelle scala_project -L");
wenzelm
parents:
diff
changeset
|
4 |
src/Build.java \ |
8c213672f6f3
clarified component setup: exclude jar from active component, but use sources from template within ISABELLE_HOME (relevant for "isabelle scala_project -L");
wenzelm
parents:
diff
changeset
|
5 |
src/Environment.java \ |
8c213672f6f3
clarified component setup: exclude jar from active component, but use sources from template within ISABELLE_HOME (relevant for "isabelle scala_project -L");
wenzelm
parents:
diff
changeset
|
6 |
src/Exn.java \ |
82699
a3e7732b0393
more robust GUI setup via Java, instead of shell script;
wenzelm
parents:
74057
diff
changeset
|
7 |
src/GUI_Setup.java \ |
74039
8c213672f6f3
clarified component setup: exclude jar from active component, but use sources from template within ISABELLE_HOME (relevant for "isabelle scala_project -L");
wenzelm
parents:
diff
changeset
|
8 |
src/Library.java \ |
8c213672f6f3
clarified component setup: exclude jar from active component, but use sources from template within ISABELLE_HOME (relevant for "isabelle scala_project -L");
wenzelm
parents:
diff
changeset
|
9 |
src/Setup.java |