#FEATURE by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Thu, 07 Mar 2019 17:33:35 +0100
branchcvs_MAIN
changeset 3890 4bb577423bbe
parent 3889 9a5769667e89
child 3891 c2a521a23eaa
#FEATURE by cg class: stx_libjava class added: #nonMandatorySubProjects can make subProjects non-mandatory
stx_libjava.st
--- a/stx_libjava.st	Thu Mar 07 17:27:03 2019 +0100
+++ b/stx_libjava.st	Thu Mar 07 17:33:35 2019 +0100
@@ -163,6 +163,18 @@
     )
 !
 
+nonMandatorySubProjects
+    "list subprojects which can be ignored if the folder has been removed.
+     Make will give a warning, but proceed.
+     Should be a subset of what is returned by #subProjects"
+
+    ^ #(
+        #'stx:libjava/experiments'
+    )
+
+    "Created: / 07-03-2019 / 17:31:27 / Claus Gittinger"
+!
+
 referencedPreRequisites
     "list packages which are a prerequisite, because they contain
      classes which are referenced by my classes.