137 |
<target name="zip"> |
<target name="zip"> |
138 |
<zip destfile="../${ant.project.name}_v${version}_src.zip" |
<zip destfile="../${ant.project.name}_v${version}_src.zip" |
139 |
basedir=".." |
basedir=".." |
140 |
includes="slcshttps/src/** slcshttps/build.xml" |
includes="nl.nikhef.slcshttps/src/** nl.nikhef.slcshttps/build.xml" |
141 |
excludes="**/.*.swp" |
excludes="**/.*.swp" |
142 |
/> |
/> |
143 |
</target> |
</target> |
148 |
<target name="fullzip" depends="release"> |
<target name="fullzip" depends="release"> |
149 |
<zip destfile="../${ant.project.name}_v${version}_full.zip" |
<zip destfile="../${ant.project.name}_v${version}_full.zip" |
150 |
basedir=".." |
basedir=".." |
151 |
includes="slcshttps/" |
includes="nl.nikhef.slcshttps/" |
152 |
excludes="slcshttps/extern/bcprov* **/.*.swp" |
excludes="nl.nikhef.slcshttps/extern/bcprov* **/.*.swp" |
153 |
/> |
/> |
154 |
</target> |
</target> |
155 |
|
|