You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2008/06/05 09:28:10 UTC

svn commit: r663488 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Thu Jun  5 00:28:09 2008
New Revision: 663488

URL: http://svn.apache.org/viewvc?rev=663488&view=rev
Log:
jxpath needs JSP as well

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=663488&r1=663487&r2=663488&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Thu Jun  5 00:28:09 2008
@@ -521,7 +521,7 @@
     <ant basedir="jxpath" target="dist">
       <property name="component.version" value="@@DATE@@"/>
       <depend property="junit.jar" project="junit"/>
-      <depend property="j2ee.jar"      project="jakarta-servletapi"/>
+      <depend property="j2ee.jar"      project="jakarta-servletapi-5-servlet"/>
       <depend property="jaxp.jaxp.jar" project="xml-apis" id="xml-apis"/>
       <depend property="jaxp.xslt.jar" project="xalan" id="xalan"/>
     </ant>
@@ -529,6 +529,7 @@
     <depend project="anakia" inherit="runtime"/>
     <depend project="commons-beanutils" runtime="true" inherit="runtime"/>
     <depend project="mockrunner"/>
+    <depend project="jakarta-servletapi-5-jsp"/>
     <work nested="jxpath/target/classes"/>
     <work nested="jxpath/target/test-classes"/>
     <home nested="jxpath/dist"/>