[pkg-java] r13241 - trunk/junit/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Mon Jan 24 22:52:51 UTC 2011


Author: ludovicc-guest
Date: 2011-01-24 22:52:50 +0000 (Mon, 24 Jan 2011)
New Revision: 13241

Modified:
   trunk/junit/debian/MANIFEST.MF
   trunk/junit/debian/changelog
Log:
* Update OSGi metadata:
  - merge with metadata found in the BND project for junit,
  - remove Bundle-Classpath: junit.jar as we don't create
    a wrapper jar containing junit.jar as in the Eclipse project.

Modified: trunk/junit/debian/MANIFEST.MF
===================================================================
--- trunk/junit/debian/MANIFEST.MF	2011-01-24 18:54:41 UTC (rev 13240)
+++ trunk/junit/debian/MANIFEST.MF	2011-01-24 22:52:50 UTC (rev 13241)
@@ -1,13 +1,18 @@
 Manifest-Version: 1.0
-Bundle-ClassPath: junit.jar
+Export-Package: junit.awtui;version="3.8.2";uses:="junit.framework",ju
+ nit.extensions;version="3.8.2";uses:="junit.framework",junit.framewor
+ k;version="3.8.2",junit.runner;version="3.8.2";uses:="junit.framework
+ ",junit.swingui;version="3.8.2";uses:="javax.swing,javax.swing.event,
+ javax.swing.tree,junit.framework,junit.runner",junit.swingui.icons;ve
+ rsion="3.8.2",junit.textui;version="3.8.2";uses:="junit.framework,jun
+ it.runner"
+Bundle-Version: 3.8.2
+Tool: Bnd-0.0.401
+Bundle-Name: JUnit Testing Framework
 Bundle-Vendor: JUnit
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.3
-Bundle-Name: JUnit Testing Framework
+Bundle-ManifestVersion: 2
+Created-By: 1.6.0_15 (Apple Inc.)
+Import-Package: javax.swing;resolution:=optional,javax.swing.border;re
+ solution:=optional,javax.swing.event;resolution:=optional,javax.swing
+ .tree;resolution:=optional,com.ibm.uvm.tools;resolution:=optional
 Bundle-SymbolicName: org.junit
-Export-Package: junit.awtui;version="3.8.2",junit.extensions;version="
- 3.8.2",junit.framework;version="3.8.2",junit.runner;version="3.8.2",j
- unit.swingui;version="3.8.2",junit.swingui.icons;version="3.8.2",juni
- t.textui;version="3.8.2"
-Bundle-Version: 3.8.2
-Bundle-ManifestVersion: 2

Modified: trunk/junit/debian/changelog
===================================================================
--- trunk/junit/debian/changelog	2011-01-24 18:54:41 UTC (rev 13240)
+++ trunk/junit/debian/changelog	2011-01-24 22:52:50 UTC (rev 13241)
@@ -1,3 +1,12 @@
+junit (3.8.2-6) unstable; urgency=low
+
+  * Update OSGi metadata:
+    - merge with metadata found in the BND project for junit,
+    - remove Bundle-Classpath: junit.jar as we don't create
+      a wrapper jar containing junit.jar as in the Eclipse project.
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Sun, 12 Dec 2010 21:34:03 +0100
+
 junit (3.8.2-5) experimental; urgency=low
 
   * d/control: 




More information about the pkg-java-commits mailing list