You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2009/05/01 06:54:25 UTC

svn commit: r770535 - /hadoop/hbase/trunk/build.xml

Author: stack
Date: Fri May  1 04:54:25 2009
New Revision: 770535

URL: http://svn.apache.org/viewvc?rev=770535&view=rev
Log:
HBASE-1348  Move 0.20.0 targeted TRUNK to 0.20.0 hadoop; Forgot to commit build.xml changes

Modified:
    hadoop/hbase/trunk/build.xml

Modified: hadoop/hbase/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/build.xml?rev=770535&r1=770534&r2=770535&view=diff
==============================================================================
--- hadoop/hbase/trunk/build.xml (original)
+++ hadoop/hbase/trunk/build.xml Fri May  1 04:54:25 2009
@@ -96,7 +96,7 @@
   <fileset id="lib.jars" dir="${basedir}" includes="lib/*.jar"/>
   <path id="classpath">
     <fileset refid="lib.jars"/>
-    <fileset dir="${lib.dir}/jetty-ext/">
+    <fileset dir="${lib.dir}/jsp-2.1/">
       <include name="*jar" />
     </fileset>
     <pathelement location="${build.classes}"/>
@@ -177,12 +177,14 @@
      -->
   <target name="jspc" depends="init" unless="jspc.not.required">
     <path id="jspc.classpath">
-      <fileset dir="${basedir}/lib/jetty-ext/">
+      <fileset dir="${basedir}/lib/jsp-2.1/">
         <include name="*jar" />
       </fileset>
       <fileset dir="${basedir}/lib/">
         <include name="servlet-api*jar" />
         <include name="commons-logging*jar" />
+        <include name="jasper-*jar" />
+        <include name="jetty-*jar" />
       </fileset>
     </path>
     <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" >