You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2004/10/24 14:24:34 UTC

cvs commit: gump/project javamail.xml

niclas      2004/10/24 05:24:34

  Modified:    project  javamail.xml
  Log:
  Pointing mailapi to the actual mailapi.jar and the javamail Id refers to the mail.jar
  
  Revision  Changes    Path
  1.9       +2 -3      gump/project/javamail.xml
  
  Index: javamail.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/javamail.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- javamail.xml	19 Oct 2004 11:38:30 -0000	1.8
  +++ javamail.xml	24 Oct 2004 12:24:34 -0000	1.9
  @@ -23,9 +23,8 @@
   
     <project name="javamail">
       <package>javax.mail</package>
  -    <jar  name="mail.jar" id="mailapi"/>
  -    <!-- we can't have the same jar with two ids -->
  -    <!--jar  name="mail.jar" id="javamail"/-->
  +    <jar  name="mail.jar" id="javamail"/>
  +    <jar  name="lib/mailapi.jar" id="mailapi"/>
     </project>
   
   </module>