Skip to content

Commit

Permalink
Hooked the signature module into the CDK build system
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 23, 2010
1 parent 93e0a22 commit 4ea7d48
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 12 additions & 1 deletion build.xml
Expand Up @@ -549,6 +549,9 @@
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="builder3d,builder3dtools"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="signature"/>
</target>

<target id="test-dist-all" name="test-dist-all" description="test-dist-all">
Expand Down Expand Up @@ -576,6 +579,9 @@
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="test-qsarprotein,test-qsarionpot,test-smsd"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="test-signature"/>
</target>

<target id="jarTestdata" name="jarTestdata" description="Creates jar files with test data.">
Expand Down Expand Up @@ -626,6 +632,7 @@
<includesfile name="${metainf}/formula.libdepends"/>
<includesfile name="${metainf}/isomorphism.libdepends"/>
<includesfile name="${metainf}/qm.libdepends"/>
<includesfile name="${metainf}/signature.libdepends"/>
</fileset>
<fileset dir="${dist}/jar">
<include name="cdk-annotation.jar"/>
Expand Down Expand Up @@ -672,6 +679,7 @@
<include name="cdk-isomorphism.jar"/>
<include name="cdk-ionpot.jar"/>
<include name="cdk-smsd.jar"/>
<include name="cdk-signature.jar"/>
<include name="cdk-qm.jar"/>
</fileset>
</unjar>
Expand Down Expand Up @@ -741,6 +749,7 @@
<include name="cdk-pcore.jar"/>
<include name="cdk-formula.jar"/>
<include name="cdk-atomtype.jar"/>
<include name="cdk-signature.jar"/>
</fileset>
</unjar>

Expand Down Expand Up @@ -798,6 +807,7 @@
<includesfile name="${metainf}/test-formula.libdepends"/>
<includesfile name="${metainf}/test-render.libdepends"/>
<includesfile name="${metainf}/test-log4j.libdepends"/>
<includesfile name="${metainf}/test-signature.libdepends"/>
</fileset>
<fileset dir="${dist}/jar">
<include name="cdk-test-annotation.jar"/>
Expand Down Expand Up @@ -831,6 +841,7 @@
<include name="cdk-test-formula.jar"/>
<include name="cdk-test-render.jar"/>
<include name="cdk-test-log4j.jar"/>
<include name="cdk-test-signature.jar"/>
</fileset>
</unjar>

Expand Down Expand Up @@ -1041,7 +1052,7 @@
smarts,fingerprint,smiles,qsar,qsaratomic,qsarbond,
qsarmolecular,qsarionpot,qsarprotein,pdb,pcore,inchi,
structgen,libiomd,libiocml,formula,render,extra,sdg,
ioformats,log4j,smsd"/>
ioformats,log4j,smsd,signature"/>
</target>

<target id="limitations" name="limitations" depends="noJunit, dist-all"
Expand Down
2 changes: 2 additions & 0 deletions src/META-INF/signature.cdkdepends
@@ -0,0 +1,2 @@
cdk-annotation.jar
cdk-interfaces.jar
1 change: 1 addition & 0 deletions src/META-INF/signature.libdepends
@@ -0,0 +1 @@
signatures-1.0-SNAPSHOT.jar

0 comments on commit 4ea7d48

Please sign in to comment.