Skip to content

Commit

Permalink
Issue #577 expert build removed for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklon authored and jkajita-mchp committed Aug 24, 2015
1 parent 442b8eb commit e72f885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -913,33 +913,16 @@ Description: chipKIT MPIDE Development environment

<unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/>

<!--
<zip basedir="windows/work"
prefix="mpide-${version}"
destfile="windows/mpide-${version}.zip" />
<zip basedir="windows/work"
prefix="mpide-${version}"
destfile="windows/mpide-${version}-expert.zip"
excludes="java/**" />
-->

<zip destfile="windows/mpide-${version}.zip">
<zipfileset dir="windows/work"
prefix="mpide-${version}" />
</zip>

<zip destfile="windows/mpide-${version}-expert.zip">
<zipfileset dir="windows/work"
prefix="mpide-${version}"
excludes="java/**" />
</zip>

<echo>
=======================================================
mpide for Windows was built. Grab the archive from

windows/mpide-${version}.zip
windows/mpide-${version}-expert.zip
=======================================================
</echo>
</target>
Expand Down
4 changes: 2 additions & 2 deletions build/upload.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Mon, 09 Feb 2015 13:21:23 -0500
#Thu, 20 Aug 2015 17:37:53 -0700
aws.access_key=
aws.secret_key=

extension=dmg

uploadversion=0150-macosx-20150204-test
uploadversion=0150-macosx-20150820

0 comments on commit e72f885

Please sign in to comment.