You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/05/12 15:42:58 UTC

cvs commit: jakarta-avalon-excalibur/merlin build.xml

mcconnell    02/05/12 06:42:58

  Modified:    merlin   build.xml
  Log:
  addition of merlin.properties to jar creation target
  
  Revision  Changes    Path
  1.3       +5 -1      jakarta-avalon-excalibur/merlin/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/merlin/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	11 May 2002 09:11:02 -0000	1.2
  +++ build.xml	12 May 2002 13:42:58 -0000	1.3
  @@ -120,7 +120,6 @@
                   <filtersfile file="default.properties"/>
               </filterset>
           </copy>
  -
       </target>
   
       <!-- Creates all the .jar file -->
  @@ -135,6 +134,11 @@
               <exclude name="**/test/**"/>
               <zipfileset dir="${build.conf}" prefix="META-INF/">
                   <include name="LICENSE.txt"/>
  +            </zipfileset>
  +
  +            <!-- add Merlin specific properties file -->
  +            <zipfileset dir="${conf.dir}">
  +                <include name="merlin.properties"/>
               </zipfileset>
           </jar>
       </target>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>