You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/05/31 12:45:11 UTC

svn commit: r1129607 - /james/mailet/project/trunk/pom.xml

Author: rdonkin
Date: Tue May 31 10:45:10 2011
New Revision: 1129607

URL: http://svn.apache.org/viewvc?rev=1129607&view=rev
Log:
Pushed shared details into parent pom.

Modified:
    james/mailet/project/trunk/pom.xml

Modified: james/mailet/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129607&r1=1129606&r2=1129607&view=diff
==============================================================================
--- james/mailet/project/trunk/pom.xml (original)
+++ james/mailet/project/trunk/pom.xml Tue May 31 10:45:10 2011
@@ -34,4 +34,33 @@
   </description>
 
 
+<!--  
+
+
+========================================
+Mailing lists
+-->
+  <mailingLists>
+    <mailingList>
+      <name>Apache JAMES Server List</name>
+      <subscribe>server-dev-subscribe@james.apache.org</subscribe>
+      <unsubscribe>server-dev-unsubscribe@james.apache.org</unsubscribe>
+      <post>server-dev@james.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+
+<!--  
+
+
+========================================
+Properties
+-->
+  <properties>
+    <target.jdk>1.5</target.jdk>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <plugin.mailetdoc.version>0.1</plugin.mailetdoc.version>
+  </properties>
+  
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org