File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ class Build : BuildPod
2323 "proj.name" : "Project Haystack Defs" ,
2424 "license.name" : "Academic Free License 3.0" ]
2525 resDirs = [`lib/` ]
26+ index = [ "ph.lib" : "ph" ]
2627 }
2728}
Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ class Build : BuildPod
2323 "proj.name" : "Project Haystack Defs" ,
2424 "license.name" : "Academic Free License 3.0" ]
2525 resDirs = [`lib/` ]
26+ index = [ "ph.lib" : "phIct" ]
2627 }
2728}
Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ class Build : BuildPod
2121 meta = ["org.name" : "Project Haystack" ,
2222 "org.uri" : "https://project-haystack.org/" ,
2323 "proj.name" : "Project Haystack Defs" ,
24- "license.name" : "Academic Free License 3.0" ]
24+ "license.name" : "Academic Free License 3.0"
25+ ]
2526 resDirs = [`lib/` ]
27+ index = [ "ph.lib" : "phIoT" ]
28+
2629 }
2730}
Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ class Build : BuildPod
2323 "proj.name" : "Project Haystack Defs" ,
2424 "license.name" : "Academic Free License 3.0" ]
2525 resDirs = [`lib/` ]
26+ index = [ "ph.lib" : "phScience" ]
2627 }
2728}
You can’t perform that action at this time.
0 commit comments