This repository was archived by the owner on Jan 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-329
lines changed
java/mil/tatrc/physiology/datamodel/patient Expand file tree Collapse file tree 5 files changed +0
-329
lines changed Original file line number Diff line number Diff line change 314
314
<ant antfile =" build.xml" dir =" ${ biogears.cdm } " target =" jar" />
315
315
<ant antfile =" build.xml" dir =" ${ biogears.engine } " target =" compile" />
316
316
<ant antfile =" build.xml" dir =" ${ biogears.engine } " target =" jar" />
317
- <ant antfile =" build.xml" dir =" ${ biogears.gui } " target =" compile" />
318
- <ant antfile =" build.xml" dir =" ${ biogears.gui } " target =" jar" />
319
317
<!-- Create a jar with all dependencies -->
320
318
<delete file =" ../bin/BioGears.jar" />
321
319
<!-- Create the Jar-->
322
320
<jar destfile =" ../bin/BioGears.jar" excludes =" **/Sun_micr.rsa **/Sun_micr.sf" >
323
- <zipfileset src =" ${ biogears.bin } /BioGearsGUI.jar" includes =" **/*.java **/*.class" />
324
321
<zipfileset src =" ${ biogears.bin } /BioGearsEngine.jar" includes =" **/*.java **/*.class" />
325
322
<zipfileset src =" ${ biogears.bin } /CommonDataModel.jar" includes =" **/*.java **/*.class" />
326
323
<zipfileset src =" ${ biogears.bin } /DataModelBindings.jar" includes =" **/*.java **/*.class" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments