Author: rdonkin
Date: Sat Sep 20 07:31:46 2008
New Revision: 697367

URL: http://svn.apache.org/viewvc?rev=697367&view=rev
Log:
OSGi enable

Added:
    james/mailet/base/trunk/stage/biz.aQute/   (props changed)
      - copied from r697361, james/mailet/api/trunk/stage/biz.aQute/
Modified:
    james/mailet/base/trunk/LICENSE.txt
    james/mailet/base/trunk/NOTICE.txt
    james/mailet/base/trunk/build.xml
    james/mailet/base/trunk/include.properties

Modified: james/mailet/base/trunk/LICENSE.txt
URL: 
http://svn.apache.org/viewvc/james/mailet/base/trunk/LICENSE.txt?rev=697367&r1=697366&r2=697367&view=diff
==============================================================================
--- james/mailet/base/trunk/LICENSE.txt (original)
+++ james/mailet/base/trunk/LICENSE.txt Sat Sep 20 07:31:46 2008
@@ -190,4 +190,6 @@
      
    JavaMail, CDDL License
      http://glassfish.dev.java.net/public/CDDLv1.0.html
-      
\ No newline at end of file
+           
+   Bnd, Bundle Tool, The Apache License, Version 2.0
+     http://www.aqute.biz/Code/Bnd
\ No newline at end of file

Modified: james/mailet/base/trunk/NOTICE.txt
URL: 
http://svn.apache.org/viewvc/james/mailet/base/trunk/NOTICE.txt?rev=697367&r1=697366&r2=697367&view=diff
==============================================================================
--- james/mailet/base/trunk/NOTICE.txt (original)
+++ james/mailet/base/trunk/NOTICE.txt Sat Sep 20 07:31:46 2008
@@ -11,5 +11,10 @@
    This product also includes software developed by :
      - Sun Microsystems (http://java.sun.com/)
 
+   This product may include software developed at
+   aQute / Peter Kriens (http://www.aqute.biz/)
+   Package bnd-0.0.249.jar
+   License bnd-0.0.249.LICENSE
+
    Please read the LICENSE.txt and README.txt files in the root directory of 
    this distribution.
\ No newline at end of file

Modified: james/mailet/base/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/base/trunk/build.xml?rev=697367&r1=697366&r2=697367&view=diff
==============================================================================
--- james/mailet/base/trunk/build.xml (original)
+++ james/mailet/base/trunk/build.xml Sat Sep 20 07:31:46 2008
@@ -174,6 +174,13 @@
             <attribute name="X-Compile-Target-JDK" value='${jdk.target}'/> 
           </manifest>
       </jar>
+        
+     <!-- OSGi Enable -->
+     <taskdef resource="aQute/bnd/ant/taskdef.properties" 
classpath="${bnd.jar}" />
+     <bndwrap 
+      jars='${build.lib}/${project}-${name}-${version}.jar' 
+      output='${build.lib}/${project}-${name}-${version}.jar' 
+      definitions="." />
 
       <echo message="Making Mailet Test Jar 
(${project}-${name}-${version}-tests.jar)"/>
       <jar 

Modified: james/mailet/base/trunk/include.properties
URL: 
http://svn.apache.org/viewvc/james/mailet/base/trunk/include.properties?rev=697367&r1=697366&r2=697367&view=diff
==============================================================================
--- james/mailet/base/trunk/include.properties (original)
+++ james/mailet/base/trunk/include.properties Sat Sep 20 07:31:46 2008
@@ -34,3 +34,6 @@
 
 # ----- JUnit ------
 junit.jar=stage/junit/jars/junit-3.8.1.jar
+
+#------ BND used to OSGi enable build
+bnd.jar=stage/biz.aQute/jars/bnd-0.0.249.jar

Propchange: james/mailet/base/trunk/stage/biz.aQute/
------------------------------------------------------------------------------
    svn:mergeinfo = 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to