Author: rdonkin
Date: Tue Sep 16 12:51:37 2008
New Revision: 696029
URL: http://svn.apache.org/viewvc?rev=696029&view=rev
Log:
OSGi enable build. MAILET-16
Modified:
james/mailet/api/trunk/LICENSE.txt
james/mailet/api/trunk/NOTICE.txt
james/mailet/api/trunk/build.xml
james/mailet/api/trunk/include.properties
Modified: james/mailet/api/trunk/LICENSE.txt
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/LICENSE.txt?rev=696029&r1=696028&r2=696029&view=diff
==============================================================================
--- james/mailet/api/trunk/LICENSE.txt (original)
+++ james/mailet/api/trunk/LICENSE.txt Tue Sep 16 12:51:37 2008
@@ -786,3 +786,4 @@
of the Federal Courts of the Northern District of California
and the state
courts of the State of California, with venue lying in Santa
Clara County, California.
+ Bnd, Bundle Tool http://www.aqute.biz/Code/Bnd, The Apache License, Version
2.0
\ No newline at end of file
Modified: james/mailet/api/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/NOTICE.txt?rev=696029&r1=696028&r2=696029&view=diff
==============================================================================
--- james/mailet/api/trunk/NOTICE.txt (original)
+++ james/mailet/api/trunk/NOTICE.txt Tue Sep 16 12:51:37 2008
@@ -7,3 +7,14 @@
Please read the LICENSE.txt and README.txt files in the root directory of
this distribution.
+
+ 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
+
+ This product may include/use software, JUnit (http://www.junit.org/),
+ developed by Kent Beck, Erich Gamma, and David Saff
+ License: Common Public License Version 1.0
+ (http://www.opensource.org/licenses/cpl.php)
+
\ No newline at end of file
Modified: james/mailet/api/trunk/build.xml
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=696029&r1=696028&r2=696029&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Tue Sep 16 12:51:37 2008
@@ -181,6 +181,13 @@
</manifest>
</jar>
+ <!-- OSGi Enable -->
+ <taskdef resource="aQute/bnd/ant/taskdef.properties"
classpath="${bnd.jar}" />
+ <bndwrap
+ jars='${build.lib}/${name}-${version}.jar'
+ output='${build.lib}/${name}-${version}.jar'
+ definitions="." />
+
</target>
<!--
Modified: james/mailet/api/trunk/include.properties
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/include.properties?rev=696029&r1=696028&r2=696029&view=diff
==============================================================================
--- james/mailet/api/trunk/include.properties (original)
+++ james/mailet/api/trunk/include.properties Tue Sep 16 12:51:37 2008
@@ -59,3 +59,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