[junit] 24/37: * 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.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 22:17:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository junit.

commit 967540f43ecac31ba7ec4e75344cc13733a0bf5d
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Mon Jan 24 22:52:50 2011 +0000

    * 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.
---
 debian/MANIFEST.MF | 25 +++++++++++++++----------
 debian/changelog   |  9 +++++++++
 2 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/debian/MANIFEST.MF b/debian/MANIFEST.MF
index 929f821..83f41bd 100644
--- a/debian/MANIFEST.MF
+++ b/debian/MANIFEST.MF
@@ -1,13 +1,18 @@
 Manifest-Version: 1.0
-Bundle-ClassPath: junit.jar
-Bundle-Vendor: JUnit
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.3
-Bundle-Name: JUnit Testing Framework
-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"
+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-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
diff --git a/debian/changelog b/debian/changelog
index bb3688c..99b8a7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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: 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/junit.git



More information about the pkg-java-commits mailing list