bloritsch    02/05/02 13:16:03

  Modified:    fortress build.xml default.properties
  Log:
  allow mpool to be used exclusive of fortress
  
  Revision  Changes    Path
  1.18      +10 -0     jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 2 May 2002 19:43:53 -0000       1.17
  +++ build.xml 2 May 2002 20:16:03 -0000       1.18
  @@ -165,6 +165,16 @@
                   <include name="LICENSE.txt"/>
               </zipfileset>
           </jar>
  +        <jar jarfile="${build.lib}/${mpool.jar.name}"
  +             basedir="${build.classes}"
  +             compress="${build.compress}"
  +             manifest="${build.conf}/MANIFEST.MF">
  +             <include name="**/mpool/**"/>
  +             <exclude name="**/test/**"/>
  +             <zipfileset dir="${build.conf}" prefix="META-INF/">
  +               <include name="LICENSE.txt"/>
  +             </zipfileset>
  +        </jar>
       </target>
   
       <!-- Creates all the Javadocs -->
  
  
  
  1.12      +2 -0      jakarta-avalon-excalibur/fortress/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/default.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- default.properties        2 May 2002 19:23:50 -0000       1.11
  +++ default.properties        2 May 2002 20:16:03 -0000       1.12
  @@ -11,6 +11,7 @@
   version=1.0
   package-version=0.99
   year=2000-2002
  +mpool.name=excalibur-mpool
   
   # --------------------------------------------------
   #                REQUIRED LIBRARIES
  @@ -150,6 +151,7 @@
   
   #  name of jar file
   jar.name = ${name}-${version}.jar
  +mpool.jar.nam = ${mpool.name}-${version}.jar
   
   #  property indicating directory where all distribution archives are placed
   dist.base = distributions
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to