Skip to content
Snippets Groups Projects
Commit 531dc8d1 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

zip filters, avoid cleaning owldoc

parent 6fa93bc6
No related branches found
No related tags found
No related merge requests found
......@@ -509,8 +509,8 @@ POSSIBILITY OF SUCH DAMAGE.
<delete verbose="true" failonerror="false" dir="documentation/owldoc"/>
</target>
<target name="clean" depends="clean.owldoc" description="clean odds and ends, also .zip archive" >
<!-- TODO fix -->
<target name="clean" description="clean odds and ends, also .zip archive" >
<!-- do not clean documentation as part of zip: depends="clean.owldoc" -->
</target>
<target name="zip" depends="clean" description="create EthicalControlArchive.zip to facilitate developent" >
......@@ -533,6 +533,7 @@ POSSIBILITY OF SUCH DAMAGE.
<include name="**/*.txt"/>
<include name="owldoc/**/*.*"/><!-- produced by Protege - big! -->
<exclude name="videos/*.*"/>
<exclude name="**/*signature*.*"/>
</zipfileset>
<zipfileset dir="lib" prefix="EthicalControl/lib">
<include name="*.jar"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment