You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/05/06 00:54:16 UTC

svn commit: r168455 - /incubator/beehive/trunk/netui/test/dist-test/ant/netui-test-imports.xml

Author: rich
Date: Thu May  5 15:54:15 2005
New Revision: 168455

URL: http://svn.apache.org/viewcvs?rev=168455&view=rev
Log:
My upgrade to MyFaces 1.0.9 broke the test distribution, which had a reference to MyFaces 1.0.7.  This should fix it; I'm verifying locally now.



Modified:
    incubator/beehive/trunk/netui/test/dist-test/ant/netui-test-imports.xml

Modified: incubator/beehive/trunk/netui/test/dist-test/ant/netui-test-imports.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/dist-test/ant/netui-test-imports.xml?rev=168455&r1=168454&r2=168455&view=diff
==============================================================================
--- incubator/beehive/trunk/netui/test/dist-test/ant/netui-test-imports.xml (original)
+++ incubator/beehive/trunk/netui/test/dist-test/ant/netui-test-imports.xml Thu May  5 15:54:15 2005
@@ -9,7 +9,7 @@
     <property name="log4jconfig.verbose.junit" location="${test.dir}/conf/junitLogCfgVerbose.xml"/>
     <property name="log4jconfig.junit" location="${test.dir}/conf/junitLogCfg.xml"/>
     <property name="netui.ant.dir" location="${test.dir}/ant"/>
-    <property name="jsf.dir" location="${test.dir}/jsf/myfaces-1.0.7"/>
+    <property name="jsf.dir" location="${test.dir}/jsf/myfaces-1.0.9"/>
     <property name="struts11.dir" location="${test.dir}/struts/struts1.1"/>
     <property name="struts12.dir" location="${test.dir}/struts/struts1.2"/>
     <property name="test.classes.dir" location="${test.dir}/junit"/>