You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by sh...@apache.org on 2001/07/08 19:53:34 UTC

cvs commit: jakarta-taglibs/jsptl build.xml

shawn       01/07/08 10:53:34

  Modified:    jsptl    build.xml
  Log:
  Included all classes in jsptl.jar (not excluding javax.servlet.*)
  
  Revision  Changes    Path
  1.2       +1 -4      jakarta-taglibs/jsptl/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/jsptl/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/07/08 16:25:41	1.1
  +++ build.xml	2001/07/08 17:53:34	1.2
  @@ -110,8 +110,6 @@
       <!-- Copy the jsptl jar files -->
       <copy file="${dist.library}/${taglib.name}.jar"
                 tofile="${build.examples}/WEB-INF/lib/${taglib.name}.jar"/>
  -    <copy file="${dist.library}/jsptl-api.jar"
  -              tofile="${build.examples}/WEB-INF/lib/jsptl-api.jar"/>
       <javac srcdir="${examples.src}" destdir="${build.examples}/WEB-INF/classes"
           classpath="${servlet23.jar}:${build.library}"/>
     </target>
  @@ -151,8 +149,7 @@
     <target name="library-dist" depends="library">
       <!-- Create the tag library jar -->
       <jar jarfile="${dist.library}/${taglib.name}.jar"
  -         basedir="${build.library}"
  -         excludes="javax/**"/>
  +         basedir="${build.library}"/>
       <!-- Create the jsptl API jar -->
       <jar jarfile="${dist.library}/jsptl-api.jar"
            basedir="${build.library}"