Skip to content

Commit

Permalink
Preparing 0.4.0 release, remove redundant dependencies from test frag…
Browse files Browse the repository at this point in the history
…ments.
  • Loading branch information
marchof committed Jun 4, 2010
1 parent 1cf157a commit 3fc7c6a
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 19 deletions.
6 changes: 2 additions & 4 deletions org.jacoco.agent.rt.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent Tests
Bundle-SymbolicName: org.jacoco.agent.rt.test
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.agent.rt
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit4;bundle-version="[4.0.0,5.0.0)",
org.objectweb.asm;version="[3.1.0,4.0.0)"

Require-Bundle: org.junit4;bundle-version="[4.0.0,5.0.0)"
2 changes: 1 addition & 1 deletion org.jacoco.agent.rt/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent Runtime Implementation
Bundle-SymbolicName: org.jacoco.agent.rt
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.jacoco.core,
org.objectweb.asm;version="[3.1.0,4.0.0)"
2 changes: 1 addition & 1 deletion org.jacoco.agent/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent
Bundle-SymbolicName: org.jacoco.agent
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jacoco.agent
5 changes: 2 additions & 3 deletions org.jacoco.ant.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks Tests
Bundle-SymbolicName: org.jacoco.ant.test
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Fragment-Host: org.jacoco.ant
Require-Bundle: org.junit4;bundle-version="[4.5.0,5.0.0)",
org.apache.ant;bundle-version="[1.7.1,2.0.0)"
Require-Bundle: org.junit4;bundle-version="[4.0.0,5.0.0)"
Bundle-ClassPath: .,
lib/ant-antunit-1.2alpha.jar
4 changes: 2 additions & 2 deletions org.jacoco.ant/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Require-Bundle: org.apache.ant,
Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)",
org.jacoco.agent,
org.jacoco.core,
org.jacoco.report,
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.build/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Build
Bundle-SymbolicName: org.jacoco.build
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.apache.ant,
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.core.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core Tests
Bundle-SymbolicName: org.jacoco.core.test
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core
Bundle-SymbolicName: org.jacoco.core
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.objectweb.asm;bundle-version="[3.1.0,4.0.0)"
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Documentation
Bundle-SymbolicName: org.jacoco.doc
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
2 changes: 1 addition & 1 deletion org.jacoco.doc/docroot/doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h1>Change History</h1>

<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
<h2>Release 0.4.0 (2010/06/04)</h2>

<h3>New Features</h3>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.examples/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo API Usage Examples
Bundle-SymbolicName: org.jacoco.examples
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Require-Bundle: org.jacoco.core,
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.report.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Report Tests
Bundle-SymbolicName: org.jacoco.report.test
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Fragment-Host: org.jacoco.report
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.report/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Report
Bundle-SymbolicName: org.jacoco.report
Bundle-Version: 0.3.3.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Require-Bundle: org.jacoco.core,
Expand Down

0 comments on commit 3fc7c6a

Please sign in to comment.