You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by ba...@apache.org on 2010/04/24 21:10:32 UTC

svn commit: r937674 - /james/mime4j/trunk/pom.xml

Author: bago
Date: Sat Apr 24 19:10:32 2010
New Revision: 937674

URL: http://svn.apache.org/viewvc?rev=937674&view=rev
Log:
Use the "mail" category in the doap descriptor (Java does not exists)

Modified:
    james/mime4j/trunk/pom.xml

Modified: james/mime4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=937674&r1=937673&r2=937674&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Sat Apr 24 19:10:32 2010
@@ -208,7 +208,7 @@
         <configuration>
          <doapOptions>
            <programmingLanguage>java</programmingLanguage>
-           <category>Java</category>
+           <category>mail</category>
          </doapOptions>
          <asfExtOptions>
            <included>true</included>