Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
removing some classes we no longer support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbaird committed Mar 9, 2018
1 parent faaa002 commit bc5afee
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 329 deletions.
3 changes: 0 additions & 3 deletions src/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,10 @@
<ant antfile="build.xml" dir="${biogears.cdm}" target="jar" />
<ant antfile="build.xml" dir="${biogears.engine}" target="compile" />
<ant antfile="build.xml" dir="${biogears.engine}" target="jar" />
<ant antfile="build.xml" dir="${biogears.gui}" target="compile" />
<ant antfile="build.xml" dir="${biogears.gui}" target="jar" />
<!-- Create a jar with all dependencies -->
<delete file="../bin/BioGears.jar"/>
<!-- Create the Jar-->
<jar destfile="../bin/BioGears.jar" excludes="**/Sun_micr.rsa **/Sun_micr.sf">
<zipfileset src="${biogears.bin}/BioGearsGUI.jar" includes="**/*.java **/*.class"/>
<zipfileset src="${biogears.bin}/BioGearsEngine.jar" includes="**/*.java **/*.class"/>
<zipfileset src="${biogears.bin}/CommonDataModel.jar" includes="**/*.java **/*.class"/>
<zipfileset src="${biogears.bin}/DataModelBindings.jar" includes="**/*.java **/*.class"/>
Expand Down
96 changes: 0 additions & 96 deletions src/cdm/cpp/patient/SEMeal.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions src/cdm/cpp/patient/SEMeal.h

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit bc5afee

Please sign in to comment.