cmlenz      01/09/18 09:07:09

  Modified:    .        build.xml
  Log:
  Exclude the taglib module from the kernel JAR
  
  Revision  Changes    Path
  1.119     +2 -1      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- build.xml 2001/09/18 16:03:32     1.118
  +++ build.xml 2001/09/18 16:07:08     1.119
  @@ -817,7 +817,8 @@
        basedir="${slide.build}/classes"
        manifest="${slide.build}/classes/MANIFEST.MF"
        includes="LICENSE,README,CHANGELOG,org/apache/slide/**,org/apache/util/**"
  -     excludes="org/apache/slide/webdav/**,org/apache/slide/manager/**" />
  +     excludes="org/apache/slide/webdav/**,org/apache/slide/manager/**,
  +               org/apache/slide/taglib/**" />
   
       <echo message="Building Slide Standard Stores JAR file" />
       <jar jarfile="${slide.dist}/slide/lib/slide-stores.jar"
  
  
  

Reply via email to