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 2005/04/25 21:27:30 UTC

svn commit: r164628 - /incubator/derby/code/branches/10.0/build.xml

Author: fuzzylogic
Date: Mon Apr 25 12:27:28 2005
New Revision: 164628

URL: http://svn.apache.org/viewcvs?rev=164628&view=rev
Log:
Derby-228: Merge revision 164627 to 10.0 branch


Modified:
    incubator/derby/code/branches/10.0/build.xml

Modified: incubator/derby/code/branches/10.0/build.xml
URL: http://svn.apache.org/viewcvs/incubator/derby/code/branches/10.0/build.xml?rev=164628&r1=164627&r2=164628&view=diff
==============================================================================
--- incubator/derby/code/branches/10.0/build.xml (original)
+++ incubator/derby/code/branches/10.0/build.xml Mon Apr 25 12:27:28 2005
@@ -749,7 +749,7 @@
     <manifest file="${derby.jar.dir}/lists/smf.mf">
       <attribute name="Bundle-Vendor" value="Apache Software Foundation"/>
       <attribute name="Bundle-Name" value="Apache Derby ${major}.${minor}"/>
-      <attribute name="Bundle-Version" value="${major}.${minor}.${maint}"/>
+      <attribute name="Bundle-Version" value="${major}.${minor}.${maint}.${changenumber}"/>
     </manifest> 
 
     <jar destfile="${derby.jar.dir}/derby.jar"
@@ -767,8 +767,7 @@
       <attribute name="Bundle-Vendor" value="Apache Software Foundation"/>
       <attribute name="Bundle-Activator" value="org.apache.derby.osgi.EmbeddedActivator"/>
       <attribute name="Bundle-Name" value="Apache Derby ${major}.${minor}"/>
-      <attribute name="Bundle-Version" value="${major}.${minor}.${maint}"/>
-      <attribute name="Import-Package" value="java.sql"/>
+      <attribute name="Bundle-Version" value="${major}.${minor}.${maint}.${changenumber}"/>
       <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"/> 
     </manifest>