Author: nthykier
Date: 2011-08-03 10:49:15 +0000 (Wed, 03 Aug 2011)
New Revision: 13911

Modified:
   trunk/lucene2/debian/changelog
   trunk/lucene2/debian/patches/05_add-osgi-metadata-in-manifests.dpatch
Log:
Fixed the Bundle-SymbolicName of lucene-core.jar

Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog      2011-08-03 05:46:26 UTC (rev 13910)
+++ trunk/lucene2/debian/changelog      2011-08-03 10:49:15 UTC (rev 13911)
@@ -1,3 +1,11 @@
+lucene2 (2.9.4+ds1-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Fixed the Bundle-SymbolicName of the lucene-core.jar.
+    (Closes: 631235)
+
+ -- Niels Thykier <ni...@thykier.net>  Wed, 03 Aug 2011 12:42:12 +0200
+
 lucene2 (2.9.4+ds1-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/lucene2/debian/patches/05_add-osgi-metadata-in-manifests.dpatch
===================================================================
--- trunk/lucene2/debian/patches/05_add-osgi-metadata-in-manifests.dpatch       
2011-08-03 05:46:26 UTC (rev 13910)
+++ trunk/lucene2/debian/patches/05_add-osgi-metadata-in-manifests.dpatch       
2011-08-03 10:49:15 UTC (rev 13911)
@@ -12,7 +12,7 @@
  
    <property name="junit.includes" value="**/Test*.java"/>
  
-+  <property name="OSGi.symbolicname" value="org.apache.lucene" />
++  <property name="OSGi.symbolicname" value="org.apache.lucene.core" />
 +  <pathconvert property="OSGi.exportpackage" pathsep=",">
 +    <dirset dir="src/java" excludes="org org/apache"/>
 +    <mapper>
@@ -145,7 +145,7 @@
 +  <!-- these can be overridden in the separate contrib
 +       build.xml files --> 
 +  <property name="OSGi.requirebundle"
-+    
value='org.apache.lucene;bundle-version="${version}";visibility:=reexport' />
++    
value='org.apache.lucene.core;bundle-version="${version}";visibility:=reexport' 
/>
 +  <property name="OSGi.symbolicname" 
value="org.apache.lucene.${ant.project.name}" />
 +  <pathconvert property="OSGi.exportpackage" pathsep=",">
 +    <dirset dir="src/java" excludes="org org/apache org/apache/lucene"/>


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to