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/03 05:10:41 UTC

svn commit: r382648 - /beehive/trunk/distribution.xml

Author: ekoneil
Date: Thu Mar  2 20:10:39 2006
New Revision: 382648

URL: http://svn.apache.org/viewcvs?rev=382648&view=rev
Log:
Add the generated sources for the system controls to the source distribution.  This would make it easier to debug the system controls in the case of a problem.

BB: self
Test: none


Modified:
    beehive/trunk/distribution.xml

Modified: beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/distribution.xml?rev=382648&r1=382647&r2=382648&view=diff
==============================================================================
--- beehive/trunk/distribution.xml (original)
+++ beehive/trunk/distribution.xml Thu Mar  2 20:10:39 2006
@@ -201,6 +201,12 @@
                 <exclude name="netui/src/tomcat-*/**"/>
                 <exclude name="netui/src/webapp-template/**"/>
             </fileset>
+            <!-- this fileset is separate from the previous one because the previous one omits all **/build/** directories -->
+            <fileset dir="${beehive.home}">
+                <include name="system-controls/build/gensrc/ejb-control/**"/>
+                <include name="system-controls/build/gensrc/jdbc-control/**"/>
+                <include name="system-controls/build/gensrc/jms-control/**"/>
+            </fileset>
         </copy>
 
         <!-- copy the readme and update it to include the revision number -->