You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2021/05/07 23:11:58 UTC

[db-jdo] 02/08: JDO-600 Merge fix to extra space at end of line in files that go into manifest.

This is an automated email from the ASF dual-hosted git repository.

clr pushed a commit to branch origin/2.1.1
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit a0bdb54d232ed45b9e265d521979e4bf33a9e3d3
Author: Michelle Caisse <mc...@apache.org>
AuthorDate: Fri Aug 1 18:23:43 2008 +0000

    JDO-600 Merge fix to extra space at end of line in files that go into manifest.
---
 api2-legacy/API2.MF | 24 ++++++++++++------------
 api2/API2.MF        | 26 +++++++++++++-------------
 2 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/api2-legacy/API2.MF b/api2-legacy/API2.MF
index af11e2d..aab6b9a 100644
--- a/api2-legacy/API2.MF
+++ b/api2-legacy/API2.MF
@@ -1,14 +1,14 @@
-Manifest-Version: 1.0 
+Manifest-Version: 1.0
 Specification-Version: JDO 2.1
-Bundle-ManifestVersion: 2 
-Bundle-Name: Java Data Objects 
-Bundle-SymbolicName: javax.jdo 
-Bundle-Version: 2.1
-Bundle-Localization: plugin 
-Export-Package: javax.jdo, 
- javax.jdo.datastore, 
- javax.jdo.identity, 
- javax.jdo.listener, 
- javax.jdo.spi 
-Bundle-Vendor: Apache 
+Bundle-ManifestVersion: 2
+Bundle-Name: Java Data Objects
+Bundle-SymbolicName: javax.jdo
+Bundle-Version: 2.1.1
+Bundle-Localization: plugin
+Export-Package: javax.jdo,
+ javax.jdo.datastore,
+ javax.jdo.identity,
+ javax.jdo.listener,
+ javax.jdo.spi
+Bundle-Vendor: Apache
 Import-Package: javax.transaction;resolution:=optional
diff --git a/api2/API2.MF b/api2/API2.MF
index 6336eac..c8d3661 100644
--- a/api2/API2.MF
+++ b/api2/API2.MF
@@ -1,16 +1,16 @@
-Manifest-Version: 1.0 
+Manifest-Version: 1.0
 Specification-Version: JDO 2.1
-Bundle-ManifestVersion: 2 
-Bundle-Name: Java Data Objects 
-Bundle-SymbolicName: javax.jdo 
-Bundle-Version: 2.1
-Bundle-Localization: plugin 
-Export-Package: javax.jdo, 
- javax.jdo.annotations, 
- javax.jdo.datastore, 
- javax.jdo.identity, 
- javax.jdo.listener, 
- javax.jdo.spi 
-Bundle-Vendor: Apache 
+Bundle-ManifestVersion: 2
+Bundle-Name: Java Data Objects
+Bundle-SymbolicName: javax.jdo
+Bundle-Version: 2.1.1
+Bundle-Localization: plugin
+Export-Package: javax.jdo,
+ javax.jdo.annotations,
+ javax.jdo.datastore,
+ javax.jdo.identity,
+ javax.jdo.listener,
+ javax.jdo.spi
+Bundle-Vendor: Apache
 Import-Package: javax.transaction;resolution:=optional,
  javax.persistence;resolution:=optional