cziegeler    2003/02/07 05:17:15

  Modified:    .        build.xml
  Log:
  Removing warning for transaction (which is not used)
  
  Revision  Changes    Path
  1.319     +2 -17     xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.318
  retrieving revision 1.319
  diff -u -r1.318 -r1.319
  --- build.xml 5 Feb 2003 13:33:47 -0000       1.318
  +++ build.xml 7 Feb 2003 13:17:14 -0000       1.319
  @@ -529,10 +529,6 @@
                  classname="javax.activation.DataSource"/>
   
       <available classpathref="classpath" 
  -               property="transaction.present" 
  -               classname="javax.transaction.Transaction"/>
  -
  -    <available classpathref="classpath" 
                  property="mail.present" 
                  classname="javax.mail.message"/>
     </target>
  @@ -812,17 +808,6 @@
       </antcall>
     </target>  
   
  -  <!-- Outputs a warning if javax.transaction.* classes are missing during 
compilation -->
  -  <target name="transaction-warn" unless="transaction.present" 
depends="optional-tests">
  -    <antcall target="op-warning">
  -      <param name="thing" value="Transaction"/>
  -      <param name="recovery" 
  -        value="Get the SUN Java Transaction package and place the jar in the 
lib/local dir"/>
  -      <param name="message"
  -             value="The SUN Java Transaction package is required for the Slide 
classes"/>
  -    </antcall>
  -  </target>
  -
     <!-- Outputs a warning if javax.mail.Message class is missing during compilation 
-->
     <target name="mail-warn" unless="mail.present" depends="optional-tests">
       <antcall target="op-warning">
  @@ -838,7 +823,7 @@
     <!-- Print out warnings for optional components                          -->
     <!-- =================================================================== -->
     <target name="optional-warnings" 
  -          depends="bsf-warn, rhino-warn, jfor-warn, xmldb-warn, php-warn, 
naming-warn, svg-warn, tidy-warn, maybeupload-warn, lucene-warn, deli-warn, 
velocity-warn, hsqldb-warn, resolver-warn, jisp-warn, pizza-warn, poi-warn, 
commons-logging-warn, jxpath-warn, httpclient-warn, activation-warn, transaction-warn, 
mail-warn">
  +          depends="bsf-warn, rhino-warn, jfor-warn, xmldb-warn, php-warn, 
naming-warn, svg-warn, tidy-warn, maybeupload-warn, lucene-warn, deli-warn, 
velocity-warn, hsqldb-warn, resolver-warn, jisp-warn, pizza-warn, poi-warn, 
commons-logging-warn, jxpath-warn, httpclient-warn, activation-warn, mail-warn">
     </target>
   
     <!-- =================================================================== -->
  
  
  

----------------------------------------------------------------------
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