Skip to content

Commit

Permalink
Added missing references file to the source dist (full and pure)
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Dec 2, 2009
1 parent dc8e5e7 commit 1cd2124
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.xml
Expand Up @@ -830,6 +830,11 @@
<exclude name="jumbo-5.4.2-b2.jar"/>
</fileset>
</copy>
<copy todir="${sourcedist.dir}/doc/refs">
<fileset dir="doc/refs">
<include name="*.*"/>
</fileset>
</copy>
<copy todir="${sourcedist.dir}/develjar">
<fileset dir="develjar">
<exclude name="pmd-1.8.jar"/>
Expand Down Expand Up @@ -889,6 +894,11 @@
<fileset dir="${src}/main/" includes="**/*.jjt" />
<fileset dir="${src}/main/" includes="org/openscience/cdk/io/cml/data/**" />
</copy>
<copy todir="${sourcedist.dir}/doc/refs">
<fileset dir="doc/refs">
<include name="*.*"/>
</fileset>
</copy>
<copy todir="${sourcedist.dir}">
<fileset dir="." includes="build.props" />
<fileset dir="." includes="build.xml" />
Expand Down

0 comments on commit 1cd2124

Please sign in to comment.