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 2008/08/26 22:58:11 UTC

svn commit: r689223 - in /james/jsieve/trunk: pom.xml src/site/site.xml

Author: rdonkin
Date: Tue Aug 26 13:58:11 2008
New Revision: 689223

URL: http://svn.apache.org/viewvc?rev=689223&view=rev
Log:
Added DOAP

Modified:
    james/jsieve/trunk/pom.xml
    james/jsieve/trunk/src/site/site.xml

Modified: james/jsieve/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=689223&r1=689222&r2=689223&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Tue Aug 26 13:58:11 2008
@@ -273,6 +273,41 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-doap-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>site</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+         <doapOptions>
+           <programmingLanguage>java</programmingLanguage>
+           <category>mail</category>
+           <download-page>http://james.apache.org/download.cgi</download-page>
+         </doapOptions>
+
+         <asfExtOptions>
+           <included>true</included>
+           <pmc>http://james.apache.org</pmc>
+           <name>Apache JAMES</name>
+           <standards>
+            <standard>
+              <id>RFC3028</id>
+              <title>Sieve: A Mail Filtering Language</title>
+              <body>IEFT</body>
+              <url>http://www.ietf.org/rfc/rfc3028.txt</url>
+            </standard>
+           </standards>
+         </asfExtOptions>
+
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Modified: james/jsieve/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/src/site/site.xml?rev=689223&r1=689222&r2=689223&view=diff
==============================================================================
--- james/jsieve/trunk/src/site/site.xml (original)
+++ james/jsieve/trunk/src/site/site.xml Tue Aug 26 13:58:11 2008
@@ -40,9 +40,13 @@
       <item name="RFC 2244 (ACAP)" href="http://www.ietf.org/rfc/rfc2244.txt"/>
       <item name="RFC 2298 (MDN)" href="http://www.ietf.org/rfc/rfc2298.txt"/>
       <item name="RFC 3028 (Sieve)" href="http://www.ietf.org/rfc/rfc3028.txt"/>
+      <item 
+        name="DOAP" 
+        href="doap_apache-jsieve.rdf" 
+        img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
     </menu>
     
-    ${reports}
+    <menu ref="reports" />
 
   </body>
 </project>



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