You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2004/02/20 19:51:50 UTC

cvs commit: cocoon-2.2/lib/core javacApi-0.9.jar javacImpl-0.9.jar

sylvain     2004/02/20 10:51:50

  Modified:    lib      jars.xml
  Added:       lib/core javacApi-0.9.jar javacImpl-0.9.jar
  Log:
  add javacApi needed by updates to the flow
  
  Revision  Changes    Path
  1.127     +17 -1     cocoon-2.2/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/lib/jars.xml,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- jars.xml	16 Feb 2004 04:51:28 -0000	1.126
  +++ jars.xml	20 Feb 2004 18:51:50 -0000	1.127
  @@ -464,6 +464,22 @@
     </file>
   
     <file>
  +    <title>JavacAPI</title>
  +    <description>Embedded Java Compiler API</description>
  +    <used-by>Control flow</used-by>
  +    <lib>core/javacApi-0.9.jar</lib>
  +    <homepage>ftp://ftp.primaryinterface.com/pub/javacAPI</homepage>
  +  </file>
  +
  +  <file>
  +    <title>JavacAPI Eclipse Implementation</title>
  +    <description>Embedded Java Compiler API implemented with Eclipse JDT Core</description>
  +    <used-by>Control flow</used-by>
  +    <lib>core/javacImpl-0.9.jar</lib>
  +    <homepage>ftp://ftp.primaryinterface.com/pub/javacAPI</homepage>
  +  </file>
  +
  +  <file>
       <title>Castor</title>
       <description></description>
       <used-by>CastorTransformer and precept</used-by>
  
  
  
  1.1                  cocoon-2.2/lib/core/javacApi-0.9.jar
  
  	<<Binary file>>
  
  
  1.1                  cocoon-2.2/lib/core/javacImpl-0.9.jar
  
  	<<Binary file>>