src/Tools/Setup/etc/build.props
author wenzelm
Mon, 20 May 2024 15:43:51 +0200
changeset 80182 29f2b8ff84f3
parent 74057 22ad3ac2152c
child 82699 a3e7732b0393
permissions -rw-r--r--
proper support for "isabelle update -D DIR": avoid accidental exclusion of select_dirs (amending e5dafe9e120f);
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 \
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
     7
  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
     8
  src/Setup.java