Author: rdonkin
Date: Mon Jun 16 14:22:40 2008
New Revision: 668320

URL: http://svn.apache.org/viewvc?rev=668320&view=rev
Log:
JavaMail is now redistributable.

Removed:
    james/mailet/api/trunk/check-targets.properties
    james/mailet/api/trunk/check-targets.xml
Modified:
    james/mailet/api/trunk/build.xml
    james/mailet/api/trunk/include.properties

Modified: james/mailet/api/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=668320&r1=668319&r2=668320&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Mon Jun 16 14:22:40 2008
@@ -1,8 +1,4 @@
 <?xml version="1.0"?>
-  <!DOCTYPE project [
-    <!ENTITY check-targets SYSTEM "./check-targets.xml">
-  ]>
-
 <!-- 
 ==========================================================================
 
@@ -36,7 +32,6 @@
     -->
     <property file=".ant.properties"/>
     <property file="${user.home}/.ant.properties"/>
-    <property file="check-targets.properties"/>
     <property file="include.properties"/>
     <property file="default.properties"/>
 
@@ -55,15 +50,6 @@
 
     <!--
     ===================================================================
-                                Dependency Check
-    ===================================================================
-    -->
-
-    &check-targets;
-    <target name="check-dependencies" 
depends="javamail-check,activation-check"/>
-
-    <!--
-    ===================================================================
                                   Main target
     ===================================================================
     -->
@@ -75,7 +61,7 @@
     all targets
     ===================================================================
     -->
-    <target name="prepare" depends="check-dependencies">
+    <target name="prepare">
 
       <echo message="Preparing code"/>
 

Modified: james/mailet/api/trunk/include.properties
URL: 
http://svn.apache.org/viewvc/james/mailet/api/trunk/include.properties?rev=668320&r1=668319&r2=668320&view=diff
==============================================================================
--- james/mailet/api/trunk/include.properties (original)
+++ james/mailet/api/trunk/include.properties Mon Jun 16 14:22:40 2008
@@ -42,7 +42,15 @@
 # --------------------------------------------------
 
 # ----- Javax mail -----
+
+# JavaMail
+javamail.version=1.4
+javamail.name=mail
+javamail.id=${javamail.name}-${javamail.version}
 javax-mail.jar=stage/javax.mail/jars/${javamail.id}.jar
 
 # ----- Activation -----
-javax-activation.jar=stage/activation/jars/${activation.id}.jar
+javax-activation.version=1.1
+javax-activation.name=activation
+javax-activation.id=${javax-activation.name}-${javax-activation.version}
+javax-activation.jar=stage/activation/jars/${javax-activation.id}.jar


Reply via email to