bloritsch    01/08/01 14:27:09

  Modified:    bin      ant
               lib      avalon-excalibur.jar
  Added:       lib      avalon-framework-4.0.jar logkit-1.0b3.jar
  Removed:     lib      avalon-framework.jar logkit-1.0b2-dev.jar
  Log:
  Make Cocoon compilable with JDK 1.4 and synchronize with latest from Avalon
  
  Revision  Changes    Path
  1.8       +1 -1      xml-cocoon2/bin/ant
  
  Index: ant
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/bin/ant,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ant       2001/07/18 20:52:07     1.7
  +++ ant       2001/08/01 21:27:09     1.8
  @@ -107,5 +107,5 @@
   if [ $( expr $OSTYPE : '[dD]arwin.*' ) -gt 0 ]; then
        $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS 
org.apache.tools.ant.Main "$@"
   else
  -     $JAVACMD -classic -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" 
$ANT_OPTS org.apache.tools.ant.Main "$@"
  +     $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS 
org.apache.tools.ant.Main "$@"
   fi
  
  
  
  1.5       +358 -332  xml-cocoon2/lib/avalon-excalibur.jar
  
        <<Binary file>>
  
  
  1.2       +133 -0    xml-cocoon2/lib/avalon-framework-4.0.jar
  
        <<Binary file>>
  
  
  1.2       +105 -0    xml-cocoon2/lib/logkit-1.0b3.jar
  
        <<Binary file>>
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to