Skip to content

Commit

Permalink
Also copy jmol_atomtypes.txt into jars.
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@933 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Feb 3, 2003
1 parent a6ff060 commit d525829
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
includesfile="${src}/standard.classes">
<classpath>
<fileset dir="${lib}">
<include name="JSX1.0.6.0.jar" />
<include name="JSX1.0.7.2.jar" />
<include name="vecmath1.2-1.14.jar" />
<include name="log4j-core.jar" />
<include name="log4j.jar" />
Expand Down Expand Up @@ -264,6 +264,9 @@
file="${src}/org/openscience/cdk/config/structgen_atomtypes.xml"
tofile="${build}/org/openscience/cdk/config/structgen_atomtypes.xml" />
<copy
file="${src}/org/openscience/cdk/config/jmol_atomtypes.txt"
tofile="${build}/org/openscience/cdk/config/jmol_atomtypes.txt" />
<copy
file="${src}/org/openscience/cdk/config/log4j.properties"
tofile="${build}/org/openscience/cdk/config/log4j.properties" />

Expand Down

0 comments on commit d525829

Please sign in to comment.