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/17 23:44:32 UTC

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

Author: rdonkin
Date: Wed Sep 17 14:44:31 2008
New Revision: 696467

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

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

Modified: james/mailet/crypto/trunk/LICENSE.txt
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/LICENSE.txt?rev=696467&r1=696466&r2=696467&view=diff
==============================================================================
--- james/mailet/crypto/trunk/LICENSE.txt (original)
+++ james/mailet/crypto/trunk/LICENSE.txt Wed Sep 17 14:44:31 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/crypto/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/NOTICE.txt?rev=696467&r1=696466&r2=696467&view=diff
==============================================================================
--- james/mailet/crypto/trunk/NOTICE.txt (original)
+++ james/mailet/crypto/trunk/NOTICE.txt Wed Sep 17 14:44:31 2008
@@ -12,5 +12,10 @@
      - Sun Microsystems (http://java.sun.com/)
      - The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
 
+   This product may include software developed at
+   aQute / Peter Kriens (http://www.aqute.biz/)
+   Package in stage\biz.aQute\jars\bnd-0.0.249.jar
+   License in stage\biz.aQute\jars\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/crypto/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/build.xml?rev=696467&r1=696466&r2=696467&view=diff
==============================================================================
--- james/mailet/crypto/trunk/build.xml (original)
+++ james/mailet/crypto/trunk/build.xml Wed Sep 17 14:44:31 2008
@@ -155,7 +155,7 @@
       <mkdir dir="${build.lib}"/>
 
       <!-- Make Mailet jar-->
-      <echo message="Making Mailet Jar (${name}-${version}.jar)"/>
+      <echo message="Making Mailet Jar (${project}-${name}-${version}.jar)"/>
       <jar 
             jarfile="${build.lib}/${project}-${name}-${version}.jar" 
             basedir="${build.classes}">
@@ -177,6 +177,12 @@
           </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 (${name}-${version}-tests.jar)"/>
       <jar 

Modified: james/mailet/crypto/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/include.properties?rev=696467&r1=696466&r2=696467&view=diff
==============================================================================
--- james/mailet/crypto/trunk/include.properties (original)
+++ james/mailet/crypto/trunk/include.properties Wed Sep 17 14:44:31 2008
@@ -38,3 +38,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/crypto/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