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. ...@@ -509,8 +509,8 @@ POSSIBILITY OF SUCH DAMAGE.
<delete verbose="true" failonerror="false" dir="documentation/owldoc"/> <delete verbose="true" failonerror="false" dir="documentation/owldoc"/>
</target> </target>
<target name="clean" depends="clean.owldoc" description="clean odds and ends, also .zip archive" > <target name="clean" description="clean odds and ends, also .zip archive" >
<!-- TODO fix --> <!-- do not clean documentation as part of zip: depends="clean.owldoc" -->
</target> </target>
<target name="zip" depends="clean" description="create EthicalControlArchive.zip to facilitate developent" > <target name="zip" depends="clean" description="create EthicalControlArchive.zip to facilitate developent" >
...@@ -533,6 +533,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -533,6 +533,7 @@ POSSIBILITY OF SUCH DAMAGE.
<include name="**/*.txt"/> <include name="**/*.txt"/>
<include name="owldoc/**/*.*"/><!-- produced by Protege - big! --> <include name="owldoc/**/*.*"/><!-- produced by Protege - big! -->
<exclude name="videos/*.*"/> <exclude name="videos/*.*"/>
<exclude name="**/*signature*.*"/>
</zipfileset> </zipfileset>
<zipfileset dir="lib" prefix="EthicalControl/lib"> <zipfileset dir="lib" prefix="EthicalControl/lib">
<include name="*.jar"/> <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