Skip to content

Commit

Permalink
build.xml: bundle ruby files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Dec 13, 2010
1 parent a9cff48 commit 800133c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -11,6 +11,7 @@
<mkdir dir="${lib.build.dir}"/>
<jar destfile="${lib.build.dir}/spellbook-core.jar">
<fileset dir="${cls.build.dir}"/>
<fileset dir="${src.dir}" includes="**/*.rb"/>
</jar>
</target>

Expand Down

0 comments on commit 800133c

Please sign in to comment.