[jboss-cvs] JBossRemoting ...

Scott Stark scott.stark at jboss.com
Wed Dec 6 13:38:24 EST 2006


  User: starksm 
  Date: 06/12/06 13:38:24

  Modified:    JBossRemoting  build.xml
  Log:
  Generate a jboss-remoting-src.zip artifact for inclusion into the repository
  
  Revision  Changes    Path
  1.91      +8 -1      JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -b -r1.90 -r1.91
  --- build.xml	13 Nov 2006 21:52:42 -0000	1.90
  +++ build.xml	6 Dec 2006 18:38:24 -0000	1.91
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.90 2006/11/13 21:52:42 telrod Exp $ -->
  +<!-- $Id: build.xml,v 1.91 2006/12/06 18:38:24 starksm Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -282,6 +282,13 @@
            </fileset>
         </jar>
   
  +      <jar jarfile="${output.lib.dir}/jboss-remoting-src.zip"
  +         manifest="${manifest.file}">
  +         <fileset dir="${src.dir}">
  +            <exclude name="org/jboss/remoting/samples/**"/>
  +         </fileset>
  +      </jar>
  +
         <!-- build out the server invoker war -->
         <mkdir dir="${output.lib.dir}/${servlet.invoker.war}/WEB-INF"/>
         <mkdir dir="${output.lib.dir}/${servlet.invoker.war}/WEB-INF/classes"/>
  
  
  



More information about the jboss-cvs-commits mailing list