You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/10/17 07:16:16 UTC

svn commit: r464813 - in /beehive/trunk: netui/ant/javadoc.xml samples/netui-jsf/src/Controller.java samples/netui-jsf/web/Controller.java

Author: crogers
Date: Mon Oct 16 22:16:15 2006
New Revision: 464813

URL: http://svn.apache.org/viewvc?view=rev&rev=464813
Log:
minor clean up...
- moved the root page flow from the web content dir to the src dir in the NetUI JSF sample web app.
- updated the NetUI javadoc build dependencies to use Struts 1.2.x jars rather than 1.1.

Tests: build.dist and run the netui-jsf sample from the dist.


Added:
    beehive/trunk/samples/netui-jsf/src/Controller.java
      - copied unchanged from r462841, beehive/trunk/samples/netui-jsf/web/Controller.java
Removed:
    beehive/trunk/samples/netui-jsf/web/Controller.java
Modified:
    beehive/trunk/netui/ant/javadoc.xml

Modified: beehive/trunk/netui/ant/javadoc.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/ant/javadoc.xml?view=diff&rev=464813&r1=464812&r2=464813
==============================================================================
--- beehive/trunk/netui/ant/javadoc.xml (original)
+++ beehive/trunk/netui/ant/javadoc.xml Mon Oct 16 22:16:15 2006
@@ -31,7 +31,7 @@
         <path refid="jsf.dependency.path"/>
         <path refid="log4j.dependency.path"/>
         <path refid="servlet.dependency.path"/>
-        <path refid="struts11.dependency.path"/>
+        <path refid="struts12.dependency.path"/>
         <path refid="controls.dependency.path"/>
         <path refid="tools.dependency.path"/>
         <path refid="ant-jar.dependency.path"/>