Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29f4822

Browse files
committed
Updating to include doc.html, Dockerfile & license
1 parent 7e54502 commit 29f4822

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<target name="create-zip" depends="init">
77
<antcall target="prezip"/>
88
<zip destfile="${dest.dir}/${ant.project.name}.zip" whenempty="fail" defaultexcludes="true">
9-
<fileset dir="." includes="manifest, doc.html"/>
10-
<zipfileset dir="src" includes="*.py"/>
9+
<fileset dir="." includes="manifest, Dockerfile, LICENSE"/>
10+
<fileset dir="docs/v2" includes="doc.html"/>
11+
<!-- if you are iterating in the module integrator you will need to include the source files in the module zip -->
12+
<!-- zipfileset dir="src" includes="*.py"/-->
1113
</zip>
1214
<antcall target="postzip"/>
1315
</target>

0 commit comments

Comments
 (0)