Author: ekoneil
Date: Mon Oct 25 21:53:05 2004
New Revision: 55569

Modified:
   incubator/beehive/trunk/user/webappRuntimeCore.xml
Log:
Fixup webapp template in distribution build.  The presence of the NetUI JPF 
compiler in WEB-INF/lib seems to confuse APT.

BB: self
DRT: Beehive pass
Tests: build.dist test.dist 
       also built petstoreWeb manually and successfully deployed / ran



Modified: incubator/beehive/trunk/user/webappRuntimeCore.xml
==============================================================================
--- incubator/beehive/trunk/user/webappRuntimeCore.xml  (original)
+++ incubator/beehive/trunk/user/webappRuntimeCore.xml  Mon Oct 25 21:53:05 2004
@@ -14,6 +14,7 @@
         <copy todir="${webapp.dir}/WEB-INF/lib">
             <fileset dir="${os.BEEHIVE_HOME}/lib/netui">
                 <include name="*.jar"/>
+                <exclude name="beehive-*-compiler.jar"/>
             </fileset>
             <fileset dir="${os.BEEHIVE_HOME}/lib/common">
                 <include name="*.jar"/>

Reply via email to