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

Commit 642fb30

Browse files
committed
got ride of zipping in the build file (not needed to build sdk)
1 parent 72bba00 commit 642fb30

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/build.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -626,16 +626,6 @@
626626
<target name="buildSDK-windows" depends="copyToSDK-windows" if="deployWindows">
627627
<!-- Make sure howto files compile -->
628628
<ant antfile="build.xml" dir="${biogears.SDK}" target="all" />
629-
<!-- Zip it! -->
630-
<delete file="${biogears.deploy}/${biogears.version}-sdk-windows.zip"/>
631-
<zip destfile="${biogears.deploy}/${biogears.version}-sdk-windows.zip">
632-
<zipfileset dir="${biogears.home}" prefix="${biogears.version}">
633-
<include name="LICENSE"/>
634-
<include name="NOTICE"/>
635-
</zipfileset>
636-
<zipfileset dir="${biogears.SDK}" excludes="howto/build/**, /cmake/msvs*/**" prefix="${biogears.version}"/>
637-
<zipfileset dir="${biogears.doxy}" includes="html/**, Mainpage.html, ReadMe.txt" prefix="${biogears.version}/docs/"/>
638-
</zip>
639629
</target>
640630
<target name="copyToSDK-windows" if="deployWindows">
641631
<!-- Clean out the sdk folder of any previous deployment -->

0 commit comments

Comments
 (0)