You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2004/07/19 23:57:30 UTC

cvs commit: jakarta-commons/httpclient build.xml

olegk       2004/07/19 14:57:30

  Modified:    httpclient Tag: HTTPCLIENT_2_0_BRANCH build.xml
  Log:
  Do not compile 'contrib' packages, as some of the classes may have additional compile dependencies. The 'contrib' packages are to be distributed in source code as reference material only
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.29.2.5  +1 -9      jakarta-commons/httpclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
  retrieving revision 1.29.2.4
  retrieving revision 1.29.2.5
  diff -u -r1.29.2.4 -r1.29.2.5
  --- build.xml	15 Feb 2004 15:48:42 -0000	1.29.2.4
  +++ build.xml	19 Jul 2004 21:57:30 -0000	1.29.2.5
  @@ -164,7 +164,6 @@
       <mkdir dir="${build.home}/docs/api"/>
       <mkdir dir="${build.home}/tests"/>
       <mkdir dir="${build.home}/examples"/>
  -    <mkdir dir="${build.home}/contrib"/>
       <mkdir dir="${test-webapp.dest}"/>
       <mkdir dir="${test-webapp.dest}/${httpclient.test.webappContext}"/>
       <mkdir dir="${test-webapp.dest}/${httpclient.test.webappContext}/WEB-INF"/>
  @@ -235,13 +234,6 @@
       </javac>
       <javac srcdir      ="${source.home}/examples"
              destdir     ="${build.home}/examples"
  -           debug       ="${compile.debug}"
  -           deprecation ="${compile.deprecation}"
  -           optimize    ="${compile.optimize}">
  -      <classpath refid="compile.classpath"/>
  -    </javac>
  -    <javac srcdir      ="${source.home}/contrib"
  -           destdir     ="${build.home}/contrib"
              debug       ="${compile.debug}"
              deprecation ="${compile.deprecation}"
              optimize    ="${compile.optimize}">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org