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

Commit 300f12e

Browse files
committed
updated build file to exlude gui compiling. GUI will be separate repository in the future, toolbox can be built from website for GUI support
1 parent 70e471c commit 300f12e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/build.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,10 @@
314314
<ant antfile="build.xml" dir="${biogears.cdm}" target="jar" />
315315
<ant antfile="build.xml" dir="${biogears.engine}" target="compile" />
316316
<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" />
319317
<!-- Create a jar with all dependencies -->
320318
<delete file="../bin/BioGears.jar"/>
321319
<!-- Create the Jar-->
322320
<jar destfile="../bin/BioGears.jar" excludes="**/Sun_micr.rsa **/Sun_micr.sf">
323-
<zipfileset src="${biogears.bin}/BioGearsGUI.jar" includes="**/*.java **/*.class"/>
324321
<zipfileset src="${biogears.bin}/BioGearsEngine.jar" includes="**/*.java **/*.class"/>
325322
<zipfileset src="${biogears.bin}/CommonDataModel.jar" includes="**/*.java **/*.class"/>
326323
<zipfileset src="${biogears.bin}/DataModelBindings.jar" includes="**/*.java **/*.class"/>

0 commit comments

Comments
 (0)