HBASE-1167 JSP doesn't work in a git checkout

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@739573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2009-01-31 16:17:19 +00:00
parent a579f449e0
commit 4d56aebba2
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,8 @@ Release 0.20.0 - Unreleased
HBASE-903 [shell] Can't set table descriptor attributes when I alter a table
HBASE-1164 Remove HBase private copy of SequenceFile
HBASE-1166 saveVersion.sh doesn't work with git (Nitay Joffe via Stack)
HBASE-1167 JSP doesn't work in a git checkout (Nitay Joffe via Andrew
Purtell)
Release 0.19.0 - 01/21/2009
INCOMPATIBLE CHANGES

View File

@ -188,12 +188,14 @@
<taskdef classname="org.apache.jasper.JspC" name="jspcompiler" >
<classpath refid="jspc.classpath"/>
</taskdef>
<mkdir dir="${build.webapps}/master/WEB-INF"/>
<jspcompiler
uriroot="${src.webapps}/master"
outputdir="${generated.webapps.src}"
package="org.apache.hadoop.hbase.generated.master"
webxml="${build.webapps}/master/WEB-INF/web.xml">
</jspcompiler>
<mkdir dir="${build.webapps}/regionserver/WEB-INF"/>
<jspcompiler
uriroot="${src.webapps}/regionserver"
outputdir="${generated.webapps.src}"