Skip to content

Commit b7fc69a

Browse files
committed
Only exclude build/windows and build/macosx, not the app/ ones.
http://code.google.com/p/arduino/issues/detail?id=1011
1 parent 127cbf5 commit b7fc69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@
574574
prefix="arduino-${version}"
575575
excludes="**/*.tgz,
576576
**/*.bz2,
577-
**/macosx/,
578-
**/windows/,
577+
**/build/macosx/,
578+
**/build/windows/,
579579
**/work/,
580580
**/.git/,
581581
**/*.class"

0 commit comments

Comments
 (0)