User: user57  
  Date: 02/03/21 17:37:46

  Modified:    .        build.xml
  Log:
   o Adding 2 interfaces from 1.4 for 1.3 compat*
   o Uncommented JDK 1.4 specifics
   o Modified build to include 2 java.sql interfaces unless using 1.4
  
  Revision  Changes    Path
  1.32      +5 -1      jbosscx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosscx/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 11 Mar 2002 04:31:31 -0000      1.31
  +++ build.xml 22 Mar 2002 01:37:45 -0000      1.32
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.31 2002/03/11 04:31:31 schaefera Exp $ -->
  +<!-- $Id: build.xml,v 1.32 2002/03/22 01:37:45 user57 Exp $ -->
   
   <project default="main" name="JBoss/Connector">
   
  @@ -261,6 +261,9 @@
          <classpath refid="javac.classpath"/>
          <include name="${javac.includes}"/>
          <exclude name="${javac.excludes}"/>
  +
  +       <!-- this does not seem to work... =( so we exclude from jars instead too -->
  +       <exclude name="java/sql/*" if="HAVE_JDK_1.4"/>
       </javac>
     </target>
   
  @@ -313,6 +316,7 @@
         <fileset dir="${build.classes}">
           <include name="**"/>
           <exclude name="**/adapter/**/*.*"/>
  +        <exclude name="java/**" if="HAVE_JDK_1.4"/>
         </fileset>
       </jar>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to