Skip to content

Commit

Permalink
Removing compile of ant tasks (no longer there) from build.xml
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@3735 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
headius committed May 24, 2007
1 parent f80fc40 commit bb138b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@

<target name="compile.tasks" depends="prepare"
description="Builds the Ant tasks that we need later on in the build">
<javac destdir="${jruby.classes.dir}" debug="true" srcdir="${src.dir}"
includes="org/jruby/util/ant/**/*.java" source="${javac.version}" deprecation="true">
<classpath refid="build.classpath"/>
</javac>

<copy todir="${jruby.classes.dir}">
<fileset dir="${src.dir}">
<include name="**/*.rb"/>
Expand Down

0 comments on commit bb138b0

Please sign in to comment.