You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2005/05/13 20:32:43 UTC

svn commit: r170068 - /incubator/beehive/trunk/distribution.xml

Author: mmerz
Date: Fri May 13 11:32:42 2005
New Revision: 170068

URL: http://svn.apache.org/viewcvs?rev=170068&view=rev
Log:
Added exclude to the copy instructions for the controls-webservices-blank to exclude files that are not needed in the distribution.

Contributor: Daryoush Mehrtash

Modified:
    incubator/beehive/trunk/distribution.xml

Modified: incubator/beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?rev=170068&r1=170067&r2=170068&view=diff
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Fri May 13 11:32:42 2005
@@ -332,6 +332,7 @@
         <copy todir="${dist.dir}/samples/controls-webservices-blank" failOnError="true">
             <fileset dir="samples/controls-webservices-blank">
                 <exclude name="build*svn.xml"/>
+                <exclude name="systemcontrols-imports.xml"/>
             </fileset>
         </copy>
 



Re: svn commit: r170068 - /incubator/beehive/trunk/distribution.xml

Posted by Eddie O'Neil <ek...@bea.com>.
   Hey; I think it's the case that systemcontrols-imports.xml can be 
safely deleted from the tree entirely.

   Doesn't seem that it's used by the controls-webservices-blank webapp 
at all...



mmerz@apache.org wrote:
> Author: mmerz
> Date: Fri May 13 11:32:42 2005
> New Revision: 170068
> 
> URL: http://svn.apache.org/viewcvs?rev=170068&view=rev
> Log:
> Added exclude to the copy instructions for the controls-webservices-blank to exclude files that are not needed in the distribution.
> 
> Contributor: Daryoush Mehrtash
> 
> Modified:
>     incubator/beehive/trunk/distribution.xml
> 
> Modified: incubator/beehive/trunk/distribution.xml
> URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?rev=170068&r1=170067&r2=170068&view=diff
> ==============================================================================
> --- incubator/beehive/trunk/distribution.xml (original)
> +++ incubator/beehive/trunk/distribution.xml Fri May 13 11:32:42 2005
> @@ -332,6 +332,7 @@
>          <copy todir="${dist.dir}/samples/controls-webservices-blank" failOnError="true">
>              <fileset dir="samples/controls-webservices-blank">
>                  <exclude name="build*svn.xml"/>
> +                <exclude name="systemcontrols-imports.xml"/>
>              </fileset>
>          </copy>
>  
> 
> 
>