You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by rd...@apache.org on 2008/05/08 20:54:14 UTC

svn commit: r654598 - in /gump/metadata: profile/gump.xml project/james-jsieve.xml

Author: rdonkin
Date: Thu May  8 11:53:21 2008
New Revision: 654598

URL: http://svn.apache.org/viewvc?rev=654598&view=rev
Log:
Let's try to get gump to build jsieve

Added:
    gump/metadata/project/james-jsieve.xml
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=654598&r1=654597&r2=654598&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu May  8 11:53:21 2008
@@ -17,6 +17,7 @@
 -->
 <profile name="gump">
 
+<!-- Apache ActiveMQ-->
   <module href="project/activemq.xml"/>
 
 <!-- Apache.Ant -->
@@ -105,6 +106,7 @@
 <!-- Apache.James -->
 
   <module href="project/james-mailet.xml"/>
+  <module href="project/james-jsieve.xml"/>
   <module href="project/james-server.xml"/>
 
 <!-- Apache.Jakarta -->

Added: gump/metadata/project/james-jsieve.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-jsieve.xml?rev=654598&view=auto
==============================================================================
--- gump/metadata/project/james-jsieve.xml (added)
+++ gump/metadata/project/james-jsieve.xml Thu May  8 11:53:21 2008
@@ -0,0 +1,62 @@
+<?xml version="1.0" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="james-jsieve">
+
+  <url href="http://james.apache.org/jsieve"/>
+  <description>
+    Apache Mailet API
+  </description>
+
+  <svn repository="james" dir="jsieve/trunk"/>
+  
+  <project name="james-jsieve">
+    <package>org.apache.jsieve</package>
+
+    <ant target="jar">
+      <property name="version" value="@@DATE@@"/>
+      <property name="ant.build.javac.source" value="1.4"/>
+      <property name="ant.build.javac.target" value="1.4"/>
+
+    <depend property="gump.resource.javamail" project="javamail" id="javamail">
+    </depend>
+    <depend property="gump.resource.activation" project="jaf">
+    </depend>
+      <depend property="gump.resource.commons-beanutils" project="commons-beanutils">
+      </depend>
+      <depend property="gump.resource.commons-digester" project="commons-digester">
+      </depend>
+      <depend property="gump.resource.commons-logging" project="commons-logging">
+      </depend>
+      <depend property="gump.resource.oro" project="jakarta-oro">
+      </depend>
+      <depend project="javacc"/>
+    </ant>
+	
+    <depend project="magic" runtime="true" inherit="runtime"/> 
+    
+    <work nested="build/classes"/>
+    <work nested="build/test/classes"/>
+
+    <jar name="build/lib/-@@DATE@@.jar"/>
+    <nag to="server-dev@james.apache.org"
+       from="Gump &lt;server-dev@james.apache.org&gt;"/>
+	  
+    
+  </project>
+
+</module>