Skip to content

Commit

Permalink
Fixed copying of .prm files.
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@4807 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Aug 26, 2005
1 parent 998ae6a commit b566a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
</copy>
<mkdir dir="${sourcedist.dir}/${src}/org/openscience/cdk/modeling/forcefield/data/"/>
<copy todir="${sourcedist.dir}/${src}/org/openscience/cdk/modeling/forcefield/data/">
<fileset dir="${src}/org/openscience/cdk/qsar/model/data/" includes="*.prm"/>
<fileset dir="${src}/org/openscience/cdk/modeling/forcefield/data/" includes="*.prm"/>
</copy>
<copy todir="${sourcedist.dir}/${src}/">
<fileset dir="${src}/" includes="*.manifest" />
Expand Down

0 comments on commit b566a03

Please sign in to comment.