You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2001/12/14 23:16:57 UTC

cvs commit: jakarta-avalon-excalibur build.xml

bloritsch    01/12/14 14:16:57

  Modified:    .        build.xml
  Log:
  force compiled classes to be compatible with 1.2--it does not affect the libraries it can use
  
  Revision  Changes    Path
  1.81      +2 -1      jakarta-avalon-excalibur/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- build.xml	2001/12/11 09:53:26	1.80
  +++ build.xml	2001/12/14 22:16:57	1.81
  @@ -242,7 +242,8 @@
              destdir="${build.classes}"
              debug="${build.debug}"
              optimize="${build.optimize}"
  -           deprecation="${build.deprecation}">
  +           deprecation="${build.deprecation}"
  +           target="1.2">
         <classpath refid="project.class.path" />
         <src path="${test.dir}"/>
         <src path="${build.src}"/>
  
  
  

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