Guys... this is not the right way to do this.  This creates a dependency 
between the module and the project build module... so the module will 
only work inside of that project.

For example, the j2ee module, which is also part of the jboss-website 
(for the survey) was failing for this reason.

Please use a local version of this file...

Also, there is no need to setup these filters, they are there already.

--jason


Scott M Stark wrote:

>  User: starksm 
>  Date: 02/03/11 14:32:31
>
>  Modified:    .        build.xml
>  Log:
>  Remove the src/etc copy
>  
>  Revision  Changes    Path
>  1.3       +1 -6      jboss-management/build.xml
>  
>  Index: build.xml
>  ===================================================================
>  RCS file: /cvsroot/jboss/jboss-management/build.xml,v
>  retrieving revision 1.2
>  retrieving revision 1.3
>  diff -u -r1.2 -r1.3
>  --- build.xml        11 Mar 2002 04:31:31 -0000      1.2
>  +++ build.xml        11 Mar 2002 22:32:31 -0000      1.3
>  @@ -12,7 +12,7 @@
>   <!--                                                                        -->
>   <!-- ====================================================================== -->
>   
>  -<!-- $Id: build.xml,v 1.2 2002/03/11 04:31:31 schaefera Exp $ -->
>  +<!-- $Id: build.xml,v 1.3 2002/03/11 22:32:31 starksm Exp $ -->
>   
>   <project default="main" name="JBoss/Management">
>   
>  @@ -320,11 +320,6 @@
>       <filter token="version.revision" value="${version.revision}"/>
>       <filter token="version.tag" value="${version.tag}"/>
>       <filter token="version.name" value="${version.name}"/>
>  -    <copy todir="${build.etc}" filtering="yes">
>  -      <fileset dir="${source.etc}">
>  -         <include name="**/*"/>
>  -      </fileset>
>  -    </copy>
>       <copy todir="${build.etc}/manifest" filtering="yes">
>         <fileset dir="${project.root}/build/etc">
>            <include name="version.mf"/>
>  
>  
>  
>
>_______________________________________________
>Jboss-development mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-development
>



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to