This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fluorine


> Attached is commons-logging's one, if you want to see what they look
> like.

Doh!
<project name="commons-logging" version="1.0.2">

  <sources>
    <source path="upstream/src/java"/>
  </sources>

  <targets>
    <jarfile name="commons-logging">
      <package name="org.apache.commons.logging">
        <exclude reason="requires JDK >= 1.4">
          <match pattern="impl/Jdk14*.java"/>
        </exclude>
        <exclude reason="requires Log4j">
          <match pattern="impl/Log4[jJ]*.java"/>
        </exclude>
        <exclude reason="requires LogKit">
          <match pattern="impl/LogKit*.java"/>
        </exclude>
      </package>
    </jarfile>
  </targets>

</project>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]