You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/03/20 00:02:30 UTC

svn commit: r387052 - in /beehive/trunk: distribution.xml samples/netui-blank/ user/netui-blank/

Author: ekoneil
Date: Sun Mar 19 15:02:28 2006
New Revision: 387052

URL: http://svn.apache.org/viewcvs?rev=387052&view=rev
Log:
Move the netui-blank webapp template files from user/netui-blank into samples/netui-blank.  Puts the samples into one place.

BB: self
Test: distribution tests pass


Added:
    beehive/trunk/samples/netui-blank/
      - copied from r386798, beehive/trunk/user/netui-blank/
Removed:
    beehive/trunk/user/netui-blank/
Modified:
    beehive/trunk/distribution.xml

Modified: beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/distribution.xml?rev=387052&r1=387051&r2=387052&view=diff
==============================================================================
--- beehive/trunk/distribution.xml (original)
+++ beehive/trunk/distribution.xml Sun Mar 19 15:02:28 2006
@@ -326,7 +326,7 @@
         </copy>
 
         <copy todir="${dist.dir}/samples/netui-blank/">
-            <fileset dir="${beehive.home}/user/netui-blank" includes="**"/>
+            <fileset dir="${beehive.home}/samples/netui-blank" includes="**"/>
         </copy>
 
         <copy todir="${dist.dir}/samples/netui-blank/web">