You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cs...@apache.org on 2007/01/18 00:05:19 UTC

svn commit: r497229 - /beehive/trunk/samples/netui-blank/build.xml

Author: cschoett
Date: Wed Jan 17 15:05:18 2007
New Revision: 497229

URL: http://svn.apache.org/viewvc?view=rev&rev=497229
Log:
Fixed typo in build.xml.



Modified:
    beehive/trunk/samples/netui-blank/build.xml

Modified: beehive/trunk/samples/netui-blank/build.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/samples/netui-blank/build.xml?view=diff&rev=497229&r1=497228&r2=497229
==============================================================================
--- beehive/trunk/samples/netui-blank/build.xml (original)
+++ beehive/trunk/samples/netui-blank/build.xml Wed Jan 17 15:05:18 2007
@@ -83,7 +83,7 @@
         <build-controls srcdir="${basedir}/src"
                         destdir="${classes.dir}"
                         tempdir="${build.dir}/WEB-INF/${tmp.sourcegen.dir}"
-                        classpathRef="webapp.classpath"/>
+                        classpathref="webapp.classpath"/>
 
         <!-- compile JPFs -->
         <echo>Building Page Flows</echo>