src/Tools/Setup/etc/build.props
author haftmann
Thu, 19 Jun 2025 17:15:40 +0200
changeset 82734 89347c0cc6a3
parent 82699 a3e7732b0393
permissions -rw-r--r--
treat map_filter similar to list_all, list_ex, list_ex1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
74057
22ad3ac2152c clarified properties: "module" and "no_build";
wenzelm
parents: 74039
diff changeset
     1
module = $ISABELLE_SETUP_JAR
22ad3ac2152c clarified properties: "module" and "no_build";
wenzelm
parents: 74039
diff changeset
     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