Skip to content
Snippets Groups Projects
Commit 5b2ead49 authored by tjc's avatar tjc
Browse files

add a jar creation target for chado

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4309 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent a6a0b317
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,21 @@ ...@@ -122,6 +122,21 @@
</javac> </javac>
</target> </target>
<!-- Creates the chado class package -->
<target name="chado-access" depends="init,compile">
<jar
jarfile="${build.dir}/chado-access.jar"
basedir="${build.dest.main}"
manifest="META-INF/MANIFEST.MF"
includes="uk/ac/sanger/artemis/chado/**"
/>
<jar
jarfile="${build.dir}/chado-access.jar"
update="yes"
basedir="${build.src.main}"
includes="artemis_sqlmap/**"
/>
</target>
<!-- Creates the class package --> <!-- Creates the class package -->
<target name="package" depends="init,compile"> <target name="package" depends="init,compile">
......
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