HBASE-1348 Move 0.20.0 targeted TRUNK to 0.20.0 hadoop; Forgot to commit build.xml changes

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@770535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-05-01 04:54:25 +00:00
parent 6ada5b2db8
commit dc3e57659d
1 changed files with 4 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<fileset id="lib.jars" dir="${basedir}" includes="lib/*.jar"/> <fileset id="lib.jars" dir="${basedir}" includes="lib/*.jar"/>
<path id="classpath"> <path id="classpath">
<fileset refid="lib.jars"/> <fileset refid="lib.jars"/>
<fileset dir="${lib.dir}/jetty-ext/"> <fileset dir="${lib.dir}/jsp-2.1/">
<include name="*jar" /> <include name="*jar" />
</fileset> </fileset>
<pathelement location="${build.classes}"/> <pathelement location="${build.classes}"/>
@ -177,12 +177,14 @@
--> -->
<target name="jspc" depends="init" unless="jspc.not.required"> <target name="jspc" depends="init" unless="jspc.not.required">
<path id="jspc.classpath"> <path id="jspc.classpath">
<fileset dir="${basedir}/lib/jetty-ext/"> <fileset dir="${basedir}/lib/jsp-2.1/">
<include name="*jar" /> <include name="*jar" />
</fileset> </fileset>
<fileset dir="${basedir}/lib/"> <fileset dir="${basedir}/lib/">
<include name="servlet-api*jar" /> <include name="servlet-api*jar" />
<include name="commons-logging*jar" /> <include name="commons-logging*jar" />
<include name="jasper-*jar" />
<include name="jetty-*jar" />
</fileset> </fileset>
</path> </path>
<taskdef classname="org.apache.jasper.JspC" name="jspcompiler" > <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" >