Skip to content

Commit b598b34

Browse files
committed
Updated build, small fix to copy-excludes
1 parent 125e124 commit b598b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<echo message="Copying files" />
7979
<mkdir dir="${dist.dir}" />
8080
<copy overwrite="true" todir="${dist.dir}/">
81-
<fileset dir="." excludes="**/.*, .*, .git/, dist/, test/, build/, build.xml" />
81+
<fileset dir="." excludes="**/.*, dist/, build/, build.xml" />
8282
</copy>
8383
</target>
8484

0 commit comments

Comments
 (0)