You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/10/05 18:47:19 UTC

svn commit: r453286 - in /incubator/harmony/enhanced/classlib/trunk/modules: accessibility/META-INF/ annotation/META-INF/ applet/META-INF/ archive/META-INF/ auth/META-INF/ awt/META-INF/ beans/META-INF/ concurrent/META-INF/ crypto/META-INF/ instrument/M...

Author: geirm
Date: Thu Oct  5 09:47:17 2006
New Revision: 453286

URL: http://svn.apache.org/viewvc?view=rev&rev=453286
Log:
remove Implementation-Version, as it is done 
in the build. My mistake.


Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/accessibility/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/archive/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/awt/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/beans/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/concurrent/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/instrument/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/math/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/misc/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/nio/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/nio_char/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/regex/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/rmi/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/security-kernel/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/security/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/sound/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/suncompat/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/swing/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/tools/META-INF/MANIFEST.MF
    incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF

Modified: incubator/harmony/enhanced/classlib/trunk/modules/accessibility/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/accessibility/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/accessibility/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/accessibility/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -3,7 +3,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Specification-Title: Java Platform API Specification
 Specification-Version: 1.5
 Bundle-ManifestVersion: 2

Modified: incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/annotation/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Annotation
 Bundle-SymbolicName: org.apache.harmony.annotation

Modified: incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/applet/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Applet
 Bundle-SymbolicName: org.apache.harmony.applet

Modified: incubator/harmony/enhanced/classlib/trunk/modules/archive/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/archive/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/archive/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/archive/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Archive
 Bundle-SymbolicName: org.apache.harmony.archive

Modified: incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/auth/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Auth
 Bundle-SymbolicName: org.apache.harmony.auth;singleton:=true

Modified: incubator/harmony/enhanced/classlib/trunk/modules/awt/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/awt/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/awt/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/awt/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony AWT
 Bundle-SymbolicName: org.apache.harmony.awt

Modified: incubator/harmony/enhanced/classlib/trunk/modules/beans/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/beans/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Beans
 Bundle-SymbolicName: org.apache.harmony.beans

Modified: incubator/harmony/enhanced/classlib/trunk/modules/concurrent/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/concurrent/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/concurrent/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/concurrent/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Concurrent
 Bundle-SymbolicName: org.apache.harmony.concurrent

Modified: incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Crypto
 Bundle-SymbolicName: org.apache.harmony.crypto

Modified: incubator/harmony/enhanced/classlib/trunk/modules/instrument/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/instrument/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/instrument/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/instrument/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Instrument
 Bundle-SymbolicName: org.apache.harmony.instrument

Modified: incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony JNDI
 Bundle-SymbolicName: org.apache.harmony.jndi

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Lang-Management
 Bundle-SymbolicName: org.apache.harmony.langmanagement

Modified: incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/logging/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Logging
 Bundle-SymbolicName: org.apache.harmony.logging

Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/luni-kernel/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony LUNI Kernel
 Bundle-ClassPath: .

Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony LUNI
 Bundle-SymbolicName: org.apache.harmony.luni;singleton:=true

Modified: incubator/harmony/enhanced/classlib/trunk/modules/math/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/math/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/math/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/math/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Math
 Bundle-SymbolicName: org.apache.harmony.math

Modified: incubator/harmony/enhanced/classlib/trunk/modules/misc/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/misc/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/misc/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/misc/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony MISC
 Bundle-SymbolicName: org.apache.harmony.misc

Modified: incubator/harmony/enhanced/classlib/trunk/modules/nio/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/nio/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/nio/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/nio/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony NIO
 Bundle-SymbolicName: org.apache.harmony.nio

Modified: incubator/harmony/enhanced/classlib/trunk/modules/nio_char/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/nio_char/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/nio_char/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/nio_char/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony NIO_Charset
 Bundle-SymbolicName: org.apache.harmony.nio_char

Modified: incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Prefs
 Bundle-SymbolicName: org.apache.harmony.prefs

Modified: incubator/harmony/enhanced/classlib/trunk/modules/regex/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/regex/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/regex/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/regex/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Regex
 Bundle-SymbolicName: org.apache.harmony.regex

Modified: incubator/harmony/enhanced/classlib/trunk/modules/rmi/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/rmi/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/rmi/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/rmi/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony RMI
 Bundle-SymbolicName: org.apache.harmony.rmi

Modified: incubator/harmony/enhanced/classlib/trunk/modules/security-kernel/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/security-kernel/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/security-kernel/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/security-kernel/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Security Kernel
 Fragment-Host: org.apache.harmony.security;bundle-version="1.0.0"

Modified: incubator/harmony/enhanced/classlib/trunk/modules/security/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/security/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/security/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/security/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Security
 Bundle-SymbolicName: org.apache.harmony.security;singleton:=true

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sound/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/sound/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sound/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sound/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Sound
 Bundle-SymbolicName: org.apache.harmony.sound

Modified: incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony SQL
 Bundle-SymbolicName: org.apache.harmony.sql

Modified: incubator/harmony/enhanced/classlib/trunk/modules/suncompat/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/suncompat/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/suncompat/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/suncompat/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Sun Compatibility
 Bundle-SymbolicName: org.apache.harmony.suncompat

Modified: incubator/harmony/enhanced/classlib/trunk/modules/swing/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/swing/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/swing/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/swing/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Swing
 Bundle-SymbolicName: org.apache.harmony.swing

Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/text/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Text
 Bundle-SymbolicName: org.apache.harmony.text

Modified: incubator/harmony/enhanced/classlib/trunk/modules/tools/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/tools/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/tools/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/tools/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony Tools
 Bundle-SymbolicName: org.apache.harmony.tools

Modified: incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF?view=diff&rev=453286&r1=453285&r2=453286
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF Thu Oct  5 09:47:17 2006
@@ -5,7 +5,6 @@
 Implementation-Vendor: The Apache Software Foundation
 Implementation-Vendor-Id: org.apache.harmony
 Implementation-URL: http://incubator.apache.org/harmony
-Implementation-Version: 1.5
 Bundle-ManifestVersion: 2
 Bundle-Name: Harmony X-Net
 Bundle-SymbolicName: org.apache.harmony.x_net