Skip to content

Commit

Permalink
Added dependency of frag module on hash module
Browse files Browse the repository at this point in the history
Signed-off-by: Rajarshi Guha <rajarshi.guha@gmail.com>
Signed-off-by: John May <john.wilkinsonmay@gmail.com>
  • Loading branch information
rajarshi authored and johnmay committed Jun 26, 2013
1 parent 376177a commit 65a1c12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="pdb,smiles,sdg,inchi,libiocml"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="hash"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="control,extra,fragment,reaction,pdbcml,libiomd"/>
Expand All @@ -570,9 +573,6 @@
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="group"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="hash"/>
</target>

<target id="test-dist-all" name="test-dist-all" description="test-dist-all">
Expand Down
1 change: 1 addition & 0 deletions src/META-INF/fragment.cdkdepends
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ cdk-annotation.jar
cdk-core.jar
cdk-standard.jar
cdk-smiles.jar
cdk-hash.jar
1 change: 1 addition & 0 deletions src/META-INF/test-fragment.cdkdepends
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ cdk-valencycheck.jar
cdk-pdb.jar
cdk-log4j.jar
cdk-fragment.jar
cdk-hash.jar

0 comments on commit 65a1c12

Please sign in to comment.