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/09/20 16:47:14 UTC

svn commit: r697372 - in /james/mailet/standard/trunk: LICENSE.txt NOTICE.txt build.xml include.properties stage/biz.aQute/

Author: rdonkin
Date: Sat Sep 20 07:47:14 2008
New Revision: 697372

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

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

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

Modified: james/mailet/standard/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/NOTICE.txt?rev=697372&r1=697371&r2=697372&view=diff
==============================================================================
--- james/mailet/standard/trunk/NOTICE.txt (original)
+++ james/mailet/standard/trunk/NOTICE.txt Sat Sep 20 07:47:14 2008
@@ -10,6 +10,12 @@
 
    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/standard/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/build.xml?rev=697372&r1=697371&r2=697372&view=diff
==============================================================================
--- james/mailet/standard/trunk/build.xml (original)
+++ james/mailet/standard/trunk/build.xml Sat Sep 20 07:47:14 2008
@@ -176,7 +176,14 @@
           </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 
             jarfile="${build.lib}/${project}-${name}-${version}-tests.jar" 

Modified: james/mailet/standard/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/standard/trunk/include.properties?rev=697372&r1=697371&r2=697372&view=diff
==============================================================================
--- james/mailet/standard/trunk/include.properties (original)
+++ james/mailet/standard/trunk/include.properties Sat Sep 20 07:47:14 2008
@@ -35,3 +35,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
\ No newline at end of file

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



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