You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/08/19 20:54:31 UTC

svn commit: r432859 - /db/derby/code/trunk/build.xml

Author: fuzzylogic
Date: Sat Aug 19 11:54:29 2006
New Revision: 432859

URL: http://svn.apache.org/viewvc?rev=432859&view=rev
Log:
DERBY-1730: Fix generation of OSGi attributes in derby.jar manifest

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=432859&r1=432858&r2=432859&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Sat Aug 19 11:54:29 2006
@@ -1041,7 +1041,7 @@
 
     <!-- add extra osgi bits to manifest -->
 
-    <manifest file="${manifest.file}"  mode="update">
+    <manifest file="${derby.jar.dir}/lists/smf.mf"  mode="update">
       <attribute name="Bundle-Activator" value="org.apache.derby.osgi.EmbeddedActivator"/>
       <attribute name="DynamicImport-Package" value="*"/>
       <attribute name="Export-Package" value="org.apache.derby.authentication,org.apache.derby.database,org.apache.derby.io,org.apache.derby.jdbc,org.apache.derby.vti"/>