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:41:56 UTC

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

Author: rich
Date: Tue Dec 20 09:41:50 2005
New Revision: 358051

URL: http://svn.apache.org/viewcvs?rev=358051&view=rev
Log:
Fixing the compiler-apt directory.  This built for me locally because I had a stale directory.

tests: bvt in netui (linux)


Modified:
    beehive/trunk/netui/src/compiler-apt/build.xml

Modified: beehive/trunk/netui/src/compiler-apt/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/compiler-apt/build.xml?rev=358051&r1=358050&r2=358051&view=diff
==============================================================================
--- beehive/trunk/netui/src/compiler-apt/build.xml (original)
+++ beehive/trunk/netui/src/compiler-apt/build.xml Tue Dec 20 09:41:50 2005
@@ -4,7 +4,7 @@
 
     <import file="../../netui-imports.xml"/>
 
-    <property name="module.name" value="compiler"/>
+    <property name="module.name" value="compiler-apt"/>
     <property name="module.dir" location="${src.dir}/${module.name}"/>
     <property name="module.classes.dir" location="${classes.dir}/${module.name}"/>
     <property name="compiler-core.classes.dir" location="${classes.dir}/compiler-core"/>