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/12/20 18:32:43 UTC

svn commit: r358047 - in /beehive/trunk/netui: build.xml src/compiler-apt/ src/compiler/

Author: rich
Date: Tue Dec 20 09:32:38 2005
New Revision: 358047

URL: http://svn.apache.org/viewcvs?rev=358047&view=rev
Log:
Move the "compiler" module to "compiler-apt", for symmetry.

tests: bvt in netui (WinXP)
BB: same (linux)


Added:
    beehive/trunk/netui/src/compiler-apt/
      - copied from r355298, beehive/trunk/netui/src/compiler/
Removed:
    beehive/trunk/netui/src/compiler/
Modified:
    beehive/trunk/netui/build.xml

Modified: beehive/trunk/netui/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/build.xml?rev=358047&r1=358046&r2=358047&view=diff
==============================================================================
--- beehive/trunk/netui/build.xml (original)
+++ beehive/trunk/netui/build.xml Tue Dec 20 09:32:38 2005
@@ -170,7 +170,7 @@
             <filelist dir="${src.dir}">
                 <file name="bootstrap"/>
                 <file name="compiler-core"/>
-                <file name="compiler"/>
+                <file name="compiler-apt"/>
                 <file name="tomcat-common"/>
                 <file name="tomcat-server"/>
                 <file name="util"/>